.scroll_to_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    background: #F8F8F8 url(../img/to_top.svg) no-repeat center;
    background-size: 70%;
    transition: all 0.15s ease-in-out;
    z-index: 10;
}
.header-2:before{
    background-color: transparent;
}
.section-promo{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.section-promo .container{
    z-index: 1;
    position: relative;
}
.section-promo--after::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    top: 0;
    left: 0;
}
.ico{display:flex;align-items:center;}
.ico-24{
    min-width: 24px;
    width: 24px;
    height: 24px;
}
.ico-22{
    min-width: 22px;
    width: 22px;
    height: 22px;
}
.ico-20{
    min-width: 20px;
    width: 20px;
    height: 20px;
}
.ico-36{
    min-width: 36px;
    width: 36px;
    height: 36px;
}
.ico-48{
    min-width: 48px;
    width: 48px;
    height: 48px;
}
.scroll_to_top.active {
    opacity: 0.6;
    visibility: visible;
}

.scroll_to_top.active:hover {
    opacity: 1;
}


.container--40{
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
}
.container--40mx{
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0px;
    padding-right: 0px;
}
.logo{
    display: flex;
    align-items: center;

    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    max-width: max-content;
}

.def-text-1{
    font-size: 14px;
    line-height: 17px;
}
.def-text-2{
    font-size: 16px;
    line-height: 24px;
}
.def-text-3{
    font-size: 18px;
    line-height: 21px;
}
.def-text-4{
    font-size: 12px;
    line-height: 15px;
}
.def-text-5{
    font-size: 14px;
    line-height: 24px;
}
.def-text-6{
    font-size: 13px;
    line-height: 14px;
}
.def-text-7{
    font-size: 29px;
    line-height: 36px;
}
.def-text-8{
    font-size: 28px;
    line-height: 36px;
}
.def-text-9{
    font-size: 16px;
    line-height: 28px;
}
.def-text-10{
    font-size: 12px;
    line-height: 18px;
}
.def-text-11{
    font-size: 22px;
    line-height: 28px;
}
.def-text-12{
    font-size: 13px;
    line-height: 20px;
}
.def-text-13{
    font-size: 12px;
    line-height: 16px;
}
.btn--custom--sm{
    min-height: 32px;
    padding: 5px 12px 5px 12px;
}
.btn--custom--sm2{
    min-height: 44px;
    padding: 5px 12px 5px 12px;
}
.btn--custom--sm3{
    min-height: 36px;
    padding: 5px 12px 5px 12px;
}
.btn--custom--md{
    min-height: 56px;
    padding: 5px 25px 5px 25px;
}
.dbl-btns{
    display: flex;
    flex-wrap: wrap;
}
.dbl-btns--8 > .btn:not(:last-child){
    margin-right: 8px;
}
.custom-text--shadow{text-shadow:0px 1px 2px rgba(91, 104, 113, 0.32);}
.footer{
    background: var(--sidebar-bg-color);
    color: var(--defaultTextColor);
    display: flex;
    flex-direction: column;
}
.footer .footer-item:not(:last-child){
    border-bottom: 1px solid rgba(15, 34, 72, 0.10);
}
.footer-item{
    display: flex;
    align-items: center;
}

.social__list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.social__list li{
    padding-left: 8px;
    padding-right: 8px;
}

.footer .header__list{
    flex-wrap: wrap;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    text-align: center;
}
.footer .social__list{
    flex-wrap: nowrap;
}

.section-120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.heading-1{
    font-size: var(--h1Size);
    line-height: 65px;
}
.heading-2{
    font-size: var(--h2Size);
    line-height: 56px;
}
.heading-3{
    font-size: var(--h3Size);
    line-height: 50px;
}
.heading-4{
    font-size: var(--h4Size);
    line-height: 36px;
}
.heading-5{
    font-size: var(--h5Size);
    line-height: 24px;
}
.text-def-08{
    color: var(--secondaryTextColor08);
}
.text-def-06{
    color: var(--secondaryTextColor);
}
.bg-secondary{background-color:var(--secondary);}
.gutters-x-110{
    --bs-gutter-x: 110px;
}
.gutters-x-130{
    --bs-gutter-x: 130px;
}
.gutters-x-50{
    --bs-gutter-x: 50px;
}
.gutters-x-50{
    --bs-gutter-x: 50px;
}
.gutters-x-22{
    --bs-gutter-x: 22px;
}
.gutters-x-18{
    --bs-gutter-x: 18px;
}
.wrapper-img{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}
.wrapper-img img{
    width: 100%;
    height: 100%;
}

