/***************************************************************************************************/
.countryInitialModal-body .tab-menu {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
}
.countryInitialModal-body .tab-menu li {
    list-style: none;
    padding-bottom: 2rem;
    margin: 0px 4rem 0px 0px;
}
.countryInitialModal-body .tab-menu li a{
    display: inline-block;
    border-bottom: 3px solid #070F26;
    color: rgba(255, 255, 255, 0.60);
    font-family: Noto Sans;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 1rem */
    padding-bottom: 1rem;
    text-decoration: none;
}
.countryInitialModal-body .tab-menu li.active a{
    border-bottom: 3px solid #FFC400;
    color: #FFFFFF;
    font-family: Noto Sans;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 1rem */
}

.countryInitialModal-body .tab-content {
    margin-bottom: 2.5rem;
}
.animate-top{
    position:relative;
    animation:animatetop 0.4s
}
@keyframes animatetop{
    from{top:-300px;opacity:0} 
    to{top:0;opacity:1}
}
.countryInitialModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
}

.countryInitialModal-content {
    border: 1px solid #FFFFFF !important;
    background: #070F26;  
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 75%;
    height: max-content;
    top: 0px;
    left: 0px;
    right:0px;
    bottom: 0px;
    padding: 64px;
    border-radius: 6px;
    position: fixed;
    margin:auto;
    color: #FFFFFF;
}
.countryInitialModal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}
.countryInitialModal-header img {
    width: 25px;
    height: 20px;
    margin-right: 20px;
}
.countryInitialModal-title {
    font-family: 'Noto Serif';
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    margin: 0px;
}
.countryInitialModal-header .countryInitialModal-close {
    color: #FFFFFF;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.countryInitialModal-header button img {
    margin: 0px;
    height: 24px;
    cursor: pointer;
}
.countryInitialModal-close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.countryInitialModal-body {
    flex: 1 1 auto;
    margin-bottom: 2.5rem;
    width: 100%;
}
.countryInitialModal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    width: 100%;
}
.countryInitialModal-footer .intialLoad-footer-col1{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    color:white;
    width:60%;
}
.countryInitialModal-footer .intialLoad-footer-col1 p {
    margin: 0px;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 1rem */
}
.countryInitialModal-footer .intialLoad-footer-col1 button {
    outline: 0;
    background-color: transparent;
    border: 0px;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 1rem */
    text-decoration-line: underline;
    cursor: pointer;
}
.countryInitialModal-footer .intialLoad-footer-col2{
    width:40%;
    display: flex;
    color: rgba(255, 255, 255, 0.60);
    text-align: right;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 0.9rem */
}

/*Card Styling*/

.countryInitialModal-body .tab-content {
    width: 100%;
    margin: 0px auto;
}
  
.countryInitialModal-body .tab-content .container-card .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: white;
    padding: 24px;
    border-radius: 0.375rem;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: #070F26;
}

.countryInitialModal-body .tab-content .container-card .card:hover {
    background: linear-gradient(0deg, rgba(46, 64, 77, 0.60) 0%, rgba(46, 64, 77, 0.60) 100%), #070F26;
}

.countryInitialModal-body .tab-content .container-card .card:hover .card__footer a{
    color:#FFFFFF;
}

.countryInitialModal-body .tab-content .container-card .card__wrap--outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.countryInitialModal-body .tab-content .container-card .card__wrap--inner {
    padding: 0px 25px 0px 0px;
    display: flex;
    flex-direction: row;
    flex: 1;
}

.countryInitialModal-body .tab-content .container-card .card__wrap--inner:last-child {
    padding:0px;
}

.countryInitialModal-body .tab-content .container-card .card__footer {
    padding-top: 1.5rem;
    overflow: hidden;
}
.countryInitialModal-body .tab-content .container-card .card__footer a {
    color: #FFC400;
    font-size: 1rem;
    text-decoration: none;
    
    margin: 0px auto 30px auto;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    width: 95%;
    display: block;
}
.countryInitialModal-body .tab-content .container-card .card__footer a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f061";
    font-weight: 700;
    position: relative;
    left: 1rem;
    padding-right: 10px;
    transition: left .2s ease-in;
}
.countryInitialModal-body .tab-content .container-card .card__footer > a:hover:after {
    left: 1.7rem;
}
.countryInitialModal-body .tab-content .container-card .card__footer a:hover {
    color: #FFFFFF;
}

.countryInitialModal-body .tab-content .container-card .card h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin:0px;
    padding-bottom: 1rem;
}
.countryInitialModal-body .tab-content .container-card .card__item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.225rem */
}

@media (max-width: 767px){  
    .countryInitialModal-header {
        align-items: flex-start;
        margin-bottom: 1.5rem;
    }
    .countryInitialModal-title {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .countryInitialModal-header img {
        margin-bottom: 20px;
        float: left;
        width: 20px;
        height: 15px;
        margin-top: 5px;
    }
    .countryInitialModal-content {
        padding: 20px !important;
        height: 80% !important;
    }
    .countryInitialModal-body {
        margin-bottom: 0px;
    }
    .countryInitialModal-body .tab-menu li {
        margin: 0px 1rem 0px 0px;
    }
    .countryInitialModal-body .tab-menu li.active a, .countryInitialModal-body .tab-menu li a {
        font-size: 14px;
    }
    .countryInitialModal-body .tab-content {
        margin-bottom: 1.5rem;
    }
    .countryInitialModal-body .tab-content .container-card {
        height: 42vh !important;
        overflow-y: auto;
    }
    .countryInitialModal-body .tab-content .container-card .card__wrap--inner { 
        flex: unset;
        width: 98% !important;
        padding: 0px 0px 25px !important;
    }
    .countryInitialModal-body .tab-content .container-card .card__wrap--inner .card h2 {
        font-size: 16px;
    }
    .countryInitialModal-footer {
        flex-direction: column;
    }
    .countryInitialModal-footer .intialLoad-footer-col1 p, .card__wrap--inner .card .card__footer a {
        font-size: 14px;
    }
    .countryInitialModal-footer .intialLoad-footer-col1, .countryInitialModal-footer .intialLoad-footer-col2 {
        width: 100%;
        flex-direction: column;
        gap: 10px;
        text-align: left;
        padding-bottom: 10px;
    }
    .countryInitialModal-footer .intialLoad-footer-col1 button {
        padding: 0px;
        margin: 10px 0px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .countryInitialModal-content {
        width: 80%;
        padding: 30px;
        height: 75%;
        overflow: hidden;
    }
    .countryInitialModal-body {
        flex: 0 1 auto;
    }
    .countryInitialModal-title {
        font-size: 30px;
        line-height: 34px;
    }
    .countryInitialModal-body .tab-content .container-card {
        height: 50vh;
        overflow-y: auto;
    }
    .countryInitialModal-body .tab-content .container-card .card__wrap--inner { 
        width: 45%;
        padding: 0px 25px 25px 0px;
        flex:unset;
    }
}
  
@media (max-width: 1280px) {
    .countryInitialModal-body .tab-content .container-card {
        height: 45vh;
        overflow-y: auto;
    }
    .countryInitialModal-body .tab-content .container-card .card__wrap--inner { 
        flex:unset;
        width: 45%;
        padding: 0px 25px 25px 0px;
    }
}
  
.flexible {
    flex-grow: 1;
}