@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap');


* {
    padding: 0;
    margin: 0;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

:root {
    /* --orange-color: #f05a29; */
    --main-color: #0f52ba;
    --black-color: #2b2a29;
    --white-color: #fff;
    --line-color: #4d4d4d;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    background: #fefefe;
}

.navbar-toggler {
    background: var(--main-color);
}

.groupingTags {
    font-size: 14px;
}

.groupingTags span {
    font-size: 22px;
    line-height: 1;
}

.groupingTags img {
    width: 28px;
    margin-right: 8px;
    margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 500;
}

.form-group {
    margin-bottom: 1.3rem;
}

p {
    margin: 0;
}

.p-66-0 {
    padding: 66px 0;
}

.p-45-0 {
    padding: 45px 0;
}

.p-60-0 {
    padding: 90px 0
}

.p-50-0 {
    padding: 50px 0
}

.p-34-0 {
    padding: 34px 0
}

.container {
    max-width: 1170px;
}

select:focus, input:focus, button:focus, button:active, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
}

a, select {
    cursor: pointer;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-slide {
    opacity: 1 !important;
}

.gap {
    padding: 50px 0;
}

.gap-102 {
    padding: 102px 0;
}

.gap-62 {
    padding: 62px 0;
}

.slick-dots li {
    width: 6px !important;
    height: 6px !important;
    background: #4d4d4d;
    border-radius: 50px;
}

.slick-dots {
    bottom: -42px !important;
}

div#showimage {
    position: relative;
}

div#showimage .cross {
    border-radius: 6px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -15px;
    top: -15px;
    color: var(--black-color);
}

/*************Header Section**************/

header .navbar-brand img {
    width: 188px;
}

header nav.navbar.newClass {
    background: #fff;
    box-shadow: 0 0 8px #0000001c;
}

header nav.navbar {
    position: fixed !important;
    width: 100%;
    z-index: 9;
    padding: 15px 1rem !important;
}

header ul.navbar-nav > li a:before {
    width: 22px;
}

header .newClass ul.navbar-nav li a:before {
    background: var(--main-color) !important;
}

header ul.navbar-nav > li.active a:before {
    transform: translate(0, 0px);
}

header ul.navbar-nav > li.active a {
    color: var(--main-color) !important;
}

