@font-face {
    font-family: 'Sansation';
    src: url('Sansation_Bold.woff') format('woff'),
    font-style: normal;
}

:root {
    --primary-color: #20497E;
    --green-color: #34A853;
    --light-background-color: #E1F5FE;
    --grey-color: #12121280;
    --font-size-16: 16px;
    --font-size-20: 20px;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1f4779 !important;
    border: 1px solid #214a7f !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent !important;
    border: none !important;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    color: #fff;
}

.navbar {
    background: transparent !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.navbar-nav .nav-link {
    color: #434343 !important;
    font-weight: 500;
    margin-right: 30px;
}
.navbar-toggler {
    border-color: #434343 ;
}

.new-cbtn {
    background: linear-gradient(to right, #166D9C, #06A4CD);
    color: white !important;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-style: none;
    text-decoration: none;
}
.new-cbtn:hover {
    opacity: 0.9;
}

.home-top {
    width: 100%;
    height: 100vh;
    background-color: #F0FAFD;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.5 rem;
}

.top-text {
    color: #20497E;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.second-text {
    color: #434343;
    font-weight: 600;
    font-size: 30px;
    margin-top: 16px;
}
.fixed-container-step {
    height: calc(100vh - 119px) !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    margin-inline: 0 !important;
    margin-block: 0 !important;
}
.container-modal{
    margin-right: 30px;
    margin-left: 30px;
}
.fixed-container-step img.avatar {
    height: 155px;
}

.fixed-container-step svg {
    height: 50px;
}

.form-check-label {
    margin-left: 0 !important;
    margin-top: 15px !important;
}


.new_title {
    color: #20497E;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.new_title:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 100%;
    left: 0;
    bottom: -12px;
    background-color: #CBE54E;
    border-radius: 9999px;
}

.label {
    font-size: 19px;
    font-weight: 600;
}

.btn-custom {
    margin-top: 30px;
    padding: 15px 30px;
    width: 100%;
    border: 0;
    background: var(--primary-color);
    color: #fff;
    font-size: 19px;
}


.select2-selection--multiple {
    padding: 20px !important;
}

.select2-selection--single {
    height: 60px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50% !important;
    right: 1px;
    width: 20px;
    transform: translateY(-50%) !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 57px !!important;
    padding-top: 16px;
    padding-bottom: 16px;
}

.box-des {
    margin-top: 30px;
    background: #f9f9f9;
    padding: 25px;
    font-size: 18px;
    text-align: left;
    border-radius: 25px;
    box-shadow: 0px 12px 15px #0000000f;
}

@media (max-width: 992px) {
    .fixed-container-step {
        height: unset !important;
        overflow-y: unset !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}


.card-animate {
    transition: .3s all;
}

.card-animate:hover {
    transform: scale(1.06);
}

.card-plan {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: bold;
    padding: 25px;
    text-align: center;
    font-size: 63px;
    border-radius: 37px;
}

.btn-primary-custom {
    border: 1px solid #CBE54E;
    background-color: #CBE54E;
    color: var(--primary-color);
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 2px 8px 10px 0px #00000029;
    font-size: 19px;
    transition: 0.3s all;

}

.btn-primary-custom:hover {
    box-shadow: 0 0 0 0px #00000029;
}

.btn-block {
    width: 100%;
}

.services-container {
    width: 100%;
    height: 300px;
    border-radius: 30px;
    position: relative;
}

.services-container .front {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 30px;
}

.services-container .front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.services-container .front:before {
    content: "";
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #20497e9e;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.services-container .front .title {
    position: absolute;
    width: 100%;
    padding: 25px;
    color: #fff;
    opacity: 0.8;
    font-weight: bold;
    font-size: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
}

.services-container .back {
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #20497E;
    top: 0;
    left: 0;
    z-index: 100;
    color: #fff;
    border-radius: 30px;
    transition: .5s all;
}

.services-container .back .text {
    padding: 25px;
    opacity: 0;
    transition: .5s all;
}

.services-container:hover .back {
    height: 100%;
}

.services-container:hover .back .text {
    opacity: 1;
}



.green {
    color: var(--green-color);
}
.font-sansation {
    font-family: 'Sansation', sans-serif;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
}

.blue {
    color: var(--primary-color);
}

.grey{
    color: var(--grey-color)
}
.grey:hover{
    color: var(--grey-color)
}
.light-background{
    background-color: var(--light-background-color);
}
.grey-background{
    background-color: #F5F5F5;
}
.fs-96{
    font-size: 96px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-20{
    font-size: 20px;
}
.fs-24{
    font-size: 24px;
}
.fs-32{
    font-size: 32px;
}
.fs-36{
    font-size: 36px;
}
.fs-18{
    font-size: 18px;
}
.fs-15{
    font-size: 15px;
}
.fs-40{
    font-size: 40px;
}
.fs-60{
    font-size: 60px;
}
.fs-64{
    font-size: 60px;
}
.fs-55{
    font-size: 55px;
}
.img-profile{
    width: 15%;
}
.select-school-btn{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #00BCD4;
    border: 2px solid #00BCD4;
    background-color: transparent;
    padding: 10px 15px 10px 15px;
    gap: 10px;
    border-radius: 4px;
    margin-top: 26px;
}
.buttonSigin {
    border-radius: 8px; 
    border: 1px solid var(--primary-color); 
    font-weight: 600; 
    color: var(--primary-color); 
    padding: 10px 25px 10px 25px; 
    text-decoration: none; 
    display: inline-block;
    font-family: Poppins;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
}

.buttonSigin:hover{
    background-color: var(--primary-color);
    color: white;
}
.save-profile-button{
    padding: 15px 30px 15px 30px;
    gap: 10px;
    border-radius: 4px;
    background: var(--primary-color);
    border: none;
    color: white;
    margin-top: 50px;
    margin-bottom: 70px;
    float: right;
}
.hidden {
    display: none;
}
.current-plan-btn{
    color:#000000;
    background-color: transparent;
    padding: 20px 10px 20px 10px;
    border: 1px solid #000000;
    border-radius: 8px;
    max-width: 177px;
    width: 100%;
}

.card-body-plan{
    border: 2px solid #00000080;
    border-radius: 8px;
    padding: 20px 20px 20px 20px;
}
.card-body-school{
    border: 2px solid #0000001A;
    border-radius: 8px;
    padding: 20px 20px 20px 20px;
    height: 437px;
    border-radius: 8px;
    max-width: 300px;
}
.logo-style{
    width: 200px;
}
.button-send{
    background-color: var(--primary-color);
    border-radius: 8px;
    color: white;
    border: none;
    float: right;
    width: 25%;
    padding: 10px 25px 10px 25px;
    font-weight: 500;
    font-size: 24px;
}
.button-send:hover{
    background-color: white;
    color: var(--primary-color);
    border: var(--primary-color) 1px solid;
    border-radius: 8px;
}
.button-create-account{
    background-color: var(--primary-color);
    border-radius: 8px;
    color: white;
    border: none;
    max-width: 468px; 
    width: 100%;
    padding: 10px 25px 10px 25px;
    margin-top: 15px;
    font-size: 18px;
}
.next-button{
    width: 100%;
    padding: 15px 10px 15px 10px;
    border-radius: 8px;
    background: #00BCD4;
    border: #00BCD4;
    color: white;
}
.findSchoolBtn{
    max-width: 204;
    height: 50px;
    padding: 13px 56px 13px 56px;
    gap: 10px;
    border-radius: 8px;
    background: #00BCD4;
    border: #00BCD4;
    color: white;
    float: right;
}
.dropdown-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 768px;
    border: 2px solid #00000080;
    padding: 15px;
    border-radius: 8px;
}
.dropdown-text {
    flex-grow: 1;
    text-align: left;
}
.dropdown-toggle::after {
    margin-left: auto;
}
.button-create-account:hover{
    background-color: white;
    color: var(--primary-color);
    border: var(--primary-color) 1px solid;
}
.rounded-8{
    border-radius: 8px;
}
.rounded-28{
    border-radius: 28px;
}
.img-right{
    width: 100%;
    top: -52px;
    left: 88px;
    max-width: 70%;
}

.container-home{
    margin-right: 20px;
    margin-left: 20px;
     /* margin-inline: 20px;
     margin-block: 20px; */
     /* height: 100vh; */
     /* height: calc( 100vh - 108px ); */
 }
 .container-index{
    /* margin-inline: 60px; */
    margin-right: 40px;
    margin-left: 40px;
}
.container-login{
    margin-inline: 20px;
    height: calc( 100vh - 108px );
}
.container-welcome{
    /* margin-inline: 20px; */
    margin-right: 20px;
    margin-left: 20px;
    margin-block: 20px;
}
.container-profile{
    margin-inline: 50px;
    margin-block: 30px;
}
.full-height {
    height: 100vh;
}
.login-img-style{
    /* max-width: 565px; */
    /* width: 100%; */
    border-radius: 16px;
    /* height: calc( 100vh - 108px ); */
    height: 90vh;
    margin-top: 10px;
}
.profile-info {
    border: 1px solid #adaaaa;
    border-radius: 8px;
    padding: 20px;
    background-color: #fafafa;
}
.profile-info .row {
    padding: 10px 0;
    border-bottom: 1px solid #adaaaa;
}
.profile-info .row:last-child {
    border-bottom: none;
}
.score-card {
    background-color: #e0f7fa;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    height: 100%;
}
.account-plan {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
}
.btn-upgrade {
    background-color: #00bcd4;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    text-align: center;
}
.fw-500{
    font-weight: 500;
}
.fw-400{
    font-weight: 400;
}
.fw-300{
    font-weight: 300;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.width-50{
    width: 50%;
}
.text-opacity-60 {
    opacity: 0.6;
}
.input-grp{
    position: relative;
    display: flex;
}
.input-grp-text{
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #12121280; /* Match the input's border color */
}
.blue-circle{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: -1;
    background-attachment:fixed;
    background-color:#f9f9f9;
    background-image: linear-gradient(to right, #f9f9f9 0%,#80DEEA 75%, #f9f9f9 100%);
    background-position:top center;
    background-repeat:no-repeat;
    background-size:100% auto; */
}

.getStarted-btn{
    border: 2px solid #00BCD4;
    color: #00BCD4;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
}
.getStarted-btn-grey{
    border: 2px solid #00000080;
    color: #00000080;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
}
.edit-profile-button{
    width: auto;
    height: 30px;
    color: white;
    border: 1px var(--primary-color) solid;
    background-color: var(--primary-color);
    font-weight: 500;
    border-radius: 4px;
    margin-top: auto;
}

.upgrade-button{
    border: 2px solid #00BCD4;
    color: white;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    background-color: #00BCD4;
    margin-top: 20px;
    width: 100%;
}

.buttonBostonTab{
    width: 191px;
    height: 50px;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    border-radius: 4px;
    background: #00BCD4;
    color: white;
    border: none;
}
.buttonTab{
    width: 122px;
    height: 50px;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    border-radius: 4px;
    background: #00BCD480;
    color: white;
    border: none;
}
.thumbsupdown{
    margin-inline: 50px;
}

.profile-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fixed-height {
    height: 450px; /* Adjust this value as needed */
    object-fit: cover;
}
.progress {
    height: 44px;
    border-radius: 30px;
}

.progress-bar {
    background-color: #00BCD4; /* Set the background color */
    border-radius: 30px; /* Ensure the progress bar inside inherits rounded corners */
}
.range-form {
    width: 392px;
}
.range-slider {
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #0000001F;
    width: 100%;
    /* Full-width */
    height: 22px;
    border-radius: 20px;
    /* Specified height */
    background: #ffffff;
    /* Grey background */
    outline: none;
    transition: background 450ms ease-in;

    &::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 28px;
      /* Set a specific slider handle width */
      height: 28px;
      /* Slider handle height */
      background: #000000;
      cursor: pointer;
      border-radius: 50%;
      border: 2px solid #FFFFFF;
  }

}

.custom-checkbox .form-check-input:checked {
    background-color: #00BCD4;
    border-color: #00BCD4;
}
.custom-checkbox .form-check-label {
    font-size: 16px;
    font-weight: 400;
}

.form-check-label {
    margin-left: 10px;
}

.grey-card{
    border: 1px solid #00000040;
    padding: 40px 80px 40px 80px;
    border-radius: 8px;
    background: #00000005;

}
.modal {
    z-index: 9999999999999;
}

div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {

    z-index: 99999999999999999999;

}
.modal-dialog {
    max-width: 50%;
    background: none;
    box-shadow: 4px 4px 50px 10px #00000026;
    border-radius: 25px;

}

.modal-backdrop {
    z-index: 999999999;
}

.modal-content {
    border-radius: 25px;
    border: none;
}

.camera-container {
    border: 1px solid #000;
    /* padding: 20px; */
    max-width: 550px;
    margin: 10px;
}

.modal-header {
    border: none;
    background: #04abd4;
    border-radius: 25px 25px 0 0;
    color: #fff;
}

.modal-body {
    padding: 2rem 1rem;
}


.timer {
    width: 60px;
    height: 60px;
    background: #EA4335;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}
.timer-container {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.backHomeBtn{
    float: right;
    width: 221px;
    height: 50px;
    padding: 13px 56px 13px 56px;
    gap: 10px;
    border-radius: 4px;
    background: #00BCD4;
    border: none;
    color: white;
}
.mobileXButton{
    display: none;
}
.webXButton{
    display: block;
    float: right;
    cursor: pointer;
}
.inputStyle{
    height: 40px; 
    max-width: 468px; 
    border-radius: 12px; 
    border: 2px solid #12121280;
}
.inputLoginStyle{
    height: 58px;
    border-radius: 12px 0 0 12px; 
    border: 2px solid #12121280; 
    border-right: none;
}
.inputLoginRightStyle{
    height: 58px; 
    border-radius: 0 12px 12px 0; 
    border: 2px solid #12121280; 
    border-left: none;
}
    /* .logoSelection{
        margin-left: 20px;
    } */
    .logoStyleSubmission{
        float: left; 
        text-align: center;
        margin-top: 0px;
        margin-left: 10px;
    }
    @media(max-width: 1250px){
        .fs-18{
            font-size: 15px;
        }
        .fs-64{
            font-size: 56px;
        }
        .fs-24{
            font-size: 20px;
        }
        .fs-55{
            font-size: 45px;
        }
        .fs-16{
            font-size: 14px;
        }
        .fs-15{
            font-size: 12px;
        }
        .button-create-account{
            font-size: 12px;
            padding: 8px 20px 8px 10px;
            margin-top: 10px;
        }
        .inputStyle{
            height: 35px; 
        }
        .form-label{
            margin-bottom: 0px;
        }
        .inputLoginStyle{
            height: 58px;
        }
        .inputLoginRightStyle{
            height: 58px;
        }
        
    }

    @media(max-width: 1000px){
        .img-profile{
            width: 35%;
        }
        .width-50{
            width: 100%;
        }
    }
    @media(max-width: 768px){
        .modal-dialog {
            max-width: 100%;
        }
    /* .modal-content{
        align-items: center;
    } */
    .marginMobile{
        margin-top: 30px;
    }
    .fs-96{
        font-size: 50px;
    }
}
@media(max-width: 992px){
    .logoSelection{
        margin-top: 30px;
    }
    .logoStyleSubmission{
        float: left; 
        text-align: center;
        margin-top: 30px;
    }
    .range-slider{
        width: 70%;
    }
    .buttonBostonTab{
        width: 100%;
    }
    .buttonTab{
        width: 100%;
    }
    .marginTop{
        margin-top: 30px;
    }
    .container-index{
        /* margin-inline: 30px; */
        margin-right: 30px;
        margin-left: 30px;
    }
    .img-right{
        display: none;
    }
    .button-send{
        width: 100%;
        margin-bottom: 40px;
    }
    .login-img-style{
        display: none;
    }
    .thumbsupdown{
        margin-inline: 0px;
    }
    .card-body-plan {
        margin-top: 50px;
    }
    .profile-img{
        align-items: flex-start;
    }
    .mt-2-responsive{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width: 547px){
    .mobileXButton{
        display: block;
        cursor: pointer;
    }
    .webXButton{
        display: none;
    }
    .textModalMobile{
        margin-top: 20px;
    }
}