.photo-edit{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}
.photo-edit img{
    width: 100%;
    height: 100%;
}
.scroll-head{
    transition: all 0.2s;
}
.scroll-head--active{
    box-shadow: 0px 2px 10px #ccc;
    background-color: var(--white);
    color: var(--defaultTextColor);
}
.scroll-head--active .btn--transparent{
    color: var(--defaultTextColor);
    background-color: rgba(255, 255, 255, 0.50);
}
.block-ico{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}
.block-ico-80{
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.feature-item{
    display: flex;
    flex-direction: column;
}
.feature-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}
.feature-list .feature-item{
    padding-left: 30px;
    padding-right: 30px;
    flex: 1;
}

.land-posts{
    display: flex;
    flex-direction: column;
}
.land-posts .land-post:nth-child(odd) .land-post--info{
    padding-left: 90px;
}
.land-posts .land-post:nth-child(even) .land-post--info{
    padding-right: 90px;
}

.review-block{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--cards-bg-secondary);
}
.review-block--header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review-block--header > *:not(:last-child){
    margin-right: 10px;
}

.photo-profile{
    border-radius: 300px;
    overflow: hidden;

    max-width: 36px;
    min-width: 36px;
    height: 36px;
    position: relative;
    background-color: transparent;
    border: 1.5px solid transparent;
}
.photo-profile img{
    position: absolute;
    width: 100%;
    height: 100%;
}

.tab-checker{cursor:pointer;width:100%;}
.tab-checker input:checked ~ .tab-link{
    border-color: var(--primary) !important;
    color: var(--primary);
}

.tabs-secondary .tab-item.active-tab .tab-link{
    background-color: var(--secondary);
}

.card{
    display: flex;
    flex-direction: column;
}
.card-footer{
    display: flex;
    flex-direction: column;
}
.border-custom{height:1px;}
.secondary-01{
    background-color: rgba(0, 0, 0, 0.1);
}

.success-list{
    display: flex;
    flex-direction: column;
}
.success-list .success-list--item:not(:last-child){
    margin-bottom: 12px;
}
.success-list--item{
    position: relative;
    display: flex;
    align-items: center;
}
.success-list--item::before{
    content: "";
    position: relative;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    display: block;

    background: url("../img/icons/ico-success.svg") no-repeat center center / 20px;
    margin-right: 12px;
}
.success-list--item.mr--before-8::before{
    margin-right: 8px;
}

.accordeon{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}
.accordeon-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.accordeon-header .accordeon-btn{
    margin-left: 10px;
    transition: all 0.3s;
}
.accordeon-header .accordeon-btn *{
    transition: all 0.3s;
}
.accordeon-header .accordeon-btn .y{
    transform-origin: center;
}
.show-accordeon .accordeon-btn .y{
    transform: rotate(90deg);
}

.container-800{
    max-width: 800px;
}

