@import "../fonts/Inter/style.css";
@import "../fonts/SourceSansPro/style.css";
@import "../fonts/OpenSans/style.css";
@import "../fonts/Poppins/style.css";
@import "../fonts/AsapCondensed/style.css";

.font-inter {
    font-family: Inter, "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.font-open-sans {
    font-family: "Open Sans", Helvetica, "sans-serif";
}

.font-poppins {
    font-family: Poppins, Helvetica, "sans-serif";
}

.font-asap-condensed {
    font-family: 'Asap Condensed', sans-serif;
}

.font-size-11px {
    font-size: 11px !important;
}

.font-size-12px {
    font-size: 12px !important;
}

.font-size-13px {
    font-size: 13px !important;
}

.pt-120 {
    padding-top: 120px;
}

.offset-day {
    cursor: pointer;
    color: #000;
}

.offset-day:hover {
    text-decoration: underline !important;
    color: #000;
}

.custom-table-orphan-email-letter {
    background-color: #faf0b4;
}

.custom-table-orphan-sms-marketing-msg {
    background-color: #ffdae2;
}

.table-default {
    margin-bottom: 0;
}

.table-default thead tr > th {
    color: #B5B5C3;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.debt-treshold button b {
    margin-left: 0.5rem;
    font-size: 15px;
}

.debt-treshold .dropdown-item {
    align-items: center;
}

.debt-treshold .dropdown-item b {
    margin-left: 0.5rem;
    font-size: 15px;
}

.debt-treshold input.disabled {
    cursor: not-allowed;
}

.overdue-filter {
    height: 350px;
    max-height: 600px;
    overflow: auto;
}

.item-value.customerClass .select2-container {
    display: none;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #0077b5;
        -webkit-box-shadow: 0 0 3px #0077b5;
        color: #fff;
    }
    50% {
        background-color: #E5F1F7;
        -webkit-box-shadow: 0 0 40px #E5F1F7;
        color: #0077b5;
    }
    100% {
        background-color: #0077b5;
        -webkit-box-shadow: 0 0 3px #0077b5;
        color: #fff;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #0077b5;
        -moz-box-shadow: 0 0 3px #0077b5;
        color: #fff;
    }
    50% {
        background-color: #E5F1F7;
        -moz-box-shadow: 0 0 40px #E5F1F7;
        color: #0077b5;
    }
    100% {
        background-color: #0077b5;
        -moz-box-shadow: 0 0 3px #0077b5;
        color: #fff;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #0077b5;
        box-shadow: 0 0 3px #0077b5;
        color: #fff;
    }
    50% {
        background-color: #E5F1F7;
        box-shadow: 0 0 40px #E5F1F7;
        color: #0077b5;
    }
    100% {
        background-color: #0077b5;
        box-shadow: 0 0 3px #0077b5;
        color: #fff;
    }
}

@keyframes glowing {
    0% {
        background-color: #0077b5;
        box-shadow: 0 0 3px #0077b5;
        color: #fff;
    }
    50% {
        background-color: #E5F1F7;
        box-shadow: 0 0 40px #E5F1F7;
        color: #0077b5;
    }
    100% {
        background-color: #0077b5;
        box-shadow: 0 0 3px #0077b5;
        color: #fff;
    }
}

.glowing-button {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.order-btn {
    position: absolute;
    top: 10px;
    right: 25px;
}

@media (max-width: 430px) {
    .order-btn button {
        width: 50px !important;
        height: 50px !important;
    }

    .order-btn button i {
        font-size: 25px !important;
    }
}

@media (max-width: 430px) {
    .order-btn {
        position: relative;
        margin: auto !important;
        margin-top: 30px !important;
        right: 0px;
    }
}

.http-details textarea {
    display: none;
    resize: none;
}

.status-code span {
    width: auto;
}

.card-body #requestHeader textarea, .card-body #responseHeader textarea {
    min-height: 150px;
}

.card-body #requestBody textarea, .card-body #responseBody textarea {
    min-height: 300px;
}

@media (max-width: 400px) {
    .custom-card .card-toolbar ul li {
        width: 100%;
    }
}

.toggle-search {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-auto {
    cursor: auto;
}

.remove-preset:hover {
    color: #dc3545;
}

@media (max-width: 990px) {
    #filterSearch .modal-dialog {
        max-width: 700px;
        width: 90%;
        margin: 0 auto;
    }
}

.custom-swal-container {
    width: 100%;
}

@media (max-width: 400px) {
    .custom-swal-container .swal2-popup {
        width: 100%;
        flex-direction: column;
    }
}

.no-record {
    padding: 50px;
}

@media (max-width: 578px) {
    #accordionFilter {
        margin-top: 15px;
        padding: 0;
    }
}

.filter-star {
    cursor: pointer;
}

.filter-star:hover {
    color: orange;
}

.filter-star.active {
    color: orange;
}

@media (max-width: 992px) {
    .custom-search {
        position: absolute;
        left: 0px;
        right: 0px;
        background: #fff;
        top: 60px;
        z-index: 9;
        box-shadow: 10px 10px 40px #000000;
        -webkit-box-shadow: 10px 10px 40px #000000;
        -moz-box-shadow: 10px 10px 40px #000000;
    }
}

.jsontree_bg {
    background: #FFF;
}

.jsontree_tree {
    font-family: Inter, "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 12px;
    list-style-type: none;
}

@media (max-width: 700px) {
    .jsontree_tree {
        width: 650px;
        padding-left: 0px;
    }
}

.jsontree_child-nodes {
    display: none;
    margin-bottom: 5px;
    line-height: 2;
    list-style-type: none;
}

.jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_child-nodes {
    display: block;
}

.jsontree_label-wrapper {
    float: left;
    margin-right: 8px;
}

.jsontree_label {
    font-weight: normal;
    vertical-align: top;
    color: #000;
    position: relative;
    padding: 1px;
    border-radius: 4px;
    cursor: default;
}

.jsontree_node_marked > .jsontree_label-wrapper > .jsontree_label {
    background: #fff2aa;
}

.jsontree_value-wrapper {
    display: block;
    overflow: hidden;
}

.jsontree_node_complex > .jsontree_value-wrapper {
    overflow: inherit;
}

.jsontree_value {
    vertical-align: top;
    display: inline;
}

.jsontree_value_null {
    color: #777;
    font-weight: bold;
}

.jsontree_value_string {
    color: #025900;
    font-weight: bold;
}

.jsontree_value_number {
    color: #000E59;
    font-weight: bold;
}

.jsontree_value_boolean {
    color: #600100;
    font-weight: bold;
}

.jsontree_expand-button {
    position: absolute;
    top: 3px;
    left: -15px;
    display: block;
    width: 11px;
    height: 11px;
    background-image: url('../images/jsontreeSVG.svg');
}

.jsontree_node_expanded > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button {
    background-position: 0 -11px;
}

.jsontree_show-more {
    cursor: pointer;
}

.jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
    display: none;
}

.jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button, .jsontree_node_empty > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
    display: none !important;
}

.jsontree_node_complex > .jsontree_label-wrapper > .jsontree_label {
    cursor: pointer;
}

.jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label {
    cursor: default !important;
}

.invoice-report .canvasjs-chart-credit {
    display: none;
}

.invoice-report .canvasjs-chart-toolbar button {
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: transparent !important;
    outline: none;
}

.invoice-report .canvasjs-chart-toolbar button:hover {
    background: transparent !important;
}

.invoice-report .canvasjs-chart-toolbar .toolbar-dropdown {
    top: 40px !important;
    border-radius: 8px !important;
}

.invoice-report .overlay {
    background: #fff;
    width: 75px;
    height: 20px;
    position: absolute;
    right: 0px;
    bottom: 15px;
    border-radius: 0.42rem !important;
}

.webkit-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.webkit-scrollbar::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
}

.webkit-scrollbar::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

.required {
    color: #e54643 !important;
}

.required:after {
    content: "*";
    color: #e54643;
}

.attachment-tab {
    display: none;
}