header ul.navbar-nav > li {
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 25px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

header ul.navbar-nav > li button {
    background: var(--main-color);
    color: var(--white-color) !important;
    border-radius: 50px;
    padding: 2px 18px;
    text-transform: capitalize;
    display: flex;
    height: 32px;
    align-items: center;
}

header ul.navbar-nav > li a {
    padding: 24px 0px !important;
    color: var(--black-color) !important;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

header ul.navbar-nav > li button.btn_white {
    background: white;
    color: black !important;
    border-radius: 50px;
    padding: 2px 18px;
    text-transform: capitalize;
    display: flex;
    height: 34px !important;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #c1c1c1;
    box-shadow: none;
}

header .dropdown-menu.get_quotes {
    max-width: 44.5rem;
    transform: translate(-78%) !important;
    left: 0 !important;
}

header .notification a:before, header .menu a:before {
    display: none;
}

header .notification span + p {
    position: absolute;
    right: 0;
    background: #f05a29;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    transform: translate(0px, -10px);
}

header ul.navbar-nav > li a:before {
    left: 0;
    width: 40%;
    top: 22px;
    content: '';
    margin: auto;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    transform: translate(-101%, 0px);
    transition: all 0.3s ease;
}

header ul.navbar-nav > li:hover a:before {
    transform: translate(0, 0);
}

header ul.navbar-nav > li .active a:before {
    transform: translate(0, 0);
}

.custom-month-picker {
    border-radius: 48px;
}

input.ant-calendar-picker-input.ant-input {
    /*border-radius: 50px;*/
}

header .profile-item > span {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    margin-right: 8px;
}

header .profile-item span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .profile-item h6 {
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'medium';
    color: #fff;
}

header .profile-item h6 + span {
    font-size: 12px;
    color: #fff;
}


/*************Banner Section**************/


section.banner {
    position: relative;
    /* height: 120vh; */
    height: 110vh;
    padding-top: 100px;
    overflow: hidden;
}

section.banner > img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin: auto;
}

section.banner .content {
    margin: 60px 0 0;
}

section.banner .content h1 span {
    color: var(--main-color);
    font-weight: 600;
}

section.banner .content h1 {
    font-size: 48px;
    margin: 0 0 30px;
}

section.banner .content p {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    color: var(--line-color);
}

section.banner .content button {
    height: 58px;
    text-transform: capitalize;
    color: var(--white-color);
    background: var(--main-color);
    min-width: 220px;
    font-size: 18px;
}

section.banner .content button img {
    width: 21px;
    margin-left: 7px;
}

/***********Featured*****************/

.featured {
    background: #fafafa;
}

.head {
    margin: 0 0 30px;
}

.head p {
    font-size: 15px;
    text-align: center;
    color: var(--line-color);
    margin: 10px 0 0;
}

.head h3 {
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.head h2 {
    color: var(--main-color);
    font-weight: 500;
}

.spacing-top {
    margin-top: 122px;
}

section.featured .slick-arrow {
    display: none !important;
}

section.featured .slick-slide img {
    height: 65px;
    object-fit: contain;
}

.slick-dots li.slick-active {
    background: var(--main-color) !important;
    opacity: 1 !important;
}


/*******************Process*********************/

section.process .box {
    text-align: center;
}

section.process .box span {
    width: 165px;
    height: 165px;
    display: flex;
    align-items: center;
    margin: 0 auto 25px;
    border: 4px solid var(--main-color);
    justify-content: center;
    border-radius: 50%;
}

section.process .box span img {
    height: 70px;
}

section.process .box h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 600;
}

section.process .box p {
    font-size: 15px;
    margin: 0;
    color: var(--line-color);
}


/**************************Innovation***********************/

section.innovation {
    background: #fafafa;
}

section.innovation .box {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s ease;
    box-shadow: 0 0 16px 6px #0000000a;
}

section.innovation .box:hover {
    box-shadow: -4px 2px 12px 0px #0f52ba69;
}

section.innovation .box span {
    width: 100%;
    height: 310px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

section.innovation .box span img {
    width: 100%;
}

section.innovation .box .content {
    padding: 15px;
}

section.innovation .box .content h4 {
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
    color: var(--main-color);
}

section.innovation .box .content p {
    color: var(--line-color);
    font-size: 15px;
}


/**********************Opportunity********************/

section.opportunity {
    border-bottom: 40px solid #0f95d3;
}

section.opportunity .map {
    margin: 45px auto;
    width: 70%;
    display: block;
}

section.opportunity .map img {
    width: 100%;
}

section.opportunity ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

section.opportunity ul li button {
    height: 53px;
    color: var(--white-color) !important;
    background: var(--main-color);
    font-size: 15px;
    text-transform: capitalize;
    min-width: 178px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

section.opportunity ul li {
    margin: 0 25px;
    width: 100%;
}

section.opportunity ul li button img {
    width: 20px;
    margin-left: 7px;
}


/*********************Blog***********************/

section.blog-banner {
    height: auto;
}

section.blog-banner .content h1 {
    color: var(--main-color);
}

section.blog-innovation .box span {
    height: 196px;
}

section.blog-innovation .box .content p {
    color: var(--main-color);
    font-weight: 600;
}

section.blog-innovation .box {
    margin-bottom: 20px;
}

section.opportunity.blog-started {
    border: none;
}

section.blog-started {
    background: #003399;
    position: relative;
    padding: 75px 0;
}

section.blog-started .head h3 {
    color: var(--white-color);
}

section.blog-started .img {
    width: 260px;
    position: absolute;
    top: -130px;
    left: 104px;
}

section.blog-started .img img {
    width: 100%;
}

section.blog-started .content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: end;
}

section.blog-innovation {
    padding-bottom: 190px;
}

section.blog-started .head {
    width: 100%;
}

section.blog-started .head h3 {
    text-transform: none;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
}

section.blog-started .content li:first-child {
    margin-left: 0;
}

section.blog-started .content li button.btn {
    background: #0f95d3;
}

/******************About*********************/

section.about-banner .img {
    position: absolute;
    right: 0;
    width: 38%;
    bottom: 0;
}

section.about-banner {
    padding-bottom: 70px;
}

section.about-banner .img img {
    width: 100%;
}

@media only screen and (max-width: 560px) {
    section.customImg {
        height: 85vh !important;
    }
}


/******************Testimonial*********************/

section.testimonial-main {
    padding-bottom: 190px;
}

section.testimonial-main .head-1 h2 {
    font-size: 36px;
    position: relative;
    font-weight: 500;
}

section.testimonial-main .head-1 h2 img {
    position: absolute;
    left: -40px;
    top: -68px;
    width: 138px;
    z-index: -1;
}

section.testimonial-main .head-1 h2 span {
    color: var(--main-color);
}

section.testimonial-main .head-1 {
    margin: 0 0 50px;
}

section.testimonial-main p {
    font-size: 17px;
    width: 80%;
}

section.testimonial-main .user {
    display: flex;
    margin: 25px 0 0;
    align-items: center;
    width: 100%;
}

section.testimonial-main .user span {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50px;
}

section.testimonial-main .user span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.testimonial-main .user h5 {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 3px;
}

section.testimonial-main .user p {
    font-size: 15px;
    width: 100%;
}

section.testimonial-main .slick-arrow {
    position: absolute;
    right: 0;
    left: unset;
    top: -98px;
    color: #fff;
    background: var(--main-color);
    min-width: 32px;
    height: 28px;
    border-radius: 4px;
}

section.testimonial-main .slick-arrow.slick-prev {
    right: 40px;
    background: #eef1fc;
}

section.testimonial-main .slick-arrow:before {
    color: #fff;
    opacity: 1;
}

section.testimonial-main .slick-arrow.slick-prev:before {
    color: #505050;
}

section.about .box {
    width: 95%;
}

section.about .box p {
    font-size: 17px;
    color: #4d4d4d;
    margin: 0 0 20px;
}

section.about .box p:last-child {
    margin: 0;
}

section.about .img img {
    width: 100%;
}

section.about .img {
    position: relative;
    width: 100%;
}

section.about .img img.pattern {
    position: absolute;
    width: auto;
    right: -10px;
    top: -10px;
    z-index: -1;
}

/*****************************Contact Us***************************/

section.contact-form form label {
    font-size: 15px;
    text-transform: capitalize;
}

section.contact-form form .form-control {
    height: 45px;
    border-radius: 6px;
}

section.contact-form form button.btn {
    float: right;
    font-size: 15px;
    background: var(--main-color);
    text-transform: capitalize;
    height: 45px;
    padding: 0 20px;
    border: none;
}

section.contact-form .content h3 {
    font-size: 24px;
    margin: 0 0 30px;
    color: var(--main-color);
}

section.contact-form .content .store a {
    display: block;
    width: auto;
    margin-bottom: 25px;
}

section.contact-form .box {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #ced4da;
    padding-right: 35px;
}

/* .info {
    background: #fafafa;
    position: relative;
    margin-bottom: 190px;
    margin-top: 70px;
} */

.info .pattern {
    position: absolute;
    right: 0;
    bottom: 0;
}

.info .content {
    padding: 0 72px;
}

section.contact-form .info .content .content h3 {
    font-size: 40px;
}

section.contact-form .info .content h3 {
    font-size: 32px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

section.contact-form .info .content p {
    font-size: 15px;
    color: #4d4d4d;
}

section.contact-form .info .content ul {
    margin: 25px 0 0;
}

section.contact-form .info .content ul li {
    font-size: 16px;
    color: #4d4d4d;
    margin: 10px 0;
    padding-left: 27px;
    display: inline-block;
    position: relative;
    width: 100%;
}

section.contact-form .info .content ul li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
}

.social h5 {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 500;
    margin: 0 0 15px;
}

.social ul li {
    margin-right: 8px;
}

.social ul li a {
    display: block;
}

.info hr {
    width: 45%;
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 7px;
    left: 0;
    border: none;
    background: #30539f;
}

.info hr:last-child {
    width: 55%;
    right: 0;
    left: unset;
    background: #0f95d3;
}

section.contact-banner {
    height: auto;
    padding-bottom: 90px;
}

/********************Webinar***********************/

section.webinar-info .box span img {
    width: 70%;
    margin: 0 auto;
}

section.webinar-info .box span {
    background: #dbe6fa;
}

/********************Gallery***********************/

.gallery-box .show {
    display: block !important
}

.gallery-box .column {
    display: none;
}

section.launch-line {
    background: var(--main-color);
    padding: 68px 0;
}

section.launch-line p {
    text-align: center;
    margin: 0;
    font-size: 21px;
    line-height: 32px;
    color: #fff;
    font-weight: 200;
}

/*********************Footer*************************/

footer .box.about img {
    height: 65px;
}

footer .box.about p {
    margin: 45px 0 0;
}

footer {
    color: var(--white-color);
    padding: 40px 0;
    border-bottom: 20px solid #0f95d3;
    background: #0f52ba;
}

footer .box.about p b {
    display: block;
    font-weight: 600;
}

img.footer-pattern {
    margin: 45px auto 0;
    display: block;
    width: 95%;
}

footer .box ul li a {
    /* color: var(--white-color); */
    text-transform: capitalize;
    font-weight: 500;
}

footer .box ul li {
    margin: 0 0 12px;
}

footer .box ul li:last-child {
    margin: 0;
}

footer .box .line.text-white {
    margin: 45px 0 0;
}

footer .social {
    margin: 45px 0 0;
}

footer .social ul {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
}

footer .social ul li {
    margin: 0;
    width: 35px;
    height: 35px;
    display: flex;
    margin-right: 10px;
    align-items: center;
}

footer .social ul li a {
    display: flex;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50px;
    align-items: center;
}

footer .social ul li a img {
    width: 66%;
    margin: 0 auto;
    display: block;
}

footer .social ul li a img {
    height: auto !important;
}

footer {
    position: relative;
}

footer img.dott {
    position: absolute;
    width: 98%;
    margin: 0 auto;
    top: -13px;
    left: 0;
    right: 0;
}


#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin: 0 15px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width: 1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#gallery img, #gallery video {
    width: 100%;
    height: auto;
    margin: 4% 0;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

div#myBtnContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 28px;
}

div#myBtnContainer button {
    width: 100%;
    text-transform: capitalize;
    border: none;
    border-bottom: 5px solid #e9e9e9;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
    margin: 0 0.5%;
    display: flex;
    align-items: center;
}

