.bit_popup {
    direction: rtl;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2147483601;
    background: rgba(0, 0, 0, 0.6);
}

.alertPopup1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 28px 20px 35px 16px;
    width: 412px;
    height: 380px;
    min-height: unset;
    background: white;
    color: #2b3034;
    font-family: Heebo-Regular;
    box-shadow: 0 1px 21px 0 rgb(0 0 0 / 11%)
}

.wrapper1 {
    z-index: 2147483601;
    background: rgba(0, 0, 0, 0.6);

}

.icon1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alertPopup1 .icon1.makeIconBG1 {
    display: flex;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border: 2px solid black;
    border-radius: 100%;
    text-align: center;
    background: #ffffff;
}

.alertPopup1 .icon.makeIconBG1 img {
    align-self: center;
}

.alertPopupMessage1 {
    position: absolute;
    margin-right: 34%;
    line-height: 24px;
    text-align: center;
}