* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
}

.logo:hover {
    text-decoration: none;
}

.top-header img {
  border-style: none;
  width: 15px;
  height: 16px;
  margin-top: 12px;
}

.header-navbar {
    display: flex;
    justify-content: space-around;
}

.header-ul {
    display: flex;
}

.header-ul .nav-link {
    text-decoration: none;
    color: #71767a;
}

.logo button {
    margin-top: -8px;
    border: none;
}

/* -mobile-header- */
.mobile-menu {
    display: none;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    left: 0 !important;
}

.menu__btn {
    position: fixed;
    top: 60px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #CFD8DC;
}

/* -mobile-header- */
.top-header {
    background-color: #f0f0f0;
}

.zx-gray {
    background-color: #f0f0f0;
}

.zx-blue {
    background-color: #205493;
}

.zx-white {
    background-color: #fff;
    margin-top: -3rem;
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1);
}

.zx-red {
    background-color: #f4e3db;
    border-left: 10px solid #d63e04;
}

.zx-blue-x {
    background-color: #e7f6f8;
    border-left: 10px solid #00bde3;
}

.top-header-p {
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 0px;
}

.logo {
    text-decoration: none;
}

.usa-logo__text {
    color: #205493;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.12707;
}

.logo-Romania {
    font-size: 13px;
    font-weight: 600;
    background-color: #205493;
    color: #fff !important;
    margin-left: .65em;
    padding: .3em .8em;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 99rem;
    line-height: 1.12707;
}

.information {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.font-serif-xl {
    padding-top: 40px;
    font-size: 2.92722rem;
    line-height: 1.52155;
    color: #fff;
    font-weight: 700;
}

.font-serif-xl-p {
    font-size: 1.06471rem;
    line-height: 1.52155;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 0;
    display: table;
    padding-bottom: 85px;
}



.card-title-link:hover {
    text-decoration: none;

}

.card-title-link {
    font-size: 20px;
    font-weight: 700;
    color: #0071bc;
}

.cgi-card {
    border: 2px solid #f0f0f0;
    border-radius: .25rem;
    background: #fff;
}

.font-serif-xl-h4 {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

.font-serif-xl-px {
    font-size: 1.06471rem;
    line-height: 1.52155;
    color: #000000;
    padding-bottom: 30px;
}

.font-serif-xl-pxx {
    font-size: 1.06471rem;
    line-height: 1.52155;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 30px;
}

table h5 {
    font-size: 20px;
    font-weight: 700;
}




.btn-custom {
    background-color: #205493;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.btn-custom:hover {
    background-color: #205493;
    color: white;
}

.btn-custom .material-icons {
    margin-left: 10px;
    font-size: 20px;
}

.btn-custom .btn-text {
    margin-bottom: 0;
}


.card {
    display: flex;
    flex-direction: column;
}

.card .row {
    flex: 1;
}

.card .col-md-6 {
    display: flex;
    flex-direction: column;
}

iframe {
    flex: 1;
}

.icon-circle {
    width: 40px;
    /* Adjust size as needed */
    height: 40px;
    /* Adjust size as needed */
    border-radius: 50%;
    border: 2px solid #205493;
    /* Border color */
    color: #205493;
    /* Icon color */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    /* Adjust icon size */
    margin-right: 10px;
    /* Space between icon and text */
    background-color: transparent;
    /* No background color */
}

.icon-circle-full {
    width: 40px;
    /* Adjust size as needed */
    height: 40px;
    /* Adjust size as needed */
    border-radius: 50%;
    border: 2px solid black;
    /* Border color */
    color: #205493;
    /* Icon color */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    /* Adjust icon size */
    background-color: white;
    /* Background color */
}

.btn-icon {
    display: flex;
    align-items: center;
    font-size: 20px;
    /* Adjust size if needed */
    color: #205493;
    /* Icon color */
    text-decoration: none;
}

/* --faq-text-page-- */
.faq-text {
    font-weight: 700;
    margin-top: 40px;
    text-align: left;
}

.faq-p {
    background-color: #d9e8f6;
    padding: 1rem;
    text-align: left;
    line-height: 1.52155;
    color: #000000;
    font-weight: 400;
}

.faq-text-ii {
    font-weight: bold;
    margin-top: 20px;
    text-align: left;

}

/* --log-in-page-- */

.login-form {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-form h3 {
    margin-bottom: 20px;
    text-align: center;
}
 
.submit-button:hover {
    background-color: #0056b3;
}

.submit-button {
    background-color: #007bff;
    color: white;
    padding: 5px 15px;
    border-radius: 3px;
    border: none;
} 

/* --footer-- */
.footer {
    background-color: #000000;
    padding: 10px 0;
    width: 100%;
}

.footer-text-p {
    font-size: .86507rem;
    min-height: 5px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
}