.modal_top-style {
  min-height: 50px;
  padding: 10px;
}

.text-gray {
  color: #8d97ad;
}

.hidden {
  display: none !important;
}

.airport_main-block,
.bl_main-block {
  width: 50%;
  padding: 10px;
  background-color: #fff;
}

.airport_list,
.bl_list {
  height: 200px;
  min-height: 200px;
  padding: 5px;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  background: #ccc;
}

.form-check-label {
  padding-left: 0;
  padding-right: 1.25rem;
}

.airport_list p,
.bl_list p {
  margin: 0;
  padding: 0;
}

.airport_list-item,
.bl_list-item {
  position: relative;
  width: 49%;
  background-color: #fff;
  border-radius: 3px;
}

.airport_list-item:hover,
.bl_list-item:hover {
  background-color: #f0f0f0;
}

.airport_list-item>input[type="text"],
.bl_list-item>input[type="text"] {
  width: 100%;
  height: 35px;
  padding-right: 25px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: transparent;
}

.airport_list-item i,
.bl_list-item i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
}

.airport_buttons,
.bl_buttons {
  display: flex;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.airport_buttons label,
.bl_buttons label {
  vertical-align: baseline;
}

.airport_buttons-left,
.bl_buttons-left {
  margin-right: 15px;
}

.airport_buttons-right span,
.bl_buttons-right span {
  margin-right: 5px;
}

.airport_input,
.bl_input {
  width: 200px;
}

/*.table-el th:nth-child(1) {
  width: 15%;
}
.table-el th:nth-child(2) {
  width: 15%;
}
.table-el th:nth-child(3) {
  display: flex;
  justify-content: center;
}*/
.label-table {
  display: table;
  margin: 0 auto;
}

.table-el th:nth-child(6) {
  width: 10%;
}

.table-el div i {
  cursor: pointer;
}

.w200 {
  width: 200px !important;
}

.dataTables_filter {
  float: none;
}

.message-date {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #212529;
  white-space: nowrap;
}

.custom-heigth {
  min-height: 97%;
}

.custom-height-50p {
  max-height: 50px;
}

.custom-height-50p img {
  max-height: 50px;
}

.btn-circle {
  margin-top: 7px;
  vertical-align: top;
}

.btn {
  outline: none !important;
}

.c-pointer {
  cursor: pointer;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
}

.row-flex-sa {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.row-flex-sb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-col span {
  line-height: 20px;
  font-weight: 400;
}

.flex-col span.nav-date {
  font-size: 14px;
}

.flex-center-start {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

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

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

.flex-end {
  display: flex;
  justify-content: center;
}

.flex-col-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.slider-center .img-fluid {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.slider-center {
  margin-bottom: 20px;
}

.filter {
  margin-bottom: 20px;
}

select {
  background-color: #fff !important;
  min-height: 38px !important;
}

.daterangepicker select {
  background-color: auto !important;
  min-height: auto !important;
}

.mobile {
  display: none;
}

.mobile .dropdown-item.active {
  background: #fff !important;
}

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

.scroll-sidebar {
  transition: 0.3s !important;
}

.login-register {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  padding: 0;
  padding-top: 5%;
}

.login-box {
  max-width: 100%;
}

.login-register .form-group {
  overflow: visible !important;
}

.mini-sidebar .left-sidebar,
.mini-sidebar .sidebar-footer,
.left-sidebar {
  transition: 0.3s !important;
}

.login-register .img-fluid {
  object-fit: cover;
  height: 500px;
}

.login-register .top {
  margin-bottom: 30px;
}

/*.login-box.card {*/
/*  width: 100%;*/
/*}*/
.custom-form-heigth {
  max-height: 400px;
  overflow-x: scroll;

}

.custom-form-heigth::-webkit-scrollbar {
  width: 0;
}

.custom-table-heigth {
  max-height: 500px;
  overflow-x: scroll;
}

.custom-table-heigth::-webkit-scrollbar {
  width: 0;
}

/*.custom-table-overflow {*/
/*  max-height: 100%;*/
/*  overflow-y: scroll;*/
/*}*/

.custom-scroll {
  max-height: 500px;
  overflow-y: scroll;

}

.modal-header {
  flex-direction: column;
  align-items: center;
}

.modal-img {
  width: 100%;
  max-width: 100%;
}

.modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.login-logo {
  width: 250px;
  margin: 0 auto;
}

.login-logo img {
  width: 100%;
}

/* .login-register {
    background: #eee;
} */
#custom-header-table {
  color: #fff;
  margin: 10px;
  font-size: 12px;
}

.custom-table-overflow.no-scroll {
  overflow: hidden !important;
}

#custom-header-table td {
  border-top: 1px solid #aaa;
}

#custom-header-table td:nth-child(2) {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

#custom-header-table th:nth-child(1) {
  color: #fdc108;
}

#custom-header-table th:nth-child(2) {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  color: #01c0c8;
}

