/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/*# sourceMappingURL=custom.css.map */

.section-header .nav-tabs {
    border-bottom: none !important;
}

.section-header .nav-tabs .nav-link {
    border-bottom: none !important;
}

.sidebar-task:not(.sidebar-show) .main-content {
    padding-left: 30px;
}

.sidebar-task:not(.sidebar-show) .main-footer {
    padding-left: 30px;
}

.sidebar-task:not(.sidebar-show) .main-sidebar {
    left: -250px;
}

.sidebar-task .navbar.main {
    left: 0px;
}

.notifications_tumbler_wrapper,
.tumbler_wrapper {
    margin: 4px 15px;
    width: 50px;
    height: 28px;
    background-color: black;
    border: #1d92b2;
    border-radius: 30px;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
    cursor: pointer;
    display: flex;
    position: relative;
}

.tumbler_wrapper svg {
    width: 15px;
    height: 15px;
}

.tumbler {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #fff;
    transition: margin-left 0.5s, background-color 0.5s;
}

.tumbler--night-mode {
    margin-left: calc(100% - 30px);
}

.sun-svg,
.moon-svg {
    display: none;
}

.toast::before {
    display: none !important;
}

[btn-back] {
    left: 25px;
    top: 25px;
    position: absolute;
}

.required {
    color: red;
}

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

.kv-expand-detail-row > td {
    padding: 0 !important;
    border: 0;
}

.grid-view table tr:not(.kv-expand-detail-row) td:last-child {
    text-align: right;
    white-space: nowrap;
}

.detail-view.table:not(.table-sm):not(.table-md):not(.dataTable) td {
    text-align: left;
    border-top: 1px solid #f6f6f6;
    height: auto;
}

.detail-view .row {
    border: none !important;
    min-height: 60px !important;
}

.pagination {
    float: right;
}

.delete_modal .btn-primary,
.delete_modal.btn-primary.disabled,
body.skin-dark .delete_modal .btn-primary,
body.skin-dark .delete_modal .btn-primary.disabled {
    box-shadow: 0 2px 6px #ccc;
    background-color: #ccc;
    border-color: #ccc;
}

.delete_modal .btn-primary:active,
.delete_modal .btn-primary:hover,
.delete_modal .btn-primary.disabled:active,
.delete_modal .btn-primary.disabled:hover {
    background-color: #bbb !important;
}

body.skin-dark .delete_modal .btn-primary:active,
body.skin-dark .delete_modal .btn-primary:hover,
body.skin-dark .delete_modal .btn-primary.disabled:active,
body.skin-dark .delete_modal .btn-primary.disabled:hover {
    background-color: #bbb !important;
}

.help-block {
    color: #d73627;
}

.modal-open .modal.show {
    opacity: 1;
}

.modal-open .modal.show > .modal-dialog {
    transform: translate(0, 5%);
}

.modal-open .modal-backdrop.fade {
    opacity: 0.4;
}

.navbar {
    position: absolute !important;
}

.modal-header .nav-pills {
    position: absolute;
    right: 51px;
    top: 20px;
}

.modal-header .header-to {
    position: absolute;
    right: 111px;
    top: 7px;
}

.wizard .main-content {
    padding-top: 30px;
}

@media (max-width: 575.98px) {
    .wizard .wizard-steps .wizard-step {
        margin-bottom: 50px;
        margin-left: 0px;
        margin-right: 0;
        margin-top: -37px;
    }

    .wizard .card .card-body {
        padding: 0 10px;
    }

    .wizard .nav-tabs .nav-item {
        margin-bottom: -1px;
        min-width: 46%;
        text-align: center;
    }
}

#address-select {
    height: 42px !important;
}

#offline.custom-switch {
    padding-left: 0;
}

.page-cover {
    position: relative;
    padding: 1rem 1rem 2rem;
    margin: -20px -23px 0 -23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f6f6f6;
    background-size: cover;
    -webkit-box-shadow: 0 1px 0 rgba(61, 70, 79, 0.125);
    box-shadow: 0 1px 0 rgba(61, 70, 79, 0.125);
}

