/*
Theme Name: EHI Portal
Description: EHI Theme
Author: GAC
Author URI: https://www.gac.com
Template: twentytwenty
*/

/* Download popup styles */
.downloadPopupSection .modal-xl .modal-content {
    background-color: white !important;
    border: 1px solid #00AEEF;
    border-radius: 7px;
    box-shadow: 12px 14px 47px rgb(0 0 0 / 25%);
}
.downloadPopupSection .modal-xl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    width: 1050px;
}
.flagSection {
    margin: 0 auto;
    padding: 3px 0px;
    background-color: #fff;
    /* border: 1px solid #00AEEF; */
    /* border-radius: 7px; */
    /* box-shadow: 12px 14px 47px rgb(0 0 0 / 25%); */
    padding-bottom: 4rem;
    height: 480px;
}

.downloadHeading {
    display: flex;
    gap: 2px;
}

.downloadHeading h6 {
    font-weight: bold;
    font-size: 1rem;
    color: #58595B;
    margin-bottom: 0;
}

.downloadHeading span {
    display: flex;
    font-weight: bold;
    color: #00AEEF;
    white-space: pre;
    align-items: center;
    gap: 2px;
}
/*.flagBoxGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}*/

.flagBoxGrid {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    grid-template-columns: repeat(5, 1fr);
}

.flagBox .flagImg {
    width: 45px;
    height: 27px;
    object-fit: contain;
    text-align: center;
    margin: 0 auto 5px;
}

.flagBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    line-height: normal;
    color: #00AEEF;
    font-weight: bold;
}

.flagBox {
    background-color: #fdf9f9;
    padding: 5px 25px;
    border-radius: 8px;
    text-align: center;
}

.flagBox h6 {
    font-size: 14px;
    font-weight: bold;
    color: #58595B;
    margin-bottom: 4px;
}

.flagBox a img {
    width: 18px !important;
}
.downloadForm label {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.downloadForm input {
    background-color: #F5F5F5;
    border: 1px solid #C9C9C9;
    border-radius: 0;
    height: 40px;
}

.downloadForm textarea {
    background-color: #F5F5F5;
    border: 1px solid #C9C9C9;
    border-radius: 0;
}
.submitBtn {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #233E99;
    color: #fff;
    padding: 9px 28px;
    border-radius: 4px;
    margin-top: 2rem;
    display: inline-block;
    transition: 0.5s;
}
.submitBtn:hover {
    background-color: #4eabe9 !important;
    color: #fff;
}
.popupHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.popupHeader .close {
    opacity: 1;
    float: none !important;
}
.downloadPopupForm {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    border-radius: 12px;
}
.addLanguage {
    cursor: pointer;
}
.modal-backdrop {
    background-color: transparent;
}
.topPopupHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 20px 0;
    border-bottom: 2px solid #00AEEF;
}

.formBoxHeading {
    text-align: center;
}

.formBoxHeading h2 {
    color: #0070c0;
    font-weight: 600;
    margin-bottom: 12px;
}

.formBoxHeading h3 {
    color: #0070c0;
    font-weight: 600;
}

.overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: #00000085;
    overflow: hidden;
}


.status {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    animation: blinker 1s linear infinite;
    background: #213a90;
    color: #fff;
    padding: 6px 19px;
    border-radius: 10px;
    width: fit-content;
    margin: 16px auto;
    display: none;
}
/* Download popup styles ./ */

/* Language selector header */
.top_header .translate_sec {
    position: absolute; 
    z-index: 0;
}
/* Language selector header */