.thru-js,
.js-back {
    cursor: pointer;
}

.christmas-icon:after {
    content: url(/local/templates/lk/assets/images/christmas24.png);
    top: -10px;
    left: 40px;
    position: absolute;
}

.christmas-icon {
    position: relative;
}

.app-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    left: 0;
    top: 0;
    background: white;
}

.app-popup .cross {
    font-size: 7vh;
    padding: 2vh;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none;
    background-color: transparent;
}

.app-popup .cross-wrap {
    width: 100vw;
    height: 4vh;
}

.app-popup .btn {
    height: 2vh;
}

.app-popup .season-img {
    height: 48vh;
}

.app-popup .center {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-popup .popup-button {
    border: 1px solid black;
    text-transform: uppercase;
    padding: 2vh;
    border-radius: 50px;
    font-size: 2vh;
}

.js-file-group {
    position: relative;
    padding: 5px 0;
}

.js-file-group .custom-file-input {
    width: calc(100% - 45px);
}

.js-file-group .btn {
    margin-top: -5px;
}

.js-file-group .custom-file-label {
    right: 55px;
}

.test {
    display: none;
}

.home_page .card-info.subkvt {
    border: 1px solid #40a622;
    background: #fff;
}

.home_page .card-info.subkvt .btn {
    background: #4bab2e;
    border: none;
    position: relative;
    line-height: 1;
}

.home_page .card-info.subkvt .btn:before {
    content: '';
    background-image: url(../images/leaves.svg);
    width: 50px;
    display: block;
    height: 30px;
    position: absolute;
    right: -20px;
    top: -23px;
}

.home_page .subkvt .atom-info-p {
    padding: 15px 0 10px;
}


/* =================================================*/

.doc_page .data-atom-sm {
    font-weight: 400;
    font-size: 1rem;
    color: #333;
}

.icon_green {
    color: #77D353;
}

.icon_gray {
    color: #295672;
}


/* ------------------------------------------------ */

.user-cont {
    margin: 0 1rem;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    html body .top-menu .navbar-collapse .navbar-nav .nav-link {
        padding: .5rem .2rem;
        line-height: 1;
        font-size: 1rem!important;
    }
}

@media (min-width: 1200px) {
    html body .top-menu .navbar-collapse .navbar-nav .nav-link {
        padding: .5rem .2rem;
        line-height: 1;
        font-size: medium;
    }
}

@media (max-width: 1024px) {
    .card-table {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .table-wrapper {
        min-width: 430px;
        overflow-x: auto;
    }
    .no-scroll {
        overflow-x: hidden;
    }
    .home_page .data-atom-sm,
    .home_page .data-atom-sm-r,
    .home_page .data-atom-big {
        padding: 0 0 0 27px;
    }
    .home_page .price-atom-big,
    .home_page .price-atom-big-color,
    .home_page .price-atom-sm {
        padding: 0 27px 0 0;
    }
}

@media (max-width: 768px) {
    .container-fluid-footer {
        height: auto !important;
    }
    .price-atom-sm-rl {
        padding-left: 60px !important;
    }
    .text-right {
        margin-top: 20px;
        text-align: left !important;
    }
}

@media (max-width: 575px) {
    .d-block_md {
        display: block;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .feedback-button {
        bottom: 2rem !important;
        right: 2rem !important;
    }
    .card-result {
        margin-top: 20px;
    }
    .nice-select {
        height: auto;
    }
    .float-left_md {
        float: left !important;
        width: 100%;
    }
    .float-left_center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 498px) {
    .navbar-brand {
        margin-left: auto;
        margin-right: auto;
    }
    .user-cont {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .user {
        margin-right: auto;
    }
}

html body .top-menu .user-cont .settings .dropdown .dropdown-menu .dropdown-item-user,
html body .top-menu .user-cont .user .dropdown .dropdown-menu .dropdown-item-user {
    white-space: normal;
}

html body .dropdown-menu {
    width: 180px;
}

.clickable-row:hover {
    background-color: #cce5ff;
    cursor: pointer;
}

.showDeleteUserCardModal {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #007bff;
}

.showDeleteUserCardModal:hover {
    color: #dc3545;
}

.datepicker {
    width: auto !important;
}

.market-button {
    display: block;
    border: 1px solid #b4b2b2;
    border-radius: .5rem;
    padding: 8px;
    width: 150px;
    margin: 3px auto;
    max-height: 49px;
}

.modal-body a {
    text-decoration: underline;
    color: #0071bb;
}

.nice-select.open, .nice-select:active, .nice-select:focus{
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}