.page-cover img {
    max-width: 300px;
    height: auto;
}

.badge-brecelet {
    border-radius: 3px;
    color: #fff;
    width: 20px;
    padding: 8px 4px !important;
    font-weight: bold;
}

.badge-brecelet-national {
    background-color: #111;
    border-radius: 3px;
    color: #fff;
    width: 25px;
    padding: 8px 4px !important;
    font-weight: bold;
}

.detail-view.table:not(.table-sm):not(.table-md):not(.dataTable) td {
    padding: 18px 10px;
}

.card-large-icons {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#shortcut_modal button:focus {
    outline: none;
}

#shortcut_modal button:hover {
    background-color: rgba(200, 200, 200, 0.1);
}

#user-map {
    margin: -19px;
}

.form-control::placeholder {
    color: #aaa;
}

.form-control:-ms-input-placeholder {
    color: #aaa;
}

.form-control::-ms-input-placeholder {
    color: #aaa;
}

.select2-container--krajee-bs4
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--krajee-bs4
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background: #e3eaef;
}

.pricing .pricing-cta a {
    background-color: #28a745 !important;
    color: #ffffff !important;
}

.pricing-highlight .pricing-cta a {
    background-color: #d73627 !important;
    color: #ffffff !important;
}

.datetimepicker.dropdown-menu {
    box-shadow: 0 0 30px rgba(9, 6, 6, 0.28);
    border: none;
    width: auto;
}

.datepicker.dropdown-menu {
    box-shadow: 0 0 30px rgba(9, 6, 6, 0.28);
    border: none;
    width: auto;
}

.svg-dashboard {
    max-height: 100px;
}

#pjax-dashboard .display-4 {
    font-size: 1.9rem;
}

.detail-view.detail-view-fit td {
    height: fit-content !important;
}

.btn-action {
    margin-left: 5px;
}

.badge.badge-action {
    min-width: 100;
    padding-right: 30px;
}

.badge.badge-action i {
    position: absolute;
    margin-left: 30px !important;
    height: 0px;
    margin-top: -11px;
}

.badge.badge-action span {
    min-width: 56px;
    display: block;
}

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

.dash .display-4 {
    font-size: 2.5rem;
}

.dash h4,
.h4 {
    font-size: 1.3rem;
}

/* li[aria-disabled='true'] {
    display: none;
} */

.select2-container--krajee-bs4
    .select2-selection--single
    .select2-selection__rendered {
    padding: 3px 0;
}

.select2-selection__rendered img,
.select2-results__option img {
    height: 25px;
    margin-top: -2px;
}

.logo-login {
    width: 90%;
}

.logo-login {
    width: 90%;
}

table th:last-child {
    width: 80px;
}

/*
    Extra small devices (portrait phones, less than 576px)
    No media query since this is the default in Bootstrap
    Small devices (landscape phones, 576px and up)
*/

@media (max-width: 411px) {
    .dash .col-3 {
        display: none !important;
    }

    .dash .btn.btn-lg {
        padding: 0.55rem 1rem;
    }
}

@media (min-width: 576px) {
}

/*
    Medium devices (tablets, 768px and up)
    Large devices (desktops, 992px and up)
*/

@media (min-width: 992px) {
}

/*
    Extra large devices (large desktops, 1200px and up)
*/

@media (min-width: 1200px) {
}

/*
    Extra small devices (portrait phones, less than 576px)
*/

@media (max-width: 575.98px) {
    .section-header-breadcrumb {
        padding-left: 0 !important;
    }
}

/*
    Small devices (landscape phones, less than 768px)
*/

@media (max-width: 767.98px) {
    .dash .card div[class*="col-sm-"] {
        padding: 0;
    }
}

/*
    Medium devices (tablets, less than 992px)
*/

@media (max-width: 991.98px) {
}

/*
    Large devices (desktops, less than 1200px)
*/

@media (max-width: 1199.98px) {
}

/*
    Extra large devices (large desktops)
    No media query since the extra-large breakpoint has no upper bound on its width
    Extra small devices (portrait phones, less than 576px)
*/

