.back_ab_modal_update{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 33, 57, 0.5);
}
.ab_modal_update_all{
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: var(--dashboard-z-modal, 1055);

    width: min(600px, calc(100% - 24px));
    max-width: 600px;
    height: auto;
    max-height: 90vh;
    border-radius: var(--radius-lg);
    margin: auto;
    overflow: auto;
    font-family: var(--font-family);
}

@media (max-width: 630px){
    .ab_modal_update_all {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 380px){
    .ab_modal_update_all {
        left: 50%;
        width: calc(100% - 16px);
    }
}
.modal-ab-update__left{
    padding: 18px 18px 32px 36px;
    width: 324px;
    float: left;
    height: 340px;
}
.modal-ab-update__title a,
.modal-ab-update__title{
    font-family: var(--font-family);
    font-style: normal;
    font-weight: var(--weight-bold);
    font-size: 30px;
    line-height: 54px;
    margin-bottom: 3px;
}
.modal-ab-update__desk a,
.modal-ab-update__desk{
    font-family: var(--font-family);
    font-style: normal;
    font-weight: var(--weight-regular);
    font-size: var(--text-base);
    line-height: 151%;
    margin-bottom: 16px;
}
.modal-ab-update__list ul{
    display: flex;
    flex-direction: column;
    height: 103px;
    justify-content: space-around;
    padding-left: 18px;
}
.modal-ab-update__list ul li{
    font-family: var(--font-family);
    font-style: normal;
    font-weight: var(--weight-bold);
    font-size: 15px;
    line-height: 137.4%;
}
.modal-ab-update-wrap{
    display: inline-block;
}
.modal-ab-update__rigth .inner-text{
    width: 400px;
}
.modal-ab-update__rigth{
    font-family: var(--font-family);
    font-style: normal;
    font-weight: var(--weight-bold);
    font-size: 78px;
    line-height: 81.4%;
    width: 216px;
    color: var(--color-white);
    float: left;
    background: var(--color-success);
    text-transform: uppercase;
    padding-top: 10px;
    padding-left: 6px;
    padding-bottom: 2px;
}
.modal-ab-update__bottom button svg{
    margin-bottom: -5px;
}
.modal-ab-update__bottom a,
.modal-ab-update__bottom button{
    cursor:pointer;
    position: absolute;
    bottom: 32px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: var(--weight-bold);
    font-size: var(--text-md);
    line-height: 21px;
    border-radius: var(--radius);
    height: 42px;
    width: 200px;
    border: none;
}
.modal-ab-update__bottom{
    position: absolute;
    bottom: 0px;
}
.hide-questions-form{
    font-size: 29px;
    position: absolute;
    right: 14px;
    color: white;
    top: 8px;
    cursor:pointer;
}
.ab_modal_update_1 .modal-ab-update__left{
    background: var(--color-heading);
    color: white;
}
.ab_modal_update_2 .modal-ab-update__left{
    background: white;
    color: var(--color-heading);
    border-left: 1px solid var(--color-success);
    border-top: 1px solid var(--color-success);
    border-bottom: 1px solid var(--color-success);
    border-radius: var(--radius-lg);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 323px;
    height: 338px;
}
.ab_modal_update_3 .modal-ab-update__left{
    background: var(--color-heading);
    color: white;
}
.ab_modal_update_1 .modal-ab-update__bottom button{
    color: var(--color-white);
    background: var(--color-success);
}
.ab_modal_update_1 .modal-ab-update__bottom button:hover{
    background: #49b249;
}
.ab_modal_update_2 .modal-ab-update__bottom button{
    color: var(--color-white);
    background: var(--color-secondary);
}
.ab_modal_update_2 .modal-ab-update__bottom button:hover{
    background: var(--color-heading);
}
.ab_modal_update_2 .modal-ab-update__bottom button svg{
    fill:var(--color-white);
}

.ab_modal_update_3 .modal-ab-update__bottom button{
    color: var(--color-white);
    background: var(--color-success);
}
.ab_modal_update_3 .modal-ab-update__bottom button:hover{
    background: #49b249;
}
.ab_modal_update_3 .modal-ab-update__rigth{
    background: url(../../img/dashboard/ad_modal/back_uload_3.png);
    background-size: cover;
    height: 378px;
    background-color: var(--color-heading);
}

.ab_modal_update_5 .modal-ab-update-wrap .arrow-1,
.ab_modal_update_4 .modal-ab-update-wrap .arrow-1{
    background: url(../../img/dashboard/ad_modal/arrow.png);
    background-position: 10px 10px;
    background-size: contain;
    height: 187px;
    width: 429px;
    background-repeat: no-repeat;
    position: absolute;
    left: 93px;
    bottom: 0px;
    z-index: 1;
}
.ab_modal_update_5 .modal-ab-update-wrap .main-back,
.ab_modal_update_4 .modal-ab-update-wrap .main-back{
    width: calc(100% - 68px);
    float: left;
    height: 323px;
    margin: 34px;
    backdrop-filter: blur(3px);
    position: relative;
    z-index: 2;
    border-radius: var(--radius-lg);
}
.ab_modal_update_5 .modal-ab-update-wrap,
.ab_modal_update_4 .modal-ab-update-wrap{
    width: 100%;
    float: left;
    height: 390px;
    background-color:var(--color-link-brand);
}
.ab_modal_update_5 .modal-ab-update-wrap{
    background-color: var(--color-success);
}
.num-img1,.num-img2,.num-img3{
    position: absolute;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: var(--weight-bold);
    font-size: 48px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
}
.num-img1{
    right: 58px;
    top: 92px;
}
.num-img2{
    right: 145px;
    top: 150px;
    font-size: 40px;
}
.num-img3{
    right: 58px;
    top: 185px;
    font-size: 29px;
}
.modal-ab-update-logo{
    display:none;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 49px;
    top: 48px;
    z-index: 22;
}
.main-content{
    position: absolute;
    z-index: 2;
    left: 59px;
    top: 49px;
}
.ab_modal_update_5 .modal-ab-update__desk,
.ab_modal_update_4 .modal-ab-update__desk a{
    color:white;
    font-size: var(--text-base);
    line-height: 151%;
    margin-bottom: 58px;
    margin-top: 8px;
    width: 251px;
}
.ab_modal_update_4 .modal-ab-update__desk a{
    text-decoration: none;
}
.ab_modal_update_4 .modal-ab-update__desk{
    text-decoration: none;
    max-width: 300px;
    margin-top: 20px;
}
.ab_modal_update_5 .modal-ab-update__title,
.ab_modal_update_4 .modal-ab-update__title a{
    color: white;
    font-size: 26px;
    line-height: 30px;
    width: 285px;
    text-decoration: none;
}
.ab_modal_update_4 .modal-ab-update__title{
    line-height: 30px;
    max-width: 410px;
}
.ab_modal_update_5 .modal-ab-update__bottom button,
.ab_modal_update_4 .modal-ab-update__bottom a {
    position:relative;
    font-size: var(--text-xs);
    height: 35px;
    width: 157px;
}
.ab_modal_update_4 .modal-ab-update__bottom a {
    text-decoration: none;
    padding: 10px 24px;
    border:1px solid white;
    top: 25px;
    color: var(--color-heading);
    background-color: white;
}
.ab_modal_update_4 .modal-ab-update__bottom a:hover{
    background-color: #d7dfef;
    border:1px solid #d7dfef;
}
.ab_modal_update_5 .modal-ab-update__bottom button:hover{
    background-color: #daf9dad6;
}
.ab_modal_update_5 .modal-ab-update__bottom,
.ab_modal_update_4 .modal-ab-update__bottom{
    position:relative;
}
@media (max-width: 630px) {
    .ab_modal_update_1,
    .ab_modal_update_2,
    .ab_modal_update_3,
    .ab_modal_update_4,
    .ab_modal_update_5{
        width: min(378px, calc(100% - 24px));
        max-width: 100%;
    }
    .ab_modal_update_2 .modal-ab-update__left{
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-right: 1px solid var(--color-success);
        width: 322px;
    }
    .ab_modal_update_2 .hide-questions-form {
        color: var(--color-success);
    }
    .modal-ab-update__rigth{
        display:none;
    }
    .ab_modal_update_5 .modal-ab-update-wrap .main-back,
    .ab_modal_update_4 .modal-ab-update-wrap .main-back{
        width: calc(100% - 50px);
        height: 340px;
        margin: 25px;
    }
    .ab_modal_update_4 .modal-ab-update__desk {
        max-width: 250px;
    }
    .ab_modal_update_4 .modal-ab-update__title {
        max-width: 250px;
        line-height: 25px;
    }

    .ab_modal_update_4 .hide-questions-form,
    .ab_modal_update_5 .hide-questions-form{
        font-size: 29px;
        position: absolute;
        right: 9px;
        color: white;
        top: 12px;
        cursor: pointer;
    }
    .ab_modal_update_5 .modal-ab-update-wrap .arrow-1,
    .ab_modal_update_4 .modal-ab-update-wrap .arrow-1{
        height: 126px;
        width: 289px;
        left: 25px;
    }
    .num-img1, .num-img2, .num-img3 {
        font-size: 38px;
    }
    .num-img2 {
        right: 52px;
        top: 247px;
        font-size: 33px;
    }
    .num-img1 {
        right: 65px;
        top: 213px;
    }
    .num-img3 {
        right: 40px;
        top: 185px;
        font-size: 29px;
    }
    .modal-ab-update-logo {
        right: 39px;
        top: 35px;
    }
    .ab_modal_update_4 .modal-ab-update__title a {
        line-height: 26px;
        font-size: 22px;
    }
}
@media (max-width: 405px) {
    .ab_modal_update_1,
    .ab_modal_update_2,
    .ab_modal_update_3{
        width: 100%;
    }
    .ab_modal_update_1 .modal-ab-update__left,
    .ab_modal_update_2 .modal-ab-update__left,
    .ab_modal_update_3 .modal-ab-update__left{
        width: auto;
        height: 354px;
    }
    .ab_modal_update_2 .modal-ab-update__left{
        height: 351px;
    }
    .main-content {
        left: 48px;
    }
    .modal-ab-update__left {
        padding: 18px 18px 19px 19px;
    }
    .ab_modal_update_5 .modal-ab-update__title{
        width: 196px;
        font-size: var(--text-lg);
        line-height: 25px;
    }
    .ab_modal_update_4 .modal-ab-update__title a{
        width: 196px;
    }
    .ab_modal_update_4 .modal-ab-update__desk {
        line-height: 100%;
    }
    .ab_modal_update_5 .modal-ab-update__desk,
    .ab_modal_update_4 .modal-ab-update__desk a {
        color: white;
        font-size: var(--text-base);
        line-height: 100%;
        margin-bottom: 58px;
        margin-top: 8px;
        width: 205px;
    }
}

@media (max-width: 379px) {
    .ab_modal_update_1,
    .ab_modal_update_2,
    .ab_modal_update_3,
    .ab_modal_update_4,
    .ab_modal_update_5 {
        width: 100%;
    }
}