/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #F77B0B;
    --hov-primary: #E56F0E;
    --soft-primary: rgba(247, 123, 11, 0.15);
    --secondary: #8f97ab;
    --soft-secondary: rgba(143, 151, 171, 0.15);
    --success: #0abb75;
    --soft-success: rgba(10, 187, 117, 0.15);
    --info: #25bcf1;
    --soft-info: rgba(37, 188, 241, 0.15);
    --warning: #ffc519;
    --soft-warning: rgba(255, 197, 25, 0.15);
    --danger: #ef486a;
    --soft-danger: rgba(239, 72, 106, 0.15);
    --light: #f2f3f8;
    --dark: #111723;
    --soft-dark: rgba(42, 50, 66, 0.15);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bsGrey8__wr: #F7F7F7;
    --bsGrey9__wr: #F8F8F8;
    --bsGrey10__wr: #F9F9F9;
    --bsGrey11__wr: #E9E9E9;
    --bsGrey12__wr: #E2E2E2;
    --bsGrey50__wr: #D2D2D2;
    --bsGrey100__wr: #BBBBBB;
    --bsGrey120__wr: #B2B2B2;
    --bsGrey130__wr: #BCBCBC;
    --bsGrey150__wr: #D9D9D9;
    --bsGrey200__wr: #B8B7B7;
    --bsGrey300__wr: #AEAEAE;
    --bsGreyRGBA300__0_1wr: rgba(174, 174, 174, 0.1);
    --bsGrey310__wr: #B3B3B3;
    --bsGrey450__wr: #858585;
    --bsGrey550__wr: #272725;
    --bsGreyRGBA550__0_7wr: rgba(39, 39, 37, 0.7);
    --bsGrey700__wr: #414141;
    --bsGrey800__wr: #211E1E;
    --bsGreyRGBA800__0_1wr: rgba(33, 30, 30, 0.1);
    --bsGreyRGBA800__0_3wr: rgba(33, 30, 30, 0.3);
    --bsGreyRGBA800__0_5wr: rgba(33, 30, 30, 0.5);
    --bsGreyRGBA800__0_7wr: rgba(33, 30, 30, 0.7);
    --bs-dark-rgb: 33, 30, 30;
    --bsGreyRGBA800__0_5wr: rgba(33, 30, 30, 0.5);
    --bsWhite__wr: #ffffff;
    --bsBlack__wr: #000000;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: var(--primary)!important;
}
.btn-circle {
    border-radius: 50em;
}
.btn-icon {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.6rem;
    width: calc(2.5125rem + 2px);
    height: calc(2.5125rem + 2px);
}
.btn-sm.btn-icon {
    padding: 0.416rem;
    width: calc(2.02rem + 2px);
    height: calc(2.02rem + 2px);
}
/*modal*/
.modal.website-popup{
    display: block;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-backdrop {
    background-color: #11151d;
}
.modal-content {
    border: 1px solid rgba(20, 20, 35, 0.2);
}
.modal-content .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    background-color: transparent;
}
.modal-header .close {
    font-size: 0;
}
.modal-header .close:before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f00d";
    font-size: 20px;
}
.modal-content .modal-body {
    padding: 20px 25px;
    overflow-y: auto;
    max-height: 70vh;
}
@media (min-width: 768px) {
    .modal-content .modal-body {
        max-height: 80vh;
    }
}
.modal-content .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 10px 25px;
    border-top: 1px solid #ebedf2;
    min-height: 60px;
    background-color: transparent;
}
.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.modal.modal-static .modal-dialog.modal-dialog-zoom {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal.fade .modal-dialog-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    width: 400px;
    max-width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background-color: #fff;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
.modal.show .modal-dialog-right {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
.modal-dialog-right .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-dialog-right .modal-body {
    max-height: 86vh;
}

.img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
/*rns Uploader*/

.uppy-Root *:focus {
    outline: none !important;
}
.uppy-size--md .uppy-DashboardItem-progressIndicator,
.uppy-DashboardContent-bar .uppy-DashboardContent-back {
    visibility: hidden;
    opacity: 0;
}
.uppy-Dashboard-inner {
    width: 100% !important;
    height: 100% !important;
}
.uppy-Root {
    height: 100% !important;
}
.uppy-DashboardContent-addMore svg {
    margin-bottom: 0;
}
.card-file {
    padding: 8px;
    position: relative;
    border-color: rgb(223, 224, 228);
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

.card-file .card-body h6 {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.card-file .card-body p {
    margin-bottom: 0;
    font-size: 9px;
    color: #8392a5;
}
.card-file .card-file-thumb {
    height: 120px;
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.card-file .card-file-thumb i {
    font-size: 50px;
    color: #b3becc;
}

.rns-uploader-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
}
[data-toggle="rnsuploader"] {
    cursor: pointer;
}
[data-toggle="rnsuploader"] > .input-group-prepend > div{
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;

}
.rns-uploader-all {
    margin-left: -10px;
    margin-right: -10px;
    overflow-y: auto;
    height: calc(100vh - 303px);
}
.uppy-Dashboard-files {
    max-height: calc(100vh - 363px);
}
.rns-file-box-wrap {
    padding: 0 10px;
    width: 50%;
    float: left;
}
.rns-file-box-wrap[aria-hidden="true"] {
    display: none;
}
.rns-file-box {
    position: relative;
}
.rns-file-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.rns-file-box .dropdown-file {
    position: absolute;
    top: 6px;
    right: 9px;
    z-index: 1;
}
.rns-file-box .dropdown-file > a {
    color: #5a5a5a;
    font-size: 22px;
    background: #f5f6fa;
    cursor: pointer;
}
.rns-file-box .card-file {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}
.rns-file-box .card-file .card-file-thumb {
    position: absolute;
    width: calc(100% - 16px);
    top: 8px;
    left: 8px;
    height: calc(100% - 55px);
}

.rns-file-box .card-file .card-body {
    position: absolute;
    width: calc(100% - 16px);
    bottom: 5px;
    left: 8px;
}
[data-selected="true"] .rns-uploader-select {
    border-color: #007bff;
    background: rgba(0, 123, 255, 0.05);
}
.modal-adaptive {
    height: calc(100vh - 60px);
    margin: 30px auto !important;
}

/*File preview + remove*/
.file-preview-item h6 {
    font-size: 13px;
    margin-bottom: 0;
}

.file-preview-item {
    padding: 8px;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
    width: fit-content;

}

.file-preview-item p {
    font-size: 10px;
    margin-bottom: 0;
    color: var(--secondary);
}
.file-preview-item .thumb {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 45px;
    width: 50px;
    text-align: center;
    background: #f1f2f4;
    font-size: 20px;
    color: #92969b;
    border-radius: 0.25rem;
    overflow: hidden;
}
.file-preview-item .remove {
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    max-width: 52px;
    width: 52px;
}
.file-preview-item .body {
    min-width: 0;
}

.file-preview.box a {
    color: inherit;
}
.file-preview.box:after {
    content: "";
    clear: both;
    display: table;
}
.file-preview.box .file-preview-item {
    width: 160px;
    float: left;
    margin-right: 0.5rem;
    padding: 0;
    display: block !important;
    position: relative;
}
.file-preview.box .thumb {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.file-preview.box.sm .file-preview-item {
    width: 100px;
}
.file-preview.box.sm .thumb {
    height: 52px;
}

.file-preview.box .body {
    padding: 0;
    padding: 8px 8px 2px;
}
.file-preview.box .remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: auto;
    max-width: 100%;
}
.file-preview.box .remove .btn {
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eaeaea;
}

@media (min-width: 576px) {
    /*sm*/
    .modal-adaptive {
        max-width: 540px;
    }
    .rns-file-box-wrap {
        width: 33.3333%;
    }
}
@media (min-width: 768px) {
    /*md*/
    .modal-adaptive {
        max-width: 720px;
    }
    .rns-file-box-wrap {
        width: 25%;
    }
    .modal-md{
        max-width: 600px;
    }
}
@media (min-width: 992px) {
    /*lg*/
    .modal-adaptive {
        max-width: 960px;
    }
    .rns-file-box-wrap {
        width: 20%;
    }
}
@media (min-width: 1200px) {
    /*xl*/
    .modal-adaptive {
        max-width: 1140px;
    }
    .rns-file-box-wrap {
        width: 16.66666%;
    }
}
@media (min-width: 1500px) {
    /*xxl*/
    .modal-adaptive {
        max-width: 1400px;
    }
}
@media (max-width: 767px) {
    .rns-uploader-search i {
        font-size: 23px;
        cursor: pointer;
        padding: 4px;
        margin-right: 5px;
        position: relative;
        z-index: 2;
        top: 3px;
    }

    .rns-uploader-search input {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .rns-uploader-search.open input {
        visibility: visible;
        opacity: 1;
    }
}

.search-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}
.search-icon:hover {
    color: transparent;
}
.search-icon::before,
.search-icon::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.search-icon::before {
    top: 7px;
    left: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #686f7a;
}
.search-icon::after {
    height: 2px;
    width: 8px;
    background: #686f7a;
    bottom: 10px;
    right: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-icon span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.search-icon span::before,
.search-icon span::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 18px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -8px;
    background: #686f7a;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.search-icon span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-icon span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.open .search-icon::before,
.open .search-icon::after {
    opacity: 0;
}
.open .search-icon span::before,
.open .search-icon span::after {
    opacity: 1;
}
.open .search-icon span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open .search-icon span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.c-scrollbar-light::-webkit-scrollbar,
.uppy-Dashboard-files::-webkit-scrollbar,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}
.c-scrollbar-light::-webkit-scrollbar-track,
.uppy-Dashboard-files::-webkit-scrollbar-track,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
    background: transparent;
}
.c-scrollbar-light::-webkit-scrollbar-thumb,
.uppy-Dashboard-files::-webkit-scrollbar-thumb,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}
.c-scrollbar-light,
.uppy-Dashboard-files,
.bootstrap-select .dropdown-menu .inner {
    scrollbar-color: rgba(24, 28, 41, 0.08);
    scrollbar-width: thin;
}
/*bootstrap select */
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}
.bootstrap-select .dropdown-toggle {
    color: #898b92;
    background-color: transparent !important;
    border-color: #e2e5ec;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.416rem 0.7rem;
    height: calc(1.5rem + 0.8rem + 2px);
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    height: calc(1.5rem + 1.5rem + 2px);
    padding: 0.75rem 1rem;
    font-size: 1rem;
}
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.show.bootstrap-select .dropdown-toggle {
    border-color: var(--primary) !important;
}
.bootstrap-select .dropdown-menu .selected span.check-mark {
    right: 12px;
    top: 11px;
}
.bootstrap-select .bs-ok-default:after {
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    border-color: #6f6f80;
}
.dropdown-item:hover .bs-ok-default:after {
    border-color: #fff;
}
.bootstrap-select .no-results {
    padding: 8px 10px;
    background: #f5f5f5;
    margin: 0 8px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.bootstrap-select .dropdown-menu .notify {
    width: calc(100% - 20px);
    margin: 0 10px;
    min-height: 26px;
    padding: 8px 12px;
    background: #f2f3f8;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.bootstrap-select .notify.fadeOut {
    -webkit-animation: bs-notify-fadeOut 2s linear 0.2s;
    -o-animation: bs-notify-fadeOut 2s linear 0.2s;
    animation: bs-notify-fadeOut 2s linear 0.2s;
}
.bootstrap-select .bs-actionsbox .btn-group button:first-child {
    border-right: 1px solid #fff;
}

.bootstrap-select .bs-actionsbox .btn-group button:last-child {
    border-left: 1px solid #fff;
}

.bootstrap-select .bs-actionsbox .btn-group button {
    padding: 0.6rem 0.5rem;
    line-height: 1;
}
.bootstrap-select .dropdown-menu li,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bootstrap-select .dropdown-menu li a span.text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0;
    vertical-align: bottom;
}
[dir="rtl"] .bootstrap-select .dropdown-toggle .filter-option{
    float: right;
    text-align: right;
}
/*tagify tag input*/

.rns-tag-input {
    height: auto;
    padding: 0.465rem 1rem 0.2rem;
}
.rns-tag-input .tagify__input{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rns-tag-input .tagify__input:before{
    line-height: 1;
    position: static;
}
.rns-tag-input .tagify__tag,
.rns-tag-input .tagify__input {
    margin: 0px 5px 5px 0px;
}
.rns-tag-input .tagify__tag__removeBtn {
    font: 12px Serif;
    line-height: 1.5;
}
.rns-tag-input .tagify__tag__removeBtn:hover + div > span {
    opacity: 1;
}
.rns-pagination-center .pagination {
    -ms-flex-pack: center;
    justify-content: center;
}
.rns-pagination-right .pagination {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.rns-pagination .pagination {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-notify="progressbar"] {
	height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}

/*notify*/
.rns-notify {
    min-width: 350px;
    max-width: 350px;
    padding-right: 50px;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 0;
    color: var(--white);
    box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
    -webkit-box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
    padding: 1.25rem 1.25rem;
    font-size: 0.875rem;
    z-index: 1060 !important;
}
[dir="rtl"] .rns-notify {
    text-align: right !important;
}
.rns-notify .close {
    top: 50% !important;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: var(--white);
    opacity: 0.7;
    right: 15px !important;
    text-shadow: none;
}
[dir="rtl"] .rns-notify .close {
    right: auto !important;
    left: 15px !important;
}
.rns-notify .close:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.rns-notify .close:hover {
    color: var(--dark);
    opacity: 1;
}
.rns-notify .close:hover:before {
    opacity: 1;
    background-color: #fff;
    width: 170%;
    height: 170%;
    top: -35%;
    left: -35%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rns-notify .progress {
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}
.rns-notify .progress-bar {
    background-color: var(--white);
}
.rns-notify.alert-success {
    background-color: var(--success);
}
.rns-notify.alert-danger {
    background-color: var(--danger);
}
.rns-notify.alert-primary {
    background-color: var(--primary);
}
.rns-notify.alert-warning {
    background-color: var(--warning);
}
.rns-notify.alert-info {
    background-color: var(--info);
}
.rns-notify.alert-dark {
    background-color: var(--dark);
}
.rns-notify.alert-secondary {
    background-color: var(--secondary);
}
.rns-notify.alert-light,
.rns-notify.alert-light .close {
    background-color: var(--light);
    color: var(--dark);
}
.rns-notify.alert-light .progress-bar {
    background-color: var(--primary);
}
@media (max-width: 575px) {
    .rns-notify {
        width: calc(100% - 40px);
        min-width: auto;
    }
}

.search-box{
    position: relative;
    .form-control{
        padding-left: 40px;
    }
    .search-icon{
        font-size: 14px;
        position: absolute;
        left: 13px;
        top: 0;
        display: flex;
        align-items: center;
        height: 85%!important;
        color: rgb(199, 194, 194);
        margin-top: 3px!important;
    }
}

switch/
.rns-switch input:empty {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}
.rns-switch input:empty ~ span {
    display: inline-block;
    position: relative;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
    height: 21px;
    width: 40px;
    border-radius: 12px;
}
.rns-switch input:empty ~ span:after,
.rns-switch input:empty ~ span:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: " ";
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    width: 40px;
    border-radius: 12px;
}
/* switch */
.rns-switch input:empty ~ span:before {
    background-color: #e8ebf1;
}
.rns-switch input:empty ~ span:after {
    height: 17px;
    width: 17px;
    line-height: 20px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    color: #f8f9fb;
    background-color: #fff;
}
.rns-switch input:checked ~ span:after {
    background-color: var(--primary);
    margin-left: 20px;
}
.rns-switch-secondary input:checked ~ span:after {
    background-color: var(--secondary);
}
.rns-switch-success input:checked ~ span:after {
    background-color: var(--success);
}
.rns-switch-info input:checked ~ span:after {
    background-color: var(--info);
}
.rns-switch-warning input:checked ~ span:after {
    background-color: var(--warning);
}
.rns-switch-secondary-base input:checked ~ span:after {
    background-color: var(--secondary-base);
}
.rns-switch-danger input:checked ~ span:after {
    background-color: var(--danger);
}
.rns-switch-light input:checked ~ span:after {
    background-color: var(--light);
}
.rns-switch-dark input:checked ~ span:after {
    background-color: var(--dark);
}
.rns-switch-blue input:checked ~ span:after {
    background-color: var(--blue);
}

.z--1 {z-index: -1 !important;}
.z-0 {z-index: 0 !important;}
.z-1 {z-index: 1 !important;}
.z-2 {z-index: 2 !important;}
.z-3 {z-index: 3 !important;}
.z-1020 {z-index: 1020 !important;}
.z-1035 {z-index: 1035 !important;}
.z-1045 {z-index: 1045 !important;}




    #offer_modal .btn-close{
        position: absolute;
        top: 1rem;
        right: 1rem;
    }
    form .form-group{
        position: relative;
        margin-bottom: 24px;
    }
    form .row .form-group:last-child{
        margin-bottom: 0;
    }
    .form-label{
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: var(--bsGrey800__wr);
        text-align: left;
        margin-bottom: 8px;
    }
    .form-label span{
        color: var(--bs-primary);
    }
    .form-control{
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: var(--bsGrey800__wr);
        padding: 16px;
        background-color: var(--bsGrey9__wr);
        border: 1px solid var(--bsGrey9__wr);
        border-radius: 4px;
        outline: none;
        box-shadow: none;
    }
    .form-control-sm{
        width: 100%;
        display: block;
        font-size: .875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: var(--bsGrey800__wr);
        padding: 0.75rem 1rem;
        background-color: var(--bsGrey9__wr);
        border: 1px solid var(--bsGrey9__wr);
        border-radius: 4px;
        outline: none;
        box-shadow: none;
    }
    .form-control::-webkit-input-placeholder,
    .form-control-sm::-webkit-input-placeholder{
        color: var(--bsGreyRGBA800__0_3wr);
    }
    .form-control::-moz-placeholder,
    .form-control-sm::-moz-placeholder{
        color: var(--bsGreyRGBA800__0_3wr);
    }
    .form-control:-ms-input-placeholder,
    .form-control-sm:-ms-input-placeholder{
        color: var(--bsGreyRGBA800__0_3wr);
    }
    .form-control:-moz-placeholder,
    .form-control-sm:-moz-placeholder{
        color: var(--bsGreyRGBA800__0_3wr);
    }
    .form-control:focus,
    .form-control-sm:focus{
        color: var(--bsGrey800__wr);
        background-color: var(--bsGrey9__wr);
        border-color: var(--bsGrey9__wr);
        outline: 0;
        box-shadow: none;
    }
    input.form-control:not(:placeholder-shown),
    textarea.form-control:not(:placeholder-shown){
      border-color: var(--bsBlack__wr);
      background-color: var(--bsWhite__wr);
    }
    textarea.form-control{
        min-height: 168px;
        resize: none;
    }
    select.form-control{
        color: var(--bsGrey800__wr);
        background-color: var(--bsWhite__wr);
        border-color: var(--bsBlack__wr);
    }
    select.form-control.titleNull__wr{
        color: var(--bsGreyRGBA800__0_3wr);
        background-color: var(--bsGrey9__wr);
        border-color: var(--bsGrey9__wr);
    }
    /*select.form-control:focus{
        color: var(--bsGrey800__wr);
        background-color: var(--bsWhite__wr);
        border-color: var(--bsBlack__wr);
        outline: 0;
        box-shadow: none;
    }*/
    select.form-control option{
        color: var(--bsGrey800__wr);
    }
    form .form-control:has(+ .caretDownIcon__wr.iconEnd__wr){
        padding-right: calc(20px + 16px);
    }
    form .form-control:has(+ .calenderDaysIcon__wr.iconEnd__wr){
        padding-right: calc(22px + 16px);
    }
    .formIcon__wr{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 18px;
        pointer-events: none;
    }
    .formIcon__wr.iconEnd__wr{
        right: 26px;
    }
    .formIcon__wr.caretDownIcon__wr{
        width: 20px;
        height: 20px;
        font-size: 12px;
        color: var(--bsGrey800__wr);
    }
    .formIcon__wr.calenderDaysIcon__wr{
        width: 22px;
        height: 22px;
        font-size: 20px;
        color: var(--bs-primary);
    }
    form .form-group:has(.form-label) .formIcon__wr{
        top: 50px;
    }
    .form-floating>.form-control{
        height: auto;
        min-height: auto;
        line-height: 150%;
        padding: 1rem 0.75rem; 
    }
    .form-floating>label {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 100%;
        padding: 1rem .75rem;
        overflow: hidden;
        text-align: start;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        border: var(--bs-border-width) solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    }
    .form-floating>.form-label{
        /*width: 100%;*/
        padding: 0 1.5rem;
        margin-bottom: 0;
        white-space: normal;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }
    .form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
        position: absolute;
        inset: 1rem 0.375rem;
        z-index: -1;
        height: 1.5em;
        content: "";
        background-color: var(--bs-body-bg);
        border-radius: var(--bs-border-radius);
    }
    .form-floating>.form-control:focus~.form-label,
    .form-floating>.form-control:not(:placeholder-shown)~label{
        opacity: 1;
        width: auto;
        height: auto;
        color: var(--bsGrey800__wr);
        -webkit-transform: scale(.85) translateY(-10px) translateX(0);
        transform: scale(.85) translateY(-10px) translateX(0);
    }
    .form-floating>.form-control-plaintext~label::after, 
    .form-floating>.form-control:focus~label::after, 
    .form-floating>.form-control:not(:placeholder-shown)~label::after, 
    .form-floating>.form-select~label::after{
        inset: 0 25px;
        background-color: transparent;
    }
    .form-floating>.form-control-plaintext:focus, 
    .form-floating>.form-control-plaintext:not(:placeholder-shown), 
    .form-floating>.form-control:focus, 
    .form-floating>.form-control:not(:placeholder-shown){
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .form-floating>.form-control:not(:placeholder-shown)~.form-label::after{
        background-color: var(--bsWhite__wr);
    }
    .form-floating>select.form-control.titleNull__wr{
        color: transparent;
    }
    .form-floating>select.form-control.titleNull__wr~.form-label{
        color: var(--bsGrey800__wr);
        transform: unset !important;
        height: 100%;
        margin-bottom: 0;
    }
    .form-floating>select.form-control.titleNull__wr~.form-label::after{
        background-color: transparent !important;
    }
    .form-floating>select.form-control~.form-label{
        color: var(--bsGrey800__wr);
        transform: scale(.85) translateY(-10px) translateX(0) !important;
    }
    .form-floating>select.form-control~.form-label::after{
        background-color: var(--bsWhite__wr) !important;
        inset: 0 25px !important;
    }
    form .form-group.form-floating:has(.form-label) .formIcon__wr {
        top: 18px;
    }
    .iti{
        width: 100%;
        z-index: 3;
    }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
        background-color: transparent;
    }
    .iti--separate-dial-code .iti__selected-flag{
        background-color: transparent;
        padding-left: 16px;
        padding-right: 16px;
    }
    .iti__flag{
        margin-right: 10px;
    }
    .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code,
    .iti__selected-dial-code{
        min-width: 40px;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: var(--bsGrey800__wr);
        margin-left: 0;
    }
    .iti__arrow{
        margin-left: 16px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid var(--bsGrey800__wr);
    }
    .iti__arrow.iti__arrow--up {
        border-top: none;
        border-bottom: 4px solid var(--bsGrey800__wr);
    }
    .iti__country-list{
        width: calc(100% + 216.91px);
        white-space: unset;
    }
    .iti__country-list li{
        color: #000;
    }
    .iti__country-list .iti__country{
        font-size: 14px;
        justify-content: space-between;
    }