.attachment-tab.opened {
    display: block;
}

.order-type, .sub-product, .multiplier, .ref, .ref1, .origin, .pre-financed {
    display: none;
}

.custom-file {
    height: 100%;
}

.custom-file .text-danger {
    margin-bottom: 0px;
    font-size: 11px;
    text-align: right;
}

.custom-file .upload_list {
    margin: 15px 0px;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.custom-file .upload_list .upload_each {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.custom-file .upload_list .upload_each i {
    font-size: 16px;
}

.custom-file .upload_list .upload_each i:before {
    color: #565656;
}

.custom-file .upload_list .upload_each p {
    margin: 0;
    margin-left: 10px;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

.word-break-all {
    word-break: break-all;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    display: none;
}

.attachment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.attachment-list .each-file {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex: 0 0 calc(40%);
    background: #f9f8f8;
    padding: 10px;
    border-radius: 8px;
    position: relative;
    width: 100%;
}

.attachment-list .each-file img {
    width: 100%;
}

.attachment-list .each-file p {
    margin: 0;
    margin-left: 10px;
    max-width: 80%;
}

.attachment-list .each-file p a {
    color: #000;
    cursor: pointer;
}

.attachment-list .each-file p a:hover {
    color: #3699ff;
}

.attachment-list .each-file .fa-times {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.attachment-list .each-file .fa-times:hover {
    color: #e54643;
}

#template_form {
    border: 1px solid transparent;
    padding: 0px;
    cursor: auto;
}

.customDropzone {
    min-height: auto;
}

.customDropzone.dropzone-default {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #EBEDF3;
    border-radius: 0.42rem;
}

.customDropzone.dropzone-default .dropzone-msg-title {
    color: #3F4254;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 500;
    font-size: 1.2rem;
}

.customDropzone.dropzone-default .dropzone-msg-desc {
    color: #b5b5c3;
    font-weight: 400;
    font-size: 1rem;
}

.customDropzone.dropzone-default .dz-preview {
    flex: 0 0 calc(40%);
    margin: 0;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px 0px;
}

.customDropzone.dropzone-default .dz-preview:hover {
    background: #f9f9f9;
}

.customDropzone.dropzone-default .dz-preview .dz-image {
    border-radius: 0.42rem;
    text-align: center;
    margin: 0 auto;
}

.customDropzone.dropzone-default .dz-preview .dz-filename span {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181C32;
}

.customDropzone.dropzone-default .dz-remove {
    color: #ff8787;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.customDropzone.dropzone-default .dz-remove:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #3699ff;
}

.customDropzone.dropzone-primary {
    border-color: #3699ff;
}

#previews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff !important;
}

.border-radius-none {
    border-radius: 0 !important;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #0077b5;
    border-color: #0077b5;
}

.btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text) {
    color: #ffffff;
    background-color: #005e8f;
    border-color: #005e8f;
}

.btn.btn-primary:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #005e8f;
    border-color: #005e8f;
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
    color: #ffffff;
    background-color: #005e8f;
    border-color: #005e8f;
}

.btn.btn-primary:focus:not(.btn-text) {
    color: #ffffff;
    background-color: #005e8f;
    border-color: #005e8f;
}

.btn.btn-primary i {
    color: #ffffff;
}

.btn.btn-primary:disabled {
    color: #ffffff;
    background-color: #0077b5;
    border-color: #0077b5;
}

.show > .btn.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #005e8f;
    border-color: #005e8f;
}

.show .btn.btn-primary.btn-dropdown {
    color: #ffffff;
    background-color: #005e8f;
    border-color: #005e8f;
}

.show > .btn.btn-light-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0077b5;
    border-color: transparent;
}

.show .btn.btn-light-primary.btn-dropdown {
    color: #ffffff;
    background-color: #0077b5;
    border-color: transparent;
}

.btn.btn-primary.focus:not(.btn-text) {
    color: #ffffff;
    background-color: #005e8f;
    border-color: #005e8f;
}

.btn.btn-light-primary {
    color: #0077b5;
    background-color: rgba(0, 119, 181, 0.1);
    border-color: transparent;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) {
    color: #ffffff;
    background-color: #0077b5;
    border-color: transparent;
}

.btn.btn-light-primary:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #0077b5;
    border-color: transparent;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
    color: #ffffff;
    background-color: #0077b5;
    border-color: transparent;
}

.btn.btn-light-primary:focus:not(.btn-text) {
    color: #ffffff;
    background-color: #0077b5;
    border-color: transparent;
}

.btn.btn-light-primary i {
    color: #0077b5;
}

.btn.btn-light-primary.focus:not(.btn-text) {
    color: #ffffff;
    background-color: #0077b5;
    border-color: transparent;
}

.btn.btn-primary.disabled {
    color: #ffffff;
    background-color: #0077b5;
    border-color: #0077b5;
}

.btn.btn-primary.disabled {
    cursor: not-allowed;
}

.btn.btn-primary:disabled {
    cursor: not-allowed;
}

.btn.btn-success.disabled {
    cursor: not-allowed;
}

.btn.btn-success:disabled {
    cursor: not-allowed;
}

.was-validated .form-control:invalid {
    background-position: right calc(1.325em) center;
}

.was-validated .form-control:valid {
    background-position: right calc(1.325em) center;
}

.form-control.is-invalid {
    background-position: right calc(1.325em) center;
}

.form-control.is-valid {
    background-position: right calc(1.325em) center;
}

.btn:not(.btn-text) {
    cursor: not-allowed;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.irs {
    font-family: Inter, "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.irs--flat .irs-handle > i:first-child {
    background-color: #4e73df !important;
}

.irs--flat .irs-bar {
    background-color: #4e73df !important;
}

.irs--flat .irs-from {
    background-color: #4e73df !important;
}

.irs--flat .irs-from:before {
    border-top-color: #4e73df !important;
}

.irs--flat .irs-to {
    background-color: #4e73df !important;
}

.irs--flat .irs-to:before {
    border-top-color: #4e73df !important;
}

.irs--flat .irs-single {
    background-color: #4e73df !important;
}

.irs--flat .irs-single:before {
    border-top-color: #4e73df !important;
}

.wizard.payment-wizard .wizard-step[data-wizard-state="done"] .wizard-label {
    color: #1bc5bd !important;
}

.wizard.payment-wizard .wizard-step[data-wizard-state="done"] .wizard-label .wizard-bar {
    background-color: #1bc5bd !important;
}

.wizard.payment-wizard .wizard-nav .wizard-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1rem;
    cursor: auto;
}

.wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step:last-child {
    margin-right: 0;
}

.wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #b5b5c3;
    padding: 2rem 0.5rem;
}

.wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title span {
    font-size: 2rem;
    margin-right: 0.5rem;
}

.wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-bar {
    height: 4px;
    width: 100%;
    background-color: #EBEDF3;
    position: relative;
}

.wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-bar:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    background-color: transparent;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label {
    color: #3699ff;
}

.wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-bar:after {
    width: 100%;
    background-color: #3699ff;
}

.wizard.match-wizard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wizard.match-wizard .wizard-nav {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    width: 400px;
    max-width: 100%;
}

