.sidebar{
    width: 248px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #F9FAFB;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 4px 8px rgba(91, 104, 113, 0.24);
    color: #515151;
    font-size: 14px;
    line-height: 17px;
    z-index: 100;
}

.sidebar-container{
    display: flex;
    flex-direction: column;
    padding: 16px 14px 10px;
    overflow: auto;
    height: 100%;
}

.sidebar-logo{
    padding: 0px 10px;
    margin-bottom: 16px;
}

.header__logo{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
}

.sidebar-item + .sidebar-item{
    margin-top: 6px;
}

.sidebar-link,
.sidebar-footer__link{
    display: flex;
    align-items: center;
    padding: 9px 6px 9px 10px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.sub-menu{
    display: none;
}

.menu-open .sub-menu{
    display: block;
}

.sub-menu .sidebar-item{
    margin-top: 4px!important;
}

.sub-menu .sidebar-link{
    padding-left: 41px;
}

.menu-open .menu-arrow{
    transform: rotate(180deg);
}

.sidebar-footer{
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.sidebar-footer__link + .sidebar-footer__link{
    margin-top: 6px;
}

/* .sidebar-item.active .sidebar-item .sidebar-link:first-child{
    background-color: #EBF0FA;
    color: #1570F2;
    border-radius: 4px;
} */

/* .sidebar-item.active .sidebar-link{
    background-color: #D6D6D6;
} */

.sidebar-link.active{
    background-color:  #1570F2;
    color: #FFFFFF;
}

.sidebar-link:hover{
    background-color: #D6D6D6;
    color: #1570F2;
    border-radius: 4px;
}

.sidebar-link:hover .sidebar-item__notification{
    background-color: #FFFFFF;
    color: #1570F2;
}

.sidebar-link:hover .decor-active{
    display: flex;
}

.sidebar-link:hover .decor-default{
    display: none;
}

.sidebar-link .decor-active,
.sidebar-link.active .decor-default{
    display: none;
}

.sidebar-link.active .decor-active{
    display: flex;
}

.sidebar__user-block{
    border: 1px solid #E1E5EC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 12px 10px;
}

.sidebar__user-ava{
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 300px;
    overflow: hidden;
}

.sidebar__user-email{
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(39, 39, 39, 0.5);
}

.content-card{
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 20px;
    padding: 20px 24px;
}

.content{
    background-color: #EEEEEE;
    padding: 66px 24px 10px 272px;
}

.content.content-login{
    background-color: #EEEEEE;
    padding: 0px;
}

.container-login{
    max-width: 1440px;
    padding: 0 10px;
}

.form-search__input{
    padding: 8px 10px 8px 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    height: 36px;
    background-image: url('/../../img//icons/search-loupe.svg');
    background-repeat: no-repeat;
    background-position: left 10px center;
}

.header__logo-login{
    position: absolute;
    left: 24px;
    top: 24px;
    padding-left: 0;
}

/* .table tbody tr:nth-child(even) td{
    background-color: #F9FAFC;
} */

.card-dashboard{
    padding: 14px 16px 10px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    display: flex;
    flex-direction: column;
    color: #272727;
    margin-bottom: 20px;
    position: relative;
}

.card-dashboard__title{
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: rgba(39, 39, 39, 0.6);
    margin-bottom: 2px;
}

.card-dashboard__img{
    width: 64px;
    height: 64px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-top: -28px;
}

/* .card-dashboard-decor-1{
    background: linear-gradient(100.94deg, #12B78F 0%, #43D7B4 100%);
}
.card-dashboard-decor-1::before{
    content: '';
    position: absolute;
    top: -15px;
    right: 0;
    width: 120px;
    height: 120px;
    background-image: url(../img/card-dashboard-decor-1.png);
    background-repeat: no-repeat;
    background-position: right;
}

.card-dashboard-decor-2{
    background: linear-gradient(100.94deg, #9747FF 0%, #A872EE 100%);
}

.card-dashboard-decor-2::before{
    content: '';
    position: absolute;
    top: -15px;
    right: 0;
    width: 120px;
    height: 120px;
    background-image: url(../img/card-dashboard-decor-2.png);
    background-repeat: no-repeat;
    background-position: right;
}

.card-dashboard-decor-3{
    background: linear-gradient(100.94deg, #4285F4 0%, #6BA3FF 100%);
}

.card-dashboard-decor-3::before{
    content: '';
    position: absolute;
    top: -15px;
    right: 0;
    width: 120px;
    height: 120px;
    background-image: url(../img/card-dashboard-decor-3.png);
    background-repeat: no-repeat;
    background-position: right;
}

.card-dashboard-decor-4{
    background: linear-gradient(100.94deg, #EB4335 0%, #EC776D 100%);
}

.card-dashboard-decor-4::before{
    content: '';
    position: absolute;
    top: -15px;
    right: 0;
    width: 120px;
    height: 120px;
    background-image: url(../img/card-dashboard-decor-4.png);
    background-repeat: no-repeat;
    background-position: right;
} */

.table-wrapper{
    overflow: auto;
    /* border: 1px solid #EEEEEE; */
    /* border-radius: 12px; */
}

.table{
    border-collapse: collapse;
    white-space: nowrap;
    width: 100%;
}

.table tbody td{
    padding: 11px 7px;
    text-align: left;
    /* border-bottom: 1px solid #E1E5EC; */
    border-top: 1px solid #E1E5EC;
}

.table tbody td:first-child,
.table thead th:first-child{
    padding-left: 0;
}

.table.table-td-44 tbody td{
    padding: 13px 16px;
}

.table thead th{
    padding: 11px 7px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: rgba(39, 39, 39, 0.5);
    border-bottom: 1px solid #E1E5EC;
}

.thead-border-top th{
    border-top: 1px solid #E1E5EC;
}

.pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    font-family: var(--font-family);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    border-radius: 300px;
}

.pill-warning{
    color: #D37F00;
    background-color: #FFF2DE;
}

.pill-success{
    color: #34A853;
    background-color: #E1FBE8;
}

.table-img{
    min-width: 64px;
    width: 64px;
    height: 44px;
    border-radius: 4px;
    overflow: hidden;
}

.btn.color-primary{
    color: var(--primary);
}

/* ===========radio========== */

.custom-radio {
    position: relative;
    display: inline-flex;
    /* align-items: center; */
    cursor: pointer;
}
.custom-radio__input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: none;
}
.custom-radio__input-fake {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    background-color: var(--white);
    border: 1px solid #EEEEEE;
    border-radius: 50%;
}
.custom-radio__input-fake::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
}
.custom-radio__input:checked ~ .custom-radio__input-fake {
    border: 4px solid #1570F2;
}
.custom-radio__input:checked ~ .custom-radio__input-fake::before {
    opacity: 1;
}
.custom-radio__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
    margin-left: 10px;
}

