﻿@font-face {
  font-family: 'Inter';
  src: url("../interfont/Inter-Bold.eot");
  src: url("../interfont/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../interfont/Inter-Bold.woff2") format("woff2"), url("../interfont/Inter-Bold.woff") format("woff"), url("../interfont/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("../interfont/Inter-Black.eot");
  src: url("../interfont/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../interfont/Inter-Black.woff2") format("woff2"), url("../interfont/Inter-Black.woff") format("woff"), url("../interfont/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("../interfont/Inter-ExtraBold.eot");
  src: url("../interfont/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../interfont/Inter-ExtraBold.woff2") format("woff2"), url("../interfont/Inter-ExtraBold.woff") format("woff"), url("../interfont/Inter-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("../interfont/Inter-ExtraLight.eot");
  src: url("../interfont/Inter-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../interfont/Inter-ExtraLight.woff2") format("woff2"), url("../interfont/Inter-ExtraLight.woff") format("woff"), url("../interfont/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("../interfont/Inter-Light.eot");
  src: url("../interfont/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../interfont/Inter-Light.woff2") format("woff2"), url("../interfont/Inter-Light.woff") format("woff"), url("../interfont/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("../interfont/Inter-Medium.eot");
  src: url("../interfont/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../interfont/Inter-Medium.woff2") format("woff2"), url("../interfont/Inter-Medium.woff") format("woff"), url("../interfont/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("../interfont/Inter-Thin.eot");
  src: url("../interfont/Inter-Thin.eot?#iefix") format("embedded-opentype"), url("../interfont/Inter-Thin.woff2") format("woff2"), url("../interfont/Inter-Thin.woff") format("woff"), url("../interfont/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("../interfont/Inter-SemiBold.eot");
  src: url("../interfont/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../interfont/Inter-SemiBold.woff2") format("woff2"), url("../interfont/Inter-SemiBold.woff") format("woff"), url("../interfont/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("../interfont/Inter-Regular.eot");
  src: url("../interfont/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../interfont/Inter-Regular.woff2") format("woff2"), url("../interfont/Inter-Regular.woff") format("woff"), url("../interfont/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter';
  font-weight: 400;
  background-color: #F5F7F9; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.redius-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.custom-file {
  margin-bottom: 1rem; }

.redius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

@media (max-width: 575px) {
  .list-heading .flex-column {
    align-items: flex-start !important; } }

.list-heading h4 {
  font-size: 25px;
  font-weight: 600;
  color: #0E253C; }
  @media (max-width: 575px) {
    .list-heading h4 {
      font-size: 20px; } }

.list-heading .breadcrumb {
  background-color: transparent;
  padding: 0; }
  @media (max-width: 575px) {
    .list-heading .breadcrumb {
      margin-top: 5px !important; } }
  .list-heading .breadcrumb .breadcrumb-item {
    font-size: 14px !important;
    color: #5E6D7E !important; }
    @media (max-width: 575px) {
      .list-heading .breadcrumb .breadcrumb-item {
        font-size: 12px !important; } }
  .list-heading .breadcrumb .breadcrumb-item a {
    font-size: 14px !important;
    color: #5E6D7E !important; }
    @media (max-width: 575px) {
      .list-heading .breadcrumb .breadcrumb-item a {
        font-size: 12px !important; } }
  .list-heading .breadcrumb .breadcrumb-item.active {
    color: #74788d; }
  .list-heading .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .list-heading .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #74788d;
      content: "\f105";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 16px; }
      @media (max-width: 575px) {
        .list-heading .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
          font-size: 12px; } }

.list-heading .list-title h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0; }
  @media (max-width: 575px) {
    .list-heading .list-title h3 {
      font-size: 20px; } }

.list-heading .list-title p {
  font-size: 12px;
  font-weight: 400;
  color: #4c4c4c;
  margin-bottom: 0; }
  @media (max-width: 575px) {
    .list-heading .list-title p {
      font-size: 10px; } }

@media (max-width: 400px) {
  .list-heading .campaign-add {
    margin-top: 10px; } }

.list-heading .campaign-add .filter-btn .applynew {
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 10px;
  background: #3A63A9;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #3A63A9; }
  @media (max-width: 575px) {
    .list-heading .campaign-add .filter-btn .applynew {
      padding: 4px 10px;
      font-size: 13px; } }
  .list-heading .campaign-add .filter-btn .applynew img {
    width: 13px;
    margin-right: 5px;
    object-fit: contain;
    position: relative;
    top: -1px; }

.list-heading .campaign-add .add {
  background: #3A63A9;
  border-radius: 5px;
  margin-left: 15px;
  border: 1px solid #3A63A9;
  font-weight: 500; }
  .list-heading .campaign-add .add a {
    font-size: 15px;
    color: #fff;
    line-height: 1;
    display: flex;
    padding: 8px 10px;
    align-items: center; }
    @media (max-width: 575px) {
      .list-heading .campaign-add .add a {
        padding: 6px 7px; } }
  @media (max-width: 575px) {
    .list-heading .campaign-add .add {
      margin-left: 7px; } }
  .list-heading .campaign-add .add img {
    width: 18px;
    height: 18px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .list-heading .campaign-add .add img {
        margin-right: 0; } }
    @media (max-width: 575px) {
      .list-heading .campaign-add .add img {
        width: 13px;
        height: 13px; } }

.checkbox-con {
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  margin-bottom: 15px; }

.checkbox-con input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 22px;
  border: 2px solid #707070;
  border-radius: 20px;
  background: #fff;
  position: relative;
  box-sizing: border-box; }

.checkbox-con input[type="checkbox"]::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #707070;
  border: 2px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(13%, 15%);
  transition: all 0.3s ease-in-out; }

.checkbox-con input[type="checkbox"]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.55021 5.84315L17.1568 16.4498L16.4497 17.1569L5.84311 6.55026L6.55021 5.84315Z' fill='%23EA0707' fill-opacity='0.89'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1567 6.55021L6.55012 17.1568L5.84302 16.4497L16.4496 5.84311L17.1567 6.55021Z' fill='%23EA0707' fill-opacity='0.89'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 20px; }

.checkbox-con input[type="checkbox"]:checked {
  border: 2px solid #3A63A9;
  background: #fff; }

.checkbox-con input[type="checkbox"]:checked::before {
  background: #3A63A9;
  border: 2px solid #3A63A9;
  transform: translate(145%, 13%);
  transition: all 0.3s ease-in-out; }

.checkbox-con label {
  margin-left: 10px;
  cursor: pointer;
  user-select: none; }

.top-page-bar h5 {
  font-size: 16px;
  margin-bottom: 0;
  color: #0E253C; }

.top-page-bar .right-btn {
  display: flex;
  align-items: center; }
  .top-page-bar .right-btn .sort-by {
    color: #5E6D7E;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 6px;
    font-size: 15px; }
    @media (max-width: 575px) {
      .top-page-bar .right-btn .sort-by {
        width: 30px;
        height: 30px;
        padding: 0; } }
    .top-page-bar .right-btn .sort-by a {
      color: #0E253C;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 575px) {
        .top-page-bar .right-btn .sort-by a {
          width: 100%;
          height: 100%; } }
    .top-page-bar .right-btn .sort-by img {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
  .top-page-bar .right-btn .search {
    max-width: 200px;
    margin: 0 auto;
    margin-right: 10px;
    border-radius: 5px; }
    @media (max-width: 575px) {
      .top-page-bar .right-btn .search {
        width: 30px;
        height: 30px;
        padding: 0;
        margin-right: 5px; } }
    .top-page-bar .right-btn .search .input-simple {
      font-size: 16px;
      line-height: 1;
      border: none;
      background: #FFFFFF;
      background-image: url("../img/search.svg");
      background-repeat: no-repeat;
      background-position: 10px 3px;
      background-size: 25px 25px;
      border: 1px solid #C5CBD5;
      width: 200px;
      padding: .4em 1em .4em 2.5em;
      border-radius: 5px; }
      @media (max-width: 575px) {
        .top-page-bar .right-btn .search .input-simple {
          width: 30px !important;
          height: 30px;
          background-position: 6px 6px !important; } }
      .top-page-bar .right-btn .search .input-simple::placeholder {
        color: #0E253C; }
        @media (max-width: 575px) {
          .top-page-bar .right-btn .search .input-simple::placeholder {
            opacity: 0; } }
      .top-page-bar .right-btn .search .input-simple:focus {
        outline: none;
        border: 1px solid #84A2FA; }
  .top-page-bar .right-btn .filter {
    color: #5E6D7E;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 6px;
    font-size: 15px;
    margin-right: 10px; }
    @media (max-width: 575px) {
      .top-page-bar .right-btn .filter {
        width: 30px;
        height: 30px;
        padding: 0;
        margin-right: 5px; } }
    .top-page-bar .right-btn .filter a {
      color: #0E253C;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 575px) {
        .top-page-bar .right-btn .filter a {
          width: 100%;
          height: 100%; } }
    .top-page-bar .right-btn .filter img {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
  .top-page-bar .right-btn .filter-upload {
    color: #5E6D7E;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 6px;
    font-size: 15px;
    margin-right: 10px; }
    @media (max-width: 575px) {
      .top-page-bar .right-btn .filter-upload {
        width: 30px;
        height: 30px;
        padding: 0;
        margin-right: 5px; } }
    .top-page-bar .right-btn .filter-upload a {
      color: #0E253C;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 575px) {
        .top-page-bar .right-btn .filter-upload a {
          width: 100%;
          height: 100%; } }
    .top-page-bar .right-btn .filter-upload img {
      width: 20px;
      height: 20px;
      margin-right: 5px; }

.mainnew {
  color: blue; }

.heading-bar .main-page-heading {
  font-size: 25px;
  font-weight: 600;
  color: #0E253C; }

.inner-details .left-boxes .card {
  border-radius: 10px; }
  .inner-details .left-boxes .card .card-body {
    padding-bottom: 10px; }
    .inner-details .left-boxes .card .card-body .box {
      flex-direction: column; }
      .inner-details .left-boxes .card .card-body .box .left-info {
        position: relative;
        top: -10px; }
        .inner-details .left-boxes .card .card-body .box .left-info .heading {
          font-size: 12px;
          margin-bottom: 13px;
          color: #5E6D7E; }
        .inner-details .left-boxes .card .card-body .box .left-info h3 {
          font-size: 26px;
          margin-bottom: 0px;
          font-weight: 600;
          color: #0E253C; }
        .inner-details .left-boxes .card .card-body .box .left-info .sub-title {
          font-size: 13px;
          margin-bottom: 0;
          font-weight: 500;
          color: #0E253C; }
          .inner-details .left-boxes .card .card-body .box .left-info .sub-title img {
            width: 15px;
            margin-right: 2px; }
          .inner-details .left-boxes .card .card-body .box .left-info .sub-title span {
            font-size: 11px;
            font-weight: 400;
            color: #5E6D7E; }
      .inner-details .left-boxes .card .card-body .box .right-info {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .inner-details .left-boxes .card .card-body .box .right-info .heading {
          font-size: 12px;
          margin-bottom: 13px;
          color: #5E6D7E; }
        .inner-details .left-boxes .card .card-body .box .right-info .icon {
          width: 45px;
          height: 45px; }
          .inner-details .left-boxes .card .card-body .box .right-info .icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center; }

.inner-details .customer {
  height: 100%; }
  .inner-details .customer .card {
    border-radius: 10px;
    height: 100%; }
    .inner-details .customer .card .top-heading h4 {
      font-size: 17px;
      font-weight: 500;
      color: #0E253C; }
    .inner-details .customer .card .top-heading .v-btn {
      color: #3A63A9;
      font-size: 12px;
      font-weight: 500; }
    .inner-details .customer .card .customer-details .inner-details {
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
      margin-top: 10px; }
      .inner-details .customer .card .customer-details .inner-details .c-left-details .customer-img {
        width: 40px;
        height: 40px;
        border-radius: 3px;
        margin-right: 10px; }
      .inner-details .customer .card .customer-details .inner-details .c-left-details h5 {
        font-size: 13px;
        font-weight: 400;
        color: #0E253C;
        margin-bottom: 5px; }
      .inner-details .customer .card .customer-details .inner-details .c-left-details p {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
        color: #5E6D7E;
        display: flex; }
        .inner-details .customer .card .customer-details .inner-details .c-left-details p img {
          margin-right: 3px;
          height: 17px;
          width: 17px; }
      @media (max-width: 767px) {
        .inner-details .customer .card .customer-details .inner-details .c-right-details {
          margin-top: 10px; } }
      .inner-details .customer .card .customer-details .inner-details .c-right-details h5 {
        font-size: 13px;
        font-weight: 500;
        display: flex;
        align-items: end;
        color: #0E253C;
        margin-bottom: 5px; }
        .inner-details .customer .card .customer-details .inner-details .c-right-details h5 img {
          margin-right: 5px;
          width: 17px;
          height: 17px; }
      .inner-details .customer .card .customer-details .inner-details .c-right-details p {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0;
        display: flex;
        align-items: end;
        color: #5E6D7E; }
        .inner-details .customer .card .customer-details .inner-details .c-right-details p img {
          margin-right: 5px;
          width: 17px;
          height: 17px; }
      .inner-details .customer .card .customer-details .inner-details .c-right-details .enter-btn {
        width: 25px;
        height: 25px;
        background: #fff;
        border: 1px solid #9aafd3;
        border-radius: 6px;
        overflow: hidden; }
        .inner-details .customer .card .customer-details .inner-details .c-right-details .enter-btn a {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .inner-details .customer .card .customer-details .inner-details .c-right-details .enter-btn a i {
            color: #3A63A9; }

.notification .card {
  border-radius: 10px;
  height: 100%; }
  .notification .card .notification-details .chart {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }
  .notification .card .notification-details .notification-inner {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-top: 15px; }
    .notification .card .notification-details .notification-inner .left img {
      margin-right: 10px; }
    .notification .card .notification-details .notification-inner .left h5 {
      font-size: 13px;
      margin-bottom: 5px;
      color: #0E253C; }
    .notification .card .notification-details .notification-inner .left p {
      font-size: 11px;
      margin-bottom: 0;
      color: #5E6D7E; }
    .notification .card .notification-details .notification-inner .right p {
      font-size: 11px;
      color: #5E6D7E;
      margin-bottom: 0; }
  .notification .card .top-heading h4 {
    font-size: 17px;
    font-weight: 500;
    color: #0E253C; }
  .notification .card .top-heading .form-group .form-control {
    padding-bottom: 0;
    padding-top: 0;
    border: none;
    font-size: 12px;
    color: #3A63A9;
    height: calc(1em + 0.75rem + 2px); }
  .notification .card .top-heading .v-btn {
    color: #3A63A9;
    font-size: 12px;
    font-weight: 500; }

.assign .card {
  border-radius: 10px;
  height: 100%; }
  .assign .card .customer-details .right-details {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-right: 55px;
    position: relative; }
    .assign .card .customer-details .right-details .sub-details.new {
      position: absolute;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px; }
      .assign .card .customer-details .right-details .sub-details.new .heading {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 575px) {
          .assign .card .customer-details .right-details .sub-details.new .heading {
            justify-content: flex-start; } }
    .assign .card .customer-details .right-details .sub-details .heading p {
      font-size: 11px;
      color: #5E6D7E;
      margin-bottom: 5px; }
    .assign .card .customer-details .right-details .sub-details .heading h4 {
      font-size: 12px;
      color: #0E253C;
      margin-bottom: 5px; }
    .assign .card .customer-details .right-details .sub-details .heading .checkbox-con {
      display: flex;
      align-items: center;
      color: white;
      justify-content: center;
      margin-bottom: 0px; }
    .assign .card .customer-details .right-details .sub-details .heading .checkbox-con input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 40px;
      height: 20px;
      border: 2px solid #707070;
      border-radius: 20px;
      background: #fff;
      position: relative;
      box-sizing: border-box; }
    .assign .card .customer-details .right-details .sub-details .heading .checkbox-con input[type="checkbox"]::before {
      content: "";
      width: 12px;
      height: 12px;
      background: #707070;
      border: 2px solid #707070;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(13%, 15%);
      transition: all 0.3s ease-in-out; }
    .assign .card .customer-details .right-details .sub-details .heading .checkbox-con input[type="checkbox"]::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.55021 5.84315L17.1568 16.4498L16.4497 17.1569L5.84311 6.55026L6.55021 5.84315Z' fill='%23EA0707' fill-opacity='0.89'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1567 6.55021L6.55012 17.1568L5.84302 16.4497L16.4496 5.84311L17.1567 6.55021Z' fill='%23EA0707' fill-opacity='0.89'/%3E%3C/svg%3E");
      position: absolute;
      top: 0;
      left: 20px; }
    .assign .card .customer-details .right-details .sub-details .heading .checkbox-con input[type="checkbox"]:checked {
      border: 2px solid #3A63A9;
      background: #fff; }
    .assign .card .customer-details .right-details .sub-details .heading .checkbox-con input[type="checkbox"]:checked::before {
      background: #3A63A9;
      border: 2px solid #3A63A9;
      transform: translate(145%, 13%);
      transition: all 0.3s ease-in-out; }
    .assign .card .customer-details .right-details .sub-details .heading .checkbox-con label {
      margin-left: 10px;
      cursor: pointer;
      user-select: none; }
    .assign .card .customer-details .right-details .sub-details .heading.button {
      font-size: 13px;
      background-color: #E2F8F1;
      padding: 5px;
      display: inline-flex; }
      @media (max-width: 575px) {
        .assign .card .customer-details .right-details .sub-details .heading.button {
          margin-bottom: 15px; } }
      .assign .card .customer-details .right-details .sub-details .heading.button a {
        color: #00A46C;
        text-decoration: underline;
        text-decoration-color: #00A46C;
        font-weight: 600; }
  .assign .card .top-heading h4 {
    font-size: 17px;
    font-weight: 500;
    color: #0E253C; }
  .assign .card .top-heading .v-btn {
    color: #3A63A9;
    font-size: 15px;
    font-weight: 700; }

.login-main {
  background-color: #0E253C;
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding-top: 100px; }
  .login-main .top-left {
    position: absolute;
    top: -42px;
    left: -42px;
    width: 13%; }
  .login-main .top-right {
    position: absolute;
    right: 25px;
    top: -35px;
    width: 16%; }
  .login-main .bottom-right {
    position: absolute;
    right: -80px;
    bottom: -20px;
    width: 27%; }
  .login-main .bottom-left {
    position: absolute;
    bottom: -35px;
    left: 20px;
    width: 11%; }
  .login-main .login-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .login-main .login-inner .logo img {
      max-width: 250px;
      width: 100%; }
    .login-main .login-inner .login-form {
      max-width: 550px;
      width: 100%;
      margin-top: 30px;
      padding: 35px;
      background-color: #fff;
      border-radius: 15px; }
      .login-main .login-inner .login-form .form-group .input-group .login {
        width: 100%;
        background: #3A63A9;
        text-align: center;
        padding: 10px;
        border-radius: 5px;
        color: #fff; }
      .login-main .login-inner .login-form .InputContainer {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 400px) {
          .login-main .login-inner .login-form .InputContainer {
            flex-direction: column; } }
        .login-main .login-inner .login-form .InputContainer .ForgotPasswordContainer a {
          font-size: 13px;
          text-decoration: underline;
          color: #000; }
        .login-main .login-inner .login-form .InputContainer b {
          color: #5E6D7E;
          font-weight: 400;
          font-size: 13px; }
      .login-main .login-inner .login-form .form-group {
        margin-bottom: 15px; }
        .login-main .login-inner .login-form .form-group .input-group-addon {
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%); }
        .login-main .login-inner .login-form .form-group label {
          font-size: 13px;
          color: #0E253C; }
      .login-main .login-inner .login-form h3 {
        color: #0E253C;
        font-size: 22px;
        font-weight: 600; }
      .login-main .login-inner .login-form p {
        color: #5E6D7E;
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 500; }

.customer-list .customer-list-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px 150px 20px 20px;
  position: relative; }
  @media (max-width: 767px) {
    .customer-list .customer-list-box {
      padding: 30px 0 20px 20px; } }
  @media (max-width: 575px) {
    .customer-list .customer-list-box {
      padding: 45px 10px 20px 10px; } }
  .customer-list .customer-list-box .inner-right {
    position: absolute;
    right: 25px;
    top: 33px;
    flex-direction: row-reverse; }
    @media (max-width: 575px) {
      .customer-list .customer-list-box .inner-right {
        right: 15px;
        top: 20px; } }
    .customer-list .customer-list-box .inner-right .menu {
      margin-left: 10px;
      position: relative; }
      @media (max-width: 575px) {
        .customer-list .customer-list-box .inner-right .menu {
          height: 16px; } }
      @media (max-width: 575px) {
        .customer-list .customer-list-box .inner-right .menu a {
          height: 100%;
          display: block;
          position: relative;
          width: 3px; } }
      .customer-list .customer-list-box .inner-right .menu a::after {
        display: none; }
      @media (max-width: 575px) {
        .customer-list .customer-list-box .inner-right .menu a img {
          height: 100%;
          width: 5px;
          position: absolute;
          top: 0;
          right: 0;
          border: 0;
          left: 0; } }
    @media (max-width: 575px) {
      .customer-list .customer-list-box .inner-right .toggle-btn .checkbox-con input {
        width: 35px;
        height: 18px; } }
    @media (max-width: 575px) {
      .customer-list .customer-list-box .inner-right .toggle-btn .checkbox-con input::before {
        width: 11px;
        height: 11px; } }
  @media (max-width: 1199px) {
    .customer-list .customer-list-box .customer-btn {
      margin-top: 10px; } }
  .customer-list .customer-list-box .customer-btn .bottom-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2px; }
    .customer-list .customer-list-box .customer-btn .bottom-btn .note {
      background-color: #EAF3FF;
      padding: 2px 3px 2px 3px;
      margin-right: 5px;
      border-radius: 3px;
      line-height: 1; }
      .customer-list .customer-list-box .customer-btn .bottom-btn .note a {
        color: #668EF0;
        text-decoration: underline;
        display: flex;
        font-size: 13px;
        align-items: center;
        justify-content: center; }
        .customer-list .customer-list-box .customer-btn .bottom-btn .note a img {
          width: 15px;
          height: 15px;
          margin-right: 2px; }
    .customer-list .customer-list-box .customer-btn .bottom-btn .Edit {
      background-color: #E8F9FE;
      padding: 2px 3px 2px 3px;
      margin-right: 5px;
      border-radius: 3px;
      line-height: 1; }
      .customer-list .customer-list-box .customer-btn .bottom-btn .Edit a {
        color: #02B7F0;
        text-decoration: underline;
        display: flex;
        font-size: 13px;
        align-items: center;
        justify-content: center; }
        .customer-list .customer-list-box .customer-btn .bottom-btn .Edit a img {
          width: 15px;
          height: 15px;
          margin-right: 2px; }
    .customer-list .customer-list-box .customer-btn .bottom-btn .Block {
      background-color: #FFE1E6;
      padding: 2px 3px 2px 3px;
      border-radius: 3px;
      margin-right: 5px;
      line-height: 1; }
      .customer-list .customer-list-box .customer-btn .bottom-btn .Block a {
        color: #CC3550;
        text-decoration: underline;
        display: flex;
        font-size: 13px;
        align-items: center;
        justify-content: center; }
        .customer-list .customer-list-box .customer-btn .bottom-btn .Block a img {
          width: 15px;
          height: 15px;
          margin-right: 2px; }
    .customer-list .customer-list-box .customer-btn .bottom-btn .Delete {
      background-color: #FFE1E6;
      padding: 2px 3px 2px 3px;
      border-radius: 3px;
      line-height: 1; }
      .customer-list .customer-list-box .customer-btn .bottom-btn .Delete a {
        color: #CC3550;
        text-decoration: underline;
        display: flex;
        font-size: 13px;
        align-items: center;
        justify-content: center; }
        .customer-list .customer-list-box .customer-btn .bottom-btn .Delete a img {
          width: 15px;
          height: 15px;
          margin-right: 2px; }
    .customer-list .customer-list-box .customer-btn .bottom-btn .SendEmail {
      background-color: rgba(48, 189, 23, 0.13);
      margin-right: 10px;
      padding: 3px 5px 4px 5px;
      line-height: 1;
      margin-left: 0px;
      border-radius: 5px; }
      .customer-list .customer-list-box .customer-btn .bottom-btn .SendEmail a {
        color: #198754;
        text-decoration: underline;
        display: flex;
        font-size: 14px;
        align-items: center;
        justify-content: center;
        white-space: nowrap; }
        @media (max-width: 575px) {
          .customer-list .customer-list-box .customer-btn .bottom-btn .SendEmail a {
            font-size: 12px; } }
        .customer-list .customer-list-box .customer-btn .bottom-btn .SendEmail a img {
          width: 16px;
          height: 16px;
          margin-right: 5px; }
          @media (max-width: 575px) {
            .customer-list .customer-list-box .customer-btn .bottom-btn .SendEmail a img {
              width: 14px;
              height: 14px; } }
  .customer-list .customer-list-box .customer-btn .c-person-d {
    padding: 0px 5px;
    background: #E2F8F1;
    border-radius: 5px;
    display: inline-flex;
    margin-bottom: 2px; }
    .customer-list .customer-list-box .customer-btn .c-person-d a {
      color: #00A46C;
      text-decoration: underline;
      font-size: 14px; }
  .customer-list .customer-list-box .customer-info {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .customer-list .customer-list-box .customer-info img {
      width: 45px;
      height: 45px;
      border-radius: 5px;
      margin-right: 10px; }
      @media (max-width: 575px) {
        .customer-list .customer-list-box .customer-info img {
          width: 33px;
          height: 33px;
          margin-right: 5px; } }
    .customer-list .customer-list-box .customer-info .heading p {
      margin-bottom: 0;
      font-size: 13px;
      margin-bottom: 2px;
      display: flex;
      word-break: break-all;
      color: #5E6D7E; }
      .customer-list .customer-list-box .customer-info .heading p img {
        width: 20px;
        height: 20px;
        margin-right: 5px; }
        @media (max-width: 575px) {
          .customer-list .customer-list-box .customer-info .heading p img {
            width: 17px;
            height: 17px; } }
  @media (max-width: 767px) {
    .customer-list .customer-list-box .location {
      margin-top: 10px; } }
  .customer-list .customer-list-box .location p {
    margin-bottom: 0;
    font-size: 13px;
    margin-bottom: 2px;
    position: relative;
    padding-left: 25px;
    color: #5E6D7E; }
    .customer-list .customer-list-box .location p img {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      position: absolute;
      left: 0; }
      @media (max-width: 575px) {
        .customer-list .customer-list-box .location p img {
          width: 17px;
          height: 17px; } }
  @media (max-width: 1199px) {
    .customer-list .customer-list-box .location.new {
      margin-top: 10px; } }
  .customer-list .customer-list-box .location.new p {
    padding-left: 0;
    color: #5E6D7E; }
  .customer-list .customer-list-box .top-left {
    position: absolute;
    top: -18px; }
    @media (max-width: 575px) {
      .customer-list .customer-list-box .top-left {
        top: -15px; } }
    .customer-list .customer-list-box .top-left .favourite img {
      width: 34px;
      height: 34px; }
      @media (max-width: 575px) {
        .customer-list .customer-list-box .top-left .favourite img {
          width: 25px;
          height: 25px; } }
    .customer-list .customer-list-box .top-left .heading {
      height: 34px;
      display: flex;
      align-items: center;
      background-color: #EAF3FF;
      border-radius: 5px;
      margin-left: 10px;
      border: 1px solid #ccc;
      padding: 0 10px; }
      @media (max-width: 575px) {
        .customer-list .customer-list-box .top-left .heading {
          height: 26px; } }
      .customer-list .customer-list-box .top-left .heading p {
        color: #0E253C;
        font-size: 14px; }
        @media (max-width: 575px) {
          .customer-list .customer-list-box .top-left .heading p {
            font-size: 12px; } }

.paddingrow {
  margin-left: -8px !important;
  margin-right: -8px !important; }

.paddingcol {
  padding-left: 8px;
  padding-right: 8px; }

.forminnercolleft {
  padding-left: 5px;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .forminnercolleft {
      padding-left: 5px;
      padding-right: 5px; } }

.forminnercoright {
  padding-left: 5px;
  padding-right: 5px; }
  @media (max-width: 767px) {
    .forminnercoright {
      padding-left: 5px;
      padding-right: 5px; } }

.innercol {
  padding-left: 5px;
  padding-right: 5px; }
  @media (max-width: 1199px) {
    .innercol {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1199px) {
    .innercol {
      padding-left: 5px;
      padding-right: 15px; } }
  @media (max-width: 991px) {
    .innercol {
      padding-left: 15px;
      padding-right: 15px; } }

.paddingright {
  padding-right: 5px; }
  @media (max-width: 1199px) {
    .paddingright {
      padding-right: 15px; } }

.margintop20 {
  margin-top: 20px !important; }

.dropdown-menu-list {
  list-style: none;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px #dfdfdf;
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: relative;
  position: relative;
  width: max-content;
  border: none;
  position: absolute !important;
  top: 20px !important;
  right: -155px !important;
  left: inherit !important; }
  .dropdown-menu-list li {
    padding: 5px 10px !important;
    font-size: 13px !important; }
    .dropdown-menu-list li a {
      color: #0E253C;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      width: 100% !important;
      padding: 0.25rem 0.2rem !important; }
      .dropdown-menu-list li a .menu-text img {
        width: 20px !important;
        height: 20px !important;
        margin-right: 5px !important;
        position: relative !important; }
      .dropdown-menu-list li a .arrow img {
        padding-left: 25px !important;
        position: relative !important; }
  .dropdown-menu-list li + li {
    border-top: 1px solid #ccc !important; }

.main_customlist_relative {
  position: relative;
  padding-top: 17px;
  margin-top: 20px; }
  .main_customlist_relative .restricted {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FBECEF;
    z-index: 9;
    color: #CC3550;
    text-align: center;
    border: 1px solid #CC3550;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .main_customlist_relative .restricted a {
      display: block;
      margin-left: 5px;
      color: #CC3550;
      text-decoration: underline; }

.add-customer .card-body.padding.new .main-details .inner-main {
  display: flex;
  font-size: 15px;
  color: #5E6D7E; }
  @media (max-width: 575px) {
    .add-customer .card-body.padding.new .main-details .inner-main {
      flex-direction: column;
      font-size: 14px; } }
  .add-customer .card-body.padding.new .main-details .inner-main span {
    white-space: nowrap;
    margin-right: 10px;
    font-size: 15px;
    color: #0E253C;
    font-weight: 500; }
    @media (max-width: 575px) {
      .add-customer .card-body.padding.new .main-details .inner-main span {
        flex-direction: column;
        font-size: 13px; } }

.add-customer .card-body.padding {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #ccc; }
  .add-customer .card-body.padding .heading p {
    white-space: nowrap;
    margin-right: 10px;
    font-size: 15px;
    color: #0E253C;
    font-weight: 500; }
  .add-customer .card-body.padding .heading .main-details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 5px; }
    .add-customer .card-body.padding .heading .main-details .inner-main img {
      width: 19px;
      height: 19px; }
    .add-customer .card-body.padding .heading .main-details p {
      margin-bottom: 5px;
      font-size: 14px;
      color: #5E6D7E;
      white-space: inherit; }
  .add-customer .card-body.padding .heading h5 {
    margin-bottom: 0;
    font-size: 17px;
    color: #0E253C; }
    @media (max-width: 575px) {
      .add-customer .card-body.padding .heading h5 {
        font-size: 15px; } }
  .add-customer .card-body.padding img {
    width: 35px;
    height: 35px;
    margin-right: 10px; }

.add-customer .note .card-body {
  padding-bottom: 0; }

.add-customer .note .faq-item {
  padding-top: 0 !important; }

.add-customer .note .faq-tab {
  padding-bottom: 20px !important; }

.add-customer .note .faq-answer {
  padding: 0 !important; }

.add-customer .customer-details {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0; }
  .add-customer .customer-details img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.add-customer .redius-top .card-body {
  padding-top: 5px; }

.add-customer .card {
  border-radius: 10px; }

.add-customer .faq-container {
  width: 100%;
  background-color: #fff;
  border-radius: 10px; }
  .add-customer .faq-container .faq-tab {
    border-bottom: 3px solid #efefef; }
    .add-customer .faq-container .faq-tab:last-child {
      border-bottom: 0 !important; }
      .add-customer .faq-container .faq-tab:last-child .faq-item {
        padding-right: 0; }
    .add-customer .faq-container .faq-tab .faq-item {
      padding: 15px 20px 15px 0;
      cursor: pointer;
      transition: background-color 0.3s ease-in-out;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse; }
      .add-customer .faq-container .faq-tab .faq-item:last-child {
        padding-bottom: 0; }
      .add-customer .faq-container .faq-tab .faq-item .faq-question {
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 3px;
        padding-top: 3px;
        width: 100%;
        margin-left: 15px;
        color: #0E253C;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .add-customer .faq-container .faq-tab .faq-item .faq-question a {
          font-size: 14px;
          color: #CC3550; }
          .add-customer .faq-container .faq-tab .faq-item .faq-question a img {
            width: 15px;
            height: 15px;
            margin-right: 2px;
            margin-bottom: 2px; }
      .add-customer .faq-container .faq-tab .faq-item .icon-container img {
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
        width: 15px;
        height: 15px; }
      .add-customer .faq-container .faq-tab .faq-item .icon-container img.active {
        transform: rotate(45deg); }
    .add-customer .faq-container .faq-tab .faq-answer {
      font-size: 16px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-in-out;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px; }
      .add-customer .faq-container .faq-tab .faq-answer:last-child {
        border-bottom: 0; }
      .add-customer .faq-container .faq-tab .faq-answer .main-details {
        text-align: start; }
        .add-customer .faq-container .faq-tab .faq-answer .main-details .form-check {
          padding-left: 10px; }
          .add-customer .faq-container .faq-tab .faq-answer .main-details .form-check label {
            font-size: 14px; }
        .add-customer .faq-container .faq-tab .faq-answer .main-details .form-group label {
          width: 100%;
          text-align: start;
          font-size: 14px;
          margin-bottom: 5px;
          color: #0E253C; }
        .add-customer .faq-container .faq-tab .faq-answer .main-details .form-group input {
          font-size: 15px; }
        .add-customer .faq-container .faq-tab .faq-answer .main-details .form-group select {
          font-size: 15px; }

.add-customer .heading .title h5 {
  font-size: 16px;
  color: #0E253C;
  font-weight: 500; }
  @media (max-width: 575px) {
    .add-customer .heading .title h5 {
      font-size: 15px; } }

.add-customer .heading .save-btn a {
  padding: 7px 10px;
  background: #00A46C;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600; }
  @media (max-width: 575px) {
    .add-customer .heading .save-btn a {
      padding: 5px 7px;
      font-size: 12px; } }

header {
  background-color: #0e253c;
  padding: 15px 0; }
  @media (max-width: 767px) {
    header {
      padding: 8px 0; } }
  header .openmenuicon {
    font-size: 22px;
    margin-left: 23px;
    position: relative;
    top: 3px;
    color: white; }
    @media (min-width: 1337px) {
      header .openmenuicon {
        display: none; } }
    @media (max-width: 767px) {
      header .openmenuicon {
        font-size: 18px;
        margin-left: 15px;
        position: relative;
        top: 1px;
        color: white; } }
  header .logomain img {
    width: 200px; }
  header .logosmall img {
    width: 40px;
    height: 40px;
    object-fit: contain; }
    @media (max-width: 767px) {
      header .logosmall img {
        width: 30px;
        height: 30px; } }
  header .mainmenulink {
    display: flex;
    align-items: center;
    justify-content: end; }
    header .mainmenulink .active {
      position: relative; }
      header .mainmenulink .active:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 5px;
        background-color: #FFFFFF;
        left: 0;
        bottom: -24px;
        right: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
    header .mainmenulink .dropdown-menu {
      padding: 0;
      background: #fff;
      top: 17px !important;
      border-radius: 5px;
      overflow: hidden;
      border: none;
      box-shadow: 0px 0px 2px 0px #dfdfdf; }
      header .mainmenulink .dropdown-menu a {
        color: #000;
        font-size: 14px;
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid #e0e0e0; }
        header .mainmenulink .dropdown-menu a:last-child {
          border-bottom: 0 !important; }
    @media (max-width: 1336px) {
      header .mainmenulink {
        display: none; } }
    @media (max-width: 1336px) {
      header .mainmenulink .dropdown .profilemenu {
        align-items: center !important;
        justify-content: flex-start; }
        header .mainmenulink .dropdown .profilemenu img {
          width: 22px;
          margin-right: 6px;
          position: relative;
          top: -2px; }
        header .mainmenulink .dropdown .profilemenu p {
          color: white;
          font-size: 14px; } }
    header .mainmenulink .dropdown .profilemenu img {
      width: 22px;
      margin-right: 6px;
      position: relative;
      top: 0;
      height: auto; }
    header .mainmenulink .dropdown .profilemenu p {
      color: white;
      align-items: center;
      font-size: 14px;
      margin-right: 20px;
      margin-bottom: 0; }
      header .mainmenulink .dropdown .profilemenu p img {
        width: 14px;
        height: 7px;
        margin-bottom: 2px;
        margin-left: 5px; }
    header .mainmenulink a {
      color: white;
      align-items: center;
      font-size: 14px;
      margin-right: 20px; }
      header .mainmenulink a img {
        width: 22px;
        margin-right: 6px;
        position: relative;
        top: -2px; }
  header .notificaionicon img {
    width: 30px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      header .notificaionicon img {
        width: 25px;
        margin-right: 5px; } }
  header .profilemenu img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 40px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      header .profilemenu img {
        width: 30px;
        height: 30px;
        margin-right: 0px; } }
  header .profilemenu .name {
    font-size: 13px;
    color: white;
    margin-bottom: 0; }
  header .profilemenu .discription {
    font-size: 12px;
    color: white;
    margin-bottom: 0;
    opacity: 0.9;
    font-weight: 300; }

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1004;
  height: 100%;
  top: 0;
  left: -24px;
  background-color: #0e253c;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 12px;
  bottom: 0; }
  .sidepanel.sidemenuopn {
    left: 0;
    width: 280px; }
  .sidepanel .header_sidemenu img {
    width: 160px; }
  .sidepanel .mainmenulink {
    margin-top: 20px;
    position: absolute;
    top: 83px;
    left: 12px;
    right: 12px;
    bottom: 17px;
    overflow-y: scroll; }
    .sidepanel .mainmenulink a {
      color: white;
      align-items: center;
      font-size: 14px;
      margin-right: 20px;
      display: block;
      padding-bottom: 15px; }
      .sidepanel .mainmenulink a img {
        width: 22px;
        margin-right: 6px;
        position: relative;
        top: -2px; }
  .sidepanel .header_sidemenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    position: absolute;
    top: 17px;
    left: 12px;
    right: 12px; }
  .sidepanel .sidemenulink {
    padding: 12px 0;
    text-decoration: none;
    font-size: 14px;
    color: black;
    display: block;
    transition: 0.3s;
    padding-bottom: 0; }
  .sidepanel .closebtn {
    font-size: 36px;
    color: white; }

#sidemenuoverlay {
  width: 0;
  position: fixed;
  z-index: 1003;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  /*transition: 0.5s;*/
  bottom: 0;
  opacity: 0.4; }
  #sidemenuoverlay.sidemenuoverlayopen {
    width: 100% !important; }

.admin-users .card {
  border-radius: 10px; }

.admin-users .title-main {
  padding: 10px 20px 10px 0;
  font-size: 16px;
  margin-bottom: 5px; }

.admin-users input[type=checkbox] {
  accent-color: #00A46C !important; }

.admin-users .checkbox .new {
  flex: 0 0 20%;
  max-width: 20%; }
  .admin-users .checkbox .new .form-check {
    width: 100%;
    padding-left: 0; }
    .admin-users .checkbox .new .form-check input {
      position: relative;
      left: 50%;
      transform: translateX(-50%); }

.admin-users .checkbox p {
  font-size: 13px; }

.admin-users p {
  font-size: 13px; }

.admin-users .main-details .save-btn a {
  padding: 7px 10px;
  background: #00A46C;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600; }
  @media (max-width: 575px) {
    .admin-users .main-details .save-btn a {
      padding: 5px 7px;
      font-size: 12px; } }

.admin-users .main-details .password {
  position: relative; }
  .admin-users .main-details .password .edit-password {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #F0F2F3;
    content: "";
    border-radius: 5px; }
    .admin-users .main-details .password .edit-password p {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #5E6D7E; }
      @media (max-width: 575px) {
        .admin-users .main-details .password .edit-password p {
          font-size: 8px; } }
      .admin-users .main-details .password .edit-password p a {
        text-decoration: underline;
        margin-left: 5px;
        color: #0E253C; }
  .admin-users .main-details .password .Generate {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: #EAF3FF;
    color: #668EF0;
    border: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px;
    font-weight: 600; }

.admin-users .main-details label {
  width: 100%;
  text-align: start;
  font-size: 14px;
  margin-bottom: 5px;
  color: #0E253C; }

.admin-users .main-details input {
  font-size: 15px; }

.admin-users .main-details select {
  font-size: 15px; }

.admin-users .user-details {
  margin-top: 20px; }
  .admin-users .user-details .inner-details {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px; }
    .admin-users .user-details .inner-details .top-div {
      border-bottom: 1px solid #ccc; }
      @media (max-width: 767px) {
        .admin-users .user-details .inner-details .top-div {
          flex-direction: column;
          align-items: baseline !important; } }
      @media (max-width: 767px) {
        .admin-users .user-details .inner-details .top-div .mobilediv {
          display: block !important;
          width: 100%; } }
      @media (max-width: 767px) {
        .admin-users .user-details .inner-details .top-div .main-details {
          width: 100%;
          justify-content: space-between;
          border-bottom: 1px solid #ccc; } }
      @media (max-width: 575px) {
        .admin-users .user-details .inner-details .top-div .main-details {
          width: 100%;
          flex-direction: column; } }
      .admin-users .user-details .inner-details .top-div .main-details .idnumber {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        border-right: 1px solid #ccc;
        background-color: #EEF3FE;
        font-weight: 600;
        font-size: 15px;
        color: #0E253C;
        text-align: center; }
        @media (max-width: 575px) {
          .admin-users .user-details .inner-details .top-div .main-details .idnumber {
            font-size: 12px;
            width: 100%;
            border-bottom: 1px solid #ccc;
            border-right: 0; } }
      .admin-users .user-details .inner-details .top-div .main-details .user-contact {
        margin-left: 15px; }
        .admin-users .user-details .inner-details .top-div .main-details .user-contact p {
          margin-bottom: 0;
          margin-right: 20px;
          font-size: 15px;
          display: flex;
          align-items: center;
          color: #0E253C; }
          .admin-users .user-details .inner-details .top-div .main-details .user-contact p img {
            margin-right: 5px; }
      @media (max-width: 767px) {
        .admin-users .user-details .inner-details .top-div .user-contact {
          padding: 5px 10px; } }
      @media (max-width: 575px) {
        .admin-users .user-details .inner-details .top-div .user-contact {
          flex-direction: column;
          align-items: baseline !important; } }
      @media (max-width: 767px) {
        .admin-users .user-details .inner-details .top-div .user-contact p {
          margin-bottom: 0;
          margin-right: 15px;
          font-size: 15px;
          color: #0E253C; }
          .admin-users .user-details .inner-details .top-div .user-contact p img {
            width: 17px;
            height: 17px;
            margin-right: 5px; } }
      .admin-users .user-details .inner-details .top-div .edit-details {
        margin-right: 10px; }
        @media (max-width: 575px) {
          .admin-users .user-details .inner-details .top-div .edit-details {
            padding: 10px 0px;
            width: 100%;
            justify-content: center; } }
        .admin-users .user-details .inner-details .top-div .edit-details .block {
          background-color: #FFE1E6;
          margin-right: 0px;
          padding: 2px 3px 2px 3px;
          line-height: 1;
          margin-left: 10px; }
          .admin-users .user-details .inner-details .top-div .edit-details .block a {
            color: #CC3550;
            text-decoration: underline;
            display: flex;
            font-size: 14px;
            align-items: center;
            justify-content: center; }
            @media (max-width: 575px) {
              .admin-users .user-details .inner-details .top-div .edit-details .block a {
                font-size: 12px; } }
            .admin-users .user-details .inner-details .top-div .edit-details .block a img {
              width: 16px;
              height: 16px;
              margin-right: 5px; }
              @media (max-width: 575px) {
                .admin-users .user-details .inner-details .top-div .edit-details .block a img {
                  width: 14px;
                  height: 14px; } }
        .admin-users .user-details .inner-details .top-div .edit-details .Edit {
          background-color: #e8f9fe;
          margin-right: 10px;
          padding: 2px 5px 2px 5px;
          line-height: 1;
          margin-left: 10px; }
          .admin-users .user-details .inner-details .top-div .edit-details .Edit a {
            color: #02B7F0;
            text-decoration: underline;
            display: flex;
            font-size: 14px;
            align-items: center;
            justify-content: center; }
            @media (max-width: 575px) {
              .admin-users .user-details .inner-details .top-div .edit-details .Edit a {
                font-size: 12px; } }
            .admin-users .user-details .inner-details .top-div .edit-details .Edit a img {
              width: 16px;
              height: 16px;
              margin-right: 5px; }
              @media (max-width: 575px) {
                .admin-users .user-details .inner-details .top-div .edit-details .Edit a img {
                  width: 14px;
                  height: 14px; } }
        .admin-users .user-details .inner-details .top-div .edit-details .toggle-btn input {
          width: 35px;
          height: 18px; }
          .admin-users .user-details .inner-details .top-div .edit-details .toggle-btn input::before {
            width: 11px;
            height: 11px; }
    .admin-users .user-details .inner-details .bottom-div {
      padding-left: 132px; }
      @media (max-width: 767px) {
        .admin-users .user-details .inner-details .bottom-div {
          padding-left: 10px;
          padding-right: 10px; } }
      .admin-users .user-details .inner-details .bottom-div .inner-deta {
        height: 100%;
        padding: 5px 0; }
        .admin-users .user-details .inner-details .bottom-div .inner-deta .heading.button {
          margin-right: 10px;
          border-radius: 5px;
          text-align: start;
          display: inline-flex; }
          .admin-users .user-details .inner-details .bottom-div .inner-deta .heading.button a {
            font-size: 13px;
            background: #E0F1E8;
            width: auto;
            padding: 5px 10px;
            border-radius: 3px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #339F66;
            font-weight: 500; }
        .admin-users .user-details .inner-details .bottom-div .inner-deta .heading {
          height: 100%; }
          .admin-users .user-details .inner-details .bottom-div .inner-deta .heading p {
            font-size: 12px;
            margin-bottom: 5px;
            color: #5E6D7E; }
          .admin-users .user-details .inner-details .bottom-div .inner-deta .heading h4 {
            font-size: 13px;
            margin-bottom: 0;
            color: #0E253C; }

.admin-customer .main-details .password {
  position: relative; }
  .admin-customer .main-details .password .edit-password {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #F0F2F3;
    content: "";
    border-radius: 5px; }
    .admin-customer .main-details .password .edit-password p {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #5E6D7E; }
      @media (max-width: 575px) {
        .admin-customer .main-details .password .edit-password p {
          font-size: 8px; } }
      .admin-customer .main-details .password .edit-password p a {
        text-decoration: underline;
        margin-left: 5px;
        color: #0E253C; }
  .admin-customer .main-details .password .Generate {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: #EAF3FF;
    color: #668EF0;
    border: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px;
    font-weight: 600; }

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  padding-top: 0;
  margin: 0;
  list-style: none; }
  ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #F5F7F9;
    padding: 15px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer; }
    ul.accordion-list li.active h3:after {
      transform: rotate(90deg); }
    ul.accordion-list li h3 {
      font-weight: 600;
      position: relative;
      width: 100%;
      height: auto;
      padding: 0 0 0 0;
      margin: 0;
      font-size: 15px;
      letter-spacing: 0.01em;
      cursor: pointer;
      display: flex;
      padding-left: 30px;
      align-items: center;
      justify-content: flex-start; }
      ul.accordion-list li h3:after {
        content: "\f00d";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        left: 0;
        top: 0;
        color: #000;
        transition: all 0.3s ease-in-out;
        font-size: 18px;
        transform: rotate(45deg); }
    ul.accordion-list li div.answer {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      cursor: pointer; }
      ul.accordion-list li div.answer p {
        position: relative;
        display: block;
        font-weight: 300;
        padding: 10px 0 0 0;
        cursor: pointer;
        line-height: 150%;
        margin: 0 0 15px 0;
        font-size: 14px; }

.accordion-list .accordian .answer {
  display: none;
  overflow: hidden; }
  .accordion-list .accordian .answer .accordian-a-main {
    border-bottom: 1px solid #ccc;
    padding: 10px 0; }
    .accordion-list .accordian .answer .accordian-a-main:last-child {
      border-bottom: 0; }

.meter .bottom-div {
  padding: 0 15px !important; }
  @media (min-width: 1199px) and (max-width: 1920px) {
    .meter .bottom-div .row .col-12 {
      flex: 0 0 100%;
      max-width: 100%; } }

@media (max-width: 575px) {
  .meter .main-details {
    flex-direction: column;
    align-items: baseline !important;
    border-bottom: 0 !important; } }

@media (max-width: 575px) {
  .meter .main-details .idnumber {
    width: 100%;
    border-bottom: 1px solid #ccc;
    justify-content: flex-start !important; } }

@media (max-width: 575px) {
  .meter .main-details .edit-details {
    padding: 5px 0; } }

.form-control.calender::-webkit-calendar-picker-indicator {
  width: 15px;
  height: 15px;
  background-image: url("../img/calender.svg"); }

.assign-btn a {
  padding: 5px 10px;
  background: #00A46C;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 15px;
  display: inline-block;
  color: #fff;
  font-weight: 500; }

.search {
  max-width: 200px;
  margin: 0 auto;
  margin-right: 10px;
  border-radius: 5px; }
  @media (max-width: 575px) {
    .search {
      width: 30px;
      height: 30px;
      padding: 0;
      margin-right: 5px; } }
  .search .input-simple {
    font-size: 14px;
    line-height: 1;
    border: none;
    background: #FFFFFF;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 10px 4px;
    background-size: 18px 18px;
    border: 1px solid #C5CBD5;
    width: 200px;
    padding: 0.4em 1em 0.4em 2.5em;
    border-radius: 5px; }
    @media (max-width: 575px) {
      .search .input-simple {
        width: 25px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-position: 4px 4px !important;
        height: 25px;
        background-size: 15px 15px !important; } }
    .search .input-simple::placeholder {
      color: #0E253C; }
      @media (max-width: 575px) {
        .search .input-simple::placeholder {
          opacity: 0; } }
    .search .input-simple:focus {
      outline: none;
      border: 1px solid #84A2FA; }

.yellow-arror {
  position: initial;
  content: "";
  top: 50%;
  transform: initial;
  left: 0;
  width: 100%;
  height: 39px;
  background-color: #FFF4E2;
  margin: 0 auto;
  border: 1px solid #E99D26;
  border-radius: 5px;
  z-index: 2;
  margin-top: 15px; }
  .yellow-arror p {
    margin-bottom: 0;
    font-size: 11px;
    color: #E99D26;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .yellow-arror p a {
      color: #E99D26;
      font-weight: 600;
      margin-left: 5px;
      text-decoration: underline; }

.managemeter_list_main {
  margin-top: 15px;
  position: relative; }
  .managemeter_list_main .managemeter_list_card {
    display: flex; }
    .managemeter_list_main .managemeter_list_card .count.right {
      position: relative; }
      .managemeter_list_main .managemeter_list_card .count.right::before {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        width: 50%;
        height: 2px;
        background-color: #ccc;
        margin: 0 auto; }
    .managemeter_list_main .managemeter_list_card .count {
      border: 1px solid #b8bfc6;
      padding: 5px 14px;
      border-radius: 5px;
      margin-right: 10px;
      color: #0e253c;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 26px; }
      @media (max-width: 575px) {
        .managemeter_list_main .managemeter_list_card .count {
          width: 25px;
          height: 29px;
          font-size: 13px;
          background-color: whitesmoke; } }
    .managemeter_list_main .managemeter_list_card .content.right {
      position: relative; }
      .managemeter_list_main .managemeter_list_card .content.right::before {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        width: calc(100% - 75px);
        height: 2px;
        background-color: #ccc;
        margin: 0 auto; }
        @media (max-width: 1189px) {
          .managemeter_list_main .managemeter_list_card .content.right::before {
            display: none; } }
      @media (max-width: 793px) {
        .managemeter_list_main .managemeter_list_card .content.right .left_content p {
          text-decoration: line-through;
          text-decoration-color: #ccc; } }
      @media (max-width: 793px) {
        .managemeter_list_main .managemeter_list_card .content.right .right_content p {
          text-decoration: line-through;
          text-decoration-color: #ccc; } }
    .managemeter_list_main .managemeter_list_card .content {
      display: flex;
      justify-content: space-between;
      width: 96%;
      padding: 5px 10px;
      border: 1px solid #b8bfc6;
      border-radius: 5px;
      flex-wrap: wrap; }
      @media (max-width: 575px) {
        .managemeter_list_main .managemeter_list_card .content {
          display: block;
          width: 100%;
          padding: 15px; } }
      .managemeter_list_main .managemeter_list_card .content .main_new_responsive {
        padding-bottom: 10px;
        border-bottom: 1px solid #cccc;
        margin-bottom: 10px; }
        .managemeter_list_main .managemeter_list_card .content .main_new_responsive .assigndate {
          margin-top: 0;
          line-height: 19px;
          border-right: 1px solid silver;
          font-size: 12px; }
      .managemeter_list_main .managemeter_list_card .content .left_content {
        display: flex; }
        @media (max-width: 575px) {
          .managemeter_list_main .managemeter_list_card .content .left_content {
            display: block; } }
        .managemeter_list_main .managemeter_list_card .content .left_content .assigntoname {
          border-right: 1px solid rgba(112, 112, 112, 0.439216); }
          @media (max-width: 575px) {
            .managemeter_list_main .managemeter_list_card .content .left_content .assigntoname {
              border-right: 0; } }
        .managemeter_list_main .managemeter_list_card .content .left_content p {
          margin-bottom: 0;
          color: #0e253c;
          font-weight: 500;
          font-size: 14px;
          line-height: 27px;
          margin-right: 15px;
          padding-right: 15px;
          border-right: 1px solid #c0c0c0;
          white-space: nowrap; }
          @media (max-width: 575px) {
            .managemeter_list_main .managemeter_list_card .content .left_content p {
              margin-bottom: 0;
              color: #0e253c;
              font-weight: 500;
              font-size: 13px;
              line-height: 17px;
              margin-right: 15px;
              padding-right: 15px;
              border-right: none;
              white-space: nowrap; } }
          .managemeter_list_main .managemeter_list_card .content .left_content p:last-child {
            border: none; }
            @media (max-width: 575px) {
              .managemeter_list_main .managemeter_list_card .content .left_content p:last-child {
                margin-top: 8px; } }
      .managemeter_list_main .managemeter_list_card .content .right_content {
        display: flex;
        white-space: nowrap;
        align-items: center; }
        .managemeter_list_main .managemeter_list_card .content .right_content p {
          margin-bottom: 0;
          margin-bottom: 0;
          color: #0e253c;
          font-weight: 500;
          font-size: 12px;
          line-height: 27px;
          margin-right: 20px;
          padding-right: 15px;
          border-right: 1px solid #c0c0c0; }
          @media (max-width: 575px) {
            .managemeter_list_main .managemeter_list_card .content .right_content p {
              margin-bottom: 0;
              margin-bottom: 0;
              color: #0E253C;
              font-weight: 500;
              font-size: 13px;
              line-height: 17px;
              margin-right: 15px;
              padding-right: 15px;
              border-right: none;
              margin-top: 11px; } }
          .managemeter_list_main .managemeter_list_card .content .right_content p span {
            color: #5e6d7e; }
            @media (max-width: 575px) {
              .managemeter_list_main .managemeter_list_card .content .right_content p span {
                display: block;
                margin-bottom: 6px; } }
        .managemeter_list_main .managemeter_list_card .content .right_content .dateicon {
          width: 17px;
          margin-right: 9px;
          position: relative;
          top: -2px; }
          @media (max-width: 575px) {
            .managemeter_list_main .managemeter_list_card .content .right_content .dateicon {
              width: 14px;
              margin-right: 9px;
              position: relative;
              top: -2px; } }
        .managemeter_list_main .managemeter_list_card .content .right_content .deleticon {
          width: 22px;
          margin-right: 0;
          position: relative;
          top: 0px; }

.delete-edit-popup .modal-dialog {
  max-width: 430px;
  margin: 0 auto; }
  .delete-edit-popup .modal-dialog .modal-content {
    border-radius: 15px;
    border: none; }
    .delete-edit-popup .modal-dialog .modal-content .modal-body {
      padding: 20px; }
      .delete-edit-popup .modal-dialog .modal-content .modal-body .logo {
        text-align: center;
        margin-top: 15px; }
      .delete-edit-popup .modal-dialog .modal-content .modal-body h4 {
        margin-top: 20px;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        color: #0E253C; }
      .delete-edit-popup .modal-dialog .modal-content .modal-body p {
        font-size: 14px;
        text-align: center;
        color: #5E6D7E; }
      .delete-edit-popup .modal-dialog .modal-content .modal-body .btn-model {
        text-align: center;
        margin-bottom: 15px; }
        .delete-edit-popup .modal-dialog .modal-content .modal-body .btn-model .cancel {
          padding: 5px 30px;
          border: 1px solid #ccc;
          border-radius: 3px;
          font-size: 15px;
          color: #5E6D7E;
          font-weight: 500;
          margin-right: 8px; }
          @media (max-width: 575px) {
            .delete-edit-popup .modal-dialog .modal-content .modal-body .btn-model .cancel {
              padding: 5px 15px; } }
        .delete-edit-popup .modal-dialog .modal-content .modal-body .btn-model .remove {
          padding: 5px 30px;
          border-radius: 3px;
          color: #fff !important;
          font-size: 15px;
          background-color: #CC3550;
          font-weight: 500; }
          @media (max-width: 575px) {
            .delete-edit-popup .modal-dialog .modal-content .modal-body .btn-model .remove {
              padding: 5px 15px; } }
        .delete-edit-popup .modal-dialog .modal-content .modal-body .btn-model .recover {
          padding: 5px 30px;
          border-radius: 3px;
          color: #fff !important;
          font-size: 15px;
          background-color: #00A46C;
          font-weight: 500; }
          @media (max-width: 575px) {
            .delete-edit-popup .modal-dialog .modal-content .modal-body .btn-model .recover {
              padding: 5px 15px; } }

.assignmeter .card-footer {
  background: #fff;
  border-top: 2px solid #e9e9e9 !important;
  padding-top: 0; }
  .assignmeter .card-footer .card-body {
    padding: 0; }

.assignmeter .modal-content {
  border: 0;
  border-radius: 15px; }
  .assignmeter .modal-content .conformation {
    background-color: #fff !important;
    border-bottom: 2px solid #e0e0e0 !important; }
  .assignmeter .modal-content .model-title {
    font-size: 13px;
    color: #5E6D7E;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px; }
  .assignmeter .modal-content .model-heading {
    font-size: 16px;
    color: #0E253C;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px; }
  .assignmeter .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
    .assignmeter .modal-content .modal-body .redius-bottom {
      background: #EAF3FF; }
      .assignmeter .modal-content .modal-body .redius-bottom .card-body {
        padding-top: 0;
        padding-bottom: 15px;
        padding-top: 15px; }
        @media (max-width: 575px) {
          .assignmeter .modal-content .modal-body .redius-bottom .card-body {
            padding-bottom: 10px; } }
  .assignmeter .modal-content .search .input-simple {
    font-size: 14px;
    line-height: 1;
    border: none;
    background: #FFFFFF;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 10px 4px;
    background-size: 18px 18px;
    border: 1px solid #C5CBD5;
    width: 200px;
    padding: 0.4em 1em 0.4em 2.5em;
    border-radius: 5px; }
    @media (max-width: 575px) {
      .assignmeter .modal-content .search .input-simple {
        width: 25px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-position: 4px 4px !important;
        height: 25px;
        background-size: 15px 15px !important; } }
  .assignmeter .modal-content .Cancel {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000; }
  .assignmeter .modal-content .assignby {
    border-right: 0;
    position: relative; }
  .assignmeter .modal-content .assignby.new {
    border-right: 0 !important;
    font-size: 14px !important; }
    .assignmeter .modal-content .assignby.new span {
      color: #5e6d7e;
      font-size: 14px !important; }
  .assignmeter .modal-content .managemeter_list_main .managemeter_list_card .content {
    justify-content: space-between !important; }
    .assignmeter .modal-content .managemeter_list_main .managemeter_list_card .content .checkboxnew {
      position: absolute;
      right: 10px;
      top: 13px;
      width: 13px;
      height: 13px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 575px) {
        .assignmeter .modal-content .managemeter_list_main .managemeter_list_card .content .checkboxnew {
          right: 15px;
          top: 20px; } }
      .assignmeter .modal-content .managemeter_list_main .managemeter_list_card .content .checkboxnew input {
        right: 0px;
        top: -5px; }
      .assignmeter .modal-content .managemeter_list_main .managemeter_list_card .content .checkboxnew input[type=checkbox] {
        accent-color: #00A46C !important; }

.show_hide_password {
  position: relative; }
  .show_hide_password .form-control.new {
    position: relative; }
  .show_hide_password i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #3c64a7; }

.custom-file .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Delete";
  background: #FFE1E6;
  color: #CC3550;
  border: 1px solid #ffa0b1; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

button:focus,
input:focus {
  outline: none; }

.mm-number-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: inherit; }

.mm-number-input {
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center; }

.mm-number-input-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: inherit; }

.mm-number-input-item {
  width: 40px;
  height: 40px;
  margin: 10px 4px 20px 4px; }

.mm-number-input-item input {
  width: 100%;
  height: inherit;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #0E253C; }

.mm-number-input-submit {
  text-align: center;
  width: 80px;
  height: 40px;
  background: #f1f1f1;
  color: #333;
  border: none;
  font-size: 14px;
  font-weight: 300; }

.mm-number-input-submit:focus,
.mm-number-input-submit:hover {
  background: #333;
  color: #f1f1f1;
  cursor: pointer; }

.print-btn {
  border: 1px solid #00A46C;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 12px;
  color: #00A46C; }

@media (min-width: 1199px) and (max-width: 1920px) {
  .add-meter .col-12 {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

.profilemenu img {
  width: 22px;
  margin-right: 6px;
  position: relative;
  top: -2px; }

.profilemenu p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px; }
  .profilemenu p img {
    width: 11px;
    height: 7px;
    margin-left: 10px; }

@media (max-width: 1336px) {
  .mainmenulink .dropdown-menu.show {
    width: 100%;
    background: #3e568e; } }

@media (max-width: 1336px) {
  .mainmenulink .dropdown-menu.show .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  display: block;
  background: url("../img/calender.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  border-width: thin; }

input[type="time"]::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  display: block;
  background: url("../img/ti") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  border-width: thin; }

/*select {
    background-image: url("../img/drop-arrow.svg");
    background-position: calc(100% - 10px) calc(0.6em + 2px), calc(100% - 15px) calc(0.6em + 2px), calc(100% - 0.5em) 0.5em;
    background-size: 12px 12px, 12px 12px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

select {
    -webkit-appearance: none;
    width: 50px;
}*/
.innercol {
  padding-left: 15px;
  padding-right: 5px; }
  @media (max-width: 1199px) {
    .innercol {
      padding-left: 15px;
      padding-right: 15px; } }

#conformationalert .managemeter_list_card .content {
  width: 100% !important; }

select.form-select.totalpageshowselect {
  font-size: 13px;
  padding: 0 12px;
  height: 34.5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: 500;
  padding-right: 30px;
  width: 14%; }

select.form-select.totalpageshowselect {
  -webkit-appearance: none; }

select.form-select.totalpageshowselect {
  background-image: url("../img/drop-arrow.svg");
  background-position: calc(100% - 10px) calc(0.6em + 4px), calc(100% - 5px) calc(0.6em + 5px), calc(100% - 0.5em) 0.5em;
  background-size: 12px 12px, 12px 12px, 1.5em 1.5em;
  background-repeat: no-repeat;
  position: relative; }

select.form-select.totalpageshowselect:focus-visible {
  outline: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 13px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3c64a7;
  border-color: #3c64a7; }

.main_filter_box {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden; }
  .main_filter_box label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 400;
    color: black; }
  .main_filter_box .filter_top {
    padding: 12px;
    margin-top: -12px;
    margin-left: -12px;
    margin-right: -12px;
    background-color: #eef3fe;
    font-weight: 500;
    margin-bottom: 20px; }

.main_filter_box_upload {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden; }
  .main_filter_box_upload label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 400;
    color: black; }
  .main_filter_box_upload .filter_top {
    padding: 12px;
    margin-top: -12px;
    margin-left: -12px;
    margin-right: -12px;
    background-color: #eef3fe;
    font-weight: 500;
    margin-bottom: 20px; }

.sort-by .dropdown-toggle::after {
  display: none; }

.sort-by .dropdown-menu.show {
  top: 41px !important;
  left: inherit !important;
  will-change: transform;
  right: 0 !important;
  text-align: left !important;
  transform: none !important; }
  .sort-by .dropdown-menu.show li a {
    display: block; }

a {
  cursor: pointer !important; }

.form-check-input {
  margin-top: 0.4rem !important; }

.form-control-file {
  padding: 0.150rem .2rem !important; }

.form-group span.select2-container {
  width: 100% !important; }