.wizard.match-wizard .wizard-nav .wizard-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step {
    padding: 0.75rem 1.5rem;
    position: relative;
    border-radius: 0.5rem;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step .wizard-icon {
    font-size: 2.5rem;
    margin-right: 1.1rem;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step .wizard-icon i {
    color: #b5b5c3;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step .wizard-icon .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #b5b5c3;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step .wizard-icon .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    color: #181C32;
    font-weight: 500;
    font-size: 1.1rem;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
    color: #7e8299;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step .wizard-arrow {
    color: #7e8299;
    font-size: 1.25rem;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step .wizard-arrow.last {
    display: none;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] {
    background-color: #f3f6f9;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon i {
    color: #3699ff !important;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699ff !important;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.wizard.match-wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:after {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: 1rem solid transparent;
    border-left-color: #f3f6f9;
}

.wizard.match-wizard .wizard-body {
    width: 100%;
}

.campaign-tabs .nav-tabs {
    font-family: Poppins, Helvetica, "sans-serif";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0;
}

.campaign-tabs .nav-tabs .nav-item {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    background-color: #F3F6F9;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.campaign-tabs .nav-tabs .nav-link {
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #3F4254;
    padding: 2rem 1.5rem;
}

.campaign-tabs .nav-tabs .nav-link .nav-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.campaign-tabs .nav-tabs .nav-link .nav-label .nav-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #7E8299;
}

.campaign-tabs .nav-tabs .nav-link .nav-label .nav-desc {
    font-size: 12px;
    color: #7E8299;
}

.campaign-tabs .nav-tabs .nav-link .nav-number {
    font-size: 1.3rem;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.75rem;
    flex: 0 0 2.75rem;
    height: 2.75rem;
    width: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(54, 153, 255, 0.08);
    color: #3699FF;
    margin-right: 1rem;
    border-radius: 0.5rem;
}

.campaign-tabs .nav-tabs .nav-link .nav-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.75rem;
    flex: 0 0 2.75rem;
    height: 2.75rem;
    width: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
    border-radius: 0.5rem;
}

.campaign-tabs .nav-tabs .nav-link:hover {
    border-color: #F3F6F9;
}

.campaign-tabs .nav-tabs .nav-link:hover:not(.active) .nav-label span {
    color: #7E8299;
}

.campaign-tabs .nav-tabs .nav-link:hover:not(.active) .nav-icon i {
    color: #B5B5C3;
}

.campaign-tabs .nav-tabs .nav-link:focus {
    border-color: #F3F6F9;
}

.campaign-tabs .nav-tabs .nav-link.active {
    border-color: #F3F6F9;
}

.campaign-tabs .nav-tabs .nav-link.active .nav-number {
    color: #ffffff;
    background-color: #3699FF;
}

.campaign-tabs .nav-tabs .nav-link.active .nav-icon i {
    color: #3699FF;
}

.campaign-tabs .nav-tabs .nav-link.active .nav-label .nav-text {
    color: #3699FF;
}

.campaign-tabs .nav-tabs .nav-link.active .nav-label .nav-desc {
    color: #7E8299;
}

.campaign-tabs .nav-tabs .nav-item.show .nav-link {
    border-color: #F3F6F9;
}

.td-danger {
    background-color: #fccdd2;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

.no-sort::before {
    display: none !important;
}

.no-sort::after {
    display: none !important;
}

.disable {
    pointer-events: none;
    opacity: 0.4;
}

.expand {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.expand:after {
    display: block;
    content: '';
    border-bottom: solid 3px #181c32;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
}

.expand:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

.dataTables_wrapper .dataTable thead th {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Asap Condensed', sans-serif;
}

.dataTables_wrapper .child .dtr-details > li .dtr-data {
    vertical-align: middle;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    display: inline-block;
    content: "";
    background-image: url('../images/caret-right.png');
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    display: inline-block;
    content: "";
    background-image: url('../images/caret-down.png');
}

table.dataTable tr.group.level-1 td {
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 0.5em !important;
    cursor: pointer;
}

table.dataTable tr.group td {
    background-color: #8c8c8c !important;
}

table.dataTable tr.group.level-2 td {
    background-color: #f0f0f0 !important;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.5em !important;
    font-size: 13px;
    cursor: pointer;
}

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

.timeline.timeline-4 .timeline-items .timeline-item .timeline-badge > div {
    width: 10px;
    height: 10px;
}

.template-bg {
    background-image: url('../images/template-bg.jpg');
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

.input-lg + .select2-container--default .select2-selection--single {
    height: 46px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    border: 1px solid #CCC !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.input-lg + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}

.input-lg + .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}

.input-md + .select2-container--default .select2-selection--single {
    height: calc(5.15em);
    font-size: 1.08rem;
    border-radius: 6px;
    border: 1px solid #E4E6EF;
}

.input-md + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}

.input-md + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7E8299 !important;
    line-height: 26px !important;
}

.input-lg + .select2-container--default .select2-selection--multiple {
    border-radius: 6px;
    border: 1px solid #E4E6EF;
}

.input-lg + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 26px !important;
    padding: 0.6rem 1rem;
}

.input-lg + .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: #7E8299 !important;
    padding-top: 0;
    padding-bottom: 0;
}

.input-lg + .select2-container .select2-search--inline .select2-search__field {
    font-size: 1.08rem;
    margin-top: 0;
}

.select2-wrap + .select2-container--default .select2-selection--single {
    height: 100% !important;
}

.select2-wrap + .select2-container--default .select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.bootstrap-select-wrap .dropdown-toggle .filter-option-inner-inner {
    word-wrap: break-word;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.custom-radio-label {
    align-items: center;
    border-radius: 100px;
    padding: 10px 10px;
    margin: 0;
    cursor: pointer;
    transition: .3s;
}

.custom-radio-label:hover {
    background: rgba(204, 204, 204, 0.14);
}

.custom-radio-label:focus-within {
    background: rgba(204, 204, 204, 0.14);
}

.custom-radio-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.custom-radio-input:checked + .custom-radio-design::before {
    transform: scale(0);
}

.custom-radio-input:checked ~ .custom-radio-text {
    color: #666666;
}

.custom-radio-design {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: linear-gradient(to right bottom, #40fcab, #406ffc);
    position: relative;
}

.custom-radio-design::before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: #e6e6e6;
    transform: scale(1.1);
    transition: .3s;
}

.custom-radio-text {
    color: #999999;
    margin-left: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    transition: .3s;
}

#replacement_form textarea {
    resize: none;
    height: 110px;
}

#replacement_form .selectpicker ~ button.dropdown-toggle {
    background-color: #f3f6f9 !important;
    border-color: #f3f6f9 !important;
}

.replacement-btn svg {
    width: 20px;
    height: 20px;
}

.replacement-btn svg .st0 {
    fill: #0077b5;
}

@media (max-width: 430px) {
    .replacement-btn svg {
        width: 25px;
        height: 25px;
    }
}

.replacement-btn:hover svg .st0, .replacement-btn:focus svg .st0 {
    fill: #fff;
}

.upload-docs {
    cursor: pointer;
}

.upload-docs i:hover {
    color: #3699FF;
}

.doc-wrapper:not(:last-child) {
    padding-bottom: 10px;
}

.doc-wrapper h4 {
    font-weight: 700;
}

.doc-wrapper span {
    font-style: italic;
}

.doc-wrapper ul {
    counter-reset: index;
    padding: 0;
    max-width: 300px;
    margin: 0;
}