@media (max-width: 575.98px) {
}

/*
    Small devices (landscape phones, 576px and up)
*/

@media (min-width: 576px) and (max-width: 767.98px) {
}

/*
    Medium devices (tablets, 768px and up)
*/

@media (min-width: 768px) and (max-width: 991.98px) {
}

/*
    Large devices (desktops, 992px and up)
*/

@media (min-width: 992px) and (max-width: 1199.98px) {
}

/*
    Extra large devices (large desktops, 1200px and up)
*/

@media (min-width: 1200px) {
}

/*
    Example
    Apply styles starting from medium devices and up to extra large devices
*/

@media (min-width: 768px) and (max-width: 768px) {
    .bracelet {
        display: none;
    }

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

@media (min-width: 1366px) and (max-width: 1366px) {
    .bracelet {
        display: none;
    }

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

@media (min-width: 1024px) and (max-width: 1024px) {
    .mt-35 {
        margin-top: 21px;
    }
}

/* Hide input number arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.krajee-default.file-preview-frame .kv-file-content {
    width: 100%;
}

element.style {
}

.badge.badge-dark {
    background-color: #111111;
}

.badge {
    padding: 6px 12px;
}
.modules {
    margin-top: 42px;
}
.section .section-title:before {
    background-color: #12a19a;
}
.alert-warning-feediu {
    background: #fff5dd;
    background-image: url(../images/warning.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 5px;
    border: 1px solid #fed455;
    border-radius: 4px;
    overflow: hidden;
    padding: 16px 0 4px 50px;
    line-height: 21px;
    height: 50px;
    color: #e6a400;
}
.badge-color {
    border: 1px solid #111;
    border-radius: 50%;
    margin-top: -4px;
    padding: 2px 6px;
}
.merchant-view .nav-link {
    display: block;
    padding: 0.5rem 0.9rem;
}

.product-view .nav-tabs .nav-item .nav-link {
    padding: 12px 14px 0;
}

.select2-selection--single {
    padding-right: 28px !important;
    min-width: 95px !important;
}
.select2-selection__clear {
    margin-top: 1px !important;
}
.select2-selection__clear:hover {
    color: #dc3545 !important;
}

.row-inactive {
    color: #cccccc;
}

.row-inactive .text-muted {
    color: #dddddd !important;
}

.row-inactive img {
    filter: opacity(25%);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    height: 40px;
    padding: 9px 12px;
}
.jsoneditor {
    border: thin solid #12a19a;
    height: 100vh;
}
.jsoneditor-menu {
    background-color: #12a19a;
    border-bottom: 1px solid #12a19a;
}

.required .invalid-feedback {
    display: block;
}

.select2-container--krajee-bs4 .select2-selection--multiple {
    padding: 5px;
}
.select2-container--krajee-bs4
    .select2-selection--multiple
    .select2-selection__choice {
    margin: 5px;
    padding: 5px;
}

.kv-table-header th,
.kv-table-header th a {
    color: #666666;
    font-weight: normal !important;
}

#w0-filters {
    display: none;
}

.btn-tertiary {
    background-color: #71c1a8 !important;
    border-color: #71c1a8 !important;
    color: #ffffff !important;
}
.btn-tertiary:hover {
    background-color: #46a083 !important;
    border-color: #46a083 !important;
}

.select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.25rem 0.5rem;
    gap: 0.25rem;
}
.select2-selection__rendered > li {
    order: 0;
}
.select2-selection__rendered .select2-selection__clear {
    order: 1;
    position: sticky;
    flex-shrink: 0;
    right: 0;
}
.select2-search.select2-search--inline {
    flex: 1 1 auto;
    min-width: 120px;
    width: auto;
    float: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    list-style: none;
    margin: 2px 4px 2px 0;
}

.bootstrap-switch .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-om,
.bootstrap-switch .bootstrap-switch-handle-off {
    white-space: nowrap !important;
}

#toast-container > .toast-error {
    width: 500px !important;
}


.border-primary {
    border-color: #12a19a !important;
}