#custom-header-table th:nth-child(3) {
  color: #ed957d;
}

#custom-header-table th,
#custom-header-table td {
  padding: 5px;
}

.header-table {
  margin: 0 auto;
}

/*.fixed-layout .page-wrapper {*/
/*  padding-top: 115px;*/
/*}*/
.left-sidebar {
  padding-top: 115px;
}

.modal1 li img {
  display: block;
}

@media (max-width: 1350px) {
  .topbar .nav-link {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media (max-width: 1169px) {
  #custom-header-table {
    display: none;
  }
}

/*@media (min-width: 992px) {*/
/*  .login-box {*/
/*    min-height: 500px;*/
/*  }*/
/*}*/
/*@media (max-width: 1100px) {*/
/*  .mini-sidebar .left-sidebar,*/
/*  .mini-sidebar .sidebar-footer {*/
/*    left: -220px;*/
/*    transition: 0.3s !important;*/
/*  }*/
/*  .mini-sidebar .footer,*/
/*  .mini-sidebar .page-wrapper {*/
/*    margin-left: 0px;*/
/*  }*/
/*  .desctop {*/
/*    display: none;*/
/*  }*/
/*  .mobile {*/
/*    display: block;*/
/*  }*/
/*}*/
.lh25 li {
  line-height: 2.5;
}

.modal-dialog.modal-sbiframe {
  max-width: 90%;
}

.mt-5p {
  margin-top: 5px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mlr-20 {
  margin: 0 20px 0 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-0 {
  padding: 0;
}

.pd-10 {
  padding: 10px;
}

.textarea1 {
  min-height: 100px;
}

.textarea1 textarea {
  min-height: 100px;
  text-align: left;
}

.has-success .form-control,
.validate .form-control {
  background-image: linear-gradient(#00c292, #00c292), linear-gradient(#00c292, #00c292);
}

.form-group.error .form-control,
.issue .form-control {
  background-image: linear-gradient(#e46a76, #e46a76), linear-gradient(#e46a76, #e46a76);
}

table.dataTable thead .sorting_asc.no-sort:before,
table.dataTable thead .sorting_desc.no-sort:after {
  content: '';
}

table.dataTable thead .sorting_asc_disabled.no-sort:before,
table.dataTable thead .sorting_desc_disabled.no-sort:after {
  content: '';
}

table.dataTable thead .sorting.no-sort:after,
table.dataTable thead .sorting_asc.no-sort:after,
table.dataTable thead .sorting_desc.no-sort:after,
table.dataTable thead .sorting_asc_disabled.no-sort:after,
table.dataTable thead .sorting_desc_disabled.no-sort:after {
  content: '';
}

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 {
  content: '';
}

.no-sort label {
  margin: 0;
}

/*table.table{
  table-layout: fixed; 
  word-wrap:break-word;
}*/
table.dataTable thead>tr>th.sorting_asc.no-sort,
table.dataTable thead>tr>th.sorting_desc.no-sort,
table.dataTable thead>tr>th.sorting.no-sort,
table.dataTable thead>tr>td.sorting_asc.no-sort,
table.dataTable thead>tr>td.sorting_desc.no-sort,
table.dataTable thead>tr>td.sorting.no-sort {
  padding: .5em .7em;
}

#ajax_client_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ajax_client_filter {
  display: flex;
  align-items: end;
  margin: 0;
}

.my_filters {
  margin-top: 0 !important;
}

#ajax_client_filter label,
#ajax_client_wrapper .dt-buttons {
  margin-bottom: 0;
}

#ajax_client_wrapper .custom-table-overflow {
  width: 100%;
}

.card-body .header-table {
  background: #4f5467;
}

.fileupload-label {
  position: relative;
  z-index: 1111;
  margin: 0;
  cursor: pointer;
  font-size: 33px;
  line-height: 33px;
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d"
}

.chat-list li.reverse .chat-time {
  margin-left: auto !important;
  text-align: right !important;
}

.bg-my-comment {
  background: #fc9992 !important;
  color: #fff !important;
}

.bg-other-comment {
  background: #eee !important;
}

.chat-list li .chat-time {
  margin-left: 0;
}

.fix_height {
  max-height: 500px;
  overflow-y: auto;
}

.chatonline li.request a {
  background-color: rgba(233, 30, 99, 0.1);
}

.chatonline h6 {
  padding: 5px 20px;
}

.mylevel-1 {
  margin-left: 20px;
}

.mylevel-2 {
  margin-left: 40px;
}

.mylevel-3 {
  margin-left: 60px;
}

.mylevel-4 {
  margin-left: 80px;
}

.mylevel-5 {
  margin-left: 100px;
}

.mylevel-6 {
  margin-left: 120px;
}

.mylevel-7 {
  margin-left: 140px;
}

.mylevel-8 {
  margin-left: 160px;
}

.my-qty .input-group {
  width: 120px !important;
}

html body .navbar-dark .mailbox .message-center a .mail-contnet {
  text-align: right;
}

html body .navbar-dark .mailbox .message-center a:hover .mail-contnet span.time {
  white-space: nowrap;
}

.chat-left-inner .profile-status {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 20px;
  position: absolute;
  top: 1px;
  width: 10px;
}

.chat-left-inner .online {
  background: #00c292;
}

.chat-left-inner .user-img {
  position: relative;
}

.mass_operation_div {
  display: none;
}

.mass_operation_div.show {
  display: block;
  position: fixed;
  padding-left: 110px;
  z-index: 10;
}


.sb_error_check_driver {
  opacity: 0;
  animation: ani 1.0s forwards;
  border-color: unset !important;
  border: 2px dashed red !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  background-image: unset !important;
}

@keyframes ani {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sbiframe_avatar_style {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-container {
  display: flex;
  justify-content: center;
}

#sbiframe_label {
  position: relative;
  top: 15px;
}

#sbiframe_avatar {
  border-radius: 50%;
  background-size: cover;
}

.school_card {
  overflow-y: unset !important;
}

/* travel table statuses */
.dt-container .trip-canceled {
  background-color: #d05151 !important;
}

.dt-container .trip-done {
  background-color: #87d4f5 !important;
}

.dt-container .trip-primary {
  background-color: #ffc9c9 !important;
}

.dt-container .trip-warning {
  background-color: #ffedb6 !important;
}

.dt-container .trip-success {
  background-color: #b5fcbd !important;
}

.dt-container .trip-updated {
  background-color: #c990f2 !important;
}

/* invoice indication */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(244, 4, 4, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(244, 4, 4, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(244, 4, 4, 0);
  }
}

.table-info-icons {
  width: 20px;
  height: auto;
  margin: 0 2px;
  cursor: pointer;
}

.icon-no-invoice {
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.icon-no-invoice:hover {
  animation: none;
}

.payment-method-icon {
  /* width: 25px; */
  height: 35px;
  margin: 0 10px;
}

/* .sb_del_notification {
  background-color: #fb9678;
  border-radius: 20px;
  padding: 10px;
  color: #fff;
} */

.popup {
  background-color: white;
  max-width: 1750px;
  margin: 0 auto;
  border-radius: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
  overflow: overlay;
  /* Chrome, Edge, and Safari */
}

.mfp-close {
  font-size: 40px !important;
  color: #000 !important;
}

.popup-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-trip .modal-dialog {
  max-width: 90%;
}

.popup-trip .modal-content {
  border: none;
}

.sb_dt_row_id_limit {
  max-width: 150px;
}

.sb_dt_row_limit {
  max-width: 150px;
}

.ellipsis {
  max-width: 100%;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* .input-group > .form-control:not(:first-child) {
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
} */
.input-group-text.sum {
  border-radius: 0;
}

.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.switch-label {
  margin: 0 10px;
}

.highlighted-patrner {
  background-color: #f7f885 !important;
}

.suggest__mob.leads .suggest__mob-item.highlighted-patrner {
  background-color: #f7f885 !important;
}

.bootstrap-datetimepicker-widget td {
  line-height: 34px;
  height: auto !important;
}

.bootstrap-datetimepicker-widget .timepicker-picker td a,
.bootstrap-datetimepicker-widget .timepicker-picker td span {
  padding: 0 !important;
}

.bootstrap-datetimepicker-widget .timepicker-hours td,
.bootstrap-datetimepicker-widget .timepicker-minutes td {
  padding: 0 10px !important;
}

.bootstrap-datetimepicker-widget {
  position: absolute !important;
  z-index: 1111;
  background: #fff;
}

@media screen and (max-width: 500px) {
  .btn .fa {
    display: none;
  }

  .btn {
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 980px) {
  .btn .fa {
    display: block;
  }

  .btn-text {
    display: none;
  }
}

.app-search .form-control {
  border-radius: 10px;
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  font-size: 14px;
  border-radius: 5px;
}

.ui-widget-content {
  background: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background-color: rgba(255, 255, 255, 1);
  font-weight: normal;
  color: #008FC7;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: 0;
  margin-right: -1px;
}

.ui-menu-item-wrapper span {
  font-weight: bold;
}

/* custom search */

.nav-item-search {
  padding: 0 15px;
}

.custom-search-wrap {
  position: relative;
  transition: .3s;

}

.custom-search-wrap svg {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  max-height: 16px;
  cursor: pointer;
  transition: .3s;
}

.custom-search-wrap svg path {
  fill: #787f91;
}

.custom-search-wrap .custom-search {
  padding-right: 30px;
  width: 260px;
}

.nav-burger-link {
  margin-bottom: -2px;
}

@media (max-width: 1350px) {
  .nav-item-search {
    padding: 0;
  }
}

@media (max-width: 420px) {
  .ui-autocomplete {
    max-width: 230px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-link {
    padding: 0;
  }

  .custom-search-wrap {
    max-width: 36px;

  }

  .custom-search-wrap.open {
    max-width: 300px;

  }

  .custom-search-wrap.open .custom-search {
    opacity: 1;
    width: 100%;
    pointer-events: auto;
  }

  .custom-search-wrap svg path {
    transition: .3s;
    fill: rgba(255, 255, 255, 0.5);
  }

  .custom-search-wrap.open svg path {
    fill: #787f91;
  }

  .custom-search-wrap .custom-search {
    opacity: 0;
    width: 0;
    pointer-events: none;
  }


}

.navbar-collapse {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.google-map-container {
  width: 600px;
  height: 400px;
  margin-top: 15px;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
}

.SBDaysPerc.confirmOrders {
  margin-bottom: 10px;
}

.coupons-container {
  max-width: 50%;
}

.coupons-container .table-responsive {
  max-height: 350px;
  margin-bottom: 15px;
  overflow-y: auto;
}

.input-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
}

.form-control.sb-onlydate[readonly] {
  background-color: #fff;
}

.dt-container .moved-to-leads {
  background-color: #b5fcbd !important;
}

.remove-coupon {
  cursor: pointer;
}

.navbar-collapse {
  position: relative;
}

.logo-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo-overlay {
  position: relative;
  display: inline-block;
}

.logo-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(79, 84, 103, 0.2);
  pointer-events: none;
}

.header-logo {
  max-width: 130px;
}

/* .header-logo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
} */

.button-loader {
  display: none;
  width: 25px;
  height: auto;
}

.btn.loading .button-loader,
.popup-btn.loading .button-loader {
  display: inline-block;
}

@media (max-width: 768px) {
  .header-logo {
    max-width: 100px;
  }
}

@media (max-width: 515px) {
  .header-logo {
    max-width: 80px;
  }
}

.dt-scroll-body {
  min-height: 180px;
}

/* 07-01-25 */
#ui-datepicker-div {
  /* z-index: 99 !important; */
  box-shadow: 0px 6px 54px 0px rgba(181, 198, 200, 0.64);
  border: none;
  border-radius: 0;
  padding: 14px 14px 6px 14px;
  width: 100%;
  max-width: 270px;
}

#ui-datepicker-div .ui-widget-header {
  background-image: none;
  background-color: #e7eff0;
  border: none;
  border-radius: 0;
}

#ui-datepicker-div .ui-datepicker-title {
  font-size: 16px;
}

#ui-datepicker-div .ui-datepicker-calendar th {
  font-size: 14px;
  color: #135d6c;
}

#ui-datepicker-div .ui-datepicker-calendar td a {
  border: none;
  background: none;
  text-align: center;
  font-size: 14px;
  color: #000000;
}