.doc-wrapper ul li {
    counter-increment: index;
    display: flex;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

.doc-wrapper ul li::before {
    content: counters(index, ".", decimal-leading-zero);
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    min-width: 20px;
    padding-right: 12px;
    font-variant-numeric: tabular-nums;
    align-self: flex-start;
    background-image: linear-gradient(to bottom, #7e8299, #565967);
    background-attachment: fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.doc-wrapper ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.wizard.generic-wizard .wizard-content .wizard-nav {
    padding: 0;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step {
    padding: 0.75rem 0;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    margin-bottom: 1.5rem;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    min-width: 46px;
    height: 46px;
    border-radius: 12px;
    background-color: #f3f6f9;
    margin-right: 1rem;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-check {
    display: none;
    font-size: 1.4rem;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-number {
    font-weight: 600;
    color: #3F4254;
    font-size: 1.35rem;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    color: #181c32;
    font-weight: 500;
    font-size: 1.24rem;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
    color: #b5b5c3;
    font-size: 0.925rem;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: #c9f7f5;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .wizard-check {
    color: #1bc5bd;
    display: none;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .wizard-number {
    color: #1bc5bd;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-title {
    color: #181C32;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-desc {
    color: #b5b5c3;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:last-child .wizard-icon {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: #c9f7f5;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:last-child .wizard-icon .wizard-check {
    color: #1bc5bd;
    display: inline-block;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:last-child .wizard-icon .wizard-number {
    display: none;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:last-child .wizard-label .wizard-title {
    color: #b5b5c3;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:last-child .wizard-label .wizard-desc {
    color: #D1D3E0;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: #c9f7f5;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon .wizard-check {
    color: #1bc5bd;
    display: inline-block;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon .wizard-number {
    display: none;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-title {
    color: #b5b5c3;
}

.wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-desc {
    color: #D1D3E0;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: hidden !important;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(255, 255, 255, 0.4);
    transition: opacity .15s linear;
}

.swal2-popup {
    border: 0;
    border-radius: 0 !important;
    box-shadow: #000000 0 5px 15px 0;
}

input[name="swal2-radio"]:not(old) {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/unchecked.png);
    background-size: cover;
    background-origin: inherit;
    height: 24px;
    width: 24px;
    cursor: pointer;
    outline: none;
}

input[name="swal2-radio"]:not(old):checked {
    background-image: url(../images/checked-green.png);
    background-size: cover;
    background-origin: inherit;
}

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

.modal-open {
    overflow-y: hidden !important;
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden !important;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.invoices {
    display: none;
}

.payments {
    display: none;
}

#toast-container > .toast {
    background-image: none !important;
}

#toast-container > div {
    padding: 15px 15px 15px 15px;
}

.popover {
    z-index: 1;
}

.note-editor .note-editable {
    line-height: 1;
}

.note-editor .note-toolbar .note-btn-group .btn {
    font-family: Inter, "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.aside-menu .menu-nav .menu-item .menu-submenu .menu-item .menu-heading .menu-text {
    font-size: 12px;
}

.aside-menu .menu-nav .menu-item .menu-submenu .menu-item .menu-link .menu-text {
    font-size: 12px;
}

.checkbox-menu .navi-item .navi-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.50rem 1rem;
}

.checkbox-menu .navi-item .navi-checkbox label {
    font-size: 12px;
}

.checkbox-menu .navi-item .checkbox span {
    margin-right: 0.50rem;
}

.tooltip, .daterangepicker {
    font-family: Inter, "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.wizard-nav {
    font-family: Poppins, Helvetica, "sans-serif";
}

.modal-body::-webkit-scrollbar, .select2-results__options::-webkit-scrollbar, .view-invoice-tree::-webkit-scrollbar, .note-editable::-webkit-scrollbar, .dropdown-menu > .inner.show::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.modal-body::-webkit-scrollbar-thumb, .select2-results__options::-webkit-scrollbar-thumb, .view-invoice-tree::-webkit-scrollbar-thumb, .note-editable::-webkit-scrollbar-thumb, .dropdown-menu > .inner.show::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
}

.modal-body::-webkit-scrollbar-track, .select2-results__options::-webkit-scrollbar-track, .view-invoice-tree::-webkit-scrollbar-track, .note-editable::-webkit-scrollbar-track, .dropdown-menu > .inner.show::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

ul.select2-results__options {
    max-height: 250px !important;
}

.bootstrap-select .dropdown-menu {
    z-index: 11;
}

.bootstrap-select .dropdown-menu.inner {
    max-height: 200px;
}

.form-control, .input-group-text, .input-group.input-group-solid, .daterangepicker, [class^='select2'], .note-editor, .bootstrap-select > .dropdown-toggle, .bootstrap-select .dropdown-menu {
    border-radius: 0 !important;
}

.btn {
    border-radius: 3px;
}

.scrollable {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.scrollable::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
}

.scrollable::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.scrollable-menu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
}

.scrollable-menu::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

.scrollable-table {
    max-height: 300px;
    overflow: auto;
    display: inline-block;
}

.scrollable-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollable-table::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
}

.scrollable-table::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

.timeline-items .results {
    height: 300px;
    overflow: auto;
}

.timeline-items .results::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.timeline-items .results::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
}

.timeline-items .results::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

@media (max-width: 767.98px) {
    .wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step {
        width: 100%;
    }

    .wizard.generic-wizard .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .svg-icon {
        display: none;
    }

    .campaign-tabs .nav .nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        position: relative;
        width: 100%;
    }

    .campaign-tabs .nav .nav-item .nav-link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0.5rem 2rem;
    }
}

@media (max-width: 991.98px) {
    .wizard.payment-wizard .wizard-nav .wizard-steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        position: relative;
        width: 100%;
    }

    .wizard.payment-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 1rem 0;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .wizard.match-wizard .wizard-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 325px;
        flex: 0 0 325px;
        width: 325px;
    }

    .campaign-tabs .nav .nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(49.75%);
        flex: 1 1 calc(49.75%);
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .campaign-tabs .nav .nav-item .nav-link {
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
}

@media (max-width: 991.98px) {
    .wizard.match-wizard {
        display: block;
    }

    .wizard.match-wizard .wizard-nav {
        width: 100%;
        border-bottom: 1px solid #EBEDF3;
    }

    .wizard.match-wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:after {
        content: none;
    }

    .wizard.match-wizard .wizard-body {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .margin-b-20-tablet-and-mobile {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 1200px) {
    .radio-inline {
        display: block;
    }
}

.datepicker-inline td.disabled.day, .datepicker-inline td.new.disabled.day {
    display: none;
}

.field-list {
    top: 35px;
    right: 0;
    background: #fff;
    z-index: 9;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0.42rem;
    -webkit-box-shadow: 0px 0px 50px 0px #000000;
    box-shadow: 0px 0px 50px 0px #000000;
    background-color: #ffffff;
    padding: 15px;
    display: none;
}

.search-result .sticky-thead {
    position: sticky;
    top: -1px;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px #000000;
    box-shadow: 0px 0px 30px 0px #000000;
}

.search-result .sticky-thead th .custom-sorting span:before {
    display: block;
    font-size: 11px;
    content: "\2191";
}

.search-result .sticky-thead th .custom-sorting span:after {
    display: block;
    font-size: 11px;
    margin-left: -2px;
    content: "\2193";
}

.search-result .sticky-thead th .custom-sorting span.active.asc:before {
    color: #3699FF;
}

.search-result .sticky-thead th .custom-sorting span.active.asc:after {
    color: #B5B5C3;
}

.search-result .sticky-thead th .custom-sorting span.active.desc:before {
    color: #B5B5C3;
}

.search-result .sticky-thead th .custom-sorting span.active.desc:after {
    color: #3699FF;
}

.search-result td em {
    font-style: normal;
    background-color: #F9E81E;
    padding: 3px;
}

.slider-container {
    width: 300px;
    padding: 15px;
    bottom: 0;
    right: 0;
    z-index: 9;
    -webkit-box-shadow: 0px 10px 30px 0px #000000;
    box-shadow: 0 0 1px 0 #000000;
    border-radius: 2px;
    margin-bottom: 40px;
    display: none;
}

.side-details {
    display: none;
}

.custom-pagination .btn {
    margin: 3px;
}

.custom-pagination .pag-dot {
    letter-spacing: 2px;
}

.error-field {
    border-color: #ff0000;
    outline: 0;
    transition: 1.3s ease;
}

.json-highlight {
    margin: 0;
}

.json-highlight .string {
    color: green;
}

.json-highlight .number {
    color: darkorange;
}

.json-highlight .boolean {
    color: blue;
}

.json-highlight .null {
    color: magenta;
}

.json-highlight .key {
    color: red;
}

.slip-amount {
    display: none;
}

.slip-amount input[type=number]::-webkit-inner-spin-button, .slip-amount input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.amount-error {
    display: none;
}

.campaign-actions .action-container i .custom-tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-style: normal;
    font-size: 13px;
}

.campaign-actions .action-container i .custom-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.campaign-actions .action-container i:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

#asset_dropzone .dropzone-progress {
    display: none;
}

#asset_dropzone .dz-remove {
    display: none;
}

#asset_dropzone .dropzone-item .dropzone-file .dropzone-filename {
    font-size: 13px;
}