section.gallery-box {
    padding: 85px 0 190px;
}

div#myBtnContainer button.active {
    border-color: var(--main-color);
}

section.blog-banner.blog-inner .img {
    height: 300px;
    overflow: hidden;
}

section.blog-banner.blog-inner .img img {
    height: 100%;
    object-fit: cover;
}

section.blog-inner {
    background: #fff;
}

section.blog-inner .box {
    box-shadow: none !important;
    margin: 0;
    border-radius: 0;
}

section.blog-inner .box p {
    margin: 0 0 25px;
    line-height: 25px;
    color: #424242;
}

footer .box h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 15px;
}

.policy .content {
    display: inline-block;
}

.policy .content h5 {
    margin: 0 0 10px;
    font-weight: 600;
}

.policy .box {
    padding-bottom: 120px;
}

.policy .box h4 {
    margin: 0 0 10px;
    font-weight: 600;
}

section.banner .head {
    margin: 30px 0 20px;
}

section.banner .head h2 {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
}

.student-details {
    margin-top: 3rem;
    border: 1px solid #ccc;
    padding: 1.5rem;
    background: white;
}

.student-details h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.student-details p {
    margin: 0.5rem 0;
}

/* Optional: Style for the container that holds multiple student details */
.student-details-container {
    margin-top: 2rem;
}