.container-800.dasboard-container{
    max-width: calc(800px + 24px + 24px);
}
.editor-page{
    display: flex;
    flex-direction: column;
}
.editor-page h3{
    margin-bottom: 12px;
}
.flex-panel{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    font-size: 14px;
    line-height: 20px;
    color: var(--secondaryTextColor06);
}
.editor-page p{
    font-size: 16px;
    line-height: 28px;
}
.photo-edit{position:relative;}
.photo-edit a,
.photo-edit button{
    padding: 8px 15px;
    border-radius: 300px;
    background-color: rgba(15, 34, 72, 0.70);
    color: var(--white);

    top: 0;
    right: 0;
    margin: 14px;
    position: absolute;
    opacity: 1;
    z-index: 1;
}
.options{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.options > .option:not(:last-child){
    margin-right: 12px;
}
.option{
    display: flex;
}

.select-h-41 .select2-container .select2-selection--multiple{
    min-height: 44px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: var(--sidebar-bg-color);
    border-color: transparent;
    color: var(--defaultTextColor);
    font-size: 13px;
    line-height: 10px;
    min-height: 24px;
    display: flex;
    align-items: center;
    padding-left: 7px;
    padding-right: 7px;

    margin-left: 10px !important;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{
    position: relative;
    left: 0;
    top: 0;
    order: 1;
    padding-right: 0;
    border-right: none;
    display: flex;
    height: 100%;
    color: var(--defaultTextColor);
    align-items: center;
    z-index: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover{
    background-color: transparent;
    color: var(--defaultTextColor);
}
.select2-selection__clear {
    display: none;
}
.select2-container--default .select2-selection--multiple {
    background: var(--white);
    border: 1px solid var(--form-elements-border-color);
    border-radius: 2px;

    display: flex;
    align-items: center;
    padding: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    margin-top: -5px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;

    margin-right: 10px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: var(--form-elements-border-color);
}
.select2-selection--multiple .select2-search__field{
    font-size: 14px !important;
    line-height: 10px;
    font-family: var(--fotnFamily) !important;
    margin-left: 8px !important;
}

.select2-selection--multiple .select2-search{

    position: absolute;

    display: flex;
    height: 20px;

}

.select2-selection--multiple .select2-search textarea{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 0 !important;
    /*width: 100% !important;*/

    display: flex;
    height: 100% !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-family: var(--fotnFamily) !important;


    color: var(--defaultTextColor) !important;
    font-weight: 400;
    font-family: var(--fotnFamily) !important;
}
.select2-selection--multiple .select2-search textarea::placeholder{
    opacity: 0.6;
    color: var(--defaultTextColor) !important;
    font-weight: 400;
    font-family: var(--fotnFamily) !important;
}

.custom-file{
    border: 1px dashed var(--primary);
    background-color: var(--white);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 44px;
}
.custom-file .file-text{
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    pointer-events: none;
    color: var(--primary);
}

.form-group{
    display: flex;
    flex-direction: column;
}

.file-widget{
    cursor: pointer;
}


.editor-wrapper .ck.ck-editor__editable_inline,
.editor-wrapper .ck.ck-editor__editable_inline:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.editor-wrapper .ck.ck-editor__editable_inline{
    padding-left: 30px;
    padding-right: 30px;
}
.editor-wrapper .ck.ck-toolbar{
    border: none !important;
    border-bottom: 1px solid var(--border-color) !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.editor-wrapper{
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}
.editor-wrapper .ck.ck-button.ck-on,
.editor-wrapper a.ck.ck-button.ck-on{
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.editor-wrapper .editor-footer{
    padding: 5px 12px;
    border-top: 1px solid var(--border-color);
    display: flex;
}

.def-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.def-list .def-list--item{
    padding-left: 8px;
    padding-right: 8px;
}
.form, .form-body, .form-footer{
    display: flex;
    flex-direction: column;
}

/*body::-webkit-scrollbar,*/
/*.sidebar-container::-webkit-scrollbar*/
/*{*/
/*    display: block;*/
/*}*/
/*
.content{
    display: flex;
    flex-direction: column;
}
.dasboard-container{
    height: 100%;
    flex: auto;
    display: flex;
    flex-direction: column;
}
.pagination-group{
    margin-top: auto;
}*/

.section-120.header-fixed{
    padding-top: calc(var(--header-fixed-padding) + 120px);
}

.btn--transparent{
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--white);
}

.card-custom{
    background: var(--white);
    box-shadow: 0px 4px 8px 0px rgba(6, 6, 6, 0.24), 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
}
.card-36{
    padding: 36px;
}
.tabs-list--cols{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
}
.tabs-list--cols .tab-item{
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
    margin-right: 0 !important;
}

.tabs-list--primary .tab-link{
    border: 1px solid var(--secondary);
    background-color: var(--white);
    color: var(--defaultTextColor);
    border-radius: 300px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
}

.tabs-list--primary .active-tab .tab-link{
    border-color: var(--primary) !important;
    color: var(--primary);
}

.tabs-list--primary2 .tab-link{
    border: 1px solid var(--secondary);
    background-color: var(--white);
    color: var(--defaultTextColor);
    border-radius: 300px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
}

.tabs-list--primary2 .active-tab .tab-link{
    border-color: var(--primary) !important;
    color: var(--white);
    background-color: var(--primary);
}
.tabs-list--primary2 .tab-checker input:checked ~ .tab-link{
    border-color: var(--primary) !important;
    color: var(--white);
    background-color: var(--primary);
}
.tabs-list--default .tab-link{
    border: 1px solid rgba(15, 34, 72, 0.10);
    background-color: var(--white);
    border-radius: 300px;
    padding: 10px 30px;
    color: var(--defaultTextColor);

    font-size: 17px;
}
.tabs-list--default .tab-item.active-tab .tab-link{
    border-color: var(--turquoise-color);
    color: var(--white);
    background-color: var(--turquoise-color);
}

.bg-card-secondary{background-color:var(--cards-bg-secondary);}
.text-secondaryTextColor06{color:var(--secondaryTextColor08);}
.--uplaid{color:var(--secondaryTextColor04);}
.--paid{color:var(--success);}
.tab-link{border:1px solid transparent;}

.select-custom .select2-container .select2-selection--single{
    height: 44px;
}
.form-group__title{
    /*color: var(--secondaryTextColor07);*/
}

.heading-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.heading-row > *:not(:last-child){
    margin-right: 10px;
}

.card-post .card-header{
    padding: 0;
    overflow: hidden;
}
.card-post .wrapper-img{
    height: 100%;
}

.card-post{
    background-color: var(--white);
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid var(--border-color);
}
.flex-panel.flex-panel--sm{
    font-size: 12px;
    line-height: 16px;
}

.title-16{
    font-size: 16px;
    line-height: 28px;
}
.title-20{
    font-size: 20px;
    line-height: 30px;
}
.title-44{
    font-size: 44px;
    line-height: 40px;
}

.title-28{
    font-size: 28px;
    line-height: 40px;
}
a.wrapper-img img{transition:all 0.2s;}
a.wrapper-img:hover img{
    transform: scale(1.1);
}
.section-70{
    padding-top: 70px;
    padding-bottom: 70px;
}

.flex-faq{
    display: flex;
    margin-left: -22px;
    margin-right: -22px;
}
.flex-faq > div{
    padding-left: 22px;
    padding-right: 22px;
}
.faq-sidebar{
    flex: 0 0 250px;
    max-width: 250px;
}
.flex-faq .faq-sidebar{
    flex: 0 0 calc(250px + (24px + 24px));
    max-width: calc(250px + (24px + 24px));

}
.faq-content{
    flex: auto;
}

.ck-content ol, .ck-content ul {
    margin-left: 25px;
}

.estate-block{
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    background-color: var(--white);
    border: 1px solid var(--border-color);
}
.estate-counter{
    font-weight: 600;
    line-height: 32px;
    font-size: 32px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.estate-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.estate-heading > *:not(:last-child){
    margin-right: 10px;
}

.post-row{
    display: flex;
}
.post-row > div,
.post-date,
.post-content{
    display: flex;
    flex-direction: column;
}

.post-date{
    background-color: var(--white);
    border-radius: 2px;
    border: 1px solid var(--border-color);
}
.post-date .year{
    color: var(--primary);
    font-weight: 500;
    line-height: 10px;
    font-size: 11px;
}
.post-date .day{
    display: flex;
    flex-direction: column;
}
.post-date .m{
    font-weight: 500;
    line-height: 12px;
    font-size: 11px;
    text-transform: uppercase;
}
.post-date .d{
    font-weight: 500;
    line-height: 12px;
    font-size: 16px;
    text-transform: uppercase;
}
.table.table-card{white-space: normal;}
.table.table-card thead th,
.table.table-card tbody td{
    padding: 20px !important;
}
.table.table-card thead .table-card--head th:not(:last-child),
.table.table-card tbody .table-card--head td:not(:last-child){
    padding-right: 0 !important;
}
.table.table-card .table-p-0{
    padding: 0 !important;
}
.table.table-card tbody tr td:not(:last-child) .info--item{
    border-right: 1px solid rgba(15, 34, 72, 0.10);
    padding-right: 18px;
}
.table.table-card tbody tr td.info--item{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.table.table-card tbody tr td.info--item:not(:last-child){
    border-right: 1px solid rgba(15, 34, 72, 0.10);
    padding-right: 20px !important;
}
.table.table-card .table-card--body td{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.table.table-card tbody tr:not(:last-child) td{
    border-bottom: none !important;
}
.table.table-card .table-card--body td{
    background-color: var(--action-hover-bg);
    color: var(--secondaryTextColor04);
}
.progress{
    width: 100%;
    min-height: 15px;
    overflow: hidden;
    border-radius: 300px;
    border: 1px solid transparent;
    position: relative;
}
.progress .progress-line{
    position: absolute;
    height: 100%;
    display: block;
    border-radius: 300px;
}
.progress--secondary{
    background-color: var(--sidebar-bg-color);
}
.progress--secondary .progress-line{
    background-color: #8FC1E3;
}

.card-table--estate{position:relative;}
.table-estate--footer{
    position: absolute;
    bottom: calc(0px - 10px);
    display: flex;
    width: 100%;
    justify-content: center;
    max-height: 20px;
}
.btn--shower{
    min-width: 60px;
    min-height: 20px;
    background-color: var(--white);
    border: 1px solid var(--defaultTextColor);
    border-radius: 300px;
}


/*
.table.table-card .td-actions{position:relative;padding-top:75px;}
.table.table-card .td-actions .dropdown-actions{
    position: absolute;
    right: 0;
    margin: 20px;
}*/



.list-table{
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}
.list-table .list-table--item{
    flex: 1;
    padding-left: 18px;
    padding-right: 18px;
}
@keyframes hidden1{
    0%{
        opacity:0;
        visibility: hidden;
    }
    100%{
        opacity:1;
        visibility: visible;
    }
}
@keyframes hidden2{
    0%{
        opacity:1;
        visibility: visible;
    }
    100%{
        opacity:0;
        visibility: hidden;
    }
}
.card-table--estate:not(.show-tr) .table .table-card--head td{padding-bottom:0 !important;}
.card-table--estate.show-tr .table .table-card--head td{padding-bottom:20px !important;}
.card-table--estate:not(.show-tr) .table tr:not(.table-card--head) td > *{opacity:0;visibility:hidden;height:0;} /*display:none;*/
.card-table--estate:not(.show-tr) .table tr:not(.table-card--head) td{
    /*
    display: none;
    animation: hidden2 1s ease;
    visibility:hidden;
    opacity:0;*/

    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 0%;
    white-space: nowrap;
    overflow: hidden;
    transition-duration: .2s;
}
.card-table--estate.show-tr .table tr:not(.table-card--head) td.info--item{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.card-table--estate.show-tr .table tr:not(.table-card--head) td > *{opacity:1;visibility:visible;height:100%;} /*display:flex;*/
.card-table--estate.show-tr .table tr:not(.table-card--head) td{
    /*
    display: table-row;
    animation: hidden1 0.3s ease;
    visibility:visible;
    opacity:1;*/

    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition-duration: .2s;
}

.card-table--estate.show-tr .btn--shower .ico{
    transform: rotate(0deg);
}
.btn--shower .ico{
    transform: rotate(180deg);
}

.multiple-table > div:not(:last-child){
    padding-right: 20px;
}

.auth-form .tabs-list--primary .tab-link{
    font-size: 14px;
}
.def-color{color: var(--defaultTextColor);}


.header__link.active-link{
    text-decoration: underline;
}
.bg-white--8{background-color:rgba(256,256,256,0.08);}
.qr-200{
    min-width: 200px;
    max-width: 200px;
    height: 200px;
}

.check-plan--btn{cursor:pointer;}
.check-plan--btn .btn{
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.check-plan--btn input:checked ~ .btn{
    background-color: var(--sidebar-bg-color);
    border-color: var(--secondary);
    color: var(--defaultTextColor);
}
.check-plan--btn input:checked ~ .btn::after{
    content: attr(attr-1);
}
.check-plan--btn .btn::after{
    content: attr(attr-2);
}
.check-plan--btn{
    display: flex;
}
.block__header{flex-wrap:wrap;}


.credit-card{
    display: flex;
    flex-wrap: nowrap;
    background-color: var(--cards-bg-secondary);
    border: 1px solid #EFEFEF;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: row;
    user-select: none;
}
.credit-card .credit-item{position:relative;}
.credit-card .credit-item,
.credit-card .credit-item--container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.credit-card .credit-item--container{
    position: absolute;
    justify-content: space-between
}
.card-secret{
    display: flex;
    flex-direction: column;
}
.secret-label{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: var(--secondaryTextColor06);
}
.secret-text{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.credit-card .credit-left{
    width: calc(100% - 90px);
}
.credit-card .credit-right{
    flex: 0 0 93px;
    max-width: 93px;
    background-color: var(--white);
    min-width: 93px;
    margin-left: auto;
}

.notification-link__icon{
    background-color: var(--cards-bg-secondary);
    color: var(--defaultTextColor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-list-links .btn{white-space:nowrap;}

.disabled-btn {
    pointer-events: none;
    background-color: #F8F9FA!important;
    color: #74808A!important;
    border-color: var(--primary) !important;
}
img.invert {
    filter: invert(1) brightness(1000%);
}

.facilityForm .categoryField .select2-selection--multiple, .facilityForm .categoryField .select2-search {
    height: 100px !important;
    align-items: flex-start !important;
}