#asset_dropzone .dropzone-item .dropzone-file .dropzone-error:empty {
    margin-top: 0;
}

.change-theme button {
    width: 55px;
}

.dz-default.dz-message {
    display: none;
}

.more-tags {
    max-height: 300px;
    overflow: auto;
}

.custom-width {
    width: 170px;
}

.la.la-remove:hover {
    color: #ff0000;
}

.join {
    position: relative;
    width: 30px;
    height: 20px;
}

.join span {
    position: absolute;
    border: 1px solid #0077b5;
    background: #0077b5;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.join span:not(:first-child):not(:last-child) {
    width: 10px;
    height: 18px;
    left: 50%;
    margin-left: -5px;
    border: 1px solid transparent;
}

.join span:last-child {
    right: 0px;
}

.join.left span {
    background: transparent;
}

.join.left span:first-child {
    background: #0077b5;
    border: 1px solid #0077b5;
}

.join.inner span {
    background: transparent;
}

.join.inner span:not(:first-child):not(:last-child) {
    background: #0077b5;
    border: 1px solid #0077b5;
}

.join.right span {
    background: transparent;
}

.join.right span:last-child {
    background: #0077b5;
    border: 1px solid #0077b5;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .overlay-content {
    position: relative;
    top: 15%;
    width: 95%;
    margin-top: 30px;
    margin: 0 auto;
}

.overlay a:not(.expand-sql) {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #ff0000;
    display: block;
    transition: 0.3s;
    position: absolute;
    top: 20px;
    right: 1%;
    font-size: 60px;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.custom-query-textarea {
    height: 400px !important;
    background: #f5f2f0;
    color: #000;
    line-height: 25px;
}

.custom-query-editor {
    display: flex;
    flex-flow: row wrap;
    min-height: 500px;
    max-height: 700px;
    background: grey;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.custom-query-editor .gutter {
    background: #11101f;
    color: grey;
    display: flex;
    flex-flow: column wrap;
    padding: 1rem;
}

.custom-query-editor .gutter span {
    padding: 0.5rem;
    color: #62a9b9;
}

.custom-query-editor textarea {
    background: #1a1930;
    flex: 1;
    border: 0;
    color: white;
    padding: 1rem;
    line-height: 2.2;
    overflow: hidden;
}

.custom-query-editor textarea:focus {
    outline: none;
}

.column-list {
    overflow-x: hidden !important;
}

.column-list p {
    margin: 0 !important;
}

.column-list p:hover {
    background: #F3F6F9;
}

.select2-container--default .select2-selection--multiple .select2-container {
    display: none;
}

.vertical-text-top {
    vertical-align: text-top;
}

.timetable-events #sortable {
    padding: 10px;
}

.timetable-events #sortable.items {
    border: 4px solid #F3F6F9;
    padding: 1.75rem 1.5rem;
    border-top-left-radius: 0.42rem;
    border-top-right-radius: 0.42rem;
}

.timetable-events .runtime {
    margin-bottom: 0;
    border-color: #F3F6F9;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-bottom-left-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

.item-name a:hover, .item-name a:focus {
    color: #3699FF !important;
}

.select2-dropdown.custom {
    min-width: 50px !important;
}

.select2-dropdown.custom .select2-results__options {
    padding: 0px;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: #EBEDF3;
}

.context-menu-list {
    width: 175px !important;
    z-index: 99 !important;
}

.context-menu-list .context-menu-icon {
    display: block;
    padding: 11px 0px !important;
}

.context-menu-list .context-menu-icon::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 700 !important;
    color: #777 !important;
}

.context-menu-list .context-menu-icon span {
    font-family: Poppins, Helvetica, "sans-serif";
    font-weight: 400;
    margin-left: 30px;
    color: #777 !important;
    font-size: 14px;
}

.context-menu-list .context-menu-icon.context-menu-hover {
    background-color: #f7f7f7 !important;
}

.toolbar-img {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: cover;
    background-origin: inherit;
    height: 18px;
    width: 18px;
    cursor: pointer;
    outline: none;
    margin: 0 auto;
}

.toolbar-img.vertical-top {
    background-image: url(../images/vertical-top.png);
}

.toolbar-img.vertical-middle {
    background-image: url(../images/vertical-middle.png);
}

.toolbar-img.vertical-bottom {
    background-image: url(../images/vertical-bottom.png);
}

.toolbar-img.text-nowrap {
    background-image: url(../images/text-nowrap.png);
}

.toolbar-img.text-pre-wrap {
    background-image: url(../images/text-pre-wrap.png);
}

#excel_builder .card-custom input[type=color] {
    width: 30px !important;
    height: 30px !important;
    margin-top: 4px;
    padding: 0px;
}

#excel_builder .card-custom button {
    margin: 0px 1px;
}

#excel_builder .card-custom button.dropdown-toggle {
    border: 1px solid transparent;
}

#excel_builder .card-custom button[data-type], #excel_builder .card-custom button[data-toggle] {
    border: 1px solid transparent;
    border-color: transparent !important;
}

#excel_builder .card-custom button i {
    padding-right: 0px;
}

#excel_builder .card-custom .select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid transparent;
}

#excel_builder .card-custom .select2-container--default .select2-selection--single {
    border: 1px solid transparent;
}

#excel_builder .card-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 5px;
}

#excel_builder .card-custom i {
    font-size: 15px;
}

#excel_builder .card-custom .excel-table {
    border-collapse: separate;
    table-layout: fixed;
    white-space: nowrap;
    empty-cells: show;
    background-color: #fff;
    width: 0;
    outline: 0;
    border-top: 0;
    border-left: 0;
}

#excel_builder .card-custom .excel-table thead td {
    font-weight: normal;
}

#excel_builder .card-custom .excel-table tr.selected {
    background: #f9f9f9;
}

#excel_builder .card-custom .excel-table td {
    box-sizing: border-box;
    padding: 4px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
    text-align: left;
    background-color: #ffffff;
    color: #000000;
    text-transform: none;
    border: 1px solid #dfdfdf !important;
}

#excel_builder .card-custom .excel-table td:not([data-type]) {
    font-size: 12px;
    font-family: 'Arial';
}

#excel_builder .card-custom .excel-table td[data-type] {
    text-align: center;
    background: #f3f3f3;
}

#excel_builder .card-custom .excel-table td.border-top {
    border-top: 1px solid #0e65eb !important;
}

#excel_builder .card-custom .excel-table td.border-bottom {
    border-bottom: 1px solid #0e65eb !important;
}

#excel_builder .card-custom .excel-table td.active {
    border-top: 1.2px;
    border-bottom: 1px;
    border-left: 1.2px;
    border-right: 1px;
    border-color: #0e65eb !important;
    border-style: solid !important;
}

#excel_builder .card-custom .excel-table td.column-row-active {
    background: #E8EAED !important;
}

#excel_builder .card-custom .excel-table td.highlight {
    border: 2px solid #0e65eb !important;
    border-style: dashed !important;
    background: #fcfcfc;
}

#excel_builder .card-custom .excel-table td.copy-column-highlight {
    border-left: 2.1px dashed #0e65eb !important;
    border-right: 2px dashed #0e65eb !important;
    background: #fcfcfc;
}

#excel_builder .card-custom .excel-table td.copy-row-highlight {
    border-top: 2.1px dashed #0e65eb !important;
    border-bottom: 2px dashed #0e65eb !important;
    background: #fcfcfc;
}

#excel_builder .card-custom .excel-table td.all {
    border-color: #0e65eb !important;
    background: #E7F0FD;
}

#excel_builder .card-custom .excel-table td.border-x {
    border-left: 1.1px solid #0e65eb !important;
    border-right: 1px solid #0e65eb !important;
    background: #E7F0FD !important;
}

#excel_builder .card-custom .excel-table td.border-y {
    border-top: 1.2px solid #0e65eb !important;
    border-bottom: 1px solid #0e65eb !important;
    background: #E7F0FD !important;
}

#excel_builder .card-custom .excel-table td.border-y:first-of-type {
    border-left: 1px solid #0e65eb !important;
}

