@font-face {
    font-family: neon;
    src: url(/new_assets/font/BauhausRegular.ttf);
}

*,
*::after,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    font-family: "neon", sans-serif !important;
    background: #ffffff;
    color: #242424;
}

button {
    cursor: pointer;
    font-family: "neon", sans-serif !important;
}

.align-center {
    align-items: center;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

ul li {
    list-style: none;
}


/* width */

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}


/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #848484;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.justify-center {
    justify-content: center;
}

.p-relative {
    position: relative !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.sbcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}

@media (min-width: 1400px) and (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}

.homeMainContainre {
    background: rgb(12, 36, 94);
    background: radial-gradient(circle, rgb(12, 36, 94) 0%, rgb(19, 21, 29) 100%);
    height: 100vh;
    position: relative;
    overflow: auto;
    isolation: isolate;
}

.homeMainContainre::before {
    content: "";
    position: absolute;
    background-image: url(/new_assets/images/tit.svg);
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 500px;
    background-size: contain;
    z-index: -1;
}

.homeMainContainre .videoMain {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.loginBtn {
    position: absolute;
    right: 30px;
    top: 30px;
}

.loginBtn a {
    color: white;
}

.loginBtn button {
    background: #7804CF;
    color: #13D9AB !important;
    border-radius: 100px;
    padding: 8px 20px;
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.loginBtn button:hover {
    box-shadow: 0px 0px 17px #13d9ab !important;
}

.logoMain {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #13D9AB;
}

.logoMain img {
    width: 180px;
}

.sideMenu {
    width: 280px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 40px 0 80px 0px;
    gap: 30px;
}

ul.menuList {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: -18px;
}

ul.menuList li button {
    background: rgba(111, 4, 209, 0.2);
    color: #13D9AB;
    padding: 10px 40px;
    font-size: 18px;
    /* border: none; */
    border-radius: 100px;
    transition: 0.3s all ease;
    border: 1px solid rgba(255, 255, 255, 0.231372549);
}

ul.menuList li button:hover {
    box-shadow: 0px 0px 17px #13d9ab;
    background: #7804CF;
    color: white;
    border: 1px solid white;
}

.popUpHome {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popUpHome .popData {
    display: flex;
    background: rgba(24, 33, 80, 0.5882352941);
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 25px 60px;
    gap: 30px;
    box-shadow: 0px 0px 4px rgba(19, 217, 171, 0.5019607843);
}

.popUpHome .popData .popGrids {
    background: rgba(99, 180, 179, 0.568627451);
    min-height: 130px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    width: 150px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.popUpHome .popData .popGrids:hover {
    background: #13D9AB;
}

.popUpHome .popData .popGrids p {
    font-size: 28px;
    text-transform: uppercase;
}

section.loginSection {
    background: #141313;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.loginSectionPadding {
    padding: 182px 0 !important;
}

.loginCont {
    background: url(/new_assets/images/textr.png);
    width: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 50px;
    border-radius: 80px;
    max-width: 580px;
}

.loginInner h1 {
    text-align: center;
    color: #11F6C1;
    font-size: 32px;
}

.loginInner p {
    color: #7F7F7F;
    /* margin: 10px 0 0 0; */
    text-align: center;
}

.inputContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 25px;
    margin-top: 30px;
    letter-spacing: 0.52px;
    font-family: "neon", sans-serif !important;
}

.inputContainer ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #11F6C1;
    opacity: 1;
    /* Firefox */
}

.inputContainer :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #11F6C1;
    opacity: 1;
    /* Firefox */
}

.inputContainer ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #11F6C1;
    opacity: 1;
    /* Firefox */
}

.inputContainer :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #11F6C1;
}

.inputContainer ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #11F6C1;
}

.inpForm {
    position: relative;
}
.feedback input{
    width: 100%;
    min-height: 60px;
    background: none transparent!important;
    /* border-radius: 20px; */
    /* border: 1px solid #11F6C1; */
    border: 1px solid rgb(17, 246, 193) !important;
    padding: 12px 12px 12px 8px;
    outline: none;
    color: #11F6C1;
    font-size: 16px;
    font-family: "neon", sans-serif !important;
    letter-spacing: 0.83px;
}
.inpForm input {
    width: 100%;
    min-height: 60px;
    background: rgba(20, 53, 52, 0.431372549);
    border-radius: 20px;
    /* border: 1px solid #11F6C1; */
    padding: 12px 12px 12px 50px;
    outline: none;
    color: #11F6C1;
    font-size: 16px;
    font-family: "neon", sans-serif !important;
    letter-spacing: 0.83px;
    border: 1px solid rgb(17, 246, 193) !important;
}

.feedback img {
    position: absolute;
    left: 20px;
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 40px;
    margin-top: -38px;
}
.feedback.passwordInput input {
    padding-right: 40px;
}

.inpForm img {
    position: absolute;
    left: 20px;
    width: 15px;
    top: 23px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}

img.eyeImg.img-fluid {
    left: unset;
    right: 20px;
    cursor: pointer;
}


.inpForm.passwordInput input {
    padding-right: 40px;
}

.inpForm.InputSelect select {
    width: 100%;
    min-height: 60px;
    background: rgba(20, 53, 52, 0.431372549);
    border-radius: 20px;
    border: 1px solid #11F6C1;
    padding: 12px 12px 12px 50px;
    outline: none;
    color: #11F6C1;
    font-size: 16px;
    font-family: "neon", sans-serif !important;
    letter-spacing: 0.83px;
}

.feedback.InputSelect select {
    width: 100%;
    min-height: 60px;
    background: none transparent!important;
    padding: 12px 12px 12px 11px;
    outline: none;
    color: #11F6C1;
    font-size: 16px;
    font-family: "neon", sans-serif !important;
    letter-spacing: 0.83px;
    border: 1px solid rgb(17, 246, 193) !important;
}
.rendered-form .form-control{
    height: 58px !important;
    color: #11F6C1 !important;
    font-size: 16px !important;
    border-color: #11F6C1 !important;
}
.formbuilder-text span{
    color: #11F6C1 !important;
}
.selectWraper select option{
    color: black;
  }
  .formbuilder-select select option{
    color: black !important;
  }
.selectdefault-style {
    width: 100% !important;
    min-height: 60px !important;
    background: rgba(20, 53, 52, 0.431372549) !important;
    border-radius: 20px !important;
    border: 1px solid #11F6C1 !important;
    padding: 23px 12px 12px 50px !important;
    outline: none !important;
    color: #11F6C1 !important;
    font-size: 16px !important;
    font-family: "neon", sans-serif !important;
    letter-spacing: 0.83px !important;
}

.selectdefault-style:focus {
    border: none !important;
    box-shadow: none !important;
}

.selectdefault-style .search {
    top: 10px !important;
    padding: 0.67857143em 2.1em 0.67857143em 0.5em !important;
}

.usrSelctBtn {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

.usrSelctBtn img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}

.usrSlBtn span {
    color: #11F6C1;
    font-size: 20px;
}

.usrSlBtn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.usrSlBtn button {
    background: rgba(20, 53, 52, 0.431372549);
    border-radius: 4px;
    border: 1px solid #11F6C1;
    padding: 12px;
    outline: none;
    color: #11F6C1;
    min-width: 140px;
    font-size: 20px;
    letter-spacing: 0.52px;
    transition: 0.3s all ease;
}

button.usrBtnSlct {
    background: #11F6C1;
    color: #041D17;
}

.usrSlBtn button:hover {
    background: #11F6C1;
    color: #041D17;
}

