  /*table head and table data style*/
  .table-head {
      font-size: 15px;
      font-weight: 400;
      text-transform: capitalize;
      text-align: left !important;
      padding-right: 15px !important;
  }

  /*breadcrumb font style*/
  .title-breadcrumb h4 {
      font-size: 26px;
      font-weight: 600;
  }

  .breadcrumb-item {
      font-size: 16px;
  }

  .title-breadcrumb-color {
      color: #6c757d;
      font-weight: 400;
  }

  .side-icons {
      font-size: 19px;
      margin-right: 5px;
  }

  .sidemenu-list {
      display: inline-flex;
      align-items: center;
  }

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

  /* Sidebar scroll issue */
  .layout-fixed .wrapper .sidebar {
      overflow-y: auto !important;
  }

  .add-cat {
      display: flex;
      /* align-items: center; */
      margin-top: 2.3rem;
  }

  .add-cat>.add-more i {
      font-size: 26px;
  }

  ::-webkit-scrollbar {
      width: .5em;
      height: .5em
  }

  ::-webkit-scrollbar-button {
      background: #fff;
  }

  ::-webkit-scrollbar-track-piece {
      background: #e9ecef;
  }

  ::-webkit-scrollbar-thumb {
      background: #256BB7;
  }

  ​ .left-note-box {
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
  }

  .left-note-box .left-note-con {
      height: 50px;
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      /* background-color: #256bb7; */
      color: #020202;
      border-radius: 3px;
      font-weight: 600;
      border: 3px solid #f1c232;
  }

  .left-note-con span {
      font-size: 18px;
  }

  .left-note-box .left-note {
      width: 94px;
      height: 40px !important;
      text-align: center;
      justify-content: center;
      margin: 0 auto;
      border-bottom-left-radius: 0;
      background-color: #F1C232;
      border-bottom-right-radius: 0;
      border: transparent;
  }

  /* sidebar child background color change */

  /* table color change for header title */
  .table-bordered thead:nth-child(1) tr {
      background-color: #004482;
      color: #fff;
      font-weight: 500;
  }

  .table-bordered thead:nth-child(1) tr th {
      font-weight: 500;
  }

  .table-striped tbody tr:nth-of-type(odd) {
      background-color: rgb(6 69 128 / 7%);
  }

  .table-bordered thead tr th {
      padding: 8px;
  }

  .os-content {
      height: auto !important;
  }

  /* Sweetalert design  */
  .sweetalert-error-list {
      color: #f56d6d;
      text-align: justify;
      font-size: 16px;
  }

  .swal2-close:focus {
      box-shadow: none;
  }

  /* style for auto complete */
  .ui-autocomplete {
    position: absolute;
    z-index: 99999 !important;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    height: auto;
    overflow-y: auto;
}


  .ui-autocomplete>li {
      cursor: pointer;
      padding: 5px 20px;
      border-bottom: 1px solid #ddd;
  }

  .ui-autocomplete>li.ui-state-focus {
      background-color: #DDD;
  }

  .ui-helper-hidden-accessible {
      display: none;
  }

  /* width */
  .ui-autocomplete::-webkit-scrollbar {
      width: 5px;
  }

  /* Track */
  .ui-autocomplete::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  /* Handle */
  .ui-autocomplete::-webkit-scrollbar-thumb {
      background: #888;
  }

  .ui-state-active {
      color: #007bff;
  }

  /* Sidebar search list color change */
  .list-group-item .search-title strong {
      color: #fff !important;
  }

  /* sidebar logo design change */
  .logo-xl.brand-image-xs,
  .logo-xs.brand-image-xs {
      left: 18px;
      top: 5px;
  }

  .brand-link .brand-image-xs {
      width: 85%;
      max-height: inherit;
  }

  .layout-fixed .brand-link {
      width: 280px;
      background-color: #fff;
  }

  .btn-group-sm>.btn,
  .btn-sm {
      margin-right: 0 !important;
  }


  .table td,
  .table th {
      vertical-align: middle !important;
      word-break: break-all !important;
  }

  .inactive-list::before {
      background-color: #dc3545 !important;
  }




  table.dataTable>thead .sorting:after,
  table.dataTable>thead .sorting_asc:after,
  table.dataTable>thead .sorting_desc:after,
  table.dataTable>thead .sorting_asc_disabled:after,
  table.dataTable>thead .sorting_desc_disabled:after {
      right: 0.5em;
      bottom: 0.75em !important;
  }

  table.dataTable>thead .sorting:before,
  table.dataTable>thead .sorting_asc:before,
  table.dataTable>thead .sorting_desc:before,
  table.dataTable>thead .sorting_asc_disabled:before,
  table.dataTable>thead .sorting_desc_disabled:before {
      right: 1em;
      bottom: 0.75em !important;
  }

  .pending-list {
      display: flex;
      align-items: center;
      margin-left: 15px;
      font-size: 14px;
  }

  .active-list {
      font-size: 15px;
      color: #000;
  }

  .table.table-bordered.dataTable td {
      padding: 0px 12px !important;
      /* line-height: 3.3; */
      height: 35px;
      font-size: 15px;
      font-weight: 500;
      color: #000;
      /* white-space: break-spaces; */
  }

  .service-tdata {
      white-space: break-spaces !important;
  }

  /* .table-head-font .table-head{
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left !important;
    padding-right: 12px !important;
  } */

  .buttons-colvis span {
      text-transform: capitalize;
  }

  .inactive-list {
      font-size: 14px;
  }

  .pending-list::before {
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
      left: 10px;
      border-radius: 50%;
      background-color: #ffc107 !important;
  }

  td.btn-flex {
      display: flex !important;
  }


  .odd .email-text,
  .even .email-text {
      text-transform: lowercase;
  }


  /* Hover-btn */

  .btn-hover-edit:hover {
      /* background-color: transparent;
    border: 1px solid #256bb7;
    color: #256bb7; */
  }

  .btn-hover-edit {
      /* width: 28.5px; */
      /* text-align: center; */
      /* justify-content: center; */
      padding: 4px;
      color: #205c9d;
      font-size: 17px !important;
      /* margin: 5px !important; */
  }

  .icon-action .btn-hover-edit,
  .icon-action .btn-hover-del,
  .icon-action .btn-hover-ser,
  .icon-action .btn-hover-clock,
  .icon-action .btn-hover-fragrance,

  .btn-hover-map,
  .icon-action .btn-hover-address {
      margin: 0px !important;
      padding: 2px;
  }

  .btn-hover-clock {
      color: #0e80d1;
      font-size: 17px !important;

  }

  .btn-hover-fragrance {
      color: #8b008b;
      font-size: 17px !important;

  }

  .btn-hover-del {
      color: #dc3545;
      font-size: 17px !important;
      /* margin: 5px !important; */
  }

  .btn-hover-map {
      color: #e37400;
      font-size: 17px !important;
  }

  .btn-hover-ser {
      color: #088324;
      font-size: 17px !important;
  }

  .btn-hover-address {
      color: #997a22;
      font-size: 17px !important;
  }

  div.dataTables_wrapper div.dataTables_processing {
      z-index: 1;
  }

  tbody tr td img {
      cursor: pointer;
  }

  table {
      width: 100% !important;
      /* text-transform: capitalize; */
  }

  .table-width {
      width: 1170px !important;
  }

  .over-flow-table {
      width: 100%;
      max-width: 1440px;
      overflow: auto;
  }

  .timepicker {
      position: relative;
  }

  .dt-button-collection {
      width: 100%;
  }

  .dt-button-collection .dropdown-menu {
      /* width: 100% !important; */
      min-width: 100% !important;
      padding: 0;
  }

  table.dataTable>thead .sorting:before,
  table.dataTable>thead .sorting_asc:before,
  table.dataTable>thead .sorting_desc:before,
  table.dataTable>thead .sorting_asc_disabled:before,
  table.dataTable>thead .sorting_desc_disabled:before {
      right: 1.2em !important;
  }

  .page-link {
      color: #064580;
  }

  .dropdown-menu>a.dt-button.dropdown-item.buttons-columnVisibility {
      background-color: #fff !important;
      color: #000 !important;
      border-bottom-color: #6c757d !important;
      text-transform: capitalize;
      border-bottom: 1px solid #e4e4e4;
  }

  .dropdown-menu>a.dt-button.dropdown-item.active {
      background-color: #004482 !important;
      color: #fff !important;
      border-bottom: none !important;
  }

  a.dt-button.dropdown-item.active {
      background-color: transparent;
      color: #6c757d;
      border-bottom: 1px solid #f5f5f5 !important;
  }


  .dropdown-menu>a.dt-button.dropdown-item:hover {
      color: #000 !important;
      text-decoration: none !important;
      background-color: #fff !important;
  }

  .bootstrap-datetimepicker-widget.dropdown-menu {
      width: 18rem;
  }

  .bootstrap-datetimepicker-widget a[data-action] {
      padding: 0;
  }

  .bootstrap-datetimepicker-widget table td {
      height: 30px;
  }

  .bootstrap-datetimepicker-widget table td span {
      height: 0;
      line-height: 0;
  }

  .table-condensed tr td .btn {
      display: flex;
  }

  .notexport a {
      /* margin: 17px 5px !important; */
      margin: auto !important;
      background-color: transparent;
      color: #898989;
      padding: 0;
      font-size: 14px;

  }

  p.help-block {
      font-size: 12px;
      font-style: italic;
      margin: 0;
  }

  p.driver-help-block {
      font-size: 12px;
      font-style: italic;
      margin: 0;
  }

  .col-form-label {
      padding-left: 0;
  }

  .select2-container--default .select2-dropdown.select2-dropdown--below {
      min-width: 130px !important;
      width: 100%;
  }

  .customer-register-pop .select2-container {
      z-index: 99999;
  }

  .select2-container {
      width: auto !important;
      z-index: 999;
  }

  .des-height {
      min-height: 104px;
  }

  .fa-minus-square {
      font-size: 26px;
      margin-top: 5px;
  }

  .set-time {
      /* overflow-y: auto !important; */
      /* min-height: 280px; */
  }

  .select2-selection__rendered>.wdk_content-pagetitle {
      display: none !important;
  }

  /* Chrome, Safari, Edge, Opera */
  .number-field::-webkit-outer-spin-button,
  .number-field::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

  /* Firefox */
  .number-field[type=number] {
      -moz-appearance: textfield;
  }

  .dt-control {
      text-align: center;
  }

  .dt-control .btn-info {
      color: #fff;
      background-color: #367f8b;
      border-color: #2c6068;
      box-shadow: none;
  }

  .dt-control .btn-info:hover {
      background-color: transparent;
      border-color: #2c6068;
      color: #367f8b;
      font-weight: 800;
  }

  .dt-control .btn-warning {
      color: #ffffff;
      background-color: #3d6287;
      border-color: #343a40;
      box-shadow: none;
  }

  .dt-control .dt-count-control .btn-warning:hover {
      background-color: transparent;
      border-color: #343a40;
      color: #3d6287;
      font-weight: 800;
  }

  .dt-count-control {
      text-align: center;
  }

  .dt-count-control .btn-info {
      color: #fff;
      background-color: #367f8b;
      border-color: #2c6068;
      box-shadow: none;
  }

  .dt-count-control .btn-info:hover {
      background-color: transparent;
      border-color: #2c6068;
      color: #367f8b;
      font-weight: 800;
  }

  .dt-count-control .btn-warning {
      color: #ffffff;
      background-color: #3d6287;
      border-color: #343a40;
      box-shadow: none;
  }

  .dt-count-control .dt-count-control .btn-warning:hover {
      background-color: transparent;
      border-color: #343a40;
      color: #3d6287;
      font-weight: 800;
  }

  .bg-table-det {
      background-color: #3d62874a !important;
  }

  .drop-menu-width {
      max-width: 300px !important;
      min-width: 280px !important;
  }

  .table-head-notify {
      font-size: 15px;
      font-weight: 500;
      padding: 0.5rem !important;
  }

  .table-data-notify {
      font-size: 15px;
      font-weight: 500;
      padding: 0.5rem !important;
  }

  .bootstrap-switch-handle-on,
  .bootstrap-switch-handle-off {
      font-size: 0.75rem !important;
  }

  .icon-notify {
      width: 45px;
      /* height: 30px; */
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      margin-right: 5px;
      border: 1px solid #aeb0b1;
  }

  .check-notify {
      border-radius: 50%;
      font-size: 16px;
      height: 20px;
      left: 43px;
      line-height: 30px;
      position: absolute;
      text-align: center;
      top: 2.2rem;
      width: 20px;
  }

  .timeline-header {
      border: none !important;
      display: flex;
      align-items: center;
  }

  .timeline-header a {
      margin-right: 7px;
  }

  .timeline-header .time {
      margin-left: auto;
      font-size: 14px;
  }

  .timeline::before {
      background-color: #256bb775 !important;
  }

  .timeline>div>.timeline-item {
      box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 0 2px rgb(0 0 0 / 2%) !important;
  }

  .btn-icon-notify {
      padding: 0.2rem 0.5rem;
      font-size: .75rem;
  }

  .unread-notify {
      /* background-color: #888 !important; */
  }

  .timeline>div>.timeline-item>.time {
      color: #343a40 !important;
  }

  .readmore-btn {
      text-align: center;
      margin-bottom: 20px;
  }

  .readmore-btn a {
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
  }

  .lable-btn-notify {
      background-color: #dee2e6 !important;
      color: #696c6e !important;
      font-weight: 600;
  }

  .unread-notify {
      background-color: #ffc107;
      color: #1f2d3d !important;
      border-color: #ffc107;
  }

  /* .view-btn{
  display: flex;
  justify-content: end;
  position: absolute;
  top: 0;
  right: 6.2rem;
  z-index: 1;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
}

.delete-btn{
  display: flex;
  justify-content: end;
  position: absolute;
  top: 0;
  right: 1.5rem;
  z-index: 1;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
} */

  .unread-box {
      background-color: rgba(0, 0, 0, .05) !important;
  }

  .notify-btn {
      display: flex;
      justify-content: end;
      width: 100%;
      margin-top: 25px;
  }

  .notify-btn .delete-btn {
      margin-right: 1.8rem;
      font-weight: 400;
      font-size: 1rem;
  }

  .notify-btn .view-btn {
      margin-right: .5rem;
      font-weight: 400;
      font-size: 1rem;
  }

  .dropdown-menu-lg .dropdown-item-notify {
      padding: 0.5rem 1rem;
  }

  .dropdown-item-notify {
      display: block;
      width: 100%;
      padding: 0.25rem 1rem;
      clear: both;
      font-weight: 400;
      color: #212529;
      text-align: inherit;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
  }

  .notificationHeaderList {
      max-height: 300px;
      overflow-y: auto;
      min-height: 70px;
  }

  .all-check-notify {
      top: -2.7rem;
      margin-top: 0;
  }

  .select-notify {
      position: absolute;
      left: 3.7rem;
      top: -2.8rem;
      color: #515152cf;
      font-weight: 400 !important;
  }

  .timeline {
      position: static !important;
      margin-bottom: 30px !important;
  }

  .navbar-badge {
      font-size: .7rem !important;
      font-weight: 500;
      padding: 2px 4px;
      position: absolute;
      right: 5px;
      top: 0 !important;
  }

  .badge-warning {
      color: #ffffff !important;
      background-color: #17a2b8 !important;
  }

  .notify-bell-icon {
      padding: 10px 0 !important;
  }

  .chhose-file-input {
      display: flex;
      align-items: center;
  }

  .chhose-file-input .custom-file-input,
  .chhose-file-input .custom-file-label {
      width: 65%;
  }

  .chhose-file-input img {
      width: 50px;
      margin-left: 30px;
  }

  .mobile-data-view {
      display: flex;
      position: absolute;
      top: 17rem;
      justify-content: center;
      align-items: center;
      width: 100%;
      left: 0rem;
  }

  .device-preview-title {
      text-align: center;
  }

  .mobile-preview-side {
      padding: 0 0 0 25px;
  }

  .mobile-data-view img {
      /* width: 20%;
    position: absolute;
    right: 10rem;
    border-radius: 7px;
    border: 2px solid #dedfe1;
    top: -10px; */
      width: 20%;
      border-radius: 7px;
      border: 2px solid #dedfe1;
  }

  .text-notify {
      width: 49%;
  }

  .text-notify h5 {
      font-size: 20px;
      font-weight: 700;
  }

  .text-notify p {
      font-size: 14px;
      /* width: 40%; */
      margin: 0;
  }

  .print-header {
      display: flex;
      align-items: center;
  }

  .print-btn {
      text-align: end;
      margin-left: auto;
  }

  .barcode-box {
      align-items: center;
  }

  .print-forms {
      display: flex;
      align-items: start;
  }

  .footer-modal {
      border-top: transparent !important;
  }

  .table-print {
      overflow: auto;
      /* padding: 0 8px; */
  }

  .table-list-print {
      min-width: 100%;
  }

  .table-card-title {
      padding-left: 11px;
  }

  .summery-table tr td {
      text-align: end;
  }

  .total-price-summery {
      font-weight: 600;
      font-size: 18px;
  }

  .pera-color-order {
      color: #000;
      text-transform: capitalize;
  }

  .pera-text-order {
      text-transform: none;
  }


  .was-validated select.select2:invalid+.select2.select2-container.select2-container--default span.select2-selection,
  select.select2.is-invalid+.select2.select2-container.select2-container--default span.select2-selection {
      border-color: #fa5c7c;
      padding-right: 2.25rem;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right calc(0.375em + 0.1875rem) center;
      background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }

  .was-validated select.select2:invalid+.select2.select2-container.select2-container--default .select2-selection__arrow,
  select.select2.is-invalid+.select2.select2-container.select2-container--default .select2-selection__arrow {
      right: 25px !important;
  }

  .was-validated select.select2:valid+.select2.select2-container.select2-container--default span.select2-selection,
  select.select2.is-valid+.select2.select2-container.select2-container--default span.select2-selection {
      border-color: #0acf97;
      padding-right: 2.25rem;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230acf97' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right calc(0.375em + 0.1875rem) center;
      background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }

  .was-validated select.select2:valid+.select2.select2-container.select2-container--default .select2-selection__arrow,
  select.select2.is-valid+.select2.select2-container.select2-container--default .select2-selection__arrow {
      right: 25px !important;
  }

  .cross-icon-modal {
      position: absolute;
      top: 1rem;
      right: 1rem;
  }

  .submit-modal {
      width: 25%;
      justify-content: center;
      text-align: center;
      margin: 0 auto;
  }

  .done-barcode {
      color: #28a745;
      font-size: 22px;
  }

  .cancle-barcode {
      color: #dc3545;
      font-size: 22px;
  }

  .card-padding {
      padding-left: 7px !important;
  }

  .item-barcode-scan {
      width: 0;
  }

  /* .main-footer{
    position: relative !important;
  } */

  .content-wrapper {
      height: auto !important;
  }

  .all-vend-btn {
      display: flex;
      width: 100%;
      align-items: center;
  }

  .all-vend-btn form {
      margin-left: auto;
  }



  .view-img .popup-img {
      width: 100%;
  }

  .modal-img-hover {
      height: 335px;
      overflow-y: auto;
      min-height: 160px;
  }

  .all-img-hvr {
      margin-left: auto;
      color: hsl(206deg 100% 40%);
      cursor: pointer;
  }

  .all-img-hvr:hover {
      color: #212529;
  }


  .modal-w-img {
      max-width: 50%;
  }


  .edit-pgeorder th,
  .edit-pgeorder td {
      border: 1px solid #dee2e6;
  }

  .tbl-order-print th,
  .tbl-order-print td {
      border: 1px solid #dee2e6;

  }



  @media (max-width: 1024px) {
      .table-list-print th {
          font-size: 14px;
          padding: .3rem !important;
      }

      .tbl-btm-part th,
      .tbl-btm-part td {
          font-size: 14px;
          padding: .6rem !important;

      }
  }

  .th-costmer {
      text-align: left !important;
  }

  .cutm-cmnt {
      width: 75%;
      text-align: left !important;
  }

  .databl-datepick .datepicker-icon {
      top: 50% !important;
      z-index: 999;
  }

  @media (min-width: 1510px) {
      .dataTables_scroll {
          overflow: visible !important;
          width: 100% !important;
          overflow-x: auto !important;
      }
  }

  .dataTables_scroll {
      clear: both;
  }

  .login-page {
      background-image: url(../img/login-bg.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      height: 100vh;
  }

  .login-page::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .5);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
  }

  .login-box {
      z-index: 99;
      margin-top: 30px;
  }

  .login-main-bx {
      width: 400px;
  }

  .reset-login-main-bx {
      width: 562px;
  }

  .login-main-bx .login-card-body {
      border-radius: 20px;
  }

  .login-main-bx .login-box-msg {
      font-size: 20px;
      font-weight: 500;
      padding: 0;
      text-transform: uppercase;
      margin-bottom: 25px;
      padding-bottom: 15px;
      border-bottom: 1px solid #e4e4e4;
  }

  .login-main-bx .submit-btn {
      padding: 12px;
      font-size: 16px;
      background-color: #006AC9;
  }

  .login-main-bx .submit-danger {
      padding: 12px;
      font-size: 16px;
  }

  .login-main-bx input,
  .login-main-bx select {
      height: 50px;
  }

  .small-cont-dtls {
      font-size: 14px;
      font-weight: 500;
      margin: 0 !important;
      width: 100%;
  }

  .small-cont-dtls input:first-child+label::before {
      width: 15px;
      height: 15px;
      margin-left: 0;
      left: 0;
  }

  .small-cont-dtls input:first-child+label::after {
      transform: translate(4.75px, 4.5px) rotate(45deg) !important;
      border-width: 1px !important;
      width: 5px !important;
      height: 9px !important;
  }

  .small-cont-dtls label {
      display: flex;
      align-items: center;
      font-weight: 500 !important;
      padding-left: 20px !important;
  }

  .main-footer {
      font-size: 14px;
      text-align: right;
  }

  .custom-dark-sidebar {
      background-color: #082336;
      width: 280px;
  }

  .custom-dark-sidebar .sidebar {
      padding-bottom: 40px;
  }

  .custom-dark-sidebar .brand-link {
      background-color: #004482;
  }

  .custom-dark-sidebar .nav-link {
      font-weight: 400;
      padding: 6px 10px;
      color: #bdbdbd !important;
      width: calc(280px - .5rem * 2) !important;
  }

  [class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
  [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
  [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus,
  .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff !important;
  }

  .bg-ul-cont .nav-link.active {
      background-color: transparent !important;
      color: #fff !important;
      box-shadow: none !important;
      font-weight: 500;
  }

  .cutom-level-menu-inner {
      margin: 0 10px !important;
      width: 90%;
      background-color: transparent !important;
  }

  .custom-dark-sidebar .bg-ul-cont {
      background-color: rgba(255, 255, 255, 0.1) !important;
  }

  .custom-dark-sidebar .menu-search input,
  .custom-dark-sidebar .menu-search button {
      background-color: transparent;
      border-color: #616161;
      color: #fff;
  }

  @media only screen and (min-width:768px) {

      .content-wrapper,
      .navbar-white,
      .main-footer {
          margin-left: 280px !important;
      }
  }

  .dataTables_scroll .search_init {
      height: 40px;
  }

  .card-footer {
      border-top: 1px solid #e0e0e0;
      background-color: #fff;
  }

  .bredscrumb-dtl-bx {
      display: flex;
      align-items: center;
      margin-top: 2px;
  }

  .content-header {
      padding: 10px .2rem;
  }

  .bredscrumb-dtl-bx h4 {
      font-weight: 600;
      letter-spacing: 0;
      font-size: 18px;
  }

  .cutom-level-menu {
      margin: 0 10px !important;
      width: 95%;
  }

  .letter-sub-chiil li span {
      width: 15px;
      height: 15px;
      border: 1px solid #c3c3c3;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      margin-right: 5px;
      margin-left: 10px;
  }

  .letter-sub-chiil .menu-open {
      background-color: rgba(0, 0, 0, .2) !important;
  }

  .os-host-overflow-x .letter-sub-chiil li span {
      margin-left: 0;
      margin-right: 0;
  }

  .custom-small-ico a {
      background-color: transparent;
      color: #898989;
      padding: 0;
      border: none;
      font-size: 14px;
      margin-right: 8px !important;
  }

  .custom-small-ico a:last-child {
      margin-right: 0 !important;
  }

  .custom-small-ico a:hover {
      background-color: transparent;
      color: #007bff;
  }

  /* new chnages */
  .country-add-new-btn {
      /* background-color: #004482; */
      color: white;
  }

  .country-add-new-btn:hover {
      color: white;
  }

  .pagination-change .page-item .page-link {
      padding: 4px 8px !important;
  }

  .pagination-change .page-item.active .page-link {
      background-color: #004482 !important;
      padding: 4px 8px !important;
      border-color: #004482;
  }

  .custom-filter-tab-btn {
      background: transparent;
      border: none;
      font-size: 16px;
      margin: 0 6px;
      font-weight: 500;
      border-right: 1px solid #ececec;
      padding-right: 10px;
  }

  .custom-tab-visibl {
      background: transparent;
      border: none;
      font-weight: 500;
      font-size: 16px;
      padding-right: 10px;
  }

  .custom-tab-visibl::after {
      margin-left: 0.5em;
  }

  .custom-filter-tab-btn i {
      font-size: 16px;
      margin-right: 2px;
  }

  .custom-filter-tab-btn.reset-filte {
      color: #353535;
  }

  .custom-filter-tab-btn.excel-down {
      color: #088324;
  }

  .custom-filter-tab-btn.pdf-down {
      color: #dc3545;
  }

  .custom-filter-tab-btn.print-down {
      color: #004482;
  }

  .inline-pag-fun-cls .dataTables_info,
  .inline-pag-fun-cls .dataTables_paginate {
      width: 50%;
      display: inline-block;
  }

  .add-new-btn {
      background-color: #088324;
      border: none !important;
  }

  .add-new-btn:hover {
      background-color: #025f18;
  }

  .add-new-btn i {
      font-size: 12px;
  }

  .form-sub-btn {
      border-top: 1px solid #e0e0e0;
      background-color: #fff;
      padding-top: 1.1rem;
      margin-top: 12px;
  }

  .form-sub-btn .btn-primary {
      background-color: #004482;
  }

  .form-sub-btn .btn-primary {
      background-color: #004482;
  }

  .sign-up-link {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 0;
      text-transform: capitalize;
  }

  .user-header {
      background-color: #004482 !important;
  }

  .form-control {
      border-radius: 0;
  }

  .dsp-none {
      display: none;
  }

  .dsp-blck {
      display: block;
  }

  form .form-group label {
      font-weight: 500 !important;
  }

  .form-group input.form-control,
  .form-group select.form-control,
  .form-group textarea.form-control,
  .select2-container--default .select2-selection--single {
      background-color: #e9e9e97a;
  }

  .custom-select-2.is-invalid .select2 .select2-selection {
      border-color: #f00;
  }

  .imageSet {
      margin: 10px 0;
      width: 50%;
      height: auto;
      border: 1px solid #e4e4e4;
  }

  .lat-valu-bx .form-group {
      width: 30%;
      margin-right: 10px;
      margin-bottom: 0;
  }

  .lat-valu-bx .form-group:last-child {
      margin-right: 0;
  }

  #result {
      color: red;
  }

  .lat-valu-bx .invalid-feedback {
      position: relative;
      max-width: 100%;
  }

  .suggestion-labl label mark {
      background-color: transparent;
      font-size: 14px;
      color: #838383;
  }

  .uploaded-doc-url {
      color: #004482;
      text-decoration: none;
      margin: 10px 0;
      /* display: inline-block; */
      display: inline-flex;
      align-items: center;
      background-color: #f2f9ff;
      border: 1px solid #7dc0ff;
      padding: 0 8px 0 0;
      width: 100%;
      border-radius: 2px;
      overflow: hidden;
  }
  .uploaded-doc-url a{
    line-height: 16px;
    padding-left: 5px;
  }

  .excel-down-file {
      border-top: 1px solid #e4e4e4;
      padding-top: 10px;
  }

  .green-excel-file {
      color: #025f18;
      border-color: #088324;
  }

  .green-excel-file span {
      background-color: #025f18 !important;
      color: #fff !important;
  }
  .uploaded-doc-url span i{
    padding-right: 5px;
  }

  .uploaded-doc-url span {
      background-color: #004482;
      color: #fff;
      border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
      padding: 15px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500;
      margin-right: 5px;
      display: flex;
      justify-content: center;
      align-items: center   ;
  }

  /* datepicker style */
  .is-invalid.date-picker .datepicker-icon {
      top: 55%;
      right: 9%;
  }

  .date-picker {
      position: relative;
  }

  .databl-datepick input {
      padding-right: 30px;
  }

  .date-picker .datepicker-icon {
      position: absolute;
      right: 15px;
      top: 75%;
      transform: translateY(-50%);
      color: #353535;
      cursor: pointer;
      background-color: #fff;
  }

  .date-picker input {
      position: relative;
  }

  .ui-datepicker,
  .daterangepicker {
      display: none;
      background-color: #fff;
      padding: 10px;
      color: #000;
      border-radius: 10px;
      width: 20%;
      z-index: 99999999 !important;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.29);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.29);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.29);
  }

  .daterangepicker {
      width: max-content;
  }

  .ui-datepicker td a {
      color: #353535;
  }

  .ui-datepicker-header a {
      width: 50%;
      color: #004482;
      float: left;
      cursor: pointer;
  }

  .ui-datepicker-header a:nth-child(2) {
      float: right;
      text-align: right;
  }

  .ui-datepicker-header .ui-datepicker-title {
      width: 100%;
      margin-top: 10px;
      float: left;
  }

  .ui-datepicker-header .ui-datepicker-title select {
      border: 1px solid #e4e4e4;
      padding: 5px;
      background-color: #fff;
      border-radius: 5px;
      margin-right: 10px;
      cursor: pointer;
      width: 48%;
  }

  .ui-datepicker .ui-datepicker-calendar {
      margin: 15px 0;
      float: left;
  }

  .ui-datepicker .ui-datepicker-calendar tr th,
  .ui-datepicker .ui-datepicker-calendar tr td {
      text-align: center;
  }

  .ui-datepicker-current-day {
      background-color: #004482;
      border-radius: 5px;
  }

  .ui-datepicker-current-day a {
      color: #fff !important;
  }

  .ui-datepicker-header .ui-datepicker-title select:last-child {
      margin-right: 0;
  }

  .ui-state-disabled span {
      color: #a5a5a5;
      cursor: not-allowed;
  }

  .ui-datepicker-today,
  .daterangepicker td.active,
  .daterangepicker td.active:hover,
  .daterangepicker td.end-date.in-range {
      background-color: #088324;
      border-radius: 3px;
  }

  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
      padding: 5px;
  }

  .daterangepicker .drp-selected {
      font-size: 14px;
  }

  .daterangepicker .drp-buttons .btn {
      padding: 8px 15px;
      font-weight: 500;
  }

  .daterangepicker td.in-range {
      background-color: #ebfcef;
  }

  .ui-datepicker-today a {
      color: #fff !important;
  }

  .phone-numb-valid .error.invalid-feedback {
      padding-left: 26%;
  }

  span#type_of_cargo-error {
      padding-left: 12% !important;
  }

  span#type_of_arms-error {
      padding-left: 12% !important;
  }

  .small-select {
      padding: 0.375rem 0.50rem;
      font-size: 14px;
  }

  .add-condition,
  .remove-condition {
      width: 35px;
      height: 35px;
      padding: 10px;
      border-radius: 6px;
      background-color: #007bff;
      color: #fff;
      display: flex;
      font-size: 14px;
      font-weight: 400;
      align-items: center;
      justify-content: center;
      cursor: pointer;
  }

  .remove-condition {
      background-color: #dc3545;
  }

  .center-content {
      text-align: center !important;
  }

  .aircart-table-data td {
      padding: 0.50rem 0.75rem;
  }

  .aircart-table-data td:last-child,
  .aircart-table-data .center-content {
      width: 2%;
  }

  .aircart-table-data th:last-child .add-condition {
      margin: 0 auto;
  }

  .sub-regional-charge {
      padding: 25px 0 0;
      width: 100%;
      margin-top: 25px;
      border-top: 1px dashed #bbbbbb;
  }

  .charges-cont {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .charges-cont h3 {
      font-size: 18px;
      font-weight: 600;
  }

  .asociated-airport .select2-selection {
      background-color: #e9e9e97a;
      border-radius: 0;
  }

  .asociated-airport .select2-search__field {
      background-color: transparent;
  }

  .mid-point-start {
      background-color: #e2f1ff;
      border-bottom: 1px solid #94cbff;
      padding: 10px;
      color: #000;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
  }

  #dvMap {
      width: 100%;
      height: 100%;
  }

  .add-cat.rout-point-add,
  .rout-point-add .add-cat {
      margin-top: 30px;
  }

  .rout-point-add .add-more,
  .rout-point-add .remove-rout-end {
      width: 55px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #004482;
      border-radius: 5px;
      color: #fff;
      cursor: pointer;
  }

  .rout-point-add .remove-rout-end {
      background-color: #dc3545;
  }

  .rout-point-add .add-more i,
  .rout-point-add .remove-rout-end i {
      font-size: 14px;
  }

  .mind-point-start {
      overflow: hidden;
      background-color: #ffffff;
      border-radius: 5px;
      border: 1px solid #94cbff;
  }

  .rol-name-bil {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 600;
      display: block;
  }

  .mid-point-cont {
      padding: 10px;
  }

  .logins-input-width {
      width: 20% !important;
  }

  .child-module-tab td:first-child {
      padding-left: 35px;
  }

  .custom-switch-opts .switch {
      --inactive-bg: #cfd8dc;
      --active-bg: #088324;
      --size: 1.2rem;
      appearance: none;
      width: calc(var(--size) * 2.2);
      height: var(--size);
      display: inline-block;
      border-radius: calc(var(--size) / 2);
      cursor: pointer;
      background-color: var(--inactive-bg);
      background-image: radial-gradient(circle calc(var(--size) / 2.0),
              #fff 100%,
              #0000 0),
          radial-gradient(circle calc(var(--size) / 1.5), #0003 0%, #0000 100%);
      background-repeat: no-repeat;
      background-position: calc(var(--size) / -1.75) 0;
      transition: background 0.2s ease-out;
  }

  .custom-switch-opts .switch:checked {
      background-color: var(--active-bg);
      background-position: calc(var(--size) / 1.75) 0;
  }

  .import-card-bx {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 100%;
      padding: 0.8rem;
      border-bottom: 1px solid #dadada;
  }

  .inlin-btn-all {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .inlin-btn-all a,
  .inlin-btn-all button {
      width: 50%;
      font-size: 16px;
      margin: 0 2px;
  }

  .log-download {
      color: #dc3545;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 500;
  }


  a.open_box_btn {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      z-index: 99999;
      line-height: 0;
  }

  a.open_box_btn:hover .open_in_hover {
      display: block;
  }

  .is-invalid a.open_box_btn {
      top: 32%;
      right: 30px;
  }

  .change-pass-input {
      position: relative;
  }

  .open_box_btn img {
      width: 20px;
  }

  .popupSug {
      margin-bottom: 0;
      color: #088324;
      line-height: 20px;
  }

  .popupSug i {
      font-size: 10px;
  }

  .open_in_hover {
      position: absolute;
      width: 270px;
      float: left;
      background: #fff;
      border: 1px solid #ededed;
      padding: 10px;
      top: 30px;
      right: 0px;
      display: none;
      z-index: 5999;
      -webkit-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.15);
  }

  .open_in_hover::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: 5px;
      bottom: 100%;
      width: 0;
      height: 0;
      border-bottom: 10px solid #cccbcb;
      border-top: 10px solid transparent;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
  }

  /* otp form css */
  .otp-input {
      display: flex;
      justify-content: space-between;
  }

  .otp-input input {
      border-left: none;
      border-top: none;
      border-right: none;
      border-bottom: 1px solid #006AC9;
      width: 15%;
      border-radius: 0;
      text-align: center;
      color: black;
  }

  .otp-bottom {
      padding-top: 11px;
      display: flex;
      align-items: center;
  }

  .otp-bottom span {
      padding-right: 7px;
  }

  .otp-bottom a {
      padding: 0;
  }

  #captchaimg {
      float: left;
      width: 100%;
      background: #f8f7f7;
      height: 50px;
      border: 1px solid #dddddd;
  }

  .refresh-img {
      left: 4px;
      top: 10px;
  }

  .captcha-img-css {
      left: 3px;
  }

  .otp-input input:focus-visible {
      outline: none !important;
  }

  .otp-input input::-webkit-outer-spin-button,
  .otp-input input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

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

  .change-pass-cont {
      flex-wrap: wrap;
  }

  .change-pass-cont p {
      margin-right: 20px;
      color: #8b8b8b;
      display: flex;
      align-items: center;
  }

  .change-pass-cont i {
      color: #088324;
      margin-right: 5px;
      font-size: 16px;
  }

  .change-pass-input input {
      height: 50px;
      background-color: transparent !important;
      border-radius: 5px;
  }

  span#exchange_rate-error {
      padding-left: 7%;
  }

  .custom-multiple-select-box .select2-selection__rendered {
      background-color: #e9e9e97a;
  }

  .custom-select-file label::after {
      display: none;
  }

  .custom-select-file label {
      background-color: #e9e9e97a;
  }

  .custom-select-file span {
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 0;
      z-index: 3;
      display: block;
      height: 2.25rem;
      padding: .375rem .75rem;
      line-height: 1.5;
      color: #495057;
      content: "Browse";
      background-color: #e9ecef;
      border-left: inherit;
      border-radius: 0 .25rem .25rem 0;
  }

  .custom-regis {
      width: 800px;
      z-index: 99999 !important;
  }

  .customer-register-pop {
      height: 100%;
      max-height: 115rem;
      padding: 1rem 0 8rem 0;
  }

  .preview-img-border {
      border: 1px solid #e4e4e4;
      border-radius: 10px;
      object-fit: cover;
      overflow: hidden;
      width: 100%;
      background-color: #f9f9f9;
      min-height: 80%;
  }

  .custom-check-bx h5 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #000;
  }

  .custom-check-bx .form-group {
      display: flex;
      align-items: center;
  }

  .custom-check-bx .form-group input {
      width: 15px;
      padding: 15px;
      height: 15px;
  }

  .custom-check-bx .form-group label {
      margin-bottom: 0;
      padding-left: 5px !important;
      font-size: 16px;
      cursor: pointer;
  }

  .custom-check-bx-agent {
      display: flex;
      align-items: center;
  }

  .custom-check-bx-agent h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0;
  }

  .custom-check-bx-agent label {
      display: flex;
      align-items: center;
  }

  .option-input {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      position: relative;
      right: 0;
      bottom: 0;
      left: 0;
      height: 25px !important;
      width: 25px;
      transition: all 0.15s ease-out 0s;
      background: #cbd1d8;
      border: none;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      margin-right: 0.5rem;
      outline: none;
      position: relative;
      z-index: 1000;
  }

  .option-input:hover {
      background: #9faab7;
  }

  .option-input:checked {
      background: #004482;
  }

  .option-input:checked::before {
      width: 25px;
      height: 25px;
      display: flex;
      content: '\f00c';
      font-size: 14px;
      font-weight: bold;
      position: absolute;
      align-items: center;
      justify-content: center;
      font-family: 'Font Awesome 5 Free';
  }

  .option-input:checked::after {
      -webkit-animation: click-wave 0.65s;
      -moz-animation: click-wave 0.65s;
      animation: click-wave 0.65s;
      background: #004482;
      content: '';
      display: block;
      position: relative;
      z-index: 100;
  }

  .option-input.radio {
      border-radius: 50%;
  }

  .option-input.radio::after {
      border-radius: 50%;
  }

  @keyframes click-wave {
      0% {
          height: 20px;
          width: 20px;
          opacity: 0.35;
          position: relative;
      }

      100% {
          height: 100px;
          width: 100px;
          margin-left: -35px;
          margin-top: -35px;
          opacity: 0;
      }
  }

  .customer-input-lib .input-group input.form-control,
  .customer-input-lib .input-group select.form-control {
      background-color: #e9e9e97a;
  }

  .customer-input-lib .form-control {
      border-right: 1px solid #ced4da !important;
      height: 40px;
  }

  .customer-input-lib textarea.form-control {
      height: 100px;
  }

  .customer-input-lib .phone-numb-valid .error.invalid-feedback {
      padding-left: 0;
  }

  .customer-input-lib .form-control.is-invalid {
      border-color: #dc3545 !important;
  }

  .customer-input-lib .phone-numb-valid {
      display: block !important;
  }

  .dyna-com-file .custom-file-label {
      width: 100%;
      height: 40px !important;
      display: flex;
      align-items: center;
  }

  .dyna-com-file .custom-select-file span {
      height: 35px;
      display: flex;
      align-items: center;
  }

  .customer-outside .modal-dialog {
      z-index: 999;
  }

  .add-oprat-btn label {
      width: 100%;
  }

  .add-oprat-btn input {
      width: 90%;
      display: inline-block;
  }

  .add-oprat-btn .new-op-opem-model {
      width: 8%;
      background-color: #004482;
      color: #fff;
      outline: none;
      border: none;
      margin-left: 5px;
      padding: 6px 15px;
  }
  .add-oprat-btn .new-op-opem-model:disabled{
    background-color: #ccc;
    color: #353535;
    cursor: not-allowed;
  }

  .new-oprator-added {
      width: 100%;
  }

  .new-oprator-added ul li {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .new-op-dtls {
      margin-right: 20px;
  }

  .new-op-dtls,
  .newly-op-bx {
      display: flex;
      align-items: center;
  }

  .new-op-dtls h5 {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 600;
      color: #505050;
  }

  .new-op-dtls span {
      font-size: 16px;
      margin-left: 5px;
      font-weight: 500;
  }

  .new-oprator-added .delet-btn button {
      padding: 6px 15px;
      background-color: #dc3545;
      color: #fff;
      border: none;
      font-size: 14px;
  }

  .new-oprator-added .delet-btn {
      margin-right: 2px;
  }

  .weight-input-bx input {
      position: relative;
  }

  .weight-input-bx h6 {
      position: absolute;
      right: 8px;
      top: 50%;
      background-color: #dfdfdf;
      padding: 8px 20px;
      color: #000;
      transform: translateY(-27%);
  }

  .option-radio {
      display: flex;
      align-items: center;
  }

  .option-radio [type="radio"]:checked,
  .option-radio [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
  }

  .option-radio [type="radio"]:checked+label,
  .option-radio [type="radio"]:not(:checked)+label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666;
      margin-bottom: 0;
  }

  .option-radio [type="radio"]:checked+label:before,
  .option-radio [type="radio"]:not(:checked)+label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #ddd;
      border-radius: 100%;
      background: #fff;
  }

  .option-radio [type="radio"]:checked+label:after,
  .option-radio [type="radio"]:not(:checked)+label:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #004482;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
  }

  .option-radio [type="radio"]:not(:checked)+label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }

  .option-radio [type="radio"]:checked+label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  .loaded-map {
      border: 1px solid #e4e4e4;
      border-radius: 10px;
      margin-bottom: 20px;
  }

  .loaded-map iframe {
      width: 100%;
      border-radius: 10px;
  }

  .swal2-container,
  .customer-outside {
      z-index: 999999 !important;
  }

  .forgot-pas-capt .refresh_captcha {
      max-height: 48px;
  }

  .forgot-pas-capt .error-captcha input {
      height: 50px;
  }

  .options-avail-bxs {
      width: 100%;
  }

  .options-avail-bxs .card-title {
      width: 100%;
      margin-bottom: 0px;
      padding: 8px 30px;
      border-top: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
  }

  .invoice-sfields-row .form-group label {
      color: #505050;
      font-size: 16px;
  }

  .invoice-sfields-row .form-group {
      margin-bottom: 20px;
  }

  .invoice-sfields-row .form-group .ml-1 {
      font-size: 14px;
      color: #868686;
  }

  .multiple-radios-opt {
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .multiple-radios-opt .form-group {
      margin-bottom: 10px;
  }

  .multiple-radios-opt label {
      margin-right: 1rem;
      width: 50%;
      margin-bottom: 0;
  }

  .multiple-radios-opt input {
      margin: 0 10px;
  }

  .invoice-inner-tabl td {
      padding: 5px 10px;
  }

  .preview-bx img {
      border: 1px solid #e4e4e4;
      border-radius: 10px;
      object-fit: cover;
  }

  .board-memb-table .form-group {
      margin-bottom: 0;
  }

  .board-memb-table .date-picker .datepicker-icon {
      top: 50%;
  }

  .add-more-board {
      background-color: #088324;
      color: #fff;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
  }

  .remove-board {
      background-color: #dc3545;
      color: #fff;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
  }

  .remove-board i,
  .add-more-board i {
      font-size: 14px;
  }

  /*checkbox css start*/
  .option-check {
      margin-right: 10px;
  }

  .option-check [type=checkbox]:checked,
  .option-check [type=checkbox]:not(:checked) {
      position: absolute;
      left: -9999px;
  }

  .option-check [type=checkbox]:checked+label,
  .option-check [type=checkbox]:not(:checked)+label {
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #273869;
  }

  .option-check [type=checkbox]:checked+label:before,
  .option-check [type=checkbox]:not(:checked)+label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #b2d3d9;
      background: #c5e4e9;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
  }

  .option-check [type=checkbox]:checked+label:after,
  .option-check [type=checkbox]:not(:checked)+label:after {
      content: "";
      background: #273869;
      height: 12px;
      width: 12px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
  }

  .option-check [type=checkbox]:not(:checked)+label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }

  .option-check [type=checkbox]:checked+label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  .permition-tabl-entry table td.accepted {
      background-color: #088324;
      color: #fff !important;
  }

  .permition-tabl-entry table td.refused {
      background-color: #dc3545;
      color: #fff !important;
  }

  .permition-tabl-entry table td.pending {
      background-color: #ffc107;
      color: #fff !important;
  }

  .permit-sstatus {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 0;
  }

  .permit-sstatus label {
      margin-bottom: 0;
  }

  .listing-details-bxs {
      border: 1px solid #e4e4e4;
      border-radius: 10px;
  }

  .listing-details-bxs ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0;
  }

  .listing-details-bxs ul li {
      padding: 10px 20px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }

  .listing-details-bxs ul li:nth-child(even) {
      background-color: #f5f5f5;
  }

  .listing-details-bxs ul li label,
  .listing-details-bxs ul li p {
      margin-bottom: 0;
      width: 50%;
  }

  .custom-file-sele-bx .text-danger,
  .custom-file-sele-bx .error {
      margin-top: 14px;
      font-size: 14px;
  }

  .total-amount-get {
      text-align: right;
  }

  .total-amount-get h5 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0;
      text-transform: uppercase;
  }

  .total-amount-get span {
      font-size: 18px;
      font-weight: 600;
  }

  .traction-radio {
      font-size: 16px;
  }

  .traction-radio input {
      margin-right: 5px;
      width: 15px;
      height: 15px;
  }

  .traction-radio span {
      margin-right: 15px;
      cursor: pointer;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500;
  }

  .bttom-paymnt-bx {
      border-top: 1px dashed #e4e4e4;
      margin-top: 10px;
      padding-top: 20px;
  }

  .total-amnt-bx {
      border-top: 1px dashed #e4e4e4;
      padding: 15px 0;
  }

  .total-amnt-bx h5 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 0;
  }

  .total-amnt-bx span {
      font-size: 20px;
      font-weight: 600;
      margin-left: 5px;
  }

  .list-autocomplete {
      padding: 0;
  }

  .list-autocomplete em {
      font-style: normal;
      background-color: #e1f2f9;
  }

  .hasNoResults {
      color: #aaa;
  }

  .hasNoResults {
      display: block;
      padding: 15px 15px;
  }

  .hasNoResults {
      color: #aaa;
  }

  .dropdown-menu {
      padding: 0;
      width: 100%;
      z-index: 999999;
  }

  .dropdown-item {
      line-height: 30px;
  }

  .itinary-input .select2-selection--multiple {
      background-color: #e9e9e97a;
  }

  .itinary-input .select2-selection--multiple .select2-search__field {
      background-color: transparent;
  }

  .itinary-input .select2-selection__choice {
      background-color: #004482;
      color: #fff !important;
  }

  .preloader {
      z-index: 9999999;
  }

  .mid-points-netry {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .mid-points-netry .form-group {
      width: 48%;
  }

  .selected-items .selected-list button {
      width: 100%;
      padding: 5px 10px;
      background-color: #fff;
      color: #353535;
      font-size: 14px;
      text-align: left;
      display: flex;
      border: none;
      outline: none;
      align-items: center;
      justify-content: space-between;
      border-radius: 2px;
      margin-bottom: 5px;
      border: 1px solid #dfdfdf;
  }

  .selected-items-permit-registration .selected-list-permit-registration button {
      width: 100%;
      padding: 5px 10px;
      background-color: #fff;
      color: #353535;
      font-size: 14px;
      text-align: left;
      display: flex;
      border: none;
      outline: none;
      align-items: center;
      justify-content: space-between;
      border-radius: 2px;
      margin-bottom: 5px;
      border: 1px solid #dfdfdf;
  }

  .selected-items-airport-registration .selected-list-airport-registration button {
    width: 100%;
    padding: 5px 10px;
    background-color: #fff;
    color: #353535;
    font-size: 14px;
    text-align: left;
    display: flex;
    border: none;
    outline: none;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    margin-bottom: 5px;
    border: 1px solid #dfdfdf;
}

.selected-items-international-airport-registration .selected-list-international-airport-registration button{
    width: 100%;
    padding: 5px 10px;
    background-color: #fff;
    color: #353535;
    font-size: 14px;
    text-align: left;
    display: flex;
    border: none;
    outline: none;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    margin-bottom: 5px;
    border: 1px solid #dfdfdf;
}


  .selected-items .selected-list button .remove-item {
      width: 20px;
      height: 20px;
      background-color: #fff;
      color: #dc3545;
      display: flex;
      border-radius: 2px;
      justify-content: center;
      align-items: center;
      font-size: 14px;
  }

  .selected-items-permit-registration .selected-list-permit-registration button .remove-item-permit-registration {
      width: 20px;
      height: 20px;
      background-color: #fff;
      color: #dc3545;
      display: flex;
      border-radius: 2px;
      justify-content: center;
      align-items: center;
      font-size: 14px;
  }

  .selected-items-airport-registration .selected-list-airport-registration button .remove-item-permit-registration {
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #dc3545;
    display: flex;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.selected-items-international-airport-registration .selected-list-international-airport-registration button .remove-item-international-airport-registration {
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #dc3545;
    display: flex;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

  .selected-items {
      padding: 10px;
      border-radius: 10px;
      background-color: #f5f5f5;
      border: 1px solid #e4e4e4;
  }

  .selected-items-permit-registration {
      padding: 10px;
      border-radius: 10px;
      background-color: #f5f5f5;
      border: 1px solid #e4e4e4;
  }

  .selected-items-airport-registration {
    padding: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
}

.selected-items-international-airport-registration {
    padding: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
}

  .logo-crop-line.is-invalid .custom-file-input {
      border: 1px solid #f00 !important
  }

  .logo-crop-line.is-invalid .custom-file-label {
      border-color: #f00;
  }

  .custom-select-input .select2-selection--single {
      background-color: #e9e9e97a;
      border-radius: 0;
  }

  .custom-select-input .select2-container {
      z-index: 999;
  }

  .charges-table-bx h5 {
      font-weight: 600;
      font-size: 18px;
  }

  .charges-table-bx table .form-group input {
      height: 30px;
  }

  .permit-modu-tab .option-check {
      height: 40px;
  }

  .customer-input-lib .phone-numb-valid .select2-container {
      width: 30% !important;
      z-index: auto;
  }

  .customer-input-lib .phone-numb-valid .select2-selection--single {
      border-radius: 0;
      height: 40px;
  }

  .navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
      margin: 0 auto;
  }

  .imag-select-lab {
      z-index: 999999;
  }

  .depandancy-bx h6 {
      font-size: 16px;
  }

  .depandancy-bx h6 span {
      color: #e37400;
      cursor: pointer;
  }

  .depandancy-bx ul {
      padding: 0;
      margin-bottom: 0;
  }

  .depandancy-bx ul li {
      list-style: none;
  }

  .dependancy-lists {
      width: max-content;
      background-color: #ddefff;
      border: 1px solid #027fff;
      border-radius: 5px;
      padding: 10px;
      position: absolute;
      z-index: 999;
      left: 0;
      top: 40px;
  }

  .dependancy-lists::before {
      content: "";
      position: absolute;
      top: -10px;
      left: 10%;
      margin-left: -10px;
      display: block;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #004482;
  }

  .dependancy-lists ul {
      padding: 0;
      list-style: none;
      margin-bottom: 0;
  }

  .sales-filter-collpas {
      color: #353535;
      font-size: 18px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .billing-titl-bx h5 {
      font-size: 18px;
      font-weight: 600;
  }

  .billing-titl-bx span {
      font-size: 16px;
  }

  .billng-bx-color {
      background-color: #ffc107;
  }

  .unpaid-invoic {
      padding: 15px 20px;
  }

  .unpaid-invoic h4 {
      font-weight: 600;
  }

  .unpaid-invoic h5 {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 0;
  }

  .overdu-invoice {
      background-color: #dc3545;
      padding: 15px 20px;
      color: #fff;
      width: 50%;
  }

  .overdu-invoice h4 {
      font-weight: 600;
  }

  .overdu-invoice h5 {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 0;
  }

  .paid-invoic {
      background-color: #088324;
      color: #fff;
  }

  .billng-bx-color {
      cursor: pointer;
  }

  .billng-bx-color:hover {
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.37);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.37);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.37);
  }

  .links-permit-opts {
      border-radius: 10px;
      background-color: #fff;
      border: 1px solid #e4e4e4;
      margin-bottom: 15px;
      transition: 0.6s;
  }

  .links-permit-opts:hover {
      transform: scale(1.04);
      transition: 0.6s;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
  }

  .links-permit-opts a {
      padding: 20px;
      display: flex;
      align-items: center;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .links-permit-opts h5 {
      margin-left: 10px;
      margin-bottom: 0;
      font-weight: 600;
  }

  .links-permit-opts span {
      font-size: 16px;
      font-weight: 500;
      color: #007bff;
  }

  @media only screen and (max-width: 1475px) {
      .links-permit-opts h5 {
          font-size: 16px;
      }
  }

  @media only screen and (max-width: 1375px) {
      .links-permit-opts h5 {
          font-size: 14px;
      }
  }

  .ValidationErrors {
      margin-top: 5px;
      font-size: 14px;
      width: 100%;
      display: block;
  }

  .route-map {
      border-radius: 10px;
      border: 1px solid #e4e4e4;
  }

  .locked-check-vx::before {
      top: -15px !important;
  }

  .locked-check-vx::after {
      top: -11px !important;
  }

  .activity-side-cont h5 {
      font-size: 18px;
      font-weight: 600;
  }

  .activity-side-cont h5 span {
      font-size: 12px;
      font-weight: 500;
  }

  .activity-side-cont {
      height: 100%;
  }

  .dashboard-head {
      padding-bottom: 15px;
      border-bottom: 1px solid #e4e4e4;
      margin-bottom: 15px;
  }

  .activity-side-cont .form-group a {
      color: #dc3545;
      font-size: 14px;
      cursor: pointer;
      width: 100%;
      margin-right: 10px;
  }

  .summary-cont-bx {
      border-top: 1px solid #e4e4e4;
      padding-top: 20px;
      margin-top: 20px;
  }

  .summry-bx {
      padding-left: 10px;
      margin-bottom: 8px;
      border-left: 3px solid;
  }

  .summry-bx span {
      display: block;
      width: 100%;
      text-transform: uppercase;
      font-size: 16px;
  }

  .summry-bx label {
      width: 100%;
      font-size: 20px;
  }

  .list-links a {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
  }

  .list-links a:last-child {
      margin-bottom: 0;
  }

  .list-link-ico {
      width: 70px;
      height: 70px;
      background-color: #004482;
      padding: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
  }

  .list-link-cont {
      margin-left: 10px;
  }

  .list-link-cont h5 {
      font-size: 18px;
      margin-bottom: 2px;
      color: #006AC9;
      text-transform: capitalize;
  }

  .list-link-cont p {
      font-size: 14px;
      color: #000;
      margin-bottom: 0;
  }

  .timeline {
      width: 100%;
      border-radius: 12px;
      background-color: white;
  }

  .timeline>div {
      margin-bottom: 0;
  }

  .timeline::before {
      display: none;
  }

  .tl-content .tl-header,
  .tl-content .tl-body {
      padding-left: 25.6px;
      border-left: 3px solid gainsboro;
  }

  .tl-header {
      position: relative;
      display: grid;
      padding-top: 1rem;
      padding-bottom: 0;
  }

  .tl-body span {
      display: flex;
      align-items: center;
      border: 1px solid #e4e4e4;
      border-radius: 5px;
      margin-bottom: 10px;
      padding: 5px;
  }

  .tl-body span:last-child {
      margin-bottom: 0;
  }

  .tl-body span a {
      padding: 10px;
      color: #838383;
      font-size: 12px;
  }

  .tl-body span p a {
      padding: 0;
      color: #007bff;
      text-decoration: underline;
      font-size: 14px;
  }

  .tl-body p {
      margin-bottom: 0;
      font-size: 14px;
      width: 95%;
  }

  .tl-title {
      font-weight: 600;
      font-size: 1em;
      border-bottom: 1px solid gainsboro;
  }

  .tl-time {
      font-size: 14px;
  }

  .tl-marker {
      display: block;
      position: absolute;

      width: 16px;
      height: 16px;
      border-radius: 50% / 50%;

      background: gainsboro;

      left: -1.1rem;
      top: 50%;

      transform: translate(50%, -50%);
  }

  .tl-content-active .tl-marker {
      padding: 1.6px;

      left: -1.25rem;

      width: 18px;
      height: 18px;

      border: 2px solid limegreen;

      background-color: limegreen;
      background-clip: content-box;

      box-shadow: 0 0 15px -2px limegreen;
  }

  .tl-title {
      font-weight: 700;
      margin-bottom: 0;
      color: #505050;
  }

  .main-show-timelines {
      max-height: 100vh;
      overflow-y: auto;
      width: 100%;
      padding-left: 10px;
  }

  .permit-bxs {
      width: 19%;
      height: 100px;
      padding: 10px 15px;
      text-align: center;
      border-radius: 5px;
  }

  .permit-bxs a {
      color: #fff;
      font-size: 16px;
      width: 100%;
      height: 100%;
  }

  .permit-bxs a span {
      width: 100%;
      display: block;
      font-size: 18px;
  }

  .permit-bxs a label {
      padding: 8px 15px;
      border-radius: 20px;
      background-color: #fff;
      color: #000;
      font-size: 16px;
      margin-bottom: 0;
      margin-top: 5px;
  }

  .error-field-fir {
      background-color: #fff !important;
      margin-top: 5px;
      border: 1px solid #dc3545;
  }

  .error-field-fir span {
      width: 100%;
      background-color: #ffeff1;
      border: 1px solid #ffc6cb;
      color: #dc3545;
      font-size: 14px;
      padding: 5px 10px;
      margin-top: 5px;
      border-radius: 5px;
  }

  .total-erros-fir h5 {
      font-size: 16px;
      text-transform: capitalize;
  }

  .error-list-cont {
      width: 100%;
      list-style: none;
      padding-left: 0;
      padding: 10px;
      border: 1px solid #e4e4e4;
      border-radius: 5px;
      margin: 10px 0;
  }

  .error-list-cont li {
      width: 100%;
  }

  .error-list-cont li p {
      color: #dc3545;
      font-size: 16px;
      text-transform: capitalize;
      margin-bottom: 5px;
  }

  .movement-validated {
      text-align: center;
  }

  .movement-validated h5 {
      font-size: 20px;
      text-transform: capitalize;
      font-weight: 600;
  }

  .movement-validated p {
      font-size: 16px;
      text-transform: capitalize;
  }

  .dataTables_length label {
      display: flex;
      align-items: center;
  }

  .dataTables_length label select {
      margin: 0 5px;
  }

  .currant-day-time h5 {
      padding: 10px;
      font-size: 16px;
      border: 1px solid #e4e4e4;
      border-end-start-radius: 5px;
  }

  .currant-day-time h5 span {
      color: #088324;
  }

  .billing-tabl-cont p {
      margin-bottom: 0;
  }

  .billing-tabls span {
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 18px;
  }

  .isd-select+.select2-container .select2-dropdown {
      width: 300px !important;
  }

  .custom-drop-width .select2-container--open .select2-dropdown {
      width: 300px !important;
      z-index: 999999;
  }

  div.dataTables_wrapper div.dataTables_processing {
      z-index: 99999;
  }

  .custom-drop-width .select2-container {
      z-index: auto;
  }

  .multi-select-opt-cust input {
      height: 30px;
  }

  .pass-lock-ico-filed .open_box_btn {
      right: 10px;
      top: 50%;
  }

  .pass-lock-ico-filed .open_box_btn img {
      z-index: 99;
      position: relative;
      width: 20px;
      height: 20px;
  }

  .login-card-body .input-group .form-control,
  .register-card-body .pass-lock-ico-filed .form-control {
      border-right: 1px solid #ced4da;
  }

  .login-card-body .input-group .form-control.is-invalid,
  .register-card-body .pass-lock-ico-filed .form-control.is-invalid {
      border-color: #dc3545;
  }

  .hide-show-pass {
      position: absolute;
      right: 35px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 9999;
      color: #666;
  }

  .hide-show-pass-login {
      position: absolute;
      right: 6px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 9999;
      color: #666;
  }

  .login-card-body .input-group .input-group-text,
  .register-card-body .pass-lock-ico-filed .input-group-text {
      border-left: 1px solid #ced4da;
  }

  .pass-lock-ico-filed.is-invalid .open_box_btn {
      right: 30px;
      top: 35%;
  }

  .pass-lock-ico-filed.is-invalid .hide-show-pass {
      top: 35%;
      right: 55px;
  }

  .pass-lock-ico-filed.is-invalid .hide-show-pass-login {
      top: 35%;
      right: 55px;
  }

  .is-invalid .hide-show-pass {
      top: 33%;
      right: 55px;
  }

  .is-invalid .hide-show-pass-login {
      top: 33%;
      right: 55px;
  }

  .nodata-found-bx {
      text-align: center;
  }

  .nodata-found-bx h5 {
      font-weight: 600;
      font-size: 22px;
      margin-top: 10px;
      color: #006AC9;
  }

  .login-logo img {
      max-width: 200px;
  }

  .dataTables_scrollHead {
      overflow: visible !important;
  }

  .datatbl-select.custom-drop-width .select2-container--open .select2-dropdown {
      width: 100% !important;
  }

  .change-pass-input .open_box_btn {
      top: 45%;
  }

  .change-pass-input .hide-show-pass {
      top: 45%;
  }

  .change-pass-input .hide-show-pass-login {
      top: 45%;
  }

  .is-invalid.change-pass-input .hide-show-pass {
      top: 33%;
  }

  .is-invalid.change-pass-input .hide-show-pass-login {
      top: 33%;
  }

  .permit-dat.is-invalid .datepicker-icon {
      right: 7%;
  }

  .board-memb-table .date-picker.is-invalid .datepicker-icon {
      top: 30%;
      right: 22% !important;
  }

  .weight-input-bx.is-invalid h6 {
      top: 40%;
      right: 8%;
  }

  .strikeout td {
      position: relative;
      background-color: inherit;
      /* Ensure background color is applied to the cells */
  }

  .strikeout td::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background-color: black;
      /* or any color you prefer */
      transform: translateY(-50%);
      z-index: 1;
  }

  /* new permin monitor User CSS */

  .permit_divison {
      padding: 19px 25px 0px 25px;
  }

  .premit_div {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .refresh-min-div {
      display: flex;
      justify-content: start;
      align-items: center;
      flex-direction: column;
  }

  .refresh-div {
      display: flex;
      justify-content: end;
      padding: 2px 20px;
  }

  .login-pass-fld .hide-show-pass {
      right: 15px;
  }

  .login-pass-fld.is-invalid .hide-show-pass {
      right: 35px;
  }

  /* footer-btm css */
  .footer-btm {
      position: absolute;
      bottom: 0;
      padding: 8px;
      border-top: 2px solid gainsboro;
      width: 100%;
      background-color: rgb(224, 224, 224);

  }

  .header-logo-img img {
      width: 25%;
  }

  .none-cursor{
    cursor: none !important;
  }
  .paymn-more-inf{
    color: #004482;
    font-weight: 600;
    cursor: pointer;
  }
  .more-py-bxs{
    position: absolute;
    top: 70px;
    right: 50px;
    display: none;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
    background-color: #fff;
    border-radius: 5px;
    z-index: 9999;
    width: 100%;
    min-width: max-content;
  }

  .brush-icon{
    margin-top:6px;
  }

  .tootltip-route{
    position: relative;
    cursor: pointer;
  }

  .tootltip-route:hover .tooltip-cont{
    display: block;
    transition: 0.6s;
  }

  .tooltip-cont{
    transition: 0.6s;
    display: none;
    position: absolute;
    top: 30px;
    left: -50px;
    max-width: 400px;
    width: max-content;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #004482;
  }

  .tooltip-cont::before{
    content: '\f0de';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50px;
    top: -14px;
    color: #004482;
    font-size: 20px;
  }

  .tooltip-cont p{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
  }

  .tooltip-cont p:last-child{
    margin-bottom: 0;
  }

  .bottom-index{
    z-index: 10;
  }

  .custom-select-input textarea{
    height: 125px;
  }

  .scroll-over-bd .dataTables_scroll{
    overflow-x: auto;
  }

  .scroll-over-bd .dataTables_scrollBody{
    overflow-x: hidden !important;
    width: 100% !important;
    min-width: max-content !important;
  }


  /* cal-main-header */
  .cal-main-header{
    font-size: 22px;
    font-weight: 600;
  }
  .cal-mai-subtitile{
    font-size: 18px;
    font-weight: 500;
    padding: 0 12px;

  }
  .cal-main-hori{
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .add-sub-division{
    display: flex;
    align-items: center;
  }
  .add-cal-item{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .cal-plus{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    margin: 0 12px;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
  }
  .cal-plus i{
    font-size: 15px;
    color: green;
  }
  .sub-regional-division{
    display: flex;
    align-items: center;
  }
  .upload_btn_new{
    margin: 0 8px;
  }
  .changes-division{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 9px 0;
  }
  .changes-label label{
    margin-bottom: 0;
    margin: 0 5px;
  }
  .airport-sub-remove-btn {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    padding-bottom: 1.1rem;
    margin-top: 12px;
}
.fm-modul-errr .form-group{
    position: relative;
}
.fm-modul-errr span{
    margin-top: 5px;
}
.fm-modul-errr .error.invalid-feedback{
    position: absolute;
}

.sub-reg-cont{
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #e4e4e4;
    position: relative;
    margin-bottom: 15px;
}
.custom-remove-btn{
    position: absolute;
    right: 0;
    padding: 8px 15px;
    background-color: #dc3545;
    color: #fff;
    top: 0;
    font-size: 14px;
    cursor: pointer;
    z-index: 9999;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}
.add-sub-division{
    margin-bottom: 25px;
}
.add-sub-division h4{
    margin-bottom: 0;
    font-size: 18px;
}
.custom-add-btn{
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #025f18;
    color: #fff;
    cursor: pointer;
}
.sub-airport-cont{
    border-radius: 10px;
    padding: 20px 15px;
    border: 1px solid #e4e4e4;
    background-color: #f9f9f9;
    margin-top: 20px;
    width: 100%;
}
.fm-sub-cont .form-sub-btn{
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1.5rem;
}
.query-title-head{
    border-bottom: 1px solid #e4e4e4;
}
.query-title-head p{
    font-weight: 600;
}
.query-title-head p mark{
    background-color: transparent;
    color: #28a745;
}
.query-title-head::after{
    display: none;
}

.chat-box {
    position: relative;
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #e0e0e0;
    width: fit-content;
    max-width: 80%;
  }

  .chat-box p {
    margin: 0;
    color: #646464;
    font-size: 13px;
  }

  .chat-box.sender .chat-min-dtls{
    text-align: right;
  }
  .chat-box.receiver .chat-min-dtls{
    text-align: left;
  }

  .chat-box .chat-min-dtls{
    color: #7b7b7b;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
    font-weight: 500;
    display: block;
    width: 100%;
  }

  .attch-chat{
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 2px 10px;
    border: 1px solid #e4e4e4;
    align-items: center;
    margin: 10px 0;
    justify-content: space-between;
  }

  .attch-chat span{
    font-size: 12px;
    color: #7b7b7b;
  }

  .attch-chat h5{
    font-size: 14px;
    font-weight: 600;
    color: #494949;
  }

  .attch-chat a{
    font-size: 14px;
    color: #007bff;
    margin: 0;
    font-weight: 500;
  }

  .chat-box.sender {
    background-color: #eefff2;
    align-self: flex-end;
    border: 1px solid #ced4da;
  }

  .chat-box.receiver {
    background-color: #f4f4f4;
    align-self: flex-start;
    border: 1px solid #ced4da;
  }

  .chat-box.sender::before {
    content: "";
    position: absolute;
    bottom: 1px;
    right: -15px;
    width: 15px;
    height: 20px;
    z-index: 9;
    border-radius: 0 0 0 20px;
    background: #fff;
    border-left: 1px solid #ced4da !important;
  }
  .chat-box.sender::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -9px;
    width: 18px;
    height: 15px;
    border-bottom: 1px solid #ced4da;
    background: #eefff2;
  }

  .chat-box.receiver::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 15px;
    height: 20px;
    z-index: 9;
    border-radius: 0 0 20px 0;
    background: #fff;
    border-right: 1px solid #ced4da;
  }
  .chat-box.receiver::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 15px;
    height: 15px;
    background: #f4f4f4;
    border-bottom: 1px solid #ced4da;
  }
  .query-history {
    flex: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
    padding: 16px;
    max-height: 350px;
    overflow: auto;
    border-left: 1px solid #e4e4e4;
    padding-left: 20px;
  }
#the-textarea{
    position: relative;
}
#the-count{
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 999;
}
.query-history::-webkit-scrollbar {
    width: .2em;
    height: .2em;
    border-radius: 10px;
}

.query-history::-webkit-scrollbar-button {
    background: #fff;
}

.query-history::-webkit-scrollbar-track-piece {
    background: #e9ecef;
}

.query-history::-webkit-scrollbar-thumb {
    background: #256BB7;
}