#excel_builder .card-custom .excel-table td.border-y:last-of-type {
    border-right: 1px solid #0e65eb !important;
}

#excel_builder .card-custom .excel-table td.no-resize {
    position: sticky;
    z-index: 3;
    top: 0;
    left: 0;
    background: #b3b3b3;
    border: 1px solid #dbdbdb;
}

#excel_builder .card-custom .excel-table td[data-type=row] {
    position: sticky;
    z-index: 1;
    left: 0;
    background: #f9f9f9;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
}

#excel_builder .card-custom .excel-table td[data-type=column] {
    position: sticky;
    z-index: 1;
    top: 0;
    background: #f9f9f9;
    box-sizing: border-box;
    overflow: hidden;
}

.resizer {
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    left: auto;
    width: 16px;
    cursor: col-resize;
}

.custom-expression {
    overflow-wrap: anywhere;
}

#filter_builder .container-move {
    cursor: move;
}

.sortable-ghost {
    background: #dddddd !important;
}

.template-header {
    background-color: #F3F6F9;
    border-bottom: 0;
    letter-spacing: 1px;
    font-weight: 600;
    color: #B5B5C3 !important;
    font-size: 0.9rem;
    padding: 14px 0px;
    border-radius: 5px;
}

.sequence-container {
    border-bottom: 1px solid #ccc;
}

.sequence-container .remove-container {
    top: 0px;
    right: 0px !important;
}

.sequence-container .move-element {
    left: -21px;
    cursor: move;
}

.group-sequence {
    border: 1px solid #cdcdcd;
    cursor: move;
}

.group-sequence .move-element {
    left: -21px;
    top: 50%;
    cursor: move;
}

.group-sequence .sequence-container {
    cursor: auto;
    border-bottom: 1px solid transparent !important;
    padding-bottom: 0px !important;
}

.group-sequence .remove-container {
    padding-left: 0px;
    position: absolute;
    right: -25px;
    top: 0;
}

.trigger-error {
    padding: 10px;
    -webkit-box-shadow: 0 10px 30px 0 #f64e60;
    box-shadow: 0 10px 30px 0 #f64e60;
    box-shadow: 0 0px 5px 0 #f64e60;
    border-color: #F64E60 !important;
    border: 1px solid #F64E60 !important;
}

.trigger-error .d-flex.right-0 {
    left: 10px !important;
}

.select-container .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
    height: 27px;
}

table.sales tr th:first-child, table.sales td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #fff;
    padding-right: 25px;
}

table.sales td:first-child {
    background-color: #f7f7f7;
    text-align: right;
}

table.sales tbody tr td:last-child {
    color: #0077b5 !important;
    background-color: #f7f7f7;
}

table.sales tbody tr:last-child {
    position: sticky;
    bottom: 0;
    z-index: 1;
}

table.sales tbody tr:last-child td {
    color: #0077b5 !important;
    background-color: #f7f7f7;
}

.fs-6 {
    font-size: 1.075rem !important;
}

.fs-7 {
    font-size: 0.95rem !important;
}

.border-dashed {
    border-style: dashed !important;
}

.svg-icon.svg-icon-warning {
    color: #ffc700;
}

.svg-icon.svg-icon-danger {
    color: #f1416c;
}

.text-gray-700 {
    color: #5e6278 !important;
}

.text-gray-900 {
    color: #181c32 !important;
}

.dashboard-filter {
    width: 350px;
    z-index: 1;
    margin-top: 2px;
    margin-right: 13px;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0.42rem;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    display: none;
}

.shipment-container {
    overflow: auto;
    height: auto;
    max-height: 620px;
}

.shipment-container::-webkit-scrollbar {
    width: 7px !important;
}

.shipment-container::-webkit-scrollbar-track {
    background-color: #f3f3f3 !important;
}

.shipment-container::-webkit-scrollbar-thumb {
    background: #E0E0E0 !important;
}

.shipment-container .shipment-table thead th {
    position: sticky;
    top: 0px;
    background-color: #f5f5f5;
    z-index: 1;
}

.shipment-container .shipment-table tbody tr:hover {
    background: #f7f7f7;
}

.shipment-container .shipment-table tbody tr td {
    vertical-align: middle;
}

#shipment_result ul {
    padding-left: 18px;
}

#shipment_result ul.no-style {
    list-style-type: none;
}

.success-result::-webkit-scrollbar, .failed-result::-webkit-scrollbar, .error-result::-webkit-scrollbar {
    width: 7px !important;
}

.success-result::-webkit-scrollbar-track, .failed-result::-webkit-scrollbar-track, .error-result::-webkit-scrollbar-track {
    background-color: #f3f3f3 !important;
}

.success-result::-webkit-scrollbar-thumb, .failed-result::-webkit-scrollbar-thumb, .error-result::-webkit-scrollbar-thumb {
    background: #E0E0E0 !important;
}

.user-list .user-item:hover {
    background: #181e29;
}

.module-list .module-container:nth-child(odd) {
    background: #ebedf3;
}

.module-list .module-container button {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.36);
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
    cursor: auto;
}

.module-list .module-container button .svg-icon {
    margin-right: 0px;
}

.module-list .module-container button .svg-icon svg {
    width: 25px;
    height: 25px;
}

.module-list .module-container button .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF !important;
}

.module-list .module-container .menu-container {
    display: none;
    background: #fbfbfb;
}

.module-list .module-container .menu-container .menu-with-crud.open {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.36);
    background-color: #ffffff;
}

.module-list .module-container .menu-container .menu-with-crud.open .menu-title {
    font-weight: bold;
}

.module-list .module-container .switch-container input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.module-list .module-container .switch-container input[type=checkbox]:checked + label {
    background: #1BC5BD;
}

.module-list .module-container .switch-container input[type=checkbox]:checked + label:after {
    left: calc(97%);
    transform: translateX(-100%);
}

.module-list .module-container .switch-container label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    height: 35px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-bottom: 0px;
}

.module-list .module-container .switch-container label:active:after {
    width: 50px;
}

.module-list .module-container .switch-container label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.module-list .module-container .switch-container label.small-switch {
    width: 35px;
    height: 17px;
}

.module-list .module-container .switch-container label.small-switch:active:after {
    width: 30px;
}

.module-list .module-container .switch-container label.small-switch:after {
    content: '';
    top: 1px;
    width: 15px;
    height: 15px;
}

.has-search .form-control {
    padding-left: 40px;
    background-color: #181e29;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 20px !important;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 37px;
    text-align: center;
    pointer-events: none;
}

.popover {
    z-index: 99;
}

.popover-placeholders {
    padding: 5px;
}

.popover-placeholders ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.popover-placeholders ul li {
    margin-bottom: 2px;
    font-size: 11px;
}

.group-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.stat-card {
    display: flex;
    align-items: center;
    padding: 6px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin: 5px;
    border-radius: 5px;
    transition: box-shadow 0.3s ease;
    text-decoration: none;
}

.stat-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.settings-button {
    background-color: #f4f4f4;
    border: none;
    padding: 6px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.settings-button i {
    color: #333;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.settings-button:hover {
    background-color: #e2e2e2;
}

.group-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.group-title {
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
}

.group-created {
    font-size: 0.7rem;
    color: #666;
}

.stat-card.active {
    border-bottom: 4px solid #1da29c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.settings-button:active, .settings-button:focus {
    outline: none;
}

.group-title, .group-created {
    color: #333;
}

#myPelCanvas {
    top: 0px;
    left: 0px;
    user-select: none;
    touch-action: none;
    width: 98px;
    height: 478px;
}

#myDiagramDiv {
    height: 100vh;
    width: 200% auto;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

#mydiagramCanvas {
    position: absolute;
    top: 0px;
    left: 0px;
    user-select: none;
    touch-action: none;
    cursor: pointer;
}

#myEntityDiagram {
    height: 100vh;
    width: 200% auto;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