.checkSelect {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.customCheck {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customCheck p {
    text-align: left;
    font-size: 16px;
}

.formSubmit button {
    background: #11F6C1;
    border-radius: 4px;
    border: 1px solid #11F6C1;
    padding: 12px;
    outline: none;
    color: #041D17;
    min-width: 140px;
    font-size: 20px;
    letter-spacing: 0.52px;
    transition: 0.3s all ease;
    margin: auto;
    display: block;
}

.separator {
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    position: relative;
}

.separator span {
    color: #C7C7C7;
    /* width: 200px; */
    margin: auto;
    position: relative;
    text-align: center;
    isolation: isolate;
    padding: 0px 8px;
    background: #010505;
}

.separator:before {
    top: 10px;
    content: "";
    position: absolute;
    background: #7af6c3;
    height: 1px;
    left: 0;
    right: 0;
    z-index: -1;
    width: 200px;
    margin: auto;
}

.socialBtn {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.socialBtn button {
    max-width: 180px;
    border: none;
    border-radius: 5px;
    background: black;
    overflow: hidden;
}

p.sbDtls {
    color: white;
    margin-top: 1px;
    position: absolute;
    /* bottom: -24px; */
    font-size: 14px;
}

section.StudentMainsection.rewardSec {
    background-color: #000000;
}

p.subFrgt {
    font-size: 14px;
    color: #3BAF96;
    margin-top: 10px;
    padding: 0 100px;
}

.loginCont.onCenterReset {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.customreset {
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.inputFomr.fullWidthInpt .img-fluid.closeBtns {
    right: 18px;
    left: unset;
    width: 14px;
    top: 20px;
}

.backLog {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.backLog p {
    font-size: 22px;
}

.backLog button {
    background: transparent;
    border: none;
    color: #11F6C1;
    font-size: 20px;
}

.customCheck label {
    text-align: left;
    font-size: 16px;
    color: #7F7F7F;
    margin: 0;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.customCheck input {
    display: none;
}

.customCheck input:checked~span img {
    display: block;
}

span.checkMark {
    border: 2px solid #3d7e68;
    position: relative;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.checkMark img {
    display: none;
}

.customCheck input:checked~span {
    border: none;
}

section.loginSection.customLogin {
    height: 100vh;
}

section.loginSection.customLogin .loginCont {
    max-width: 640px;
}

.forgetSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgetSection button {
    background: no-repeat;
    border: none;
    font-size: 16px;
    color: #7F7F7F;
}

.forgetSection a {
    color: #7F7F7F;
}

.headercss {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 2;
}

@media (min-width: 576px) {
    .sbcontainer {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .sbcontainer {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .sbcontainer {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .sbcontainer {
        max-width: 1170px !important;
    }
}

@media (min-width: 1400px) {
    .sbcontainer {
        max-width: 1370px !important;
    }
}

@media (min-width: 1400px) and (min-width: 1920px) {
    .sbcontainer {
        max-width: 1600px !important;
    }
}

section.pegMainsection {
    background-image: url(/new_assets/images/peg.png);
    background-color: #170C2F;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 200px;
    padding-bottom: 50px;
}

h1.pegHeadingMain {
    font-size: 90px;
    color: #7270E8;
    text-align: center;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

h1.pegHeadingMain span {
    color: white;
}

.pegTableCont {
    border: 10px solid #3c3ab5;
    border-radius: 30px;
    margin-top: 70px;
    background: #172F66;
    box-shadow: inset 0px 0px 14px rgba(0, 0, 0, 0.231372549);
    padding: 40px 30px 30px 30px;
    position: relative;
}

.pgTbHd {
    border: 6px solid #5376FB;
    text-align: center;
    background: white;
    width: 260px;
    margin: auto;
    position: absolute;
    font-size: 30px;
    border-radius: 22px;
    padding: 10px 20px;
    color: #5250CF;
    left: 0;
    right: 0;
    top: -43px;
}
.pgTbHdcwc {
    border: 6px solid #5376FB;
    text-align: center;
    background: white;
    width: 90%;
    max-width: 564px;
    margin: auto;
    position: absolute;
    font-size: 1.875rem; /* approx 30px */
    border-radius: 22px;
    padding: 10px 20px;
    color: #5250CF;
    left: 0;
    right: 0;
    top: -43px;
}

/* Tablet and smaller */
@media (max-width: 768px) {
    .pgTbHdcwc {
        font-size: 1.25rem; /* approx 20px */
    }
}

/* Mobile phones */
@media (max-width: 480px) {
    .pgTbHdcwc {
        width: 90%;
        font-size: 1.0625rem; /* approx 17px */
    }
}



.tableOuter table {
    width: 100%;
}

.tableOuter table th h3 {
    color: #817FFC;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.tblSearch input {
    background: #263A68;
    outline: none;
    border: none;
    width: 100%;
    min-height: 45px;
    border-radius: 30px;
    padding: 12px;
}

.tblInpt {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.tblSearch {
    position: relative;
    width: 100%;
}

.tblSearch img {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
}

button.rstTbl {
    background: #5360ad;
    background: transparent linear-gradient(84deg, #6DC0FC 0%, #4652FA 100%) 0% 0% no-repeat padding-box;
    color: black;
    border: none;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 16px;
}

.userList p {
    color: white;
    font-size: 22px;
    text-align: left !important;
    margin-bottom: 0px;
}

.pagination {
    display: flex;
    margin-top: 20px;
}

.pegMainsection.techPegSec button.rstTbl {
    background: transparent linear-gradient(84deg, #79f3bf 0%, #11a777 100%) 0% 0% no-repeat padding-box;
}

.pegMainsection.techPegSec .pagination button {
    border-color: #30FFD0;
    color: #0DF2BE;
}

.pegMainsection.techPegSec .tblSearch img {
    filter: grayscale(1);
}

.pagination ul {
    display: flex;
}

.pagination button {
    border: 1px solid #A8A7FF;
    background: transparent;
    font-size: 22px;
    color: #A8A7FF;
    padding: 10px 28px;
}

.pagination ul button {
    padding: 10px 18px;
}

.userList span {
    color: white;
    font-size: 18px;
    font-weight: 200;
}

.tableOuter p {
    /* text-align: center; */
    font-size: 22px;
    color: white;
}

.usrDtlTbl {
    display: flex;
    align-items: center;
    gap: 20px;
}

.usrDtlTbl img {
    width: 25px;
}

img.img-fluid.userIcoTb {
    width: 42px;
    height: 42px;
    border-radius: 46px;
}

.tableOuter tr td {
    padding: 10px 15px;
}

.tableOuter tr th {
    padding: 10px 15px;
}

section.StudentMainsection h1.stdExpHead {
    text-align: center;
    font-size: 80px;
    color: #9FA7C2;
    font-weight: 300;
    padding-bottom: 20px;
}

.studContScrl {
    background: #B8C7FD;
    padding: 100px 0;
}

.stnData {
    border: 1px solid #171826;
    padding: 70px 20px;
    border-radius: 40px;
}

.stnData p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}

.challangeCont {
    min-height: 100%;
    padding-bottom: 40px;
    background: linear-gradient(119deg, rgb(29, 83, 167) 0%, rgb(13, 22, 101) 21%, rgb(54, 32, 151) 51%, rgb(11, 11, 88) 86%);
}

.chalngHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.leftHed {
    display: flex;
    align-items: center;
    gap: 30px;
}

.chlngSearch {
    position: relative;
    width: 210px;
}

.chlngSearch img {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 20px;
}

.crtFut {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: max-content;
}

.crtFut1 {
    margin: auto;
    text-align: center;
    width: max-content;
}
.crtFut button {
    background: #09e7f9;
    border: none;
    font-size: 28px;
    padding: 10px 30px;
    color: #2d2d2d;
    border-radius: 50px;
    box-shadow: 2px 7px 16px #22373a;
}
.crtFut1 button {
    background: #09e7f9;
    border: none;
    font-size: 28px;
    padding: 10px 30px;
    color: #2d2d2d;
    border-radius: 50px;
    box-shadow: 2px 7px 16px #22373a;
}

.chlngSearch input {
    min-height: 40px;
    background: transparent;
    border: 1px solid #E0E0F0;
    border-radius: 30px;
    width: 100%;
    padding: 5px 35px 5px 10px;
    outline: none;
    font-family: "neon", Arial, sans-serif;
    color: #ada9f0;
    font-size: 18px;
}

section.StudentMainsection.teacherExp {
    background: #08070E;
}

.studContScrl.teacherExpCont {
    background: #C5B0F8;
}

.chalDrop select {
    background: transparent;
    border: none;
    color: #ada9f0;
    font-size: 18px;
    font-family: "neon", sans-serif;
}

.chlGridCont {
    display: flex;
    gap: 30px;
    flex-flow: wrap;
}

.chlGrd {
    position: relative;
    width: calc(50% - 15px);
}

.chlOverlay {
    position: relative;
}

.chlngData {
    display: flex;
    position: absolute;
    top: 0;
    flex-direction: column;
    padding: 30px;
    max-width: 100%;
    min-width: 100%;
}

.chlngData img {
    max-height: 150px;
    object-fit: fill;
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
}

.studContScrl.rewardSecCont {
    background: #E5FDFD;
}

section.StudentMainsection.teachCust {
    background: #0a030f;
}

.challangeCont.teachCustCOnt {
    background: linear-gradient(0deg, rgb(12, 231, 190) 0%, rgb(0, 4, 3) 100%);
}

.challangeCont.teachCustCOnt .chalDrop select {
    color: #11f6c1;
}

.chlngData p {
    font-size: 22px;
    color: #09E7F9;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

.chlOverlay h2 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 6%;
    text-align: center;
    font-size: 20px;
    color: #09E7F9;
}

.chlBtsn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.chlBtsn .buttonOuter {
    width: 100%;
    background: transparent linear-gradient(135deg, #00FDFF 0%, #22C2FF 4%, #408FFF 8%, #5A63FF 12%, #703FFF 16%, #8023FF 20%, #8C0FFF 24%, #9303FF 28%, #9600FF 32%, #00FDFF 65%, #22C2FF 69%, #408FFF 73%, #5A63FF 78%, #703FFF 82%, #8023FF 87%, #8C0FFF 91%, #9303FF 96%, #9600FF 100%) 0% 0% no-repeat padding-box;
    border: none;
    padding: 3px;
}

.buttonOuter button {
    width: 100%;
    background: transparent linear-gradient(135deg, #185E93 0%, #175D92 0%, #0F4478 14%, #083064 29%, #032255 46%, #001A4D 66%, #00184B 100%) 0% 0% no-repeat padding-box;
    border: none;
    color: white;
    padding: 4px 0;
}

.chlBtsn {
    margin-top: 10px;
}

.buttonOuter p {
    text-transform: uppercase;
    letter-spacing: 0.73px;
    color: #09E7F9;
}

.buttonOuter span {
    letter-spacing: 0.52px;
    color: #FFFFFF;
}

section.aboutUsSection {
    position: relative;
    /* background: rgba(0, 0, 0, 0.9921568627); */
    isolation: isolate;
    overflow: hidden;
    background: transparent radial-gradient(closest-side at 50% 50%, #0C245E 0%, #13151D 100%) 0% 0% no-repeat padding-box;
}

img.lftImg.img-fluid {
    width: 240px;
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: -1;
}

img.rghImg.img-fluid {
    width: 240px;
    position: absolute;
    left: -100px;
    top: -100px;
}

.logoHead {
    text-align: center;
    margin-bottom: 30px;
}

.logoHead img {
    width: 120px;
}

.aboutUsCont {
    padding: 80px 0;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

@media (max-width: 1440px) {
    .aboutUsCont {
        max-width: 1080px;
    }
}

@media (max-width: 1280px) {
    .aboutUsCont {
        max-width: 992px;
    }
}

@media (max-width: 992px) {
    .aboutUsCont {
        max-width: 992px;
    }
}

h1.abtHed {
    letter-spacing: 1.88px;
    color: #11F6C1;
    font-size: 75px;
    text-align: center;
    font-weight: 300;
    margin: 40px 0px;
}

p.abtPara {
    font-size: 22px;
    text-align: center;
    color: #BEFEF5;
    font-weight: 400;
    margin-bottom: 30px;
}

li.abtPara {
    font-size: 22px;
    /* text-align: center; */
    color: #BEFEF5;
    font-weight: 400;
    margin-bottom: 30px;
}

.partners {
    margin-top: 70px;
}

.prntGridCont {
    border: 1px solid #00FFFF;
    border-radius: 40px;
    padding: 60px 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.prtGrd {
    width: calc(25% - 15px);
}

.prtGrd img {
    width: 145px;
    margin: auto;
    display: block;
}

.bigContactBtn {
    background: transparent linear-gradient(180deg, #11F6C1 0%, #12A281 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 40px 0px;
}

.bigContactBtn button {
    background: transparent linear-gradient(180deg, #11F6C1 0%, #12A281 100%) 0% 0% no-repeat padding-box;
    box-shadow: 9px 16px 79px rgba(4, 36, 29, 0.7490196078);
    border: 1px solid rgba(6, 179, 107, 0.4117647059);
    border-radius: 30px;
    width: 100%;
    min-height: 75px;
    text-align: center;
    letter-spacing: 1.88px;
    color: #010E2C;
    font-size: 32px;
}

.contNumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
}

.contNumbs a p {
    text-align: center;
    letter-spacing: 1.04px;
    color: #FFFFFF;
    font-size: 22px;
}

section.profileMainSection {
    background: transparent radial-gradient(closest-side at 50% 50%, #0C245E 0%, #13151D 100%) 0% 0% no-repeat padding-box;
    height: -webkit-fill-available;
}

.profleCotainer {
    display: flex;
    gap: 50px;
}

.logoSide img {
    width: 130px;
}

.sideGrids {
    background: rgba(0, 0, 0, 0.3803921569);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 10px;
}

.sideGrids ul {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.sideGrids ul li button {
    width: 40px;
    /* height: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    outline: none;
    border: none;
}

.prSideBar {
    padding: 30px 0;
    min-width: 110px;
}

.sideGrids {
    margin-top: 30px;
}

.profileDetailsCont {
    width: 100%;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 240px;
    background: linear-gradient(180deg, rgb(0, 0, 0) 7%, rgb(16, 57, 69) 39%, rgb(18, 65, 79) 62%, rgb(32, 49, 97) 90%);
}

.prfMainGrid {
    width: 100%;
}

.progMain:before {
    content: "";
    background: url(/new_assets/images/grnFlag.png);
    height: 45px;
    width: 45px;
    position: absolute;
    background-size: contain;
    right: -27px;
    top: -40px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
}

span.ranked {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 28px;
}

.prgMainOl {
    position: relative;
}

.userDtls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.userDtls img {
    width: 100px;
}

.usrCnntgrd {
    display: flex;
    align-items: center;
    gap: 10px;
}

.usrCnntgrd img {
    width: 25px;
}

.usrCnntc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.usrCnntgrd p {
    color: #EEF3FD;
    font-size: 14px;
    margin-bottom: 0rem !important;
}

.usrContents h2 {
    color: #00FFD4;
    font-size: 22px;
    margin-bottom: 8px;
}

.usrContents p {
    color: #EEF3FD;
    font-size: 14px;
    margin-bottom: 0rem !important;
}

@-webkit-keyframes growProgressBar {
    0%,
    33% {
        --pgPercentage: 0;
    }
    100% {
        --pgPercentage: var(--value);
    }
}

@keyframes growProgressBar {
    0%,
    33% {
        --pgPercentage: 0;
    }
    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

div[role=progressbar] {
    --size: 12rem;
    --fg: #0DF2BE;
    --bg: gray;
    --pgPercentage: var(--value);
    -webkit-animation: growProgressBar 3s 1 forwards;
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, #0c1838 80%, transparent 0 99.9%, #0c1838 0), conic-gradient(var(--fg) calc(1 * 100%), rgba(255, 255, 255, 0.0509803922) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: #0DF2BE;
}

div[role=progressbar]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage);
}


/* demo */

.challangeGridCont {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    justify-content: center;
}

.chalngProgGrid {
    background: rgba(0, 0, 0, 0.231372549);
    border-radius: 30px;
    padding: 30px;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.chaRward img {
    max-width: 300px;
    margin: auto;
}

.chalngProgGrid h3 {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

.chaRward {
    position: relative;
    display: flex;
    align-items: center;
    width: 33%;
}

.rwrds {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 75px;
    text-align: center;
    font-size: 20px;
}

.rwrds h5 {
    font-size: 36px;
}

.rwrds p {
    font-size: 18px;
}

.rankProgress {
    background: transparent linear-gradient(170deg, #2CA289 0%, #0DF2BE 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 20px;
    margin: 30px 0px;
}

.rankProgress h2 {
    font-size: 18px;
}

.prgMainOl {
    width: 100%;
    background: #1B1464;
    height: 8px;
    border-radius: 20px;
    margin-top: 30px;
}

.progMain {
    /* width: 20%; */
    background: #10D6A8;
    height: inherit;
    border-radius: 20px;
    position: relative;
}

.progMain:after {
    height: 20px;
    width: 20px;
    background: #1bd6ab;
    position: absolute;
    content: "";
    border-radius: 31px;
    top: -5px;
    right: 0;
    box-shadow: 0px 0px 2px #3a3a3a;
}

section.profileMainSection {
    height: auto;
}

.instCont {
    display: flex;
    gap: 30px;
}

.intrests {
    background: #2764A1;
    text-align: center;
    min-width: 230px;
    padding: 20px;
    border-radius: 20px;
}

.hotlit {
    background: rgb(39, 100, 161);
    background: linear-gradient(0deg, rgb(39, 100, 161) 0%, rgb(0, 60, 50) 100%);
    padding: 20px;
    border-radius: 30px;
}

.hotlit h4 {
    color: #FFFFFF;
    font-size: 22px;
}

.hotlit p {
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 20px;
    line-height: 22px;
}

.intrests h4 {
    color: white;
    font-size: 22px;
    margin-bottom: 10px;
}

.intrests p {
    color: #30FFD0;
    padding: 2px 0;
}

.challngBoxCont {
    display: flex;
    gap: 30px;
    margin: 30px 0px;
}

.chlngBoxs {
    width: 100%;
    background: transparent linear-gradient(0deg, #2FF5D4 0%, #196352 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    border-radius: 30px;
    min-height: 236px;
}

.chlngBoxs h3 {
    font-size: 22px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.chlngStatus {
    border-bottom: 1px solid black;
    min-height: 35px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chlngStatus p {
    font-size: 14px;
}

.chlngStatus span {
    color: #FF0000;
}

.sideBar {
    width: 32px;
    display: flex;
}

.loginCont {
    position: relative;
    isolation: isolate;
}

.loginCont:before {
    border-radius: 80px;
    background: rgba(0, 0, 0, 0.8705882353);
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.sndRe {
    text-align: center;
    margin-top: 30px;
}

.sndRe p {
    font-size: 14px;
    color: #3BAF96;
    margin-top: 10px;
    padding: 0 100px;
    margin-bottom: 10px;
}

.sndRe a {
    font-size: 14px;
    color: #3BAF96;
    margin-top: 10px;
    padding: 0 100px;
    text-decoration: underline;
}

.contNumbs a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contNumbs a img {
    width: 22px;
    filter: drop-shadow(0px 2px 2px black);
}

.sideBarFull {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 170px;
    background: rgb(39, 100, 161);
    background: linear-gradient(0deg, rgb(39, 100, 161) 0%, rgb(0, 60, 50) 100%);
}

.sideBarFull ul {
    padding: 40px 0;
}

.sideBarFull ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.sideBarFull ul li button {
    background: transparent;
    border: none;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sideBarFull ul li button img {
    padding: 3px;
}

.sideLogoMi {
    width: 100px;
    margin-bottom: 50px;
}

.sideBarFull ul {
    padding: 50px 10px;
}

.sideBar img {
    cursor: pointer;
}

footer.foot {
    background: #030908;
}

.footdatcont {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footLogo h5 {
    letter-spacing: 1.88px;
    color: #11F6C1;
    font-size: 22px;
    text-align: center;
    font-weight: 300;
}

.footSocial ul li a {
    text-decoration: none;
    display: flex;
}

.footSocial ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footSocial ul li a img {
    filter: invert(1);
    cursor: pointer;
}

section.profileMainSection.profileTeacher .progMain:before {
    content: "";
    background: url(/new_assets/images/fl3.png);
    height: 45px;
    width: 45px;
    position: absolute;
    background-size: contain;
    right: -27px;
    top: -40px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
}

section.pegMainsection.techPegSec {
    padding: 0;
    background-image: none;
    background-color: #000000;
    padding-bottom: 40px;
}


section.pegMainsection.techPegSec .pegTableCont {
    border-color: #0DF2BE;
    background: #295B4B;
}

section.pegMainsection.techPegSec .pgTbHd {
    border-color: rgb(12, 231, 190);
    background: rgb(3, 67, 56);
    color: rgb(12, 231, 190);
}

section.pegMainsection.techPegSec .tableOuter table th h3 {
    color: rgb(12, 231, 190);
}

section.pegMainsection.techPegSec .tblSearch input {
    background: #0df2be;
}

.studContScrl.schExpCont {
    background: #94E4D5;
}

section.challangesSection {
    background: rgb(12, 231, 190);
    background: linear-gradient(0deg, rgb(12, 231, 190) 0%, rgb(0, 4, 3) 80%);
    padding: 80px 0 100px 0px;
}

.watxTable tr th {
    border-right: 3px solid #242424;
}

.watxTable tr th:last-child {
    border: none;
}

.watex {
    background: #79F7D2;
    border-radius: 30px;
    overflow: auto;
}

.watexHead {
    background: #17705D;
}

.watexHead h3 {
    color: #0CE7BE;
    font-size: 28px;
    padding: 20px 30px;
}

.watxList {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px;
}

.wtxenroll {
    margin: auto;
    min-width: 0px !important;
}

.wtxTabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.wtxTabs button {
    width: 100%;
    background: transparent;
    border: none;
    border-right: 1px solid black;
    font-size: 18px;
    color: black;
    /* border-bottom: 3px solid transparent; */
    padding: 5px 10px;
    position: relative;
    bottom: 2px;
}

.buttonActive :hover::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 95%;
    background: black;
    height: 4px;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.buttonActive {
    border-bottom: 5px solid black !important;
}

.buttonTxt {
    display: flex;
    justify-content: center;
    padding: 15px;
}
.feedbackSelect {
    /* border-radius: 15px !important; */
    width: 100% !important;
    min-height: 60px !important;
    background: rgba(20, 53, 52, 0.431372549) !important;
    /* border-radius: 20px; */
    border: 1px solid #11F6C1 !important;
    outline: none !important;
    color: #11F6C1 !important;
    letter-spacing: 0.83px !important;
    padding: 20px 12px 12px 20px !important;
    font-size: 16px !important;
    font-family: "neon", sans-serif !important;
}
.formbuilder-radio-group-label span{
    color: #11F6C1 !important;
}
.signupSelect {
    border-radius: 15px !important;
    width: 100% !important;
    min-height: 60px !important;
    background: rgba(20, 53, 52, 0.431372549) !important;
    /* border-radius: 20px; */
    border: 1px solid #11F6C1 !important;
    outline: none !important;
    color: #11F6C1 !important;
    letter-spacing: 0.83px !important;
    padding: 20px 12px 12px 50px !important;
    font-size: 16px !important;
    font-family: "neon", sans-serif !important;
}

.signupSelect .search {
    /* top: 10px !important; */
    margin-left: 40px;
    padding: 0.67857143em 2.1em 0.67857143em 0.5em !important;
}

.ui.fluid.dropdown>.dropdown.icon {
    float: right;
    margin-top: -2px !important;
}
.profile .default.text{
    background: transparent !important;
    color: #A8A7FF !important;
}
.fdbf .default.text{
    color: #11F6C1 !important;
}
/* .default {
    color: #11F6C1 !important;
} */

.wataxData p {
    margin-bottom: 15px;
    font-size: 16px;
}

.wtxGrid {
    width: calc(50% - 30px);
}

.wtxenroll {
    border-radius: 16px;
    border: 1px solid #082B24;
    min-width: 300px;
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.wtxenroll p {
    font-size: 18px;
    color: #17705D;
}

.wtxenroll button {
    background: #0D6A57;
    border: none;
    color: #0CE7BE;
    padding: 5px 20px;
    font-size: 18px;
}

.wtxGrid {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
}

.wtxGrid p {
    color: #17705D;
    font-weight: 500;
}

.wtxGrid strong {
    color: #17705D;
    font-weight: 500;
}

.watxTable {
    margin-top: 50px;
    border: 8px solid #17705D;
    background: transparent linear-gradient(122deg, #30FFD0 0%, #30FFD0 0%, #30FFD0 32%, #2764A1 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    padding: 30px;
    min-height: 400px;
}

.watxTable table {
    width: 100%;
    font-size: 28px;
}

section.challangesSection.forStudentChllng {
    background: linear-gradient(47deg, rgb(21, 16, 86) 0%, rgb(48, 30, 124) 25%, rgb(45, 43, 129) 63%, rgb(40, 129, 176) 97%);
}

section.challangesSection.forStudentChllng .breadcrumbs p {
    color: #9896FA;
}

section.challangesSection.forStudentChllng .watexHead {
    background: #252367;
}

section.challangesSection.forStudentChllng .watex {
    background: #A8A7FF;
}

section.challangesSection.forStudentChllng .wtxGrid strong {
    color: #002252;
}

section.challangesSection.forStudentChllng .wtxGrid p {
    color: #4846BC;
}

section.challangesSection.forStudentChllng .wtxenroll button {
    background: #152F70;
    color: #a8a7fd;
}

section.challangesSection.forStudentChllng .wtxenroll p {
    color: #4846BC;
}

section.challangesSection.forStudentChllng .watxTable {
    border-color: #3A3EA6;
    background: #A8A7FF;
}

section.challangesSection.forStudentChllng .watexHead h3 {
    color: #9896FA;
}

.breadcrumbs {
    gap: 10px;
    display: flex;
    /* align-items: center; */
    margin: 0 0px 30px 40px;
    cursor: pointer;
}

.breadcrumbs svg {
    width: 12px;
}

.bredWithUser {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.breadcrumbs.absBred {
    margin: 0;
}

.editProfile {
    padding: 100px 30px 30px 30px;
    border: 10px solid #3c3ab5;
    border-radius: 30px;
    margin-top: 100px;
    background: #172F66;
    box-shadow: inset 0px 0px 14px rgba(0, 0, 0, 0.23);
    position: relative;
    margin-bottom: 100px;
}


.imageUpload {
    text-align: center;
}

.profileInputsGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.inputFomr {
    width: calc(50% - 25px);
    position: relative;
}

.inputFomr input {
    width: 100%;
    min-height: 50px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 2px solid #A8A7FF;
    padding: 8px 8px 8px 40px;
    color: #A8A7FF;
    font-size: 18px;
}

.inputFomr img {
    position: absolute;
    left: 5px;
    width: 22px;
    top: 15px;
}

.inputFomr.inptSelect select {
    background: transparent;
    outline: none;
    border: none;
    width: 100%;
    min-height: 50px;
    padding-left: 41px;
    border-bottom: 2px solid #A8A7FF;
    color: #A8A7FF;
    font-size: 16px;
}

.inputFomr.fullWidthInpt {
    width: 100%;
}

img.img-fluid.classCls {
    position: absolute;
    right: 8px;
    left: inherit;
    cursor: pointer;
}

.inputFomr.fullWidthInpt input {
    padding-right: 40px;
}

section.aboutUsSection.forTeacher {
    background: rgb(12, 231, 190);
    background: linear-gradient(0deg, rgb(12, 231, 190) 0%, rgb(0, 4, 3) 80%);
}

section.aboutUsSection.forTeacher .editProfile {
    border-color: #0DF2BE;
    background: #295B4B;
}

section.aboutUsSection.forTeacher .buttonUpload button {
    background: transparent linear-gradient(84deg, #79f3bf 0%, #11a777 100%) 0% 0% no-repeat padding-box;
}

section.aboutUsSection.forTeacher .inputFomr input {
    border-color: #0DF2BE;
}

section.aboutUsSection.forTeacher .inputFomr.inptSelect select {
    border-color: #0DF2BE;
    color: #0DF2BE;
}

.buttonUpload {
    margin-top: 30px;
    display: flex;
    justify-content: right;
    position: relative;
}

button.addMoreBnsk {
    background: transparent !important;
    border: 1px solid #A8A7FF !important;
    width: 200px;
    position: absolute;
    left: 40px;
    height: 100%;
    color: #A8A7FF !important;
    font-size: 18px;
}

.buttonUpload {
    margin-top: 50px;
}

.buttonUpload button {
    background: transparent linear-gradient(84deg, #6DC0FC 0%, #4652FA 100%) 0% 0% no-repeat padding-box;
    color: #090B0D;
    padding: 18px 40px;
    font-size: 18px;
    border: none;
    border-radius: 14px;
}

.uploadBtn {
    position: relative;
    cursor: pointer;
}

.uploadBtn input {
    position: absolute;
    opacity: 0;
}

.bredWithUser {
    padding-left: 60px;
    margin-top: 20px;
}

.bredWithUser.blueOne .breadcrumbs p {
    color: #9896fa;
}

.usrDrop {
    cursor: pointer;
}

.usrDrop img {
    width: 45px;
}

.usrDrop ul {
    display: none;
    position: absolute;
}

.usrDrop {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 2px;
}

.usrDrop span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bredWithUser.blueOne .usrDrop span {
    color: #9896fa;
}

.usrDrop span img {
    width: 12px;
}

.usrDrop:hover ul {
    display: flex;
    position: absolute;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* bottom: -103px; */
    width: 150px;
    right: -5px;
    top: 45px;
}

.usrDrop span {
    color: #30FFD0;
}

.usrDrop:hover ul {
    background: #30FFD0;
}

.restBtsn {
    display: flex;
    gap: 10px;
}

.restBtsn button {
    min-width: 80px;
    border: 1px solid #ada9f0;
    background: transparent;
    color: #ada9f0;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
}

button.rest {
    color: #001A4D;
    background: #918BFF;
}

.tblSearch :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #918BFF;
}

.tblSearch ::-moz-placeholder {
    color: #918BFF;
}

.tblSearch ::placeholder {
    color: #918BFF;
}

section.pegMainsection.techPegSec .tblSearch :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #30FFD0;
}

section.pegMainsection.techPegSec .tblSearch ::-moz-placeholder {
    color: #30FFD0;
}

section.pegMainsection.techPegSec .tblSearch ::placeholder {
    color: #30FFD0;
}

section.pegMainsection.techPegSec .tblSearch input {
    background: #09A07F;
}

.chlngSubBtnsTabs {
    margin-bottom: 30px;
    display: flex;
}

.imageUpload {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 15px;
    margin-bottom: 80px;
}

.uploadBtn img {
    width: 35px !important;
}

.imageUpload img {
    width: 100px;
}

.profileInputsGrid {
    width: 92%;
    margin: auto;
    gap: 50px;
}

section.aboutUsSection :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C1C1FF;
}

section.aboutUsSection ::-moz-placeholder {
    color: #C1C1FF;
}

section.aboutUsSection ::placeholder {
    color: #C1C1FF;
}

section.aboutUsSection.forTeacher :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #30FFD0;
}

section.aboutUsSection.forTeacher ::-moz-placeholder {
    color: #30FFD0;
}

section.aboutUsSection.forTeacher ::placeholder {
    color: #30FFD0;
}

.challangeCont.teachCustCOnt button.midButn {
    background: transparent linear-gradient(84deg, #0DF2BE 0%, #2D8274 100%) 0% 0% no-repeat padding-box;
    color: #090B0D;
}

.challangeCont.teachCustCOnt .chlngSubBtnsTabs button {
    color: #0CE7BE;
    border-color: #0CE7BE;
}

.challangeCont.teachCustCOnt button.rest {
    background: transparent linear-gradient(84deg, #00FFD4 0%, #24A38E 86%, #2A9482 100%) 0% 0% no-repeat padding-box;
}

.challangeCont.teachCustCOnt .restBtsn button {
    color: #0CE7BE;
    border-color: #0CE7BE;
}

.closeBtns {
    width: 12px;
    right: 15px;
    position: absolute;
    top: 15px;
    filter: invert(1);
    cursor: pointer;
}

.chlngSubBtnsTabs button {
    width: 33.33%;
    background: transparent;
    border: 1px solid #B9B8FF;
    color: #C1C1FF;
    font-size: 24px;
    padding: 18px 10px;
}

button.midButn {
    background: transparent linear-gradient(84deg, #6DC0FC 0%, #4652FA 100%) 0% 0% no-repeat padding-box;
    color: #090B0D;
}

.chlngSubBtnsTabs button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.chlngSubBtnsTabs button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.usrDrop ul li {
    border-bottom: 1px solid #000000;
    width: 100%;
    text-align: center;
    padding: 8px 5px;
    font-size: 14px;
}

.bredWithUser.blueOne .usrDrop ul {
    background: #b8c7fd;
}

.bredWithUser.blueOne .usrDrop ul li p {
    color: rgb(12, 36, 94);
}

.breadcrumbs p {
    font-size: 24px;
    color: #0CE7BE;
}

#body-overlay {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    overflow: hidden;
    /* background: rgba(0, 0, 0, 0.5); */
}

.real-menu {
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 4;
    /* width: 300px; */
    height: 100%;
    /* padding: 0.5rem 1rem; */
    box-shadow: 0 6px 12px rgba(107, 82, 82, 0.3);
    /* background-color: white; */
    /* box-sizing: border-box; */
    transition: ease 0.2s all;
}

body.menu-open #body-overlay {
    display: block;
}

body.menu-open .real-menu {
    left: 0;
}

section.profileMainSection.profileTeacher .profileDetailsCont {
    background: transparent linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}

section.profileMainSection.profileTeacher div[role=progressbar] {
    --fg: #33A3D9;
    color: #4E83ED;
}

section.profileMainSection.profileTeacher .chalngProgGrid h3 {
    color: #4E83ED;
}

section.profileMainSection.profileTeacher .rankProgress {
    background: #2764A1;
}

section.profileMainSection.profileTeacher .hotlit {
    background: #2764A1;
}

section.profileMainSection.profileTeacher .intrests p {
    color: #4E83ED;
}

section.profileMainSection.profileTeacher .intrests h4 {
    color: #1DD1E3;
}

section.profileMainSection.profileTeacher .hotlit h4 {
    color: #00FFD4;
}

section.profileMainSection.profileTeacher .hotlit p {
    color: #74BAFF;
}

section.profileMainSection.profileTeacher .chlngBoxs {
    background: rgb(87, 94, 233);
    background: linear-gradient(0deg, rgb(87, 94, 233) 3%, rgb(66, 160, 254) 90%);
}

section.profileMainSection.profileTeacher .chlngBoxs h3 {
    color: #020B1B;
}

.chlngsGridsGreen {
    background: transparent linear-gradient(98deg, #2CD1B5 0%, #24D2B1 44%, #19D4AD 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 15px;
    padding: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.lftsNIO p {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 8px;
}

.lftsNIO span {
    font-size: 20px;
    color: #4846BC;
}

.chlngsGridsGreen button {
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 18px;
    border: none;
    background: transparent linear-gradient(180deg, #6DC0FC 0%, rgba(70, 82, 250, 0.2) 100%) 0% 0% no-repeat padding-box;
}

button.expried {
    color: #FF1A00;
    background: transparent linear-gradient(180deg, #00FFD4 0%, rgba(39, 100, 161, 0.2901960784) 100%) 0% 0% no-repeat padding-box;
}

.chalngBlue {
    background: transparent linear-gradient(183deg, #5565EB 0%, #4F5EDB 61%, #2B3376 100%) 0% 0% no-repeat padding-box;
    padding: 12px;
    display: flex;
    justify-content: space-between;
}

.chalngBlue .lftsNIO span {
    color: #30FFD0;
}

.lobing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lobing p {
    color: #141313;
    font-size: 18px;
}

.lobing button {
    border: none;
    background: transparent;
    color: #00ffd4;
    font-size: 18px;
}

.challangeCont.teachCustCOnt .restBtsn button.rest {
    color: black;
}

.challangeCont.teachCustCOnt .chlngSearch ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #11F6C1;
    opacity: 1;
    /* Firefox */
}

.challangeCont.teachCustCOnt .chlngSearch :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #11F6C1;
    opacity: 1;
    /* Firefox */
}

.challangeCont.teachCustCOnt .chlngSearch ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #11F6C1;
    opacity: 1;
    /* Firefox */
}

.challangeCont.teachCustCOnt .chlngSearch :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #11F6C1;
}

.chlngSearch ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #918BFF;
    opacity: 1;
    /* Firefox */
}

.chlngSearch :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #918BFF;
    opacity: 1;
    /* Firefox */
}

.chlngSearch ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #918BFF;
    opacity: 1;
    /* Firefox */
}

.chlngSearch :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #918BFF;
}

.chlngSearch ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #918BFF;
}

.bigContactBtn button {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    justify-content: space-between;
}

.bigContactBtn button span {
    font-size: 22px;
}

.contNumbs {
    margin-top: 0;
}

.contNumbs a p {
    font-size: 18px;
    color: #001345;
}

span.challnageFeePaid {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background: #090B0D;
    width: 65px;
    text-align: center;
    color: #4983FF;
    text-transform: uppercase;
    font-size: 16px;
    padding: 2px 2px;
}

section.profileMainSection.teacherSubmit {
    background: transparent radial-gradient(closest-side at 50% 50%, #47957D 0%, #275847 100%) 0% 0% no-repeat padding-box;
}

.TeacherSbumit-right {
    width: 100%;
    padding-top: 160px;
}

.backRd {
    display: flex;
    /* align-items: center; */
    gap: 10px;
}

.backRd svg {
    width: 10px;
}

.backRd p {
    color: #00FFD4;
    font-size: 22px;
}

.dlTable {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.2901960784);
    border-radius: 10px;
}

.gbHead {
    background: #00FFD4;
    border-radius: 10px;
    padding: 30px 30px;
}

.gbHead h3 {
    color: #020B1B;
    font-size: 32px;
}

.dlTable table {
    width: 100%;
}

.tblsun {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.tblsun p {
    font-size: 22px;
    color: white;
}

.dashSubmit {
    margin: 50px 0px;
}

.dashSubmit {
    background: #449077;
    border-radius: 20px;
    padding: 40px;
}

.subTextAreaCont {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.InBoxSub h3 {
    font-size: 22px;
    color: white;
    margin-bottom: 10px;
}

.InBoxSub textarea {
    background: #74AAA9;
    width: 100%;
    height: 50px;
    font-size: 22px;
    padding: 8px;
    outline: none;
}

.upDop {
    margin-top: 30px;
}

.upDop p {
    color: #00FFD4;
    font-size: 20px;
}

.upBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
}

.upBtns button {
    min-width: 115px;
    padding: 10px 5px;
    background: transparent;
    border: 1px solid #30ffd0;
    color: white;
    font-size: 18px;
    border-radius: 10px;
}

.btusGip {
    display: flex;
    gap: 10px;
}

.upBtns p {
    margin-top: 10px;
}

button.upBtnSbmt {
    background: #13d9ab;
    color: black;
}

section.profileMainSection.studentSubmitChallange .gbHead {
    background: #5661EA;
}

section.profileMainSection.studentSubmitChallange .dashSubmit {
    background: #1A3356;
}

section.profileMainSection.studentSubmitChallange .InBoxSub textarea {
    background: #7DB1CD;
}

section.profileMainSection.studentSubmitChallange .backRd svg path {
    fill: #8F8DF6;
}

section.profileMainSection.studentSubmitChallange .backRd p {
    color: #8F8DF6;
}

section.profileMainSection.studentSubmitChallange .upDop p {
    color: #74BAFF;
}

section.profileMainSection.studentSubmitChallange .upBtns button {
    border-color: #74BAFF;
}

section.profileMainSection.studentSubmitChallange button.upBtnSbmt {
    background: #74BAFF;
}

.keyImg {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.tblsun img {
    width: 35px;
}

.tblsun {
    padding: 25px 35px;
}

@media (max-width: 767px) {
    .logoMain img {
        width: 130px;
        display: block;
        margin-right: auto;
        margin-left: 18px;
    }
    .watexHead h3 {
        font-size: 18px;
    }
    .wtxGrid p {
        font-size: 14px;
    }
    .wtxGrid img {
        width: 30px;
    }
    .watxList {
        gap: 15px;
    }
    .wtxenroll p {
        font-size: 14px;
    }
    .wtxenroll {
        min-width: auto;
    }
    .watxTable table {
        font-size: 16px;
    }
    .popUpHome .popData {
        flex-wrap: wrap;
        padding: 20px;
    }
    .popUpHome {
        left: 70%;
    }
    h1.abtHed {
        font-size: 38px;
    }
    p.abtPara {
        font-size: 16px;
    }
    .bigContactBtn button {
        font-size: 18px;
        min-height: 50px;
    }
    .bigContactBtn {
        padding: 10px 10px;
    }
    .contNumbs {
        flex-wrap: wrap;
    }
    section.StudentMainsection h1.stdExpHead {
        font-size: 32px;
    }
    .chalngHeader {
        flex-wrap: wrap;
    }
    .chlngSearch {
        width: 120px;
    }
    .leftHed {
        gap: 10px;
    }
    .chlGridCont {
        flex-wrap: wrap;
    }
    .chlngData p {
        font-size: 14px;
    }
    .chlOverlay h2 {
        font-size: 16px;
        bottom: 12px;
    }
    .loginCont {
        padding: 40px 14px;
        width: 95%;
    }
    .loginInner h1 {
        font-size: 16px;
    }
    .inpForm input {
        min-height: 50px;
    }
    .inpForm img {
        top: 16px;
    }
    .formSubmit button {
        padding: 10px 5px;
    }
    .socialBtn {
        flex-wrap: wrap;
    }
    .usrSlBtn {
        flex-wrap: wrap;
        justify-content: end;
        align-items: center;
    }
}


/* @media (min-width: 1200px) {
    .container {
        max-width: 1600px !important;
    }
} */

.scintrestsWidth {
    width: 100%;
    text-align: start;
}

.achievement {
    width: 100%;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #000;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
    color: rgb(255, 225, 0);
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: #000;
    text-shadow: 0 0 5px rgb(255, 225, 0);
}

.challengeDetails__review__head__btn {
    border-radius: 5px;
    background: linear-gradient(47deg, rgb(21, 16, 86) 0%, rgb(48, 30, 124) 25%, rgb(45, 43, 129) 63%, rgb(40, 129, 176) 97%);
    display: flex;
    font-family: inherit;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-align: center;
    color: #fff;
    width: 100%
}

@media only screen and (min-width:768px) {
    .challengeDetails__review__head__btn {
        width: auto
    }
}

.challengeDetails__review__maincard {
    border-radius: 10px;
    border: 2px solid #dcdcdc;
    /* background-color: #fff; */
    padding: 15px
}

.challengeDetails__review__maincard h3 {
    font-family: inherit;
    font-size: 2rem;
    line-height: 1.21;
    text-align: left;
    color: #333
}

.challengeDetails__review__maincard p {
    font-family: inherit;
    font-size: 1.6rem;
    line-height: 1.22;
    text-align: left;
    /* color: #8a8a8a */
}

.challengeDetails__review__maincard__body {
    font-family: inherit;
    font-size: 2rem;
    line-height: 1.21;
    text-align: left;
    color: #333
}

.challengeDetails__review__card {
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ededed;
    background-color: #fff;
    flex: 1
}

@media only screen and (min-width:768px) {
    .challengeDetails__review__card {
        flex: 0
    }
}

.challengeDetails__review__card__container {
    width: 100%
}

@media only screen and (min-width:768px) {
    .challengeDetails__review__card__container {
        width: auto
    }
}

.challengeDetails__review__card h3 {
    font-family: inherit;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #6610f2
}

.challengeDetails__review__card p {
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    color: #545454
}

.submitModal {
    overflow: hidden
}

.submitModal__header {
    width: 100%;
    background-color: #2499c2;
    padding: 15px;
    position: relative
}

.submitModal__header h5 {
    font-family: inherit;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: .79;
    text-align: center;
    color: #fff;
    flex: 1;
    opacity: .87
}

.submitModal__header img {
    opacity: .87
}

.submitModal__body img {
    width: 60%;
    height: auto
}

.submitModal__body h3 {
    font-family: "Edo", sans-serif;
    font-size: 4rem;
    margin-top: 20px
}

.submitModal__body h3,
.submitModal__body h6 {
    line-height: 1.2;
    letter-spacing: .4px;
    text-align: center;
    color: #333132;
    opacity: .87
}

.submitModal__body h6 {
    font-family: inherit;
    font-size: 2rem;
    margin-top: 14px
}

.submitModal__body button {
    padding: 12px 55px 12px 56px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .02);
    background-color: #2499c2;
    font-family: inherit;
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: .4px;
    text-align: center;
    color: #fff;
    margin: 40px 0 0
}

.challengeDetails__discussion__input {
    padding: 8px;
    border-radius: 20px;
    background-color: #f1f4fc;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5
}

.challengeDetails__discussion__input img {
    width: 32px;
    height: 32px
}

.challengeDetails__discussion__input input {
    padding: 0 12px;
    background-color: #f1f4fc;
    flex: 1;
    font-family: inherit;
    font-size: 2rem;
    line-height: 1.21;
    text-align: left;
    color: #333
}

.challengeDetails__discussion__input input::placeholder {
    color: rgba(51, 51, 51, .5)
}

.challengeDetails__discussion .challengeDetails__discussion__emoji {
    opacity: .5
}

.challengeDetails__discussion .challengeDetails__discussion__send {
    width: 45px;
    margin-left: 9px;
    height: 45px;
}

.challengeDetails__discussion__chat {
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.challengeDetails__discussion__chat__date {
    align-self: center;
    margin: 15px 0
}

.challengeDetails__discussion__chat__container h3,
.challengeDetails__discussion__chat__container p,
.challengeDetails__discussion__chat__date {
    font-family: inherit;
    font-size: 1.7rem;
    line-height: 1.21;
    text-align: left;
    color: #333
}

.challengeDetails__discussion__chat__container p {
    opacity: .7
}

.challengeDetails__discussion__chat__img {
    background: url(https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&ixid=eyJhcHBfaWQiOjEyMDd9&ixlib=rb-1.2.1&q=80&w=334) 50%/cover no-repeat;
    border-radius: 50%;
    width: 60px;
    height: 60px
}

.challengeDetails__discussion__chat__bubble {
    padding: 20px;
    font-family: inherit;
    font-size: 1.7rem;
    line-height: 1.21;
    text-align: left;
    color: #333;
    background: #e6f8ff;
    border-radius: 20px;
    border-top-left-radius: 0;
    margin: 10px 0
}

.challengeDetails__discussion__chat__bubble--user {
    align-self: flex-end;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    background: #d5f3c1
}

.challengeDetails__discussion__chat__bubble--reply {
    background: #f2f2f2
}

.challengeDetails__discussion__chat__container {
    max-width: 80%
}

.challengeDetails__discussion__chat__container--reply {
    margin-left: 10%;
    width: 70%
}

.login__forgotpass__checkbox {
    font-size: 2rem;
    margin: 4px 0;
    align-items: center
}

.login__forgotpass__checkbox__container {
    display: grid;
    grid-template-areas: "checkbox";
    align-items: center;
    margin-right: 10px
}

.login__forgotpass__checkbox__container>* {
    grid-area: checkbox
}

.login__forgotpass__checkbox__container input:checked+span>svg {
    transform: scale(1)
}

.login__forgotpass__checkbox input {
    opacity: 0;
    width: 1em;
    height: 1em
}

.login__forgotpass__checkbox span {
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    border-radius: .25em;
    border: .08em solid;
    padding: 2px
}

.login__forgotpass__checkbox span svg {
    transition: transform .1s ease-in 25ms;
    transform: scale(0);
    transform-origin: bottom left
}

.createProfile__main__card {
    padding: 17px 22px 27px 18px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    /* background-color: #fff */
}

.createProfile__main__card h5 {
    font-family: inherit;
    font-size: 2.1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: #333132;
    font-weight: 700;
    margin-bottom: 20px
}

.createProfile__main__checkboxform {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    margin-top: 10px
}

.createProfile__main__checkboxform label {
    margin-left: 10px
}

.login__forgotpass__label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333;
    margin-bottom: 0
}

.login__forgotpass__label,
.login__forgotpass__text {
    font-family: inherit;
    font-size: 1.6rem;
    line-height: 1.21
}

.test-div {
    width: 200px;
    margin-right: 13em;
}

.cropper {
    height: 200px;
    background: #DDD;
}

@media only screen and (min-width: 640px) {
    .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left,
    .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right {
        width: 50%;
    }
    .vicp-img-container,
    .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item.vicp-preview-item-circle {
        margin: 0 auto;
    }
    .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range {
        margin: 30px auto 10px;
    }
    .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item {
        float: none;
    }
    .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-operate {
        float: right;
        position: relative;
    }
}
.formbuilder-text input{
    border: 1px solid #11F6C1;
}
.formbuilder-textarea textarea{
    border: 1px solid #11F6C1;
}
.formbuilder-select select{
    border: 1px solid #11F6C1;
}
.formbuilder-textarea-label {
    /* margin-bottom: 1rem; */
    font-weight: 700 !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: white !important;
}

.formbuilder-textarea-label span {
    /* margin-bottom: 1rem; */
    font-weight: 700 !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: white !important;
}

.formbuilder-radio-group-label {
    /* margin-bottom: 1rem; */
    font-weight: 700 !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: white;
}

.formbuilder-radio-group-label font {
    /* margin-bottom: 1rem; */
    font-weight: 700 !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: white;
}

.formbuilder-text-label {
    /* margin-bottom: 1rem; */
    font-weight: 700 !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: white;
}

.formbuilder-textarea-label {
    /* margin-bottom: 1rem; */
    font-weight: 700 !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: white;
}

.formbuilder-checkbox-group-label {
    /* margin-bottom: 1rem; */
    font-weight: 700 !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: white;
}

.formbuilder-checkbox-group-label font {
    /* margin-bottom: 1rem; */
    font-weight: 700 !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: white;
}

.formbuilder-file-label {
    /* margin-bottom: 1rem; */
    font-weight: 700 !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: #11f6c1 !important;

}

.formbuilder-select-label {
    /* margin-bottom: 1rem; */
    font-weight: 700 !important;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: 1.05px;
    color: white;
}

.formbuilder-radio {
    color: white;
}

.formbuilder-checkbox {
    color: white;
}

.formbuilder-text .form-control {
    background: none transparent!important;
}

.formbuilder-select .form-control {
    background: none transparent!important;
}

.formbuilder-file .form-control {
    background: none transparent!important;
}

.formbuilder-textarea .form-control {
    background: none transparent!important;
}

.formbuilder-select-label span {
    font-size: 1.6rem !important;
}

.formbuilder-radio input[type="radio"] {
    display: block;
}

.formbuilder-radio {
    display: flex;
    align-items: baseline;
}

.formbuilder-radio-inline input[type="radio"] {
    display: block;
}

.selectdefault-style-profile {
    width: 100% !important;
    min-height: 60px !important;
    background: #14604b00 !important;
    /* border-radius: 20px !important; */
    /* border: 1px solid #11F6C1 !important; */
    padding: 20px 12px 12px 50px !important;
    outline: none !important;
    color: #A8A7FF !important;
    font-size: 16px !important;
    font-family: "neon" , sans-serif !important;
    letter-spacing: 0.83px !important;
    border-bottom: 2px solid #A8A7FF !important;
    border-color: #0DF2BE !important;
}

.studentprofileBorder {
    border-color: #A8A7FF !important;
}

.selectdefault-style-profile:focus {
    border: none !important;
    box-shadow: none !important;
}

.selectdefault-style-profile .search {
    /* top: 10px !important; */
    margin-left: 40px;
    padding: 0.67857143em 2.1em 0.67857143em 0.5em !important;
}

.teacherProfile {
    height: 100px;
    border-radius: 50%;
}

.headerImg {
    border-radius: 50% !important;
    height: 42px !important;
}

.addmore {
    background: transparent;
    border: 1px solid #A8A7FF;
    color: #A8A7FF;
    padding: 18px 40px;
    border-radius: 14px;
}

.rewardImg {
    display: flex;
    margin: auto;
}

.submitchl {
    margin: auto 2px;
}

.pegTableCont {
    min-height: 440px;
}

.chlOverlay h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
}

.interestBorder {
    padding: 10px;
    border: 1px solid azure;
}

.lidisc {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
}

.rendered-form p {
    color: white;
    font-size: 21px;
}

.wataxData ul li {
    list-style: disc !important;
}

.popUpHomenew {
    max-width: 115%;
    position: absolute;
    bottom: 115px;
    right: 30px;
}

.modal-content {
    position: initial !important;
}

.modal-body {
    position: initial !important;
}

@media (max-width: 576px) {
    .popUpHomenew {
        max-width: 100%;
        bottom: 90px;
        right: 9px;
    }
    .wdth {
        width: 80px;
    }
    .wdth2 {
        width: 100px;
    }
}

@media (min-width: 576px) {
    .modal-dialog2 {
        max-width: 100% !important;
        margin: 0;
    }
}

.popUpHomenew .popData {
    display: flex;
    background: rgba(24, 33, 80, 0.5882352941);
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 34px 38px 21px;
    gap: 30px;
    box-shadow: 0px 0px 4px rgba(19, 217, 171, 0.5019607843);
}

.popUpHomenew .popData .popGrids {
    background: rgba(99, 180, 179, 0.568627451);
    min-height: 130px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    width: 150px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.popUpHomenew .popData .popGrids:hover {
    background: #13D9AB;
}

.popUpHomenew .popData .popGrids p {
    font-size: 28px;
    text-transform: uppercase;
}

.indexPoup {
    align-items: center;
    /* display: flex; */
    justify-content: center;
}

.rendered-form .formbuilder-required,
.rendered-form .required-asterisk {
    color: red !important;
}

.newhomeButton{
    margin-top: 20px;
   margin-left: 100px;
}


.newhomeButton a {
    color: white;
}

.newhomeButton button {
    background: #7804CF;
    color: #13D9AB !important;
    border-radius: 100px;
    padding: 8px 20px;
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
}
/* @media screen and (min-width: 768px) {
    .mobileView {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .desktop {
        display: none;
    }
}

.mobileView {
    text-align: center;
    padding: 15px;
    font-size: 40px;
    width: 100%;
    padding-top: 300px;
}

@media screen and (max-width: 767px) {
    .mobileBg {
        background: radial-gradient(circle, rgb(12, 36, 94) 0%, rgb(19, 21, 29) 100%);
        color: white;
        height: 100vh;
    }
} */

