:root {
    --bs-theme-color: #00B1AC;
    --bs-light-theme-color: rgb(0 177 172 / 50%);
}

.p0 {
    padding: 0 !important;
}

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

.p10 {
    padding: 10px;
}

.m-0 {
    margin: 0 !important;
}

.mt-2 {
    margin-top: 1rem !important;
}

#companyListingDataTable td .borderBtn {
    margin: 0;
}

.set-span {
    padding-left: 10px;
}

.set-span span {
    font-size: 25px;
}

.d-none {
    display: none;
}

.margin-15 {
    margin: 15px;
}

.align-item-center {
    align-items: center;
    margin-bottom: 8px;
}


.page-msg {
    color: #3F4444 !important;
}

.page-msg i {
    padding-right: 5px;
}

.voyager div.dataTables_paginate li.previous a:before {
    content: none;
}

.voyager div.dataTables_paginate li.next a:after {
    content: none;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.lte {
    margin: 20px;
}

.help-block {
    color: #f96868 !important;
}

.required {
    color: #fd0202 !important;
    margin-left: 2px;
}

.padding-top-30 {
    padding-top: 30px;
}

.label-name-show {
    margin-left: 6px;
}

.user-model-header {
    background-color: #4e97d9 !important;
}

.margin-left-donwload {
    padding-bottom: 10px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: var(-bs-theme-color);
    color: #fff;
    font-weight: bold;
}

.switch label input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #6adbea;
}

.switch label .lever {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 14px;
    margin: 0 16px;
    margin-right: 10px;
    content: '';
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .38);
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #00bcd4;
}

.switch label input[type=checkbox]:checked+.lever:before,
.switch label input[type=checkbox]:checked+.lever:after {
    left: 18px;
}

.switch label .lever:after {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.switch label .lever:before,
.switch label .lever:after {
    position: absolute;
    top: -3px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 50%;
}

.voyager .btn.btn-link {
    color: #353d47;
    text-decoration: none;
}

#output {
    height: 200px;
}

.trash-btn {
    background: var(--bs-theme-color);
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.d-flex {
    display: flex;
}

.justify-content-space-between{
    justify-content: space-between
}


.end {
    display: flex;
    flex-direction: row-reverse;
}

.margin-left-10 {
    margin-left: 10px;
}

.table-image {
    height: 60px;
    width: auto;
}

.error-msg {
    color: #DF3F51;
    font-weight: 500;
    padding: 5px 0 0 10px;
    font-size: 14px;
}

.outlet-items .form-group {
    /* border-bottom: 2px solid; */
}

.outlet-items .form-group b {
    font-weight: 700;
}

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

.tableCheckbox {
    top: -5px;
}

#search_text {
    border-radius: 20px;
}

.mtb-2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.custommb-2{
    margin-bottom: 10px;
}


.modal .modal-dialog .modal-content {
    border-radius: 32px;
    overflow: hidden;
}

.voyager .modal.modal-danger .modal-header {
    background-color: #fff !important;
    color: #3F4444;
    font-size: 20px;
    padding: 20px 20px 0;
    font-family: 'Bebas Neue', serif;
    border-radius: 32px 32px 0 0;
}

.voyager .modal.modal-danger .modal-header .modal-title {
    color: #3F4444;
    display: flex;
}

.voyager .modal.modal-danger .modal-header .modal-title i {
    margin-right: 3px !important;
}

.voyager .modal.modal-danger .modal-header .modal-title i {
    color: #3F4444;
}

.modal-danger .modal-header * {
    color: #000;
}

.p-5 {
    padding: 5px;
}

.voyager .modal-dialog .btn.btn-danger {
    background: var(--bs-theme-color);
    border-radius: 32px;
    color: #3f4444;
    opacity: 1;
    letter-spacing: .4px;
    line-height: normal !important;
    font-family: 'Bebas Neue', serif;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 16px;
    min-width: 100px;
    opacity: 1;
}

.voyager .modal-dialog .btn.btn-default {
    border-radius: 32px;
    color: #3f4444;
    opacity: 1;
    letter-spacing: .4px;
    line-height: normal !important;
    font-family: 'Bebas Neue', serif;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 16px;
    min-width: 100px;
    opacity: 1;
    background-color: #eaeaea;
}

.action-plus {
    color: #3f4444;
    border: 1px solid #3f4444;
    padding: 6.7px;
    border-radius: 4px;
}

.panel-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Bebas Neue', serif;
    padding: 20px 30px 20px 15px;
    text-align: left;
}

.card {
    overflow: inherit;
}

.message {
    font-size: 10px;
    color: var(--bs-theme-color);
}