#myEntityCanvas {
    position: absolute;
    top: 0px;
    left: 0px;
    user-select: none;
    touch-action: none;
    cursor: pointer;
}

.draggable {
    display: inline-block;
    vertical-align: top;
    border-radius: 14px;
    position: absolute;
    top: 140px;
    left: 20px;
    z-index: 500;
    background-color: #3f4254;
    width: 400px;
    height: 500px;
}

.handle {
    background-color: #3f4254;
    color: white;
    cursor: move;
    text-align: center;
    font: bold 14px sans-serif;
}

#infoDraggable {
    font: 12px helvetica, sans-serif;
    width: 213px;
}

#myInfo {
    width: 100%;
    overflow: hidden;
}

#myPaletteDiv {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    height: 100%;
}

#paletteContainer {
    position: absolute;
    bottom: 14px;
    left: 0px;
    right: 0px;
    top: 14px;
}

#myPaletteDiv {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 150%;
    height: 200%;
}

#paletteDraggableHandle {
    width: 150%;
}

#sortable {
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-item {
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
    background-color: #007bff;
    color: #ffffff;
}

.dropdown-item:hover i {
    color: #ffffff;
}

.customer-card #kt_wrapper {
    padding-top: 0px !important;
}

.customer-card #kt_header, .customer-card #kt_subheader {
    display: none;
}

.customer-card #kt_content {
    padding: 0px !important;
    background-color: #fff;
}

.customer-card #kt_footer {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.02);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.customer-card .show-all-data {
  font-weight: bold;
  font-size: 10px;
}

.customer-card .customer-header {
    width: 100%;
    background: #fdfdfd;
}

@media (max-width: 992px) {
    .customer-card .customer-header {
        margin-top: 55px;
    }
}

.customer-card .customer-side {
    width: 310px;
    height: 100vh;
    background: #fdfdfd;
    position: relative;
}

.customer-card .customer-side span.toggle-side {
    margin-top: -2px;
    margin-left: -5px;
    cursor: pointer;
}