/* =========/radio========= */

.dropdown-radio .dropdown__body{
    padding: 4px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 4px 8px rgba(91, 104, 113, 0.24);
    border-radius: 8px;
}

.dropdown-radio .custom-radio{
    padding: 8px;
}

.dropdown-radio{
    margin-top: 10px;
}

.dropdown-btn{
    color: rgba(39, 39, 39, 0.5);
}

.dropdown.dropdown-open .dropdown-btn{
    color: rgba(21, 112, 242, 1);
}

.dropdown.dropdown-open .dropdown-btn svg{
    transform: rotate(180deg);
}

.btn.btn--outline-gray{
    border: 1px solid #E8E8E8;
    background-color: #FFFFFF;
    color: #272727;
}

.sidebar-item__notification{
    min-width: 20px;
    height: 20px;
    background-color: #1570F2;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    border-radius: 300px;
    text-align: center;
    padding: 5px 7px;
}

.sidebar-link__decor{
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
}

.table-wrapper.border-none{
    border: none;
}

.single-date-picker::placeholder,
.single-date-picker-2::placeholder,
.single-date-picker-3::placeholder{
    color: rgba(39, 39, 39, 0.8);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.calendar-2,
.calendar-3{
    position: relative;
}

.calendar-2 .daterangepicker .drp-calendar.left,
.calendar-3 .daterangepicker .drp-calendar.left{
    padding-left: 10px;
    padding-right: 10px;
}

.single-date-picker-3,
.single-date-picker-2,
.single-date-picker,
.calendar-white .daterange-input{
    min-height: 32px;
}

.circle-avatar-20x20{
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.upload-wrap{
    border: 1px dashed #1570F2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    min-width: 220px;
}

.upload-wrap.upload-circle{
    width: 140px;
    height: 140px;
    min-width: 140px;
    border-radius: 300px;
}

.upload-wrap__input{
    display: none;
}

.upload-wrap__label-text{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #1570F2;
}

.upload-wrap__label{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}

.upload-wrap.active{
    border: none;
}

.upload-wrap .upload-wrap__label{
    display: none;
}

.upload-wrap.active .upload-wrap__label{
    display: block;
}

.upload-wrap.active .upload-img-block{
    display: none;
}

.upload-wrap .upload-img-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.upload-wrap__label .btn{
    position: absolute;
    right: 12px;
    top: 12px;
    width: 40px;
    height: 40px;
    border-radius: 300px;
    background: rgba(39, 39, 39, 0.7);
    backdrop-filter: blur(7.5px)
}

.upload-circle .upload-wrap__label .btn{
    right: 0;
    top: 0;
}

.btn--primary-2{
    background: rgba(255, 255, 255, 0.15);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
}

.settings-card{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 4px;
    padding: 62px 20px 20px;
    position: relative;
}

.card-100vh{
    height: calc(100vh - 117px);
}

/* .header-blue-card{

} */
.header-title-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1570F2;
    padding: 10px 14px 0;
    border-radius: 4px;
    position: relative;
    margin: 0 14px;
    margin-bottom: -38px;
    z-index: 2;
}
.header-title-card h4,
.title-card-group{
    text-overflow: ellipsis;
    overflow: hidden;
    flex: auto;
    white-space: nowrap;
}

.title-card-group{
    display: flex;
    align-items: center;
}

.header-right-block{
    display: flex;
    align-items: center;
}

.header-green-card{
    background-color: #20C09A;
}

.header-violet-card{
    background-color: #9E59F9;
}

.btn--outline-blue{
    border: 1px solid #1570F2;
    color: #1570F2;
}

.password-eye{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.bell-notifications{
    padding: 8px;
    background-color: #E8E8E8;
    color: #272727;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bell-notifications.active{
    color: #1570F2;
}

.bell-notifications__counter{
    height: 20px;
    min-width: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #1570F2;
    border-radius: 300px;
    color: #FFFFFF;
    position: absolute;
    right: -6px;
    top: -6px;
}

.bell-notifications.active{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 4px;
}

.border-decor{
    display: flex;
    height: 24px;
    width: 1px;
    background-color: #D8D8D8;
}

.header-uesr-block{
    display: flex;
    align-items: center;
    color: #272727;
}

.header-uesr-block__avatar{
    min-width: 36px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 300px;
    overflow: hidden;
}

.search-group{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 0px;
    height: 36px;
    background-color: #E8E8E8;
    padding-right: 36px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.search-input{
    border: 0;
    background: transparent;
    width: 0%;
    outline: none;
    font-family: sans-serif;
    font-size: 18px;
    color: #272727;
    font-style: italic;
    transition: all 0.15s ease;
    position: relative;
}

.search-group .search-icon{
    display: flex;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 8px;
    bottom: 8px;
    cursor: pointer;
}

.search-group.active{
    width: 250px;
    padding-left: 34px;
    transition: all 0.3s ease;
    padding-right: 25px;
}

/* .search-input.active{
    width: 98%;
    padding-left: 6px;
    transition: all 0.4s 0.5s ease;
} */
/* ================== */
.search-group.active .search-input{
    width: 98%;
    padding-left: 6px;
    transition: all 0.4s 0.5s ease;
}

/* =============== */

.search-group.active .search-icon{
    left: 8px;
    right: auto;
}

.search-group form,
.search-input{
    height: 100%;
}

.search-wrap{
    position: relative;
}

.search-group input::placeholder {
    color: rgba(39, 39, 39, 0.5);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.table-wrapper::-webkit-scrollbar{
    border-radius: 2px;
    width: 4px;
    height: 4px;
}

.table-wrapper::-webkit-scrollbar-thumb{
    background-color: #E1E5EC;
}

.table-wrapper .table .tr-head{
    white-space: nowrap;
}

.table-animation{
    max-height: 0;
    transition: all .2s ease;
    overflow: hidden;
}

.table .table-in-drop tbody td{
    border-bottom: none;
}

.table .tr-drop td{
    padding: 0;
    border-top: none;
}

.tr-head.active td{
    border-bottom: none;
}

.tr-head.active .table-accordeon__btn svg{
    transform: rotate(180deg);
}

.tr-drop-col{
    padding: 15px 0;
}

.table tbody td:last-child{
    padding-right: 0;
    text-align: right;
}

.calendar-white .input{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
}

.calendar-white .input::placeholder{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.search-white .search-group{
    background: rgba(255, 255, 255, 0.15);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    height: 32px;
    padding-right: 32px;
}
.search-white .search-group .search-icon{
    right: 7px;
    top: 6px;
}

.search-white .search-group.active .search-icon{
    right: auto;
    left: 7px;
}

.search-input{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.time-loading{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(39, 39, 39, 0.6);
}

.table-dashboard .table-accordeon__btn{
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 1px solid #E1E5EC;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.procent{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
}

.progress{
    width: 100px;
    height: 6px;
    background: #DCDCDC;
    border-radius: 300px;
    position: relative;
}

.progress__procent{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 6px;
    background-color: #1570F2;
    border-right: 1.5px solid #F7F7F9;
    border-radius: 300px;
}

.table-dashboard .table-animation{
    background-color: #F7F7F9;
    margin: 0 -20px;
    padding: 0 20px;
}
.table-dashboard .table .table-in-drop td,
.table-dashboard .table .table-in-drop th{
    padding: 9px 10px;
}

.table-dashboard .table tbody td:first-child,
.table-dashboard .table thead th:first-child{
    padding-left: 0;
}
.table-dashboard .table .tr-drop tr:first-child td{
    padding-top: 18px;
}
.table-dashboard .table .tr-drop tr:last-child td{
    padding-bottom: 18px;
}

.table-dashboard .tr-head.active .table-accordeon__btn{
    background-color: #F7F7F9;
    border: 1px solid #F7F7F9;
}

.actions-dropdown{
    padding: 4px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 4px 8px rgba(91, 104, 113, 0.24);
    border-radius: 4px;
    margin-top: 5px;
}

.actions-dropdown li a{
    display: block;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
}

.actions-dropdown li a:hover{
    background-color: #FAFAFA;
    border-radius: 2px;
}

.actions-dropdown li:not(:last-child){
    margin-bottom: 2px;
}

.dropdown-open.btn-active .btn--outline-default{
    color: #272727;
    background: #F7F7F9;
    border: 1px solid #F7F7F9;
}

.dropdown-open.btn-active .btn--outline-default svg{
    transform: rotate(180deg);
}

.user-img-32x32{
    width: 32px;
    min-width: 32px;
    height: 32px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 300px;
    overflow: hidden;
}

.pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 300px;
    width: max-content;
    padding: 2px 5px;
}

.pill.pill-yellow{
    background-color: #FFC94C;
}

.pill.pill-gray{
    background-color: #EDEDED;
}

.pill-gray-2{
    background-color: #7B7B7C;
    color: #fff;
}

.pill-green{
    background-color: #20C09A;
    color: #fff;
}

.pill.pill-blue{
    background-color: #0D3876;
}

.calendar-white .daterange-input{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    height: 32px;
}

.daterange-input{
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar.calendar-white.active-calendar input{
    color: #FFFFFF !important;
}

.circle-logo-18x18 {
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-color: #FFC94C;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bread-crumbs__item:not(:last-child)::before{
    content: url(/../../img//icons/bread-arrow.svg);
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 4px;
    transform: translateY(-50%);
    color: var(--text-label);
    font-size: 17px;
}

.bread-crumbs__item:not(:last-child){
    position: relative;
    padding-right: 18px;
}
.bread-crumbs__link{
    color: rgba(39, 39, 39, 0.5);
}
.bread-crumbs__item{
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}

.bread-crumbs__list{
    display: flex;
    align-items: center;
}

.decor-border-white{
    display: flex;
    height: 16px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.select2-container .select2-selection--single{
    height: 40px;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #E8E8E8;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 12px;
    padding-right: 35px;
}

.img-flag{
    margin-right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    height: 20px;
    width: 20px;
    background-image: url(../img/icons/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    left: auto;
    margin-left: 0;
    margin-top: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    transform: translateY(-50%) rotate(180deg);
}

.select2-container--open .select2-dropdown{
    border-color: #E8E8E8;
}

.table-dashboard .tr-drop.active + .tr-head td{
    border-color: transparent;
}

.table-wrapper.table-dashboard{
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 -20px;
}

.dropdown-radio .custom-radio{
    width: 100%;
}

.login-form{
    background-color: #F9FAFB;
    box-shadow: 0px 0px 1px rgb(26 32 36 / 32%), 0px 1px 2px rgb(91 104 113 / 32%);
    border-radius: 4px;
    padding: 90px 36px 36px;
}

.sing-google,
.login-form .input{
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 6px
}

.data-search-group{
    display: flex;
    align-items: center;
}
.data-wrapper{
    transition: all 0.3s ease;
    width: 273px;

}
.data-search-group.active .data-wrapper{
    width: 0;
    height: 0;
    overflow: hidden;
}

/* body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url(../img/icons/dashboard-decor.svg) url(../img/icons/dashboard-active.svg) url(../img/icons/property-decor.svg) url(../img/icons/properties-decor-active.svg) url(../img/icons/reports-decor.svg) url(../img/icons/properties-active.svg) url(../img/icons/settings-decor.svg) url(../img/icons/settings-active.svg);
} */


.switch-wrap{
    display: flex;
    align-items: center;
}

.switch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
}
.switch__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(39, 39, 39, 0.15);
	border-radius: 300px;
	transition: .4s;
}
.switch__slider::before {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	border-radius: 300px;
	background-color: #FFFFFF;
	transition: .4s;
}
.switch__field {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.switch__field:checked + .switch__slider {
	background-color: #FFFFFF;
}

.switch__field:checked + .switch__slider::before {
    background-color: #20C09A;
	transform: translateX(16px);
    right: 2px;
}
.switch-text{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.decor-box-32x32{
    background: #FFC94C;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-20x20{
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 300px;
    overflow: hidden;
}

.bs-gutter-x-20{
    --bs-gutter-x: 20px;
}

.btn--outline-default{
    background-color: #FFFFFF;
    border: 1px solid #E1E5EC;
    font-weight: 500;
    color: #272727;
}

.search-icon-closed{
    display: none;
}

.search-group.active .search-icon-closed{
    display: flex;
    background-color: transparent;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-white .search-group.active{
    background-color: #FFFFFF;
}

.search-wrap.search-white .search-input::placeholder{
    color: rgba(39, 39, 39, 0.5)
}

.search-white .search-group.active .search-icon{
    color: #272727;
}

.search-white .search-group.active .search-icon svg{
    opacity: 0.5;
}

.btn-green-outline{
    background: rgba(255, 255, 255, 0.15);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
}
.btn--outline-default:hover{
    color: #272727;
    background: #F7F7F9;
    border: 1px solid #F7F7F9;
}

.border-bottom{
    border-bottom: 1px solid #E1E5EC;
}


.dropdown .dropdown-btn{
    white-space: nowrap;
}

.dropdown-btn svg{
    min-width: 20px;
}

.select2_filter .select2-selection {
    height: 32px;
    background: #3885f4;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.select2_filter .select2-selection .select2-selection__rendered {
    color: white;
}