.student-info {
    margin-left: 1rem;
}

.inputboxcomponent {
    font-size: 30px;
}

.close-circle-icon1 {
    font-size: 20px;
    color: rgb(15, 82, 186);
    border-radius: 30px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.collaborationsBtn {
    /*width: 120px;*/
    padding: 3px;
    font-size: 16px;
    color: black;
    cursor: pointer;
}

.cornerstone-card-body {
    padding: 20px;
}

.cornerstone-student-data {
    background-color: #f0f0f0;
    border-radius: 30px;
    padding: 20px 25px;
    font-size: 15px;
}

.custom-tooltip {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.custom-tooltip .label {
    font-weight: bold;
}

.custom-tooltip .intro {
    margin: 5px 0;
}

.custom-tooltip .withdraw-amount {
    background: #0d93db;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
}

.marks-heading {
    font-size: 15px !important;
}

.marks-div {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.markSheet-module {
    font-size: 12px !important;
    font: bold !important;
    margin-top: 35px !important;
}

.markSheet-module-top {
    font-size: 12px !important;
    font: bold !important;
    margin-top: 14px !important;
}

.circle-logo-user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
}

.travel-card-style {
    padding: 10px 0 10px 0 !important;
}

.travel-meta-style {
    padding: 4px 7px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 10px #93c7f76e;
    width: 166px;
    margin: 5px !important;
}

.circle-button {
    border-radius: 20px !important;
}

.application-date {
    font-style: italic !important;
    /*color: #86a8af !important;*/
    font-size: 11px !important;
}

.smallUniversityLogo {
    height: 34px;
    width: 34px;
    border: 2px solid !important;
    border-radius: 18px !important;
    background: #e4d7d7 !important;
    color: #d8b7b7 !important;
    margin-left: 39px !important;
}

.searchApplicationTableDate {
    color: #0872BC !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.commission-flag {
    width: 30px;
    height: 30px;
    margin: 10px 10px 10px 2px;
    border-radius: 100px;
}

.commission-flag {
    width: 30px;
    height: 30px;
    margin: 10px 10px 10px 2px;
    border-radius: 100px;
}

.flexNoWrap {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.slideAnimation {
    animation: horizontalScroll 20s forwards infinite linear;
}

@keyframes horizontalScroll {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-100%);
    }
}

.universityFlag {
    font-weight: bold;
    color: black;
    font-size: 10px;
    display: flex;
    padding-top: 10px !important;
}

.travelPlanComponent {
    width: 400px;
    padding-right: 5px;
    padding-left: 5px;
}

.marketingUserBox2 {
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 5px 5px #ddd !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.resendOtpBtn {
    float: right;
    margin-top: -11px !important;
    font-weight: 500;
}

.liveReportingTable {
    width: 50%;
    border-collapse: collapse;
    margin-top: 20px;
}

.liveReportingTableHead .liveReportingTableData {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.liveReportingTableHead {
    background-color: #f4f4f4;
    color: #333;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 5px;
}

.liveReportingTableData {
    background-color: #fff;
    color: #555;
    border: 1px solid #ddd;
    padding: 5px;
}

.liveReportingTableRow:nth-child(even) {
    background-color: #f9f9f9;
}

.liveReportingTableRow:hover {
    background-color: #f1f1f1;
}

.greenColor {
    color: green;
}

.redColor {
    color: red;
}

.blueColor {
    color: #0055ff;
}

.country-status-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.country-section {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.country-status-section {
    padding: 10px;
}

.country-name {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 15px 10px;
}

.status-list {
    display: flex;
    flex-wrap: wrap; /* Enable wrapping */
    gap: 10px; /* Space between status items */
}

.status-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    cursor: pointer;
}

.status-name {
    font-size: 12px;
    color: #666;
}

.status-count {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.checkBoxUR {
    margin-top: 10px !important;
    border: 1px solid #000;
    padding: 9px;
    border-radius: 5px;
}

.checkBoxUR2 {
    margin-top: 20px !important;
    border: 1px solid #000;
    padding: 9px;
    border-radius: 5px;
    background-color: white;
}

.InputFilterUR {
    margin-left: 23px !important;
    margin-top: 10px !important;
}

.notesArrayStyle {
    width: 800px;
    margin-left: 20px !important;
}

.Commission-contract-wrapper {
    padding: 10px 100px 10px 100px !important;
    line-height: 1.8;
    background-color: #fdfdfd;
}

.contract-header2 {
    font-size: 24px !important;
    padding: 10px 30px 10px 30px !important;
    border-radius: 12px !important;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 600;
    background-color: #1746B6 !important;
}

.image-block {
    width: 320px;
    height: 100px;
    padding: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    border: 2px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.image-block:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.image-block img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.blueHeading {
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 50px !important;
    margin-top: 40px !important;
}

.blueHeading2 {
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.contract-blue-color {
    color: #1746B6;
}

.font-poppins {
    font-family: Poppins, serif !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fs36 {
    font-size: 36px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs14 {
    font-size: 14px !important;
}

.lh100 {
    line-height: 1.2;
}

.otp-container {
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

h2 {
    color: #1A53E4;
}

p {
    color: #555;
    font-size: 14px;
}

.otp-inputs {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.otp-inputs input {
    width: 70px !important;
    height: 71px !important;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.resend-text {
    margin-top: 10px;
    font-size: 13px;
}

.resend-link {
    color: #1A53E4;
    cursor: pointer;
    font-weight: bold;
}

.sign-info {
    margin: 20px auto; /* Changed from 20px 0 to 20px auto */
    padding: 15px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    max-width: 600px;
    line-height: 1.2;
    color: black !important;
}

.sign-info p {
    margin: 5px 0;
}

.verify-btn {
    margin-top: 15px;
    padding: 2px 35px;
    background-color: #04AAEB;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px !important;
}

.download-btn {
    margin-top: 10px;
    padding: 2px 35px;
    background-color: #1746B6;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.w-20 {
    width: 20% !important;
}

.search-student-doc-card {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 12px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: box-shadow 0.2s;
}

.search-student-doc-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-student-doc-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.doc-main-icon {
    font-size: 20px;
    color: #1890ff;
}

.close-icon {
    font-size: 14px;
    color: #ff4d4f;
    cursor: pointer;
    transition: color 0.2s;
}

.close-icon:hover {
    color: #cf1322;
}

.search-student-doc-info {
    text-align: left;
}

.search-student-doc-type {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    color: #333;
}

.search-student-doc-link {
    font-size: 13px;
    color: #1890ff;
    text-decoration: underline;
}

.withdrawal-limit {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.withdrawal-limit > .card {
    flex: 1 1 100%;
}

@media (min-width: 992px) {
    .withdrawal-limit > .card {
        flex: 1;
    }
}

.countryFlagWl {
    width: auto;
    height: 25px;
    /*margin-bottom: 10px;*/
    margin-right: 10px;
}

.WL-table-header {
    font-size: 15px;
    font-weight: 600;
}

.WL-cell-index {
    font-size: 18px;
    font-weight: 600;
    color: #096dd9;
    padding: 8px 0;
}

.WL-cell-date {
    font-size: 15px;
    font-weight: 500;
    background: #f9f0ff;
    color: #531dab;
    border-radius: 6px;
    padding: 8px 10px;
    display: inline-block;
    width: fit-content;
}

.WL-cell-limit-green {
    font-size: 15px;
    font-weight: 600;
    color: #389e0d;
    background-color: #f6ffed;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 6px;
    width: fit-content;
}

.WL-cell-limit-red {
    font-size: 15px;
    font-weight: 600;
    color: #9e2f0d;
    background-color: #f6ffed;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
    width: fit-content;
}

.WL-cell-limit-yellow {
    font-size: 15px;
    font-weight: 600;
    color: #9e970d;
    background-color: #f6ffed;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 6px;
    width: fit-content;
}

.seat-display {
    pointer-events: none;
    cursor: default;
}

.visa-warning-text {
    padding: 10px;
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    font-weight: bold;
}

.doc-preview-card {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 130px;
    flex-shrink: 0;
    height: 70px;
}

.doc-card-icon {
    width: 25px;
    margin-bottom: 10px;
}

.doc-card-name {
    font-size: 13px;
    color: #555;
}

.doc-bubble {
    background-color: #007bff;
    color: #fff;
    border-radius: 8px;
    padding: 10px 16px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
}

.doc-image-section {
    background-color: #ffffff;
    border-radius: 6px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.doc-icon {
    width: 18px;
    height: 18px;
}

.doc-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.doc-filename {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.doc-size {
    font-size: 12px;
    opacity: 0.9;
    margin-top: 2px;
}

.doc-image-section {
    background-color: white;
}


.welcome-heading-before {
    font-size: 40px;
    font-weight: 600;
    margin-left: 5vw;
    margin-top: 10vh;
}

.assessment1-bofore {
    max-width: 100%;
    height: 15vh;
    margin-top: 6vh;
    margin-left: 5vw;
}

.submit-assessment-btn-before {
    background-color: #0b35ae;
    color: #fff;
    border: none;
    padding: 8px 50px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    width: auto !important;
    margin-left: 5vw;
    margin-top: 10vh;
    font-size: 32px;
}

.assessmentImage {
    max-width: 100%; /* optional, keeps image responsive */
    height: 75vh;
}


.submit-assessment-btn {
    background-color: #0b35ae; /* Replace with the exact color code if you have one */
    color: #fff;
    border: none;
    padding: 8px 16px;
    margin-left: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    width: 300px !important;
}

.submit-assessment-btn:hover {
    background-color: #fff;
    color: #0b35ae;
    border: 2px solid #0b35ae;
}


.welcome-heading {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.assessmentImageContainer {
    display: flex;
    justify-content: flex-end; /* moves image to the right */
}

.welcomeSuccessText {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.companySuccessText {
    font-weight: bold;
    font-size: 25px;
    color: #0B4FC2;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1;
}

.referenceText {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    /* margin-top: 10px; */
}

.congratsImage {
    height: 40vh;
    width: auto;
    margin-top: 30px;
}

.backToAssessmentBtn {
    background-color: #0b35ae;
    color: #fff;
    border: none;
    padding: 8px 10px;
    margin-left: 15px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    width: 350px !important;
    font-size: 22px;
    margin-bottom: 50px;
}

.areYouSatisfied {
    font-weight: bold;
    font-size: 30px;
    color: #0B4FC2;
    margin-bottom: 20px;
    margin-top: 10px;
}

.assessButtons {
    background-color: #0B4FC2 !important;
    width: 250px;
    font-size: 20px !important;
    border-radius: 10px;
    color: #ffffff !important;
    font-weight: bold;
    padding: 20px !important;
}

.assessButtonsDefault {
    background-color: #ffffff !important;
    width: 250px;
    font-size: 20px !important;
    border-radius: 10px;
    color: #0B4FC2 !important;
    font-weight: bold;
    padding: 20px !important;
}

.assessButtons:hover {
    background-color: #ffffff !important;
    border: 2px solid #0B4FC2;
    color: #0B4FC2 !important;
}

.close-assessment-content {
    text-align: center;
}

.assessment-question {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.addMultipleCommBtn {
    border: 1px solid gray !important;
    margin-top: 40px !important;
}

.addMultipleCommIcon {
    height: 29px !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.note-warning {
    margin-top: 12px;
    color: #d97706; /* yellowish-orange */
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.intalks-circle {
    width: 40px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid black;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboardDesignationCard {
    text-align: center;
    background-color: white !important;
    padding: 10px;
    border-radius: 10px;
    width: 25% !important;
}

.dashboardDesignationCard-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #5F5D5D;
    font-weight: 600;
}

.dashboardDesignationCard-info {
    font-size: 0.8rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding: 0 10%;
    gap: 20px;
    margin-top: 20px;
}

.dashboardDesignationCard-info-details {
    text-align: left;
}

.contractFont {
    font-size: 30px !important;
}

.addWishlist {
    width: 250px !important;
}

.city-tab-list .selectable-box {
    background: #fafafa;
    border-radius: 6px;
    /*padding: 8px 12px;*/
}

.city-tab-list .selected {
    background: #1890ff !important;
    color: #fff !important;
}

.city-tab-list::-webkit-scrollbar {
    width: 6px;
}

.city-tab-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.city-tab-list::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}