#ui-datepicker-div .ui-datepicker-calendar tr {
  border: none;
}

#ui-datepicker-div .ui-datepicker-calendar thead {
  border-bottom: 1px solid #0e434e;
}

#ui-datepicker-div .ui-icon-circle-triangle-e {
  background: url('../icons/datepicker-arrow-next.png');
  background-repeat: no-repeat;
  color: transparent;
}

#ui-datepicker-div .ui-icon-circle-triangle-w {
  background: url('../icons/datepicker-arrow-prev.png');
  background-repeat: no-repeat;
  color: transparent;
}

#ui-datepicker-div .ui-state-hover {
  border: none !important;
  background: none !important;
}

#ui-datepicker-div .ui-datepicker-today a {
  background-color: #31a5bf !important;
  color: #ffffff !important;
}

.ui-datepicker.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
}

.ui-datepicker.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

.ui-datepicker .ui-widget-header {
  color: #222222;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-next {
  background-color: transparent;
  border-color: transparent;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  cursor: pointer;
}

.ui-datepicker .ui-state-default,
.ui-datepicker.ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #555555;
}

.ui-datepicker-current-day a,
.ui-datepicker-week-highlight a {
  background-color: #e7eff0 !important;
}


/* #main-wrapper {
  height: 100%;
} */

