.container.background {
    display: none;
}

.hidden {
    display: none;
}

.order_item {
    padding: 5px;
}

/*
.order_item.active {
    border-left: 4px solid #1C6E8C;
    border-radius: 4px;
    background: #E7F5FA;
    cursor: none;
}
 */

.modal-dialog {
    margin-top: 0px !important;
    max-width: 800px;
}

#SelectBackground .modal-content {
    width: 700px;
}

.background__box-slider img.chose_img {
    width: 120px;
    height: 120px;
}

#SelectBackground h3 {
    width: 100%;
}

.article__box-slider .next-arrow {
    right: -35px;
}

.article__box-slider .prev-arrow {
    left: -35px;
}

main.wrapper {
    margin-top: 0px !important;
}

.login .form-enter input::placeholder {
    line-height: 0px !important;
}

.navbar-toggler span {
    background-color : transparent;
    transform: none !important;
    opacity: 1 !important;
}

.navbar-toggler.collapsed span {
    transform: none !important;
    background-color : transparent;
}

.navbar-toggler.collapsed span.close {
    display: none;
}

.navbar-toggler.collapsed span.burger {
    display: block;
}

.navbar-toggler span.burger {
    display: none;
}

.navbar-toggler span.close {
    display: block;
}

.aside__box-text .table tr td:last-child {
    text-align: left;

    word-wrap: break-word;
    white-space: break-spaces;
    width: 90%;
}

.request_revision {
    margin-bottom: 0px !important;
}

.btn_approve {
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-fluid {
    background-repeat: no-repeat;
    background-size: contain;
}

.select_background {
    margin-top: 0px !important;
}

.div_opacity {
    /*opacity: 0.2;*/
}

/*
.div_opacity .article__box {
    background-image: url(../img/approved_en.png);;
    background-repeat: no-repeat;

}
 */

.icon_status_completed {
    background-image: url(../img/approved_en.png);
    background-repeat: no-repeat;
    height: 300px;
    z-index: 10;
    position: absolute;
    top: 15%;
    left: 130px;
    opacity: 1;
    width: 300px;
    background-size: contain;
    margin-left: 15%;
}

.div_opacity::after {
    background-image: url(../img/approved_en.png);;
}

.div_opacity::before {
    background-image: url(../img/approved_en.png);;
}

.img-fluid-wrapper .img-fluid {
    width: 100%;
}

.img-fluid-wrapper img.img-fluid {
    max-height: 50vh;
    width: auto;
}

.fs-2 {
    font-size: 2rem;
}

.fs-3 {
    font-size: 1.75rem;
}

.fs-4 {
    font-size: 1.5rem;
}

.text-white {
    color: #ffffff;
}

.text-underline {
    text-decoration: underline;
}

.lh-base {
    line-height: 1.5;
}

.login-page {
    background: #f08080;
}

.junelly-alert {
    width: 100%;
    max-width: 900px;
    background: #FFCED0;
    color: #E40026;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    border-left: 5px solid #E40026;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.junelly-alert p {
    color: #E40026;
    margin-bottom: 0;
}

@media screen and (min-height: 1080px) {
    .img-fluid-wrapper img.img-fluid {
        max-height: 70vh;
    }
}

.article__box.slider-in {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .xl-show {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .xl-hide {
        display: none;
    }
}

@media screen and (max-width:  767px) {
    .article__box-slider .next-arrow {
        right: -15px;
        z-index: 10;
    }

    .article__box-slider .prev-arrow {
        left: -15px;
        z-index: 10;
    }

    .junelly-alert {
        margin-bottom: 100px;
    }
}

@media (max-width: 1200px) {
    .aside__box {
        padding-left: 14px;
    }
}


.first-aside {
    margin-bottom: 30px;
}

.aside__box.xl-hide + .aside__box {
    padding-top: 24px;
}

.aside__box:last-child {
    padding-bottom: 24px;
}

.aside__box {
    background: #F6FBFE;
}

.aside__box.xl-hide {
    background: none;
}
