/*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: 0.5em;
    height: 0.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 {
    width: 96% !important;
    position: absolute;
    z-index: 99999 !important;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    height: 200px;
    overflow-y: auto;
}

.ui-autocomplete>li {
    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%;
}

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

.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: 0.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, 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: 0.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: 0.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: 0.3rem !important;
    }

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

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

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

@media (min-width: 1510px) {
    .dataTables_scroll {
        overflow: auto !important;
        width: 100% !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;
}

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

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

.login-box a img {
    width: 100%;
}

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

.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 input {
    height: 50px;
}

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

.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 - 0.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 0.2rem;
}

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

.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, 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;
}

.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;
    background-color: #f2f9ff;
    border: 1px solid #7dc0ff;
    padding: 8px 10px 8px 0px;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
}

.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;
}

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

.date-picker {
    position: relative;
}

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

.date-picker input {
    position: relative;
}

.ui-datepicker {
    background-color: #fff;
    padding: 10px;
    color: #000;
    border-radius: 10px;
    width: 20%;
    -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);
}

.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 {
    background-color: #088324;
    border-radius: 3px;
}

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

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

.small-select {
    padding: 0.375rem 0.5rem;
    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.5rem 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),
            #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;
}

.scrollabl-table {
    width: max-content !important;
    overflow: auto;
}

.lead-mat-opt {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 8px 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.lead-mat-opt li {
    width: 33%;
    padding: 0px 15px;
    border-right: 1px solid #c0c0c0;
}

.lead-mat-opt li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.lead-mat-opt li button {
    border: none;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    padding: 15px 0;
    color: #353535;
    text-transform: uppercase;
    font-size: 16px;
}

.lead-mat-opt li button.active {
    border-radius: 0;
    color: #fff !important;
    background-color: #018ecc !important;
}

.heighlited-sec-card {
    margin: 20px 0 40px 0;
    border: 1px solid #7dc0ff;
    background-color: #e6f2ff;
}

.send-mail-tabs {
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #7dc0ff;
}

.heighlited-sec-card .tab-content {
    margin-top: 30px;
}

.from-to-mail-conf {
    display: flex;
    align-items: center;
}

.from-to-mail-conf h5 {
    display: flex;
    font-size: 16px;
    margin-right: 20px;
    border-right: 1px solid #353535;
    padding-right: 20px;
    margin-bottom: 0;
}

.from-to-mail-conf h5:last-child {
    border: none;
}

.from-to-mail-conf h5 p {
    margin-bottom: 0px;
}

.send-mail-con {
    display: flex;
    align-items: center;
}

.send-mail-con label {
    margin-bottom: 0;
    margin-right: 10px;
}

.sub-sent-mail,
.activity-cards {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
}

.custom-text-are {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
    background-color: transparent !important;
}

.custom-delete-btn {
    width: 200px;
    border: none;
}

.attachment-check-bx label {
    text-transform: capitalize;
    color: #007bff;
}

.custom-send-btn {
    width: 200px;
    border: none;
    background-color: #088324;
}

.schedule-activity-modal {
    width: 150px;
}

.activity-bx-dtl {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

.attachment-check-bx input[type="checkbox"] {
    display: none;
}

.attachment-check-bx input+label {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.62);
    padding: 8px 20px 8px 45px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    color: #004482;
}

.attachment-check-bx input+label:after {
    position: absolute;
    content: "";
    opacity: 0.5;
    left: 20px;
    top: 11px;
    width: 18px;
    height: 18px;
    line-height: 1;
    border: 1px solid #000;
    border-radius: 50%;
}

.attachment-check-bx input+label:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 19px;
    position: absolute;
    left: 20px;
    top: 6px;
    opacity: 0;
}

.attachment-check-bx input:checked+label {
    box-shadow: 0px 4px 4px 0px rgba(20, 20, 20, 0.1);
    border-color: #80d9ff;
    background: #ebf5ff;
    color: #000;
    width: 100%;
}

.attachment-check-bx input:checked+label:before {
    opacity: 1;
}

.attachment-check-bx input:checked+label:after {
    opacity: 1;
    border-color: #000;
}

.activity-bx-dtl h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.assign-crete-dtls {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.activity-bx-dtl .activity-desc {
    background-color: #f7fbff;
    width: 100%;
    padding: 8px;
    border: 1px dashed #e4e4e4;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.assign-crete-dtls h5 {
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 0;
}

.assign-crete-dtls p {
    margin-bottom: 0;
}

.custom-act-btns {
    display: flex;
    align-items: center;
}

.custom-act-btns .btn-success {
    background: transparent;
    border: none;
    color: #01b92c;
    padding: 0;
}

.custom-act-btns .btn-info {
    background: transparent;
    border: none;
    color: #007bff;
    padding: 0;
    margin: 0 25px;
}

.custom-act-btns .btn-danger {
    background: transparent;
    border: none;
    color: #dc3545;
    padding: 0;
}

.mesg-repl-cont {
    margin: 20px 0;
    width: 100%;
}

.mesg-repl-cont .date {
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 10;
}

.mesg-repl-cont .date span {
    background-color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 999;
    padding: 0 2rem;
}

.mesg-repl-cont .date::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

.mesg-recv-bx {
    margin: 10px 0;
}

.mesg-recv-bx h5 {
    font-size: 16px;
    color: #8f8f8f;
}

.mesg-recv-bx h5 a {
    font-weight: 500;
}

.mesg-cont-bx {
    margin-top: 15px;
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed #007bff;
    background-color: #f4f8fc;
}

.mesg-cont-bx span {
    font-weight: 600;
    font-size: 14px;
}

.mesg-cont-bx p {
    font-size: 14px;
}

.mesg-cont-bx a {
    color: #007bff;
}

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

.activity-chang-feed h6 {
    font-size: 14px;
    margin-bottom: 15px;
}

.activity-chang-feed p {
    font-size: 14px;
    margin-bottom: 10px;
}

.activity-chang-feed .feedback-not span {
    color: #01b92c;
}

.activity-chang-feed .origin-not span {
    color: #e37400;
}

.activity-chang-feed p span {
    font-weight: 600;
}

.uploaded-doc-max {
    max-height: 270px;
    overflow-y: auto;
    margin-top: 15px;
}

.uploaded-doc-max .uploaded-doc-url {
    margin: 5px 0;
}

.multi-doc-uplo h5 {
    font-size: 16px;
    font-weight: 600;
}

.over-txt-cont {
    max-height: 400px;
    overflow-y: auto;
}

.multi-doc-uplo h5 span {
    font-weight: 500;
}

a.open_box_btn {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    z-index: 999;
}

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

.is-invalid a.open_box_btn {
    top: 25%;
}

.open_in_hover {
    position: absolute;
    width: 270px;
    float: left;
    background: #fff;
    border: 1px solid #ededed;
    padding: 10px;
    top: 0px;
    left: 32px;
    display: none;
    z-index: 5999;
}

.send-mail-bx-repl {
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.send-mail-bx-repl div {
    margin-right: 40px;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.send-mail-bx-repl div h6 {
    margin-bottom: 0;
    margin-right: 5px;
}

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

.contact-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
    font-weight: 600;
    color: #ff6c23;
    text-align: left;
}

.contact-text {
    font-weight: 700;
    text-align: center;
}

.contact-label-text .label-text {
    font-weight: bold !important;
}

/* get quote css */
.get-quote-btn {
    width: 100%;
    padding: 15px;
    background-color: #ff6c23;
    border: none;
    border-radius: 5px;
    outline: none;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.both-activity {
    display: flex;
}

.left-activity {
    width: 90%;
}

.right-activity {
    width: 10%;
}

.activity-view-btn {
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: lightblue;
    color: black;
    padding: 1px 6px;
}

.activity-view-btn a {
    color: black !important;
}

.activity-view-btn:hover {
    color: black !important;
}

.add-new-city {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    border: none;
    background-color: #25BB00;
    color: white;
    border-radius: 8px;
}

.add-new-city-division {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 32px;
}