/* #main-wrapper .page-wrapper {
  height: 100%;
} */

.navbar-collapse .navbar-nav .nav-item.nav-item-search form {
  margin-bottom: 0;
  z-index: 2;

}

.page-wrapper .home-cards {
  margin-bottom: 20px;
}

.page-wrapper .card {
  margin-bottom: 0;
  height: 100%;
}

.page-wrapper .card a {
  display: flex;
  flex-direction: column;

}

.page-wrapper .card a .card-body {
  display: flex;
  height: 100%;
  flex-direction: column;
}

@media (max-width:1350px) {
  .modal-content .tab__customer-main {
    flex-direction: column !important;
  }

  .modal-content .tab__customer-main .tab-wrap {
    width: 100% !important;
  }

  .modal-content .tab__customer-main .tab-wrap .popup__group.flex260 {
    flex-basis: 100% !important;
  }

  .modal-content .tab__customer-main .tab-wrap .popup__group.flex251 {
    flex-basis: 100% !important;
  }

  .create-trip .tab__customer-col:first-child,
  .create-trip .tab__customer-col:nth-child(2) {
    padding: 0 !important;
  }
}



@media (max-width: 991px) {

  .page-wrapper .home-cards {
    gap: 20px;
  }

  .page-wrapper .home-cards .col-lg-3.col-md-4.col-md {
    width: calc(50% - 10px) !important;
    flex: unset !important;
    max-width: unset !important;
  }

}

