@font-face {
    font-family: "Black";
    src: url(./../fonts/Poppins-Black.ttf);
}

@font-face {
    font-family: "Bold";
    src: url(./../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: "SemiBold";
    src: url(./../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: "ExtraBold";
    src: url(./../fonts/Poppins-ExtraBold.ttf);
}

@font-face {
    font-family: "ExtraLight";
    src: url(./../fonts/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: "Light";
    src: url(./../fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: "Medium";
    src: url(./../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: "Regular";
    src: url(./../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: "BoldSegoe";
    src: url(./../fonts/SegoeUIBold.ttf);
}

@font-face {
    font-family: "SemiBoldMontserrat";
    src: url(./../fonts/MontserratAlternates-SemiBold.ttf);
}

header .navbar {
    background-color: #5b8fdc !important;
    padding: 10px 2vw;
    position: relative;
    z-index: 15;
}

@media (max-width: 992px) {
    header .navbar {
        padding: 25px 2vw;
    }
}

header .navbar .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .navbar .container-fluid > div {
    width: calc(100% / 3) !important;
}

@media (max-width: 992px) {
    header .navbar .container-fluid > div {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }
    header .navbar .container-fluid > div:last-child {
        display: none;
    }
}

@media (max-width: 992px) {
    header .navbar .container-fluid .brandCon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

header .navbar .container-fluid .navbar-collapse {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .navbar .container-fluid .navbar-collapse .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    header .navbar .container-fluid .navbar-collapse .navbar-nav {
        padding-top: 5vh;
    }
}

header .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item {
    margin-inline: 0.5vw;
}

header
    .navbar
    .container-fluid
    .navbar-collapse
    .navbar-nav
    .nav-item
    .nav-link {
    color: #ffffff;
    font-size: 19px;
}

@media (max-width: 992px) {
    header
        .navbar
        .container-fluid
        .navbar-collapse
        .navbar-nav
        .nav-item
        .nav-link.menu {
        display: none !important;
    }
}

header
    .navbar
    .container-fluid
    .navbar-collapse
    .navbar-nav
    .nav-item
    .nav-link.menu
    img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}

header .navbar .container-fluid .searchCon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-left: auto;
}

@media (max-width: 992px) {
    header .navbar .container-fluid .searchCon {
        display: none;
    }
}

header .navbar .container-fluid .searchCon input {
    border: 1px solid rgba(112, 112, 112, 0.5) !important;
    border-radius: 8px !important;
    font-size: 18px;
    padding: 6px 20px;
    width: 180px;
}

header .navbar .container-fluid .searchCon input::-webkit-input-placeholder {
    color: rgba(112, 112, 112, 0.5);
}

header .navbar .container-fluid .searchCon input:-ms-input-placeholder {
    color: rgba(112, 112, 112, 0.5);
}

header .navbar .container-fluid .searchCon input::-ms-input-placeholder {
    color: rgba(112, 112, 112, 0.5);
}

header .navbar .container-fluid .searchCon input::placeholder {
    color: rgba(112, 112, 112, 0.5);
}

header .navbar .container-fluid .searchCon .input-group-append button {
    color: #202020;
    background-color: #e1e5e6;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    z-index: 5;
    position: relative;
}

header .navbar .container-fluid .navbar-brand {
    width: 120px;
    display: block;
}

@media (max-width: 992px) {
    header .navbar .container-fluid .navbar-brand {
        position: absolute;
        left: 50%;
        top: 10px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100px;
    }
}

header .navbar .container-fluid .navbar-brand img {
    width: 100%;
}

header .navbar .container-fluid .changeLang {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 10px;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

footer {
    border-top: 1px solid #707070;
    padding-block: 5vh;
    position: relative;
    overflow: hidden;
}

footer .shape1 {
    position: absolute;
    left: 5%;
    top: 7vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
}

footer .shape2 {
    position: absolute;
    left: 60%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
}

@media (max-width: 992px) {
    footer .shape2 {
        left: 80%;
        top: 50%;
    }
}

footer .shape3 {
    position: absolute;
    left: 95%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
}

footer .shape4 {
    position: absolute;
    left: 35%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
}

@media (max-width: 992px) {
    footer .shape4 {
        left: 15%;
    }
}

footer .shape5 {
    position: absolute;
    left: 7%;
    top: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
}

footer .footerInfo .footerLogo {
    width: 150px;
    display: block;
}

@media (max-width: 992px) {
    footer .footerInfo .footerLogo {
        margin: 0 auto;
    }
}

footer .footerInfo .mediaCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    footer .footerInfo .mediaCon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}

footer .footerInfo .mediaCon .mediaLink {
    height: 30px;
    display: block;
    margin: 0 7px;
}

footer .footerInfo .mediaCon .mediaLink img {
    height: 100%;
}

footer .footertitle {
    font-family: Bold;
    color: #000000;
    font-size: 22px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    footer .footertitle {
        text-align: center;
    }
}

footer .footerLink {
    display: block;
    color: #707070;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    footer .footerLink {
        text-align: center;
    }
}

footer .footerLink.dark {
    color: #000000;
    margin-bottom: 10px;
}

footer .sendEmailForm input {
    background-color: #eeeeee !important;
    border-radius: 10px;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    footer .sendEmailForm input {
        margin-top: 20px;
    }
}

footer .sendEmailForm .submitBtn {
    color: #000000;
    background-color: #5b8fdc;
    border-radius: 10px;
    border: none;
    padding: 8px 30px;
    font-size: 12px;
}

@media (max-width: 992px) {
    footer .sendEmailForm .submitBtn {
        margin: 0 auto;
        display: block;
    }
}

footer .sendEmailForm .submitBtn:focus {
    outline: none;
}

.workSheetCard {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px !important;
    -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 19px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 992px) {
    .workSheetCard {
        height: 40vh;
    }
}

.workSheetCard .infoCardBox {
    border-radius: 15px;
    background-color: #ffffff8a;
    padding: 15px 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.workSheetCard .infoCardBox .imgCon {
    background-color: #5b8fdc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #000000;
    font-family: "BoldSegoe";
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 20px;
}

.workSheetCard .infoCardBox .imgCon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.workSheetCard .infoCardBox .textCon {
    word-wrap: break-word;
    max-width: 129px;
}

.workSheetCard .infoCardBox .textCon .title {
    color: #3b3838;
    font-family: "SemiBold";
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 128px;
    white-space: nowrap;
}

.workSheetCard .infoCardBox .textCon .subtitle {
    color: #606060;
    font-size: 12px;
    font-weight: 600;
}

.fillterWorkSheet {
    background-color: #5b8fdc;
    border-radius: 26px;
    padding: 20px 30px 10px;
    margin-bottom: 8vh;
}

@media (max-width: 992px) {
    .fillterWorkSheet {
        padding: 20px 30px 20px;
    }
}

.fillterWorkSheet .addBtn {
    background-color: #336276;
    padding: 15px 10px;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: "SemiBold";
    text-align: center;
    font-size: 14px;
}

.fillterWorkSheet .addBtn img {
    display: block;
    margin: 0 auto 5px;
    width: 30px;
}

.fillterWorkSheet .title {
    color: #707070;
    font-family: "Bold";
    font-size: 18px;
    margin-bottom: 20px;
}

.fillterWorkSheet .form-select {
    border: none !important;
    border-radius: 10px;
    color: #707070;
    padding: 10px 20px;
}

.fillterWorkSheet .input-group input {
    border: none !important;
    border-radius: 10px !important;
    color: #707070;
    padding: 10px 30px 10px 20px;
}

.fillterWorkSheet .input-group button {
    background-color: transparent;
    padding: 0;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fillterWorkSheet .input-group button img {
    width: 20px;
}

.homepage {
    overflow-x: hidden;
}

.homepage .intro {
    padding: 30px 3vw 15vh;
    min-height: 75vh;
    position: relative;
    z-index: 10;
}

.homepage .intro img {
    display: block;
}

.homepage .intro .shape1 {
    position: absolute;
    left: 10%;
    top: 7vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    z-index: 10;
}

@media (max-width: 992px) {
    .homepage .intro .shape1 {
        width: 40px;
        top: 2vh;
    }
}

.homepage .intro .shape2 {
    position: absolute;
    left: 50%;
    top: 6vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    z-index: 10;
}

@media (max-width: 992px) {
    .homepage .intro .shape2 {
        display: none;
    }
}

.homepage .intro .shape3 {
    position: absolute;
    left: 50%;
    top: 40vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    z-index: 10;
}

@media (max-width: 992px) {
    .homepage .intro .shape3 {
        width: 80px;
        left: 90%;
        top: 30vh;
    }
}

.homepage .intro .shape4 {
    position: absolute;
    left: 40%;
    top: 48vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    z-index: 10;
}

@media (max-width: 992px) {
    .homepage .intro .shape4 {
        width: 60px;
        left: 10%;
        top: 35vh;
    }
}

.homepage .intro .shape5 {
    position: absolute;
    left: 20%;
    top: 65vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    z-index: 10;
}

@media (max-width: 992px) {
    .homepage .intro .shape5 {
        width: 60px;
        top: 90%;
        left: 5%;
    }
}

.homepage .intro .shape6 {
    position: absolute;
    left: 5%;
    top: 70vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    z-index: 10;
}

@media (max-width: 992px) {
    .homepage .intro .shape6 {
        width: 60px;
        left: 0%;
        top: 58vh;
    }
}

.homepage .intro .shape7 {
    position: absolute;
    left: 50%;
    top: 75vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    z-index: 10;
}

@media (max-width: 992px) {
    .homepage .intro .shape7 {
        width: 60px;
        left: 95%;
        top: 50vh;
    }
}

.homepage .intro .shape8 {
    position: absolute;
    left: 98%;
    top: 50vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    z-index: 10;
}

@media (max-width: 992px) {
    .homepage .intro .shape8 {
        top: 80vh;
    }
}

.homepage .intro .row {
    min-height: 75vh;
}

.homepage .intro .introText {
    height: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 40%;
    -ms-flex-pack: 40%;
    justify-content: 40%;
    padding-top: 10vh;
    z-index: 11;
    position: relative;
}

@media (max-width: 992px) {
    .homepage .intro .introText {
        padding-top: 0vh;
    }
}

.homepage .intro .introText .title {
    font-family: "Bold";
    color: #3b3838;
    text-transform: capitalize;
    font-size: 50px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .homepage .intro .introText .title {
        font-size: 45px;
    }
}

.homepage .intro .introText .title span {
    color: #5b8fdc;
    font-family: "BoldSegoe";
    text-transform: uppercase;
    font-size: 60px;
    position: relative;
    font-weight: 600; 
}

@media (max-width: 992px) {
    .homepage .intro .introText .title span {
        font-size: 55px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.homepage .intro .introText .title span::before {
    content: "";
    background-color: #FFE57B;
    width: 80%;
    height: 9px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 130%);
    transform: translate(-50%, 130%);
}

.homepage .intro .introText .des {
    color: #3b3838;
    font-size: 20px;
    font-family: "SemiBold";
    line-height: 35px;
    margin-bottom: 10px;
    width: 80%;
}

@media (max-width: 992px) {
    .homepage .intro .introText .des {
        width: 100%;
    }
}

.homepage .intro .introText .introLink {
    color: #000000;
    background-color: #ffe57b;
    display: block;
    border-radius: 8px;
    font-family: "Bold";
    text-decoration: none;
    padding: 20px 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
}

.homepage .intro .introImg {
    width: 100%;
    height: 100%;
}

.homepage .intro .introImg img {
    width: 100%;
    height: 100%;
    margin-top: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}

.homepage .join {
    border-radius: 26px;
    background-color: #eef5ff;
    padding: 6vh 20%;
    margin-bottom: 8vh;
}

@media (max-width: 992px) {
    .homepage .join {
        padding: 3vh 5%;
    }
}

.homepage .join .title {
    text-align: center;
    font-size: 30px;
    font-family: "SemiBold";
    margin-bottom: 10px;
}

.homepage .join .title span {
    color: #5B8FDC;
    font-family: "SemiBold";
    text-transform: capitalize;
    position: relative;
}

.homepage .join .title span::before {
    content: "";
    background-color: #ffe57b;
    width: 80%;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 130%);
    transform: translate(-50%, 130%);
}

.homepage .join .subtitle {
    color: #000000;
    text-align: center;
    font-size: 25px;
}

.homepage .join .des {
    color: #000000;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.homepage .join .joinCards .joinCard {
    border-radius: 17px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5vh 10px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

@media (max-width: 992px) {
    .homepage .join .joinCards .joinCard {
        margin-bottom: 20px;
    }
}

.homepage .join .joinCards .joinCard:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.homepage .join .joinCards .joinCard img {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 15px;
}

.homepage .join .joinCards .joinCard .cardTitle {
    color: #000000;
    font-size: 20px;
    font-family: "SemiBold";
}

.homepage .workSheetsCon {
    margin-bottom: 15px;
}

.homepage .loadMoreBtn {
    color: #000000;
    font-family: "SemiBold";
    background-color: transparent;
    border: 1px solid #277fff;
    border-radius: 14px;
    font-size: 20px;
    padding: 20px 5vw;
    margin: 0 auto 8vh;
    display: block;
}

.profile {
    overflow-x: hidden;
}

.profile::before {
    content: "";
    background-color: #5b8fdc;
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.profile .profileInfo {
    z-index: 10;
    position: relative;
    padding-block: 5vh;
}

.profile .profileInfo .profileImg {
    border-radius: 50%;
    overflow: hidden;
    width: 33vw;
    height: 33vw;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
}

@media (max-width: 992px) {
    .profile .profileInfo .profileImg {
        margin: 0 auto 5vh;
        width: 55vw;
        height: 55vw;
    }
}

.profile .profileInfo .profileImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile .profileInfo .infoCardCon {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.profile .profileInfo .infoCardCon .infoCard {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 22px rgba(0, 0, 0, 0.16);
    border-radius: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.profile .profileInfo .infoCardCon .infoCard .editBtn {
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 30px;
    right: 30px;
}

@media (max-width: 992px) {
    .profile .profileInfo .infoCardCon .infoCard .editBtn {
        width: 30px;
        height: 30px;
        top: 20px;
        right: 20px;
    }
}

.profile .profileInfo .infoCardCon .infoCard .editBtn img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.profile .profileInfo .infoCardCon .infoCard .editBtn:focus {
    outline: none;
}

.profile .profileInfo .infoCardCon .infoCard .email {
    color: #000000;
    font-size: 20px;
    font-family: Bold;
    margin-bottom: 10px;
}

.profile .profileInfo .infoCardCon .infoCard .name {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
}

.profile .profileInfo .infoCardCon .infoCard .loaction {
    color: #000000;
    font-size: 18px;
}

.profile .profileInfo .infoCardCon .infoCard .gender {
    color: #01c52f;
    font-size: 18px;
    margin-bottom: 10px;
}

.profile .profileInfo .infoCardCon .infoCard .des {
    color: #707070;
    font-size: 18px;
    width: 80%;
}

.profile .workSheetsCon {
    margin-bottom: 10vh;
}

.auth {
    min-height: 100vh;
    overflow-x: hidden;
}

.auth > .row {
    min-height: 100vh;
}

.auth .authFormCon {
    height: 100%;
    background-color: #a7c8f9;
    padding: 0 6vw 5vh;
}

.auth .authFormCon .authHeader {
    padding-block: 2vh;
}

.auth .authFormCon .authHeader img {
    width: 120px;
}

@media (max-width: 992px) {
    .auth .authFormCon .authHeader img {
        display: block;
        margin: 0 auto;
    }
}

.auth .authFormCon .formCon .title {
    font-family: "SemiBold";
    font-size: 26px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .auth .authFormCon .formCon .title {
        text-align: center;
    }
}

.auth .authFormCon .formCon .des {
    color: #707070;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .auth .authFormCon .formCon .des {
        text-align: center;
    }
}

.auth .authFormCon .formCon .otherAuthCon {
    margin-bottom: 15px;
}

.auth .authFormCon .formCon .otherAuthCon .otherAuthLink {
    border: 1px solid #707070;
    border-radius: 12px;
    display: block;
    padding: 8px 30px;
    text-align: center;
    color: #707070;
    text-decoration: none;
    position: relative;
    margin-bottom: 8px;
}

.auth .authFormCon .formCon .otherAuthCon .otherAuthLink img {
    width: 20px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.auth .authFormCon .formCon .orLabel {
    text-align: center;
    position: relative;
}

.auth .authFormCon .formCon .orLabel::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-59%);
    transform: translateY(-59%);
}

.auth .authFormCon .formCon .orLabel span {
    color: #707070;
    background-color: #5b8fdc;
    z-index: 5;
    position: relative;
    padding-inline: 20px;
    font-size: 14px;
}

.auth .authFormCon .formCon form .row {
    margin-inline: 0 !important;
}

.auth .authFormCon .formCon form .form-label {
    color: #707070;
    font-size: 14px;
    margin-bottom: 3px !important;
}

.auth .authFormCon .formCon form .form-control {
    border-radius: 12px;
    border: 1px solid #707070;
    background-color: transparent;
    padding: 8px 20px;
    font-size: 14px;
}

.auth .authFormCon .formCon form .remamberCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auth .authFormCon .formCon form .remamberCon .form-check {
    padding-left: 2.5em;
}

.auth .authFormCon .formCon form .remamberCon .form-check .checkCon {
    background-color: #5b8fdc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-left: -2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auth
    .authFormCon
    .formCon
    form
    .remamberCon
    .form-check
    .checkCon
    .form-check-input {
    float: initial;
    margin-left: 0;
    margin: 0 !important;
}

.auth .authFormCon .formCon form .remamberCon .form-check .form-check-label {
    color: #707070;
    margin-top: 5px;
    font-size: 14px;
}

.auth .authFormCon .formCon form .remamberCon .forgetLink {
    font-size: 14px;
    color: #707070;
    text-decoration: none;
}

.auth .authFormCon .formCon form .remamberCon .forgetLink span {
    color: #ff0000;
}

.auth .authFormCon .formCon form .btn {
    width: 100%;
    text-align: center;
    background-color: #5b8fdc;
    border: none !important;
    color: #ffffff;
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.auth .authFormCon .formCon .anotherLinkCon {
    text-align: center;
    margin-bottom: 15px;
}

.auth .authFormCon .formCon .anotherLinkCon a {
    text-decoration: none;
    color: #5b8fdc;
    font-family: Bold;
}

.auth .authFormCon .formCon .menuLink {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.auth .authFormCon .formCon .menuLink img {
    width: 40px;
}

.authInfoCon {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.authInfoCon.light {
    background-color: #5b8fdc;
}

@media (max-width: 992px) {
    .authInfoCon {
        padding: 5vh 0;
    }
}

.authInfoCon .shape1 {
    position: absolute;
    left: 60%;
    top: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
}

@media (max-width: 992px) {
    .authInfoCon .shape1 {
        left: 80%;
    }
}

.authInfoCon .shape2 {
    position: absolute;
    left: 5%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
}

.authInfoCon .shape3 {
    position: absolute;
    left: 90%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
}

.authInfoCon .shape4 {
    position: absolute;
    left: 50%;
    top: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
}

@media (max-width: 992px) {
    .authInfoCon .shape4 {
        display: none;
    }
}

.authInfoCon .shape5 {
    position: absolute;
    left: 10%;
    top: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
}

@media (max-width: 992px) {
    .authInfoCon .shape5 {
        left: 5%;
    }
}

.authInfoCon .shape6 {
    position: absolute;
    left: 85%;
    top: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
}

@media (max-width: 992px) {
    .authInfoCon .shape6 {
        left: 95%;
    }
}

.authInfoCon .logo {
    width: 40%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.authInfoCon .title {
    color: #000000;
    font-family: "SemiBold";
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.authInfoCon .des {
    font-family: "Medium";
    text-align: center;
    font-size: 18px;
    width: 80%;
    margin: 0 auto 10vh;
}

@media (max-width: 992px) {
    .authInfoCon .des {
        margin: 0 auto 0vh;
        width: 100%;
    }
}

.checkout {
    overflow: hidden;
}

.checkout > .row {
    min-height: 100vh;
}

.checkout .paymentCon {
    height: 100%;
    padding: 10vh 4vw;
}

@media (max-width: 992px) {
    .checkout .paymentCon {
        padding: 10vh 8vw;
    }
}

.checkout .paymentCon .paymentHeader .title {
    color: #465b78;
    font-family: "Medium";
    font-size: 25px;
    margin-bottom: 10px;
}

.checkout .paymentCon .paymentHeader .des {
    color: #465b78;
    font-family: "Medium";
    font-size: 14px;
    margin-bottom: 30px;
}

.checkout .paymentCon .nav-pills {
    padding: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 30px !important;
}

.checkout .paymentCon .nav-pills .nav-item {
    width: calc(25% - 10px);
}

@media (max-width: 992px) {
    .checkout .paymentCon .nav-pills .nav-item {
        width: calc(50% - 10px);
    }
}

.checkout .paymentCon .nav-pills .nav-item .nav-link {
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    padding: 10px 15px;
    width: 100%;
    color: #000000;
    font-family: "SemiBoldMontserrat";
    font-size: 12px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout .paymentCon .nav-pills .nav-item .nav-link img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.checkout .paymentCon .nav-pills .nav-item .nav-link.active {
    border: 1px solid #7ac1ec;
    color: #92c7e8;
}

.checkout .paymentCon .tab-content {
    padding: 8vh 3vw;
    border-radius: 12px;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0 3px 23px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 23px rgba(0, 0, 0, 0.16);
}

@media (max-width: 992px) {
    .checkout .paymentCon .tab-content {
        padding: 4vh 5vw;
    }
}

.checkout .paymentCon .tab-content .tab-pane .paymentLogo {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .checkout .paymentCon .tab-content .tab-pane .paymentLogo {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
        display: block;
    }
}

.checkout .paymentCon .tab-content .tab-pane form .form-label {
    font-size: 12px;
    color: #465b78;
}

.checkout .paymentCon .tab-content .tab-pane form .form-control {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-size: 12px;
}

.checkout
    .paymentCon
    .tab-content
    .tab-pane
    form
    .form-control::-webkit-outer-spin-button,
.checkout
    .paymentCon
    .tab-content
    .tab-pane
    form
    .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkout
    .paymentCon
    .tab-content
    .tab-pane
    form
    .form-control::-webkit-input-placeholder {
    color: #465b78;
}

.checkout
    .paymentCon
    .tab-content
    .tab-pane
    form
    .form-control:-ms-input-placeholder {
    color: #465b78;
}

.checkout
    .paymentCon
    .tab-content
    .tab-pane
    form
    .form-control::-ms-input-placeholder {
    color: #465b78;
}

.checkout .paymentCon .tab-content .tab-pane form .form-control::placeholder {
    color: #465b78;
}

.checkout .paymentCon .tab-content .tab-pane form .btn {
    background-color: #7ac1ec;
    color: #ffffff;
    border-radius: 6px;
    padding: 5px 60px;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
}

.checkout .finishPaymentCon {
    height: 100%;
    padding: 10vh 4vw;
    display: none;
}

.checkout .finishPaymentCon .starImg {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.checkout .finishPaymentCon .title {
    text-align: center;
    font-family: "Medium";
    font-size: 30px;
    color: #465b78;
    margin-bottom: 10px;
}

.checkout .finishPaymentCon .des {
    text-align: center;
    font-family: "Medium";
    font-size: 20px;
    color: #465b78;
    margin-bottom: 25px;
}

.checkout .finishPaymentCon .linksBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.checkout .finishPaymentCon .linksBtns a {
    display: block;
    padding: 10px 40px;
    border-radius: 6px;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.checkout .finishPaymentCon .linksBtns a.linkPrimary {
    background-color: #7ac1ec;
    border: 1px solid #7ac1ec;
    color: #ffffff;
}

.checkout .finishPaymentCon .linksBtns a.linkSecondary {
    background-color: transparent;
    border: 1px solid #d7d7d7;
    color: #a9a9a9;
}

.roleDetalis {
    overflow: hidden;
}

.roleDetalis::before {
    content: "";
    background-color: #5b8fdc;
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.roleDetalis .roleIntro {
    position: relative;
    padding-block: 0 5vh;
    padding-inline: 3vw;
    min-height: 100vh;
}

@media (max-width: 992px) {
    .roleDetalis .roleIntro {
        padding-block: 2vh 5vh;
    }
}

.roleDetalis .roleIntro .intoJoin img {
    width: 100%;
    height: 70vh;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .roleDetalis .roleIntro .intoJoin img {
        height: 40vh;
    }
}

.roleDetalis .details {
    padding-block: 5vh;
    position: relative;
}

.roleDetalis .details .shape1 {
    position: absolute;
    top: 10%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
}

@media (max-width: 992px) {
    .roleDetalis .details .shape1 {
        top: 0%;
        left: 20%;
    }
}

.roleDetalis .details .shape2 {
    position: absolute;
    top: 15%;
    left: 98%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
}

@media (max-width: 992px) {
    .roleDetalis .details .shape2 {
        top: 12%;
        left: 100%;
    }
}

.roleDetalis .details .title {
    font-family: "SemiBold";
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 20px;
}

.roleDetalis .details .title span {
    font-family: "SemiBold";
    color: #5fb5e9;
}

.roleDetalis .details .featureCard {
    margin-bottom: 30px;
}

.roleDetalis .details .featureCard .cardTitle {
    font-family: "Bold";
    color: #707070;
    margin-bottom: 5px;
}

.roleDetalis .details .featureCard .cardDes {
    color: #707070;
    font-size: 15px;
}

.roleDetalis .FAQsCon {
    padding-bottom: 10vh;
}

.roleDetalis .FAQsCon .title {
    font-family: Bold;
    color: #707070;
    font-size: 18px;
    margin-bottom: 20px;
}

.roleDetalis .FAQsCon .title span {
    color: #7ac1ec;
    font-family: Bold;
}

.roleDetalis .FAQsCon .questionsCon {
    position: relative;
}

.roleDetalis .FAQsCon .questionsCon .shape1 {
    position: absolute;
    top: 15%;
    left: 105%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
}

.roleDetalis .FAQsCon .questionsCon .shape2 {
    position: absolute;
    top: 115%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
}

.roleDetalis .FAQsCon .questionsCon .question {
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin-bottom: 30px;
}

.roleDetalis .FAQsCon .questionsCon .question .questionBtn {
    color: #707070;
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.roleDetalis .FAQsCon .questionsCon .question .questionBtn svg {
    width: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.roleDetalis
    .FAQsCon
    .questionsCon
    .question
    .questionBtn[aria-expanded="true"] {
    background-color: #7ac1ec !important;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
}

.roleDetalis
    .FAQsCon
    .questionsCon
    .question
    .questionBtn[aria-expanded="true"]
    svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.roleDetalis
    .FAQsCon
    .questionsCon
    .question
    .questionBtn[aria-expanded="true"]
    svg
    path {
    stroke: #ffffff;
}

.roleDetalis .FAQsCon .questionsCon .question .collapseContent {
    color: #707070;
    font-size: 14px;
}

.roleDetalis .FAQsCon .questionsCon .question .collapseContent div {
    padding: 10px 20px;
}

.joinUsLink {
    background-color: #5b8fdc;
    color: #ffffff;
    font-family: "Bold";
    display: block;
    border-radius: 8px;
    text-decoration: none;
    padding: 10px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    margin: 0 auto;
    min-width: 180px;
    text-align: center;
}

.introCard {
    border-radius: 18px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    padding: 10vh 30px 5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    height: 100%;
}

@media (max-width: 992px) {
    .introCard {
        padding: 5vh 20px 5vh;
        margin-bottom: 20px;
    }
}

.introCard .joinDetails .title {
    text-align: center;
    font-family: "Bold";
    font-size: 25px;
    color: #000000;
    margin-bottom: 10px;
}

.introCard .joinDetails .title span {
    font-family: "Bold";
    color: #5b8fdc;
}

.introCard .joinDetails .title.yellow span {
    color: #ffe57b;
}

.introCard .joinDetails .price {
    font-family: "BoldSegoe";
    text-align: center;
    color: #5b8fdc;
    font-size: 40px;
    margin-bottom: 15px;
}

.introCard .joinDetails .price.yellow {
    color: #ffe57b;
}

.introCard .des {
    color: #707070;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.introCard .joinFeatures .title {
    color: #000000;
    font-family: "Bold";
    margin-bottom: 15px;
    font-size: 18px;
}

.introCard .joinFeatures .feature {
    color: #707070;
    margin-bottom: 15px;
    font-size: 14px;
}

.introCard.schoolCard {
    padding: 5vh 5vw;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}

.introCard.schoolCard .cardDes {
    font-family: "SemiBold";
    color: #707070;
    font-size: 20px;
    width: 80%;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .introCard.schoolCard .cardDes {
        width: 100%;
        margin-bottom: 30px;
    }
}

.introCard.schoolCard .cardDes::after {
    content: "";
    height: 5px;
    width: 20%;
    background-color: #4a95ee;
    position: absolute;
    bottom: 0;
    left: 0;
}

.introCard.schoolCard .infos {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .introCard.schoolCard .infos {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .introCard.schoolCard .infos .info {
        margin-bottom: 20px;
    }
}

.introCard.schoolCard .infos .info img {
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 10px;
    display: block;
}

.introCard.schoolCard .infos .info .infoTitle {
    color: #707070;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 992px) {
    .introCard.schoolCard .schoolDetails {
        margin-bottom: 30px;
    }
}

.introCard.schoolCard .schoolDetails .deatil {
    margin-bottom: 20px;
}

.introCard.schoolCard .schoolDetails .deatil .detailTitle {
    color: #707070;
    font-family: "Bold";
    font-size: 15px;
}

.introCard.schoolCard .schoolDetails .deatil .detilDes {
    color: #707070;
    font-size: 14px;
}

.introCard.schoolCard .schoolPrice .priceTitle {
    color: #000000;
    font-family: Bold;
    font-size: 25px;
    text-align: center;
}

.introCard.schoolCard .schoolPrice .priceTitle span {
    color: #5b8fdc;
    font-family: Bold;
}

.introCard.schoolCard .schoolPrice .price {
    color: #000000;
    text-align: center;
    font-family: "BoldSegoe";
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 12px;
}

.join {
    min-height: 100vh;
    padding-block: 10vh;
}

.join > .row {
    height: 80vh;
}

.join .authInfoCon .title {
    font-size: 18px;
}

.join .authInfoCon .des {
    font-size: 14px;
    width: 90%;
}

.join .joinCard {
    border-radius: 18px;
    background-color: rgba(217, 232, 255, 0.5);
    padding: 5px 10px;
    height: 100%;
    overflow: hidden;
}

.join .joinUsLink {
    margin-bottom: 20px;
}

.profileForm {
    overflow: hidden;
    min-height: 100vh;
    padding-block: 5vh;
}

.profileForm::before {
    content: "";
    background-color: #5b8fdc;
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.profileForm .profileFormBox {
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.16);
    padding: 7vh 5vw;
    min-height: 80vh;
    position: relative;
    z-index: 10;
    border-radius: 35px;
}

@media (max-width: 992px) {
    .profileForm .profileFormBox {
        padding: 3vh 5vw;
    }
}

.profileForm .profileFormBox .title {
    color: #000000;
    font-size: 25px;
    font-family: "Bold";
    margin-bottom: 10px;
}

.profileForm .profileFormBox form .form-label {
    font-size: 12px;
    color: #707070;
}

.profileForm .profileFormBox form .form-control {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-size: 12px;
}

.profileForm .profileFormBox form .form-control::-webkit-outer-spin-button,
.profileForm .profileFormBox form .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.profileForm .profileFormBox form .form-control::-webkit-input-placeholder {
    color: #465b78;
}

.profileForm .profileFormBox form .form-control:-ms-input-placeholder {
    color: #465b78;
}

.profileForm .profileFormBox form .form-control::-ms-input-placeholder {
    color: #465b78;
}

.profileForm .profileFormBox form .form-control::placeholder {
    color: #465b78;
}

.profileForm .profileFormBox form .form-select {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-size: 12px;
}

.profileForm .profileFormBox form .form-select::-webkit-outer-spin-button,
.profileForm .profileFormBox form .form-select::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.profileForm .profileFormBox form .form-select::-webkit-input-placeholder {
    color: #465b78;
}

.profileForm .profileFormBox form .form-select:-ms-input-placeholder {
    color: #465b78;
}

.profileForm .profileFormBox form .form-select::-ms-input-placeholder {
    color: #465b78;
}

.profileForm .profileFormBox form .form-select::placeholder {
    color: #465b78;
}

.profileForm .profileFormBox form .btn {
    background-color: #7ac1ec;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 60px;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

* {
    margin: 0;
    list-style: none;
    font-family: "Regular";
}

body {
    overflow-x: hidden;
}

.roleIntro > div {
    flex-direction: row-reverse;
}
/*# sourceMappingURL=main.css.map */
