

/* Start:/local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?17609006391429*/
.queue_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.queue_popup.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.queue_popup_block {
    display: block;
    position: relative;
    padding: 20px 40px;
    background: #fff;
    border-radius: 20px;
    color: #000;
}

.queue_popup_loader {
    display: none;
    margin: 20px auto;
    width: 100px;
    height: 100px;
    border: 10px solid #26293b;
    border-bottom-color: #c8d53b;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.queue_popup_loader.show {
    display: block;
}

.queue_popup_error {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: 10px auto;
    border: 10px solid #ff0000;
    border-radius: 50px;
}
.queue_popup_error.show {display: block}
.queue_popup_error:before, .queue_popup_error:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 10px;
    width: 60px;
    height: 10px;
    background: #ff0000;
}
.queue_popup_error:before {transform: rotate(45deg);}
.queue_popup_error:after {transform: rotate(-45deg);}
/* End */
/* /local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?17609006391429 */
