﻿.straxe-please-wait-popup {
    -moz-box-shadow: 0 0 24px rgba(22, 39, 80, 0.6);
    -webkit-box-shadow: 0 0 24px rgba(22, 39, 80, 0.6);
    box-shadow: 0 0 24px rgba(22, 39, 80, 0.6);
    background-color: #fff;
    border: 1px solid #cedefd;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: none;
    outline: none;
    outline-width: 0px;
    overflow: hidden;
    position: fixed !important;
    z-index: 100000001;
    display: none;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 266px;
}

.straxe-please-wait-popup-bg {
    background: #162750;
    opacity: 0.4;
    filter: alpha(Opacity=40);
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    display: none;
}

div.please-wait-popup__content {
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 8px;
    padding: 15px;
}

div.please-wait-popup__content img {
    display: flex;
    height: 80px;
}

div.please-wait-popup__content div.please-wait-popup__text {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

div.please-wait-popup__content div.please-wait-popup__text span {
    display: flex;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #254082;
}

.please-wait-hidden__mlg {
    display: none;
}