.datepicker-dropdown.datepicker-orient-left:before,
.datepicker-dropdown.datepicker-orient-left:after {
    content: "";
    display: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    margin-left:9px ;
}

.page-msg {
    text-transform: uppercase;
    text-align: right;
    letter-spacing: .5px;
    color: #fbb800;
}

a {
    text-decoration: none !important;
}

.pr-5 {
    padding-right: 5px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.invoice {
    background: var(--bs-theme-color);
    height: auto;
    width: 100px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #3F4444;
    font-family: 'Bebas Neue', serif;
    margin: 10px 0;
}

.invoice:hover {
    color: #3F4444;
}

.controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.yellow-color {
    color: var(--bs-theme-color);
}

.index-second-header {
    display: flex;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.index-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #00000005;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.site-color {
    color: var(--bs-theme-color);
    font-size: 32px !important;
}


.checkboxOuter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}

.controls a {
    /* width: 50%; */
    padding-left: 10px;
    text-align: right;
    white-space: nowrap;
}

.controls .remember-me-text {
    padding: 0;
    margin: 0 !important;
    cursor: pointer !important;
}

#or_between_search {
    display: flex;
    justify-content: center;
    top: 25px;
}

.search-more {
    display: none;
}

body .swal-button {
    color: #3F4444;
    margin: 0 0 0 15px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Bebas Neue', serif;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
    letter-spacing: 0;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
    border: none;
}

.swal-button--confirm {
    background: var(--bs-theme-color);
}

body .swal-button:hover {
    background: var(--bs-theme-color);
    box-shadow: none;
}

.swal-button--cancel {
    background-color: #e8e8e8;
}

.swal-button--cancel:hover {
    background-color: #e8e8e8;
    box-shadow: none;
}

.app-container .content-container .side-menu:hover {
    /* width: 250px !important; */
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 6px !important;
}

.date-range-picker {
    border-radius: 20px !important;
}

.m-15{
    margin: 15px;
}

.reset-form {
    margin-top: -5px !important;
}


#chart1 {
    padding-left: 20px;
}

.dropdown-profile .dropdown-toggle {
    position: relative;
}

.dropdown-profile .dropdown-toggle .caret {
    color: #353d47 !important;
    position: absolute;
    top: 50%;
    right: 0;
}

.profile-image {

    border-radius: 100%;
    background-color: #f1f1f1;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-image img {
    height: auto;
    width: 100%;
    display: inline-block;
}

.graph-heading {
    font-weight: 400 !important;
    text-align: left !important;
}

.select2-search--dropdown {
    display: block;
    padding: 16px 12px 12px;
}

.select2-search--dropdown .select2-search__field {
    width: 100% !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    box-shadow: 0px -2px 15px -1px rgb(0 0 0 / 15%) !important;
}

.page-title {
    color: #3F4444;
    margin-right: 0;
    padding: 0 0 20px 55px;
    height: auto !important;
}

.page-title>i {
    left: 15px;
    top: 5px;
    font-size: 30px;
}

.voyager .navbar .navbar-nav .dropdown-menu,
.voyager .navbar.navbar-default .navbar-nav .dropdown-menu {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%)
}

.navbar .dropdown.profile .dropdown-menu li.profile-img {
    display: flex;
    align-items: flex-start;
}

.navbar .dropdown.profile .dropdown-menu li.profile-img img.profile-img {
    height: 52px;
    width: 52px;
    margin-right: 0;
}

.navbar .dropdown.profile .dropdown-menu h5 {
    margin-bottom: 2px;
    margin-top: 0;
    font-size: 20px;
}

.navbar .dropdown.profile .dropdown-menu h6 {
    margin: 0 0;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
    width: auto;
    overflow: inherit;
    text-overflow: inherit;
    text-align: left;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #e4e4e4 !important;
}

/* .navbar .dropdown.profile .dropdown-menu .profile-body {
    padding-left: 20px;
} */

.navbar .dropdown.profile .dropdown-menu>li {
    margin: 0px 0;
    padding: 0 0px;
}

.navbar .profile.dropdown.profile a {
    padding: 10px 0 5px;
    margin: 0;
    color: #3f4444;
    font-size: 14px;
}


.navbar .profile .divider {
    margin: 8px 0 !important;
}

.navbar li.dropdown.profile button {
    margin: 10px 0 0;
    padding: 8px;
    font-size: 14px;
    /* max-width: 150px; */
    float: left;
}

.profile .dropdown-toggle.text-right .profile-image {
    float: right;
    margin-right: 18px;
}

.voyager .side-menu.sidebar-inverse .navbar li.dropdown>.panel-collapse {
    background-color: #fff;
}

.app-container .content-container .side-body.padding-top {
    padding-top: 75px;
}