@media (max-width: 487px) {
  .page-wrapper .home-cards .col-lg-3.col-md-4.col-md {
    width: 100% !important;
    flex: unset !important;
    max-width: unset !important;
  }

  .create-trip .tab__customer-col:last-child .tab-wrap {
    flex-direction: column;
  }
}

.table-responsive {
  overflow-x: scroll;
  width: 100%;
}

.table-responsive .col-md-1 {
  max-width: unset !important;
}

.suggest.calendar {
  width: 100%;
}

.filters-container {
  margin: 0 auto !important;
}

.filters__menu-main {
  padding: unset;
}

.card .col-md-2:has(.form-group) {}

.card .col-md-1 .form-group {
  width: max-content;
}

.card .col-md-2 .form-group {
  max-width: unset !important;
  width: max-content !important;

}

.card-body:has(table) {
  overflow-x: scroll!important;
}

@media (max-width:768px) {

  .card-body .nav.nav-tabs {
    padding-right: 0 !important;
  }

  .navbar-collapse .dropdown-menu.dropdown-menu-end {
    left: 0 !important;
  }

  .sidebar-nav .has-arrow::after {
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%) rotate(135deg);
  }


  .card .col-md-2 .form-group {
    width: 100% !important;
  }

  .table-responsive {
    margin-top: 0 !important;
  }

  .card .table-responsive .col-md-3 {
    padding-bottom: 20px;
  }

  .tab-content .tab-pane {
    padding: 0 !important;
  }

  .tab-content .tab-pane form {
    padding: 0 !important;
  }

  .tab-content .tab-pane form .col-6 {
    width: 100% !important;
    flex: unset !important;
    max-width: unset !important;
  }
}

@media (max-width:576px) {
  .modal-dialog.modal-sbiframe {
    position: absolute !important;
    left: 50% !important;
    width: 100% !important;
    transform: translateX(-50%) !important;
  }

  .modal-dialog.modal-sbiframe .card-body {
    padding: 0 !important;
  }

  .modal-dialog.modal-sbiframe .card-body img {
    max-height: 100px !important;
  }
}