/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.ltr {
    direction:ltr !important;
}
.rtl {
    direction:rtl !important;
}
.text-right {
    text-align: right !important;
}

*, p, input, textarea,button {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}

p , h2 {
    text-align: right;
}

a#logo {
    left:auto;
    right:20px;
    top:-0.8rem
}

.social {
    left:30px;
    right:auto;
}

.form-floating>label
{
    left:auto;
    right:0;
}

#bottom-wizard {
text-align: left;
}

.main-msg h1 {
    font-family: "Cairo", sans-serif;
    font-weight: bold;
    position: relative;
    top:-6rem;
    letter-spacing: normal;
}
.main-msg h1 small {
    letter-spacing: normal;
    color:#111;
    padding-top:1rem;
}
.main-msg h1 em {
    font-size: 32px;
    color:#040A4E;
}
.main-msg h1 {
    color:#F75200;
}

.checkbox_radio_container .radio:after, .checkbox_radio_container .checkbox:after,
.checkbox_radio_container .radio:before, .checkbox_radio_container .checkbox:before
 {
    left:5px;
}

.list_icons ul li {
    padding-right: 30px;
    padding-left: 4px;
}
.list_icons ul li i {
    left:auto;
    right:0;
}

.summary .wrapper {
    padding-bottom: 0px;
    padding-top: 16px;
}

textarea#travel_history_country {
    height: 6rem !important;    
}

.list_block ul li {
    margin-bottom:0;
}

@media screen and (max-width:768px) {
    .main-msg h1 em {
        font-size: 27px;        
    }   
    .main-msg h1 {
        font-size: 28px;
    }   
    .main-msg h1 {
        top:-7rem;        
    }

    .company-info {
        position: relative;
        top:-4rem;
        float: left;
    }
    a#logo {
        display: flex;
        
        justify-content: center;
        width:90vw;
    }

    div.background-image {        
        background-position: -250px 0;
    }

}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 83%);
    z-index: 999;
    cursor: pointer;
    padding: 1.5rem;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #FAFDFF;
    border-radius: 5px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    transition: all 120ms;
    z-index: 99;
    padding: 25px;
    color: #5E5E5E;
    min-width: min(600px, 80%);
}

.popup-header {
    margin-top: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #900;
}

#closeBtn {
    position: absolute;
    right: 10px;
    top: -6px;
    width: 51px;
    height: 51px;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 999;
}

.popup-body {
    font-size:1.2rem;
    line-height: 2.75rem;
    text-align: center;
}

#euro-country input {
    float: right;
    margin-left: 0.25rem;
    margin-right:0px
}
#euro-country label {
    cursor: pointer;
}
#euro-country .form-check 
{
    padding-left: 0.25rem;
}

#euro-country > div {
    padding-top:0.25rem;
}


.euro-menu:focus {
    box-shadow: none;
}

h3.main_question {
    margin: 0 0 16px 0;
}