.item-checkbox {
    padding-left: 2rem !important;
    line-height: 12px;
}

.permission-deselect-all {
    margin-bottom: 14px;
    display: inline-block;
}

.toast {
    background-color: #fff !important;
    color: #353d47 !important;
    background-repeat: no-repeat;
    box-shadow: 0px 5px 10px 0px #0000000D !important;
}

#toast-container>div,
.toast-close-button:focus,
.toast-close-button:hover {
    opacity: 1;
}

#toast-container>div:hover {
    box-shadow: 0px 5px 10px 0px #0000000D !important;
}

.toast-title {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Bebas Neue', serif;
}

.toast-message {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}


.toast-close-button {
    color: #3F4444 !important;
    font-size: 25px;
}

body #toast-container>.toast-success {
    border-left: 4px solid #3CB44B;
    background-image: url('/assets/admin/image/success.svg') !important;
}

body #toast-container>.toast-error {
    border-left: 4px solid #FF4C25;
    background-image: url('/assets/admin/image/error.svg') !important;
}

body #toast-container>.toast-info,
body #toast-container>.toast-warning {
    border-left: 4px solid #3699FF;
    background-image: url('/assets/admin/image/Info.svg') !important;
}

#bulk_delete_modal .modal-footer {
    border-top: none;
    padding: 0 20px 20px;
}

.select2::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 30%;
    height: 10px;
    width: 10px;
    border: 2px solid #603d3d;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    pointer-events: none;

}

.select2-selection__arrow {
    display: none;
}

.ml10 {
    margin-left: 10px;
}

.note-editable b {
    font-weight: 800;
}

#copy_address {
    margin: 15px;
    background: var(--bs-theme-color);
    color: white;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 0px 5px 0px 5px;
}

.dropify-wrapper.has-error .help-block {
    margin-top: 10px !important;
}

.graph-heading {
    text-transform: uppercase;
}

/* loader */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    display: table
}

.loader-content {
    display: flex;
    align-items: center;
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-content span {
    color: #3F4444 !important;
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
    margin-left: 5px;
}

.loadingspinner {
    pointer-events: none;
    width: 2.5em;
    height: 2.5em;
    border: 0.4em solid transparent;
    border-color: #eee;
    border-top-color: var(--bs-theme-color);
    border-left-color: var(--bs-theme-color);
    border-right-color: var(--bs-theme-color);
    border-radius: 50%;
    animation: loadingspin 1s linear infinite;
}

@keyframes loadingspin {
    100% {
        transform: rotate(360deg)
    }
}

.date-picker i {
    color: #3F444480;
    font-size: 16px;
    margin-right: 2px;
}

.date-picker input {
    min-height: 20px;
    height: auto;
    background: transparent;
    border: none;
    padding: 0 0 0 10px;
}

.date-picker {
    max-width: 240px;
    min-width: 220px;
    /* float: right; */
    padding-right: 0;
}

.apexcharts-text tspan {
    font-family: 'Noto Serif', serif;
    color: #3F4444 !important;
}

.apexcharts-yaxis-texts-g tspan {
    font-size: 12px;
}

.daterangepicker td.in-range {
    background-color: rgb(0 177 172 / 50%) !important;
    background-color: var(--bs-theme-color);
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.error-message {
    color: #DF3F51;
    font-weight: 500;
    padding: 5px 0 0 10px;
    font-size: 14px;
    margin-top: 1rem;
    line-height: normal;
}

.error-message a {
    color: #DF3F51 !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
}

.apexcharts-series.apexcharts-pie-series path {
    filter: none !important;
}

.legend-mouseover-inactive {
    opacity: 1 !important;
}

.password-eye-icon {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.password-eye-icon.has-error i {
    top: 35% !important;
}

.password-eye-icon .help-block {
    width: 100%;
}

.help-block {
    font-size: 10px;
}

span#total-characters {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    justify-content: right;
}


.voyager .cursor-pointer {
    cursor: pointer !important;
}

.m-minus-35{
    margin-left: -35px;
}

.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.reset{
    background: var(--bs-theme-color);
    padding: 6px;
    border-radius: 5px;
    width: 35px;
    height: 40px;
}
.reset a{
    color: white;
    font-size: 20px;
}
.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--bs-theme-color);    
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
  }
  @keyframes l3 {to{transform: rotate(1turn)}}
  #summary-container{
    display: flex;
    justify-content: center;
  }
  #summary-container .panel{
    width: 60%;
  }


#error-messages{
    margin-top: 10px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 4px;
    color: #3F4444;
}
.voyager .alert.alert-info{
    background-color: #00b1ac91 !important;
    border-color: rgba(0, 0, 0, .1) !important;
    color: #3F4444 !important;
}
