.welcome-popup {
    background: var(--background);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 40.625rem !important;
    width: 80%;
    min-width: 15.625rem;
    min-height: 28rem;
    position: relative;
    text-align: center;
}
.wp-form div.flex-row.flex-grow.phone{
    width: 17.5rem !important;
}
.wp-form div.row:nth-child(3) div:not(:first-child):not(:last-child) div{
    width: 18.75rem;
}
.welcome-popup div.row:not([class*=" "]) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.welcome-popup div.row:not([class*=" "]) div{
    flex: initial;
    max-width: initial;
    width: initial;
}
.welcome-popup .message {
    font-size: 23px;
    font-weight: 400;
    padding: 0px 40px;
    white-space: pre-wrap;
    max-width: 35rem;
    overflow-wrap: break-word;
}
.welcome-popup div.row:not([class*=" "]) div input{
    background: #FFFFFF;
    border: solid 1px #D9D9D9;
    color: initial;
}
.welcome-popup div.row:not([class*=" "]) div input:focus{
    outline: none;
}
.welcome-popup div.row:not([class*=" "]) div input::placeholder{
    color: #C5C5C5;
}
.welcome-popup .phone span{
    background: #FFFFFF;
    border: solid 1px #D9D9D9;
    display: flex;
    align-items: center;
    color: black;
    border-radius: 4pt 0 0 4pt;
    padding: 0pt 5pt;
}
.welcome-popup .phone span:lang(ar){
    border-radius: 0 4pt 4pt 0;
}
.welcome-popup button.primary.mt-1{
    width: 11.25rem;
    background: var(--primary) !important;
    color: white !important;
}
.welcome-popup .title-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    color: #F13D5D;
}
.welcome-popup div.phone input {
    height: 50px;
    border-radius: 0 4pt 4pt 0;
}
.welcome-popup div.phone input:lang(ar) {
    border-radius: 4pt 0 0 4pt;
}

@media screen and (max-width: 769px) {
    .welcome-popup .message {
        max-width: 28rem;
    }
}

@media screen and (max-width: 510px) {
    .welcome-popup .title-text{
        font-size: 26px;
    }

    .welcome-popup .message {
        max-width: 15rem;
        padding: 0px;
    }
}