.customer-card .customer-side span.toggle-side svg {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.customer-card .customer-side .edit-details {
    margin-right: -9px;
}

.customer-card .customer-side .ul-info li {
    padding-bottom: 13px;
}

.customer-card .customer-side .ul-info li.bday-today i {
    color: #d3c05b;
}

.customer-card .customer-side .ul-info li.bday-today span {
    font-weight: bold;
}

.customer-card .customer-side .ul-info li i {
    width: 16px;
    text-align: right;
}

.customer-card .customer-side .ul-info li:not(.arvato-li) {
    display: flex;
    align-items: center;
}

.customer-card .customer-side .ul-info li.arvato-li {
    padding-top: 0.75rem;
}

.customer-card .customer-side.hide-sidebar {
    width: 70px;
}

.customer-card .customer-side.hide-sidebar span.toggle-side svg {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.customer-card .customer-side.hide-sidebar h3, .customer-card .customer-side.hide-sidebar .edit-details, .customer-card .customer-side.hide-sidebar .address-li.parcel-li {
    display: none !important;
}

.customer-card .customer-side.hide-sidebar .ul-info {
    padding-top: 0px !important;
}

.customer-card .customer-side.hide-sidebar .ul-info li {
    padding: 10px 0px;
}

.customer-card .customer-side.hide-sidebar .ul-info li.arvato-li {
    display: none;
}

.customer-card .customer-side.hide-sidebar .ul-info li label, .customer-card .customer-side.hide-sidebar .ul-info li span, .customer-card .customer-side.hide-sidebar .ul-info li div, .customer-card .customer-side.hide-sidebar .ul-info li button {
    display: none !important;
    justify-content: center;
}

.customer-card .customer-side.hide-sidebar .ul-info li.added-button {
    display: none;
}

.customer-card .customer-side.hide-sidebar .mobile-check-button {
    display: flex !important;
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
}

.customer-card .customer-side input[type=text] {
    background: transparent;
}

.customer-card .customer-side .select2-container--default .select2-selection--single {
    height: 25px;
    background: transparent;
}

.customer-card .customer-side .mobile-check-button {
    display: none !important;
}

.customer-card .header-left {
    width: 33%;
}

.customer-card .header-left .dropdown-org .detail {
    font-size: 12px;
}

.customer-card .header-middle {
    width: 33%;
}

.customer-card .header-middle .filter-brand div {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1s ease all;
    cursor: pointer;
    background-blend-mode: multiply;
    width: 60px;
    height: 25px;
    border-bottom: 2px solid transparent;
    padding-bottom: 1px;
}

.customer-card .header-middle .filter-brand div:hover, .customer-card .header-middle .filter-brand div.active {
    border-bottom: 2px solid #3699FF;
}

.customer-card .header-middle .filter-brand .dentle {
    background-image: url('../images/brand_logo/filter-dentle-bw.png');
}

.customer-card .header-middle .filter-brand .dentle:hover, .customer-card .header-middle .filter-brand .dentle.active {
    background-image: url('../images/brand_logo/filter-dentle.png');
}

.customer-card .header-middle .filter-brand .sinfrid {
    background-image: url('../images/brand_logo/filter-sinfrid-bw.png');
}

.customer-card .header-middle .filter-brand .sinfrid:hover, .customer-card .header-middle .filter-brand .sinfrid.active {
    background-image: url('../images/brand_logo/filter-sinfrid.png');
}

.customer-card .header-middle .filter-brand .grace {
    background-image: url('../images/brand_logo/filter-grace-bw.png');
}

.customer-card .header-middle .filter-brand .grace:hover, .customer-card .header-middle .filter-brand .grace.active {
    background-image: url('../images/brand_logo/filter-grace.png');
}

.customer-card .header-middle .filter-brand .zuave {
    background-image: url('../images/brand_logo/filter-zuave-bw.png');
}

.customer-card .header-middle .filter-brand .zuave:hover, .customer-card .header-middle .filter-brand .zuave.active {
    background-image: url('../images/brand_logo/filter-zuave.png');
}

.customer-card .header-right {
    width: 33%;
}

.customer-card .header-right .send-sms-invitation {
    width: 250px;
}

.customer-card .sync-button .credit-button input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.customer-card .sync-button .credit-button input:checked ~ .check {
    border-color: #00ea90;
    box-shadow: 0px 0px 0px 15px #00ea90 inset;
    border: 1px solid transparent;
}

.customer-card .sync-button .credit-button input:checked ~ .check::after {
    opacity: 1;
    transform: scale(1);
}

.customer-card .sync-button .credit-button .check {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 100px;
    border: 2px solid #00ea90;
    box-shadow: 0px 0px 0px 0px #00ea90 inset;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.customer-card .sync-button .credit-button .check::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    transform: scale(0);
    background-size: 50%;
    background-image: url('../images/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition-delay: 0.2s !important;
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.customer-card .customer-content {
    padding: 30px 50px 30px 30px;
}

.customer-card .customer-content ul.nav li {
    border-bottom: 2px solid #D7D7D7;
    transition: 1s ease all;
}

.customer-card .customer-content ul.nav li.active, .customer-card .customer-content ul.nav li:hover {
    border-bottom: 2px solid #3699FF;
}

.customer-card .customer-content ul.nav li.active a, .customer-card .customer-content ul.nav li:hover a {
    color: #3699FF;
}

.customer-card .customer-content ul.nav li a {
    font-size: 15px;
}

.customer-card .customer-content .filter-container {
    box-shadow: 1px 4px 7px -6px #9c9c9c;
    -webkit-box-shadow: 1px 4px 7px -6px #9c9c9c;
    -moz-box-shadow: 1px 4px 7px -6px #9c9c9c;
    border: 1px solid #f3f3f3;
    padding: 5px 0px 5px 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
}

.customer-card .customer-content .order-table thead tr th, .customer-card .customer-content .subscription-table thead tr th {
    font-size: 12px;
    color: #7E8299;
    font-weight: normal;
}

.customer-card .customer-content .order-table tbody tr, .customer-card .customer-content .subscription-table tbody tr {
    border: 2px solid #f7f7f7;
    height: 50px;
}

.customer-card .customer-content .order-table tbody tr:last-child, .customer-card .customer-content .subscription-table tbody tr:last-child {
    border-bottom: 2px solid #f7f7f7;
}

.customer-card .customer-content .order-table tbody tr.child, .customer-card .customer-content .subscription-table tbody tr.child {
    background: #fdfdfd;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.customer-card .customer-content .order-table tbody tr.child .indent, .customer-card .customer-content .subscription-table tbody tr.child .indent {
    border-bottom-left-radius: 10px;
    border-left: 2px solid #c2c4c9;
    border-bottom: 2px solid #c2c4c9;
    position: absolute;
    width: 30px;
    height: 45px;
    top: -20px;
    left: 33px;
}

.customer-card .customer-content .order-table tbody tr.child .indent.first, .customer-card .customer-content .subscription-table tbody tr.child .indent.first {
    height: 29px;
    top: -3px;
    left: 32px;
}

.customer-card .customer-content .order-table tbody tr.label-paid, .customer-card .customer-content .subscription-table tbody tr.label-paid {
    background: #dcfffd;
    border: 2px solid #f1f1f1;
}

.customer-card .customer-content .order-table tbody tr.label-overdue, .customer-card .customer-content .subscription-table tbody tr.label-overdue {
    background: #ffedef;
    border: 2px solid #f1f1f1;
}

.customer-card .customer-content .order-table tbody tr.label-partially_paid, .customer-card .customer-content .subscription-table tbody tr.label-partially_paid {
    background: #fff8ea;
    border: 2px solid #f1f1f1;
}

.customer-card .customer-content .order-table tbody tr.group, .customer-card .customer-content .subscription-table tbody tr.group {
    background: #fefefe;
    border-bottom: 1px solid transparent;
}

.customer-card .customer-content .order-table tbody tr.group.hide, .customer-card .customer-content .subscription-table tbody tr.group.hide {
    border: 2px solid #f7f7f7;
}

.customer-card .customer-content .order-table tbody tr.one-row-message, .customer-card .customer-content .subscription-table tbody tr.one-row-message {
    border: 1px solid transparent;
    border-bottom: 2px dashed #f7f7f7;
    font-style: italic;
}

.customer-card .customer-content .order-table tbody tr td, .customer-card .customer-content .subscription-table tbody tr td {
    border-top: 1px solid transparent;
    vertical-align: middle;
    padding: 0.4rem 0.6rem;
}

.customer-card .customer-content .order-table tbody tr td.small-text, .customer-card .customer-content .order-table tbody tr td .small-text, .customer-card .customer-content .subscription-table tbody tr td.small-text, .customer-card .customer-content .subscription-table tbody tr td .small-text {
    font-size: 67%;
    width: 100px;
}

.customer-card .customer-content .order-table tbody tr td .logo-holder, .customer-card .customer-content .subscription-table tbody tr td .logo-holder {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #0077B5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-card .customer-content .order-table tbody tr td .logo-holder img, .customer-card .customer-content .subscription-table tbody tr td .logo-holder img {
    width: 23px;
}

.customer-card .customer-content .order-table tbody tr td .logo-holder img.dentle-icon, .customer-card .customer-content .subscription-table tbody tr td .logo-holder img.dentle-icon {
    height: 28px;
}

.customer-card .customer-content .order-table tbody tr td .logo-holder img.sinfrid-icon, .customer-card .customer-content .subscription-table tbody tr td .logo-holder img.sinfrid-icon {
    height: 31px;
}

.customer-card .customer-content .order-table tbody tr td .logo-holder img.grace-icon, .customer-card .customer-content .subscription-table tbody tr td .logo-holder img.grace-icon {
    width: 25px;
    height: 25px;
}

.customer-card .customer-content .order-table tbody tr td .logo-holder img.zuave-icon, .customer-card .customer-content .subscription-table tbody tr td .logo-holder img.zuave-icon {
    width: 33px;
    height: 35px;
}

.customer-card .customer-content .order-table tbody tr td .placement-badge, .customer-card .customer-content .subscription-table tbody tr td .placement-badge {
    position: absolute;
    top: 3px;
    padding: 5px;
    font-size: 9px;
}

.customer-card .customer-content .order-table tbody tr td .placement-badge.subs-badge, .customer-card .customer-content .subscription-table tbody tr td .placement-badge.subs-badge {
    right: 0px;
}

.customer-card .customer-content .order-table tbody tr td .subs-status, .customer-card .customer-content .subscription-table tbody tr td .subs-status-btn {
    border-radius: 5px;
    margin-right: 10px;
    width: auto;
    padding: 0px 3px;
    font-size: 10px;
    cursor: auto;
}

.customer-card .customer-content .order-table tbody tr td .subs-status.custom-active, .customer-card .customer-content .subscription-table tbody tr td .subs-status-btn.custom-active {
    padding: 2px 7px;
}

.customer-card .customer-content .order-table tbody tr td .action-holder i, .customer-card .customer-content .subscription-table tbody tr td .action-holder i {
    color: #183153;
}

.customer-card .customer-content .dropdown-item {
    padding: 5px 22px 5px 10px;
}

.customer-card .customer-content .dropdown-item:hover i {
    color: inherit;
}

.customer-card .filter-container .border-l {
    border-left: 1px solid #dddddd;
}

.customer-card .filter-container .border-r {
    border-right: 1px solid #dddddd;
}

.customer-card .custom-select-container .select2-container--default .select2-selection--single {
    border: 1px solid transparent;
    background: transparent;
}

.customer-card .custom-select-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0rem 1rem 0.25rem 0.5rem;
}

.customer-card .custom-select-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-right: 6px;
    padding-top: 0px;
}

.customer-card .custom-select-container .select2-container--default .select2-selection--single:hover {
    border-bottom: 1px solid #e3e3e3;
}

.customer-card .toggle-comment {
    right: -30px;
    top: -35px;
}

.customer-card .comment-container {
    border: 1px solid #fbfbfb;
    padding: 5px 10px;
    border-left: 5px solid #f5f5f5;
    border-radius: 5px;
}

.customer-card .comment-log {
    overflow-y: auto;
    max-height: 100%;
}

.customer-card .comment-field {
    height: 80px;
    border-radius: 5px !important;
    background: #fdfdfd;
}

.text-separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #a3a3a3;
}

.text-separator:before, .text-separator:after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #e9e3e3;
}

.text-separator.dashed:before, .text-separator.dashed:after {
    border-bottom: 2px dashed #e9e3e3;
}

.text-separator:not(:empty)::before {
    margin-right: 0.5em;
}

.text-separator:not(:empty)::after {
    margin-left: 0.5em;
}

.text-paid {
    color: #0BB7AF;
}

.text-overdue {
    color: #F64E60 !important;
}

.text-partially_paid {
    color: #FFA800 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu i {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 8px;
}

.resize-none {
    resize: none;
}

.dropdown-sub {
    display: none;
    overflow: hidden;
    line-height: 25px;
}

.dropdown-label {
    border-radius: 5px;
}

.dropdown-hid-input {
    position: absolute;
    opacity: 0;
}

.dropdown-hid-input:checked ~ .dropdown-sub {
    display: block;
}

.custom-scroll::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

.custom-scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #9a9a9a;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #ddd;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.custom-scroll::-webkit-scrollbar-corner {
    background: transparent;
}

.version-switch-container {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.version-switch-container a {
    background: #000000;
    color: white;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.3em;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    transition: ease 0.5s !important;
}

.version-switch-container a:hover {
    padding: 20px 40px;
    background: #555555;
}

.version-switch-container a.disabled {
    background: #555555;
    color: #999999;
    padding: 20px 40px;
    cursor: not-allowed;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .version-switch-container {
        bottom: 0;
        top: auto;
        transform: none;
        left: 0;
        text-align: center !important;
    }

    .version-switch-container a {
        padding: 10px 0;
        width: 100% !important;
    }
}