/* work start 9/5/25 */
.prjct-base-list-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.prjct-base-list-col {
    width: 25%;
    padding: 10px;
}

.prjct-base-list-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 28px;
    background: linear-gradient(175.71deg, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
}

.prjct-base-list-card figure {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    padding-top: 63%;
    border-radius: 12px;
    overflow: hidden;
}

.prjct-base-list-card figure a:hover img {
    transform: scale(1.05);
}

.prjct-base-list-card figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.prjct-base-list-card h3,
.prjct-base-list-card h3 a {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
    font-family: var(--font-BricolageGrotesque);
    margin-bottom: 10px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.prjct-base-list-card h3 a:hover {
    color: #D21C31;
}

.btn-cont {
    margin-top: 14px;
}

.btn-cont .cmn-txt-link {
    color: var(--color4);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.btn-cont .cmn-txt-link:hover {
    color: var(--color5);
}

.prjct-base-item+.prjct-base-item {
    margin-top: 40px;
}

.prjt-top-col-left figure {
    position: relative;
    z-index: 1;
    padding-top: 76%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0px;
}

.prjt-top-col-left figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prjt-top-row {
    align-items: center;
}

.td-info.td-info-bld {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-BricolageGrotesque);
    color: var(--color5);
}

.prj-inff-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    width: 100%;
}

.prj-inff-col {
    padding: 10px;
    width: 33.3333333%;
}

.prj-inff-note {
    background: linear-gradient(175.71deg, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
    padding: 32px;
}

.prj-inff-note h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-BricolageGrotesque);
    margin-bottom: 15px;
}

.prj-inff-note.ul-tick ul {
    margin-top: 30px;
}

.btn-cmn-grp {
    margin-top: 30px;
    margin: 24px -3px -3px;
    display: flex;
}

.btn-cmn-grp>a {
    margin: 3px;
    flex: 1;
}

.add-prj-info-area {
    margin-top: 40px;
}

.add-prj-info-form-top {
    max-height: 338px;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #EFE2F7;
    border-radius: 12px 12px 0px 0px;
    padding: 30px;
}

.add-prj-prfl-area+.add-prj-prfl-area {
    margin-top: 30px;
}

.add-prj-prfl {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 12px;
}

.add-prj-prfl img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #000;
    align-items: center;
    margin-right: 8px;
    flex-shrink: 0;
}

.add-prj-time:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #000088;
    display: inline-block;
    margin-right: 8px;
}

.add-prj-time {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.add-prj-prfl-area {
    font-size: 13px;
}

.add-prj-prfl-area p {
    margin-bottom: 3px;
}

.add-prj-prfl-area p a {
    color: var(--color3);
    text-decoration: none;
}

.add-prj-info-form-btm textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: 0px;
    margin: 0px;
    padding: 20px;
    padding-right: 70px;
}

.add-prj-info-form-btm textarea:focus {
    outline: none;
    box-shadow: none;
}

.add-prj-info-form-btm {
    border: 1px solid #EFE2F7;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    height: 66px;
    overflow: hidden;
}

.add-prj-info-form-btm input[type="submit"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px;
    background-image: url('../images/icon-submit-textarea.svg');
}

/* work end 9/5/25 */

/* work end 10/5/25 */
/* message page */
.msg-brd-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.msg-brd-lft {
    width: 29%;
    padding: 10px;
}

.msg-brd-rgt {
    width: 71%;
    padding: 10px;
}

.msg-list-area {
    background: linear-gradient(4.29deg, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
    padding: 0px;
    height: 100%;
}

.msg-list-form input:not(input[type="submit"]) {
    width: 100%;
    background: #fff;
    height: 48px;
    border: 0px;
    border-radius: 8px;
    padding: 0px 20px;
    font-size: 13px;
    padding-right: 40px;
}

.msg-list-form input:not(input[type="submit"]):focus {
    outline: none;
    box-shadow: none;
}

.msg-list-form input[type="submit"] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/icon-search-blk.svg');
    background-color: transparent;
    border: 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.msg-list-srchh {
    position: relative;
}

.msg-list-form {
    margin-bottom: 24px;
}

.msg-listing {
    font-size: 13px;
}

.msg-list-title {
    color: #585262;
}

.msg-list-item+.msg-list-item {
    margin-top: 4px;
}

.msg-list-item a {
    display: block;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #1c1c1c;
}

.msg-list-item a:hover {
    background: #fff;
}

.msg-list-row {
    display: flex;
    align-items: center;
}

.msg-list-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 16px;
    flex-shrink: 0;
}

.msg-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msg-list-cont-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
}

.msg-list-cont {
    flex-grow: 1;
    line-height: 1.2;
}

.msg-list-time {
    padding-left: 15px;
    color: #585262;
}

.msg-list-name {
    font-weight: 700;
}

.msg-main-top {
    height: 80px;
    background: linear-gradient(to top, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px 12px 0px 0px;
    padding: 20px 28px;
}

.msnger-type {
    font-size: 13px;
    color: var(--color3);
}

.msg-main-body {
    height: calc(100svh - 290px);
    overflow: auto;
    border-left: 1px solid #FAF2FF;
    border-right: 1px solid #FAF2FF;
    padding: 28px;
    display: flex;
    flex-wrap: wrap;
}

.msg-thrd-wrap-holder {
    width: 100%;
    margin-top: auto;
}

.msg-thrd-wrap {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    max-width: 476px;
}

.msg-thrd-wrap-holder div:first-child {
    margin-top: 0;
}

.msg-thrd-wrap-holder>div {
    margin-top: 10px;
}

/* .msg-thrd-wrap+.msg-thrd-wrap {
    margin-top: 10px;
} */

.msg-thrdr-name {
    margin-bottom: 8px;
    line-height: 1.2;
    text-transform: capitalize;
}

.msg-thrd-para {
    background: #F5F8FF;
    border-radius: 12px;
    padding: 15px;
}

.msg-thrd-para+.msg-thrd-para {
    margin-top: 4px;
}

.msg-thrdr-time {
    margin-top: 8px;
    color: #585262;
}

.msg-thrd-wrap.reverse {
    margin-left: auto;
    text-align: right;
}

.msg-thrd-wrap.reverse .msg-thrd-para {
    background: #8821DD;
    color: #fff;
}

.msg-thrd-wrap.reverse a {
    color: #fff;
}

.msg-main-btm {
    border: 1px solid #FAF2FF;
    border-radius: 0px 0px 12px 12px;
    height: 62px;
    display: flex;
    align-items: center;
    padding: 18px 28px;
}

.msg-main-btm-frm-area {
    display: flex;
    align-items: center;
    width: 100%;
}

.msg-main-btm form {
    width: 100%;
}

.msg-main-frm-add {
    width: 28px;
    height: 28px;
    background: #EEF1FF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.msg-main-frm-add img {
    width: 8px;
}

.msg-main-btm-frm-area input:not([type="submit"]) {
    font-size: 13px;
    border: 0px;
    color: #585262;
    flex-grow: 1;
}

.msg-main-btm-frm-area input:not([type="submit"]):focus {
    outline: none;
}

.msg-main-btm-frm-area input:not([type="submit"])::placeholder {
    color: #585262;
    opacity: 1;
}

.msg-main-btm-frm-area input[type="submit"] {
    margin-left: auto;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px;
    font-size: 0px;
    background-image: url(../images/icon-submit-textarea.svg);
    background-size: 20px;
    margin-left: 15px;
    flex-shrink: 0;
}

.msg-list-grp {
    padding: 0px 20px 20px;
    overflow: auto;
    max-height: calc(100svh - 285px);
}

.msg-list-top-bar {
    padding: 20px 20px 20px;
}

.qustn-lst {
    background: linear-gradient(to top, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
    padding: 20px 28px;
}

.quiz-question+.quiz-question {
    margin-top: 10px;
}

.qna-form {
    margin-top: 30px;
}

.qna-form label {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-BricolageGrotesque);
    margin: 0 0 8px;
    text-transform: capitalize;
    color: var(--color5);
}

.qna-form-wrap {
    display: flex;
    align-items: flex-end;
}

.qna-form-lt {
    flex-grow: 1;
    height: 100%;
}

.qna-form :focus {
    outline: none;
}

.qna-form textarea {
    border: 1px solid #EFE2F7;
    border-radius: 12px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.qna-form-rt {
    margin-left: 15px;
    margin-bottom: 10px;
}

.qna-form input[type="submit"] {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px;
    font-size: 0px;
    background-image: url(../images/icon-submit-textarea.svg);
    background-size: 20px;
    flex-shrink: 0;
}

p.cmn-scss-msg {
    margin-top: 20px;
    color: var(--color3);
}

/* student-report-card-result page */
.pr-prg-box {
    overflow: hidden;
}

.src-data-box {
    height: 100%;
    padding: 25px 30px;
    background: #fff;
    border-right: 1px solid #FAF2FF;
}

.src-data-box p {
    font-size: 13px;
    color: #381818;
    margin-bottom: 10px;
}

.src-data-box h3 {
    font-family: var(--font-BricolageGrotesque);
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1C1C1C;
    margin: 0;
}

.pr-fst-stage {
    padding: 30px;
    text-align: center;
    font-size: 13px;
    color: #381818;
}

.cmn-pr-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.50;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1C1C1C;
    margin: 0 0 25px;
    font-family: var(--font-BricolageGrotesque);
}

.prgs-note-sec {
    margin-top: 20px;
    background: linear-gradient(90.98deg, #FFF5C8 -1.09%, #FFFAE3 98.39%);
    border-radius: 12px;
    padding: 30px;
    font-size: 13px;
}

.prgs-note-sec .cmn-pr-title {
    margin-bottom: 12px;
}

.prgs-rslts {
    margin-top: 45px;
}

.cmn-pr-title.lg {
    font-size: 20px;
}

.prgs-rslts-box .cmn-pr-title {
    margin-bottom: 15px;
}

.prgs-rslts-box .progress-ring {
    margin: 0 auto;
}

.prgs-rslts-ftr {
    font-size: 11px;
    color: #381818;
}

.prgs-rslts-row {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.prgs-rslts-col {
    width: 25%;
    padding: 8px;
}

.prgs-rslts-ftr p {
    margin-bottom: 2px;
}

.prgs-rslts-box {
    border: 1px solid #EFE2F7;
    border-radius: 12px;
    height: 100%;
}

.prgs-rslt-body {
    padding: 30px;
}

.prgs-rslts-ftr {
    padding: 16px;
    border-top: 1px solid #EFE2F7;
}

.progress-ring {
    /* let each ring override these via inline style or other CSS */
    --fg-color: #00C0FF;
    /* foreground “fill” */
    --bg-color: #E6F7FF;
    /* background track */
    position: relative;
    width: 150px;
    height: 150px;
}

.progress-ring svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.progress-ring circle {
    fill: none;
    stroke-width: 19;
    /* stroke-linecap: round; */
}

.progress-ring__bg {
    stroke: var(--bg-color);
}

.progress-ring__fg {
    stroke: var(--fg-color);
    /* will be set in JS */
    stroke-dasharray: 0 0;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease-out;
}

.progress-ring__text {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-BricolageGrotesque);
}

.half-cirl-cont {
    --gc-thickness: 30px;
    --gc-bg-color: #EFF2FE;
    --gc-start-color: #EFF2FE;
    --gc-end-color: #6612E7;
    position: relative;
    width: 250px;
    height: 130px;
    margin: 0px auto;
}

.half-cirl-chart {
    width: 100%;
    height: 100%;
    display: block;
}

.half-cirl-label {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -20%);
    pointer-events: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.50;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1C1C1C;
    margin: 0 0 25px;
    font-family: var(--font-BricolageGrotesque);
}

.pr-prg-box .cmn-pr-title {
    margin-bottom: 8px;
}

.pr-chart-area {
    margin-bottom: 20px;
}

.pr-prg-box {
    display: flex;
    flex-direction: column;
}

.src-data {
    flex-grow: 1;
}

.src-data>.row {
    height: 100%;
}

.msg-list-row .round-arrow {
    padding: 0px;
    background: transparent;
    width: 30px;
    height: 25px;
    border: 1px solid #EFE2F7;
    border-radius: 5px;
    display: none;
}

.msg-list-row .round-arrow img {
    width: 18px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(3980%) hue-rotate(271deg) brightness(88%) contrast(97%);
}

.msg-brd-rgt {
    height: calc(100svh - 130px);
}

.message_form_tool_col .custome-select {
    margin: 0px 0px 20px;
    padding-right: 50px;
}

/* work end 10/5/25 */

/* work start 13/5/25 */
.leave-policy-wrap {
    display: flex;
    flex-wrap: wrap;
}

.leave-policy-lft {
    width: 61%;
    padding-right: 20px;
}

.leave-policy-rgt {
    width: 39%;
}

.leave-policy-lft-card {
    background: linear-gradient(175.71deg, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
    padding: 30px;
}

.leave-policy-lft p {
    font-size: 13px;
    color: #381818;
}

.leave-policy-lft .leave-policy-lft-card p {
    font-size: 15px;
    color: #381818;
}

.leave-policy-lft-card-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.lve-plc-badge {
    margin-left: auto;
    padding: 8px 10px 6px;
    border-radius: 40px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    color: #FE9A4E;
    font-family: var(--font-BricolageGrotesque);
    background: rgb(254 154 78 / 10%);
}

.leave-policy-lft-card-top .cmn-pr-title {
    margin-bottom: 0px;
    margin-right: 20px;
}

.leave-policy-lft-card+.leave-policy-lft-card {
    margin-top: 12px;
}

.lve-plc-badge.approved {
    background: rgb(14 230 119 / 10%);
    color: #0EE677;
}

.lve-plc-badge.reject {
    color: #D21C31;
    background: rgb(210 28 49 / 10%);
}

.apply-leave-frm {
    background: linear-gradient(0deg, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
}

.apply-frm-head {
    text-align: center;
}

.apply-frm-head h2 {
    margin-bottom: 12px;
}

.apply-frm-head {
    margin-bottom: 40px;
}

.apply-frm-head p {
    font-size: 13px;
    color: #381818;
}

.frm-calendar-wrap {
    position: relative;
}

.frm-calendar-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

textarea {
    width: 100%;
    height: 140px;
    background: #FFFFFF;
    border: 1px solid #F0EBF5;
    border-radius: 12px;
    padding: 20px;
    resize: none;
}

.apply-leave-frm .themeBtn1 {
    width: auto;
    min-width: 180px;
}

.apply-leave-frm p {
    font-size: 13px;
    color: #381818;
}

.frm-note {
    margin-top: 10px;
}

.apply-leave-frm .input-wrap {
    margin-bottom: 20px;
}

.frm-calendar-wrap input {
    padding-right: 40px !important;
}

.apply-leave-frm :focus {
    outline: none;
}

.leave-policy-lft h2 {
    margin-bottom: 15px;
}

.leave-policy-lft-cards {
    margin-top: 30px;
}

.leave-policy-rgt .apply-leave-frm {
    width: 100%;
    max-width: 100%;
}

.msg-note-area {
    background: linear-gradient(to top, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.form-bg-signup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.form-right.form-right-signup {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sgnup-stdnt-prstn {
    position: relative;
}

.signup-stdnt-card {
    max-width: 392px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.06) 85.03%);
    box-shadow: inset 0px -12px 43px rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(32px);
    border-radius: 30px;
    padding: 40px 40px 0px;
}

.signup-stdnt-title {
    font-weight: 700;
    font-family: var(--font-BricolageGrotesque);
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.1px;
    color: #fff;
    margin-bottom: 5px;
}

.signup-stdnt-card {
    color: #fff;
}

.signup-stdnt-card figure {
    margin-top: 20px;
    margin-bottom: 0px;
}

.signup-stdnt-card figure img {
    max-width: 300px;
}

.sgnup-btn-wrap {
    text-align: center;
}

.frm-skip-btn {
    color: #2A2A2A;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.frm-skip-btn:hover {
    color: var(--color3);
}

.login-page .custome-select {
    margin: 0px;
    border: 1px solid #F0EBF5;
    background-color: #fff;
    border-radius: 12px;
    height: 56px;
    padding: 5px 24px;
    width: 100%;
    position: relative;
    color: var(--color5);
    outline: none !important;
    font-size: 16px;
    color: #918F9A;
    padding-right: 50px;
}

.frm-grp+.frm-grp {
    margin-top: 30px;
}

/* work end 13/5/25 */


/* work start 12/5/25 */

/* 15-05-2025 M.M Css Start */
.pin-input-col {
    width: 16.66%;
}

/* 15-05-2025 M.M Css End */

/* 16-5-25 work start */
.share-learning.modfyd {
    padding: 36px;
}

.sh-inn-row {
    display: flex;
    flex-wrap: wrap;
}

.sh-bld-lft {
    width: 60%;
    padding-right: 25px;
}

.sh-rgt {
    width: 40%;
}

.rwrd-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 400px;
    padding: 24px;
    position: relative;
    z-index: 2;
}

.rwrd-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize;
    color: #1C1C1C;
    font-family: var(--font-BricolageGrotesque);
}

.rwrd-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--color2);
}

.rwrd-item:last-child {
    border-bottom: none;
}

.rwrd-points {
    font-weight: 600;
    color: #381818;
    padding-right: 10px;
}

.rwrd-amount {
    color: var(--color4);
    font-weight: 500;
}

.share-learning .rwrd-card p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--color5);
}

.share-learning .rwrd-card p a {
    color: var(--color3);
}

.share-learning .rwrd-card p a:hover {
    color: var(--color5);
}

.rwrd-item:last-of-type {
    border-bottom: 0px;
}

/* 16-5-25 work end */

/* 19 may 2025 */
.msg-brd-wrapper .msg-thrdr-name {
    display: flex;
    align-items: center;
}

.msg-brd-wrapper .msg-thrdr-name img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    object-fit: cover;
}

.msg-brd-wrapper .msg-thrdr-name .usr-d-name {
    padding: 0 10px;
}

.msg-thrd-wrap.reverse .msg-thrdr-name {
    /* flex-direction: row-reverse;
    text-align: right; */
    text-align: right;
    justify-content: flex-end;
}



.student-blocker-wrapper select {
    border: 1px solid #FAF3FF;
    height: 38px;
    border-radius: 8px;
    padding: 0 14px 0 17px;
    font-size: 13px;
    letter-spacing: 0.1px;
    min-width: 131px;
    appearance: none;
    background-image: url(../../assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 18px center;
    width: 100%;
}

.stdntlist-group {
    list-style: none;
    padding: 0;
}

.stdntlist-group-item {
    padding: 15px 10px;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
}

.stdntlist-group-item .input-label {
    margin-bottom: 0;
    padding-right: 15px;
}

.stdntlist-group-item:last-child {
    border: none;
}

.stdntlist-group-item .themeBtn1 {
    padding: 8px 9px;
    font-size: 12px;
    min-width: auto;
}

.msgwrning {
    font-weight: 600;
    font-size: 16px;
}

.msg-list-item {
    position: relative;
}

.msg-list-item.chat-ntf-active::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #8822dd;
}

.msg-list-item.chat-ntf-active a {
    color: #28004a;
}


/* 20.11.25 before start */

.exam-container {
    /* max-width: 900px; */
    width: 100%;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid #faf2ff;
    background: linear-gradient(180deg, rgba(234, 224, 255, 0.1) 31%, #eae0ff 100%);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.question-block {
    border: 1px solid #faf2ff;
    background: linear-gradient(0deg, rgb(253 252 255) 31%, rgb(234 224 255) 100%);
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    margin-bottom: 30px;
    display: none;
}

.question-block.active {
    display: block;
}

.q-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    font-size: 1rem;
    color: #444;
}

.q-no {
    font-weight: bold;
    color: var(--newColor2);
    font-size: 26px;
    font-family: var(--font-BricolageGrotesque);
}

.q-timer {
    color: #d32f2f;
    font-weight: bold;
    font-size: 24px;
    font-family: var(--font-BricolageGrotesque);
}

.q-text {
    font-size: 20px;
    line-height: 1.8;
    margin: 15px 0;
    color: var(--newColor7);
}

.q-options {
    display: flex;
    /* flex-direction: column; */
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.option-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 49%;
}

/* .option-label:hover {
    border-color: #1976d2;
    background: #f0f8ff;
} */

.option-label input {
    margin: 0;
    display: none;
}

.option-content {
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 1;
    position: relative;
    border: 2px solid rgba(103, 29, 231, 0.32);
    border-radius: 10px;
    background: linear-gradient(124deg, rgba(255, 255, 255, 1) 50%, rgba(250, 248, 255, 0) 100%);
    padding: 16px 16px 16px 51px;
    transition: .3s all;
}

.option-content::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 2px solid #661de7;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.option-content::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #661de7;
    opacity: 0;
    transition: all .3s;
}

.option-label input:checked+.option-content::after {
    opacity: 1;
}

.option-content:hover,
.option-label input:checked+.option-content {
    border-color: #661de7;
}

.opt-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.descriptive-answer textarea {
    width: 100%;
    min-height: 220px;
    padding: 18px;
    border: 2px solid rgba(103, 29, 231, 0.32);
    border-radius: 10px;
    font-size: 1.1rem;
    font-family: inherit;
    resize: none;
}

.descriptive-answer textarea:focus {
    border-color: #1976d2;
    outline: none;
    box-shadow: 0 0 0 4px rgba(25, 118, 210, .15);
}

.part-divider {
    text-align: center;
    margin: 70px 0 50px;
    font-size: 2rem;
    font-weight: bold;
    color: #1976d2;
    position: relative;
}

.part-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #bbdefb;
    z-index: 1;
}

.part-divider span {
    background: #fff;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.next-btn {
    cursor: pointer;
    float: right;
    margin-top: 30px;
    transition: .3s;
    background-color: var(--color2);
    border: 1px solid var(--color2);
    color: var(--color4);
    border-radius: 8px;
    text-transform: capitalize;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 700;
}

.next-btn:hover {
    background-color: var(--color3);
    color: #fff;
    transform: translateY(-2px);
}

.error {
    color: #d32f2f;
    font-weight: bold;
    margin: 20px 0;
    padding: 12px;
    background: #ffebee;
    border-radius: 8px;
    display: none;
}

/* 20.11.25 before start end */

/* 20.11.25 start */

.qustion-count {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: var(--font-BricolageGrotesque);
    font-size: 32px;
    color: var(--newColor7);
}

.group-btn-td>a {
    margin-bottom: 5px;
}

#examLockModal button.btn {
    line-height: 1;
    font-family: var(--font-Lato);
    font-weight: 700;
    background-color: var(--color2);
    color: var(--color4);
    text-transform: capitalize;
    min-width: 136px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border: 1px solid var(--color2);
    border-radius: 8px;
    text-decoration: none;
    transition: 300ms ease-in-out;
}

#examLockModal button.btn:hover {
    background-color: var(--color3);
    color: rgb(255, 255, 255);
}

#examLockModal .modal-footer {
    border: none;
}

#examLockModal .modal-body {
    padding-bottom: 0;
}

#examLockModal .modal-title {
    font-family: var(--font-BricolageGrotesque);
    color: var(--newColor2);
    font-weight: 700;
}

.option-label input[type="checkbox"]+.option-content::before {
    border-radius: 6px;
    transition: .3s all;
}

.option-label input[type="checkbox"]+.option-content::after {
    background: url('../images/white-tick.svg') no-repeat center center;
    background-size: 15px;
    width: 25px;
    height: 25px;
    border-radius: 6px;
    left: 17px;
}

.option-label input[type="checkbox"]:checked+.option-content::before {
    background-color: #661de7;
}

.msgwrning {
    text-align: center;
    padding: 60px;
    background: #d4edda;
    color: #155724;
    border-radius: 12px;
    margin: 40px;
    font-size: 1.3rem;
    margin-left: 320px;
}

.custm-alert {
    margin-left: 110px;
    margin-top: 20px;
    margin-right: 20px;
}

/* 20.11.25 end */


/* Responsive Start */
/* Check 1200 */
@media (max-width:1364px) {
    .half-cirl-cont {
        width: 200px;
        height: 100px;
    }

    .src-data-box h3 {
        font-size: 30px;
    }

    .prgs-rslt-body {
        padding: 16px;
    }

    .prjct-base-list-col {
        width: 33.3333%;
    }

    .prjt-top-col-right .row>* {
        flex-grow: 1;
    }

    .blu-bg-sec {
        padding: 25px;
    }

    .row.prjt-top-row {
        align-items: flex-start;
    }

    .msgwrning {
        margin-left: 270px;
    }
}

/* Check 1170 */
@media (max-width:1199px) {}

/* Check 992 */
@media (max-width:1169px) {
    .msgwrning {
        margin: 120px 40px;
    }

    .custm-alert {
        margin: 26px 20px 0 80px;
    }
}

/* Check 768 */
@media (max-width:991px) {
    .prgs-rslts-col {
        width: 33.3333%;
    }

    .rp-pg-header-rgt {
        text-align: left !important;
        margin-top: 20px;
    }

    .pr-prg-box.pr-fst-stage {
        margin-top: 16px;
    }

    .prgs-note-sec {
        margin-top: 30px;
    }

    .prgs-rslts {
        margin-top: 35px;
    }

    .src-data .row>* {
        width: 33.333333%;
    }

    .src-data-box {
        padding: 15px;
    }

    .pr-prg-prf {
        padding: 15px;
    }

    .pr-prg-box.pr-fst-stage {
        padding: 20px 15px;
    }

    .prgs-note-sec {
        padding: 20px;
    }

    .prjct-base-list-col {
        width: 50%;
    }

    .blu-bg-sec {
        padding: 20px;
    }

    .prjt-top-col-right {
        margin-top: 20px;
    }

    .prjt-top-col-right .row>* {
        margin-bottom: 15px;
    }

    .prjt-top-col-right .row>*:last-child {
        margin-bottom: 0px;
    }

    .msg-list-row .round-arrow {
        display: flex;
        margin-right: 10px;
    }

    .msg-brd-row {
        position: relative;
        overflow: hidden;
    }

    .msg-brd-rgt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background: #fff;
        transform: translateX(100%);
        transition-delay: 1s;
        transition: all .3s ease-in-out;
    }

    .msg-brd-rgt.on {
        transform: translateX(0%);
    }

    .msg-brd-lft {
        width: 100%;
    }

    .msg-list-area {
        height: calc(100svh - 135px);
    }

    .leave-policy-lft {
        width: 100%;
        padding-right: 0px;
    }

    .leave-policy-rgt {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .apply-leave-frm.form-wrap {
        width: 100%;
        max-width: 100%;
    }

    .leave-policy-wrap {
        flex-direction: column-reverse;
    }

    .sh-bld-lft {
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }

    .rwrd-card {
        max-width: 100%;
    }

    .sh-rgt {
        width: 100%;
    }

    .share-learning.modfyd {
        padding: 30px 25px;
    }

    .rwrd-card-title {
        font-size: 18px;
    }

    .rwrd-card {
        padding: 20px 15px;
    }

    .rwrd-item {
        font-size: 14px;
    }

    .share-learning .rwrd-card p {
        font-size: 12px;
    }


    .q-text {
        font-size: 18px;
    }

    .option-label {
        width: 100%;
    }

    .qustion-count {
        margin-bottom: 25px;
        font-size: 26px;
    }

    .q-no {
        font-size: 22px;
    }

    .q-timer {
        font-size: 20px;
    }
}

/* Check 576 */
@media (max-width:767px) {

    .prgs-rslts-col {
        width: 50%;
    }

    .add-prj-info-area {
        font-size: 13px;
        margin-top: 30px;
    }

    .form-right.form-right-signup {
        min-height: auto;
        padding: 30px 15px;
        flex-wrap: wrap;
    }

    .signup-stdnt-card {
        max-width: 280px;
        width: auto;
        padding: 20px 15px 0px;
    }

    .signup-stdnt-card figure img {
        max-width: 240px;
        margin: 0 auto;
    }

    .question-block {
        padding: 25px;
        margin-bottom: 0;
    }

    .option-label input[type="checkbox"]+.option-content::before {
        border-radius: 2px;
    }

    .msgwrning {
        margin: 90px 20px;
    }

}

/* Check 480 */
@media (max-width:575px) {
    .pr-prg-prf {
        padding: 15px;
    }

    .pr-prg-prf {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .pr-prg-lft {
        width: 100%;
    }

    .pr-prg-tg {
        width: 100%;
        margin-top: 20px;
    }

    .prjct-base-list-card {
        padding: 15px;
    }

    .qustion-count {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .q-no {
        font-size: 18px;
    }

    .q-timer {
        font-size: 14px;
    }

    .q-text {
        font-size: 16px;
        line-height: 1.4;
        margin: 0px 0 15px;
    }

    .q-header {
        margin-bottom: 15px;
    }

    .option-content::before {
        width: 20px;
        height: 20px;
        left: 12px;
    }

    .option-content::after {
        width: 10px;
        height: 10px;
        left: 17px;
    }

    .option-content {
        padding: 10px 10px 10px 40px;
    }

    .next-btn {
        font-size: 16px;
    }

    .option-label input[type="checkbox"]+.option-content::after {
        background-size: 12px;
        width: 20px;
        height: 20px;
        left: 12px;
    }

    .custm-alert {
        margin: 20px 15px 0 60px;
    }
}

/* Check 360 */
@media (max-width:479px) {
    .prgs-rslts-col {
        width: 100%;
    }

    .dash-tabList .tablink {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 8px;
    }

    .dash-tabList .tablink:last-child {
        margin-bottom: 0px;
    }

    .dash-tabList {
        width: 100%;
        min-width: 100%;
    }

    nav.dashtab {
        width: 100%;
    }

    .prjct-base-list-col {
        width: 100%;
    }

    .apply-leave-frm.form-wrap {
        padding: 25px 15px;
    }

    .leave-policy-lft-card {
        padding: 20px 15px;
    }

    .leave-policy-lft-card-top .cmn-pr-title {
        font-size: 13px;
    }

    .lve-plc-badge {
        font-size: 11px;
    }

    .leave-policy-lft-card-top {
        margin-bottom: 10px;
    }

    .leave-policy-lft .leave-policy-lft-card p {
        font-size: 13px;
    }

    /* 15-05-2025 M.M Css Start */
    .gap-x14.pin-input-row {
        --bs-gutter-x: 8px;
    }

    .pin-input-row .pin-input-field input {
        font-size: 18px;
        height: 42px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }


    /* 15-05-2025 M.M Css End */

    .exam-container {
        padding: 0;
        border: none;
        background: transparent;
        box-shadow: none;
    }

    .qustion-count {
        font-size: 18px;
        text-align: left;
    }

    .question-block {
        padding: 15px;
    }

    .q-no {
        font-size: 16px;
    }

    .option-content {
        flex-direction: column;
        padding: 10px 10px 10px 40px;
        border-width: 1px;
        align-items: flex-start;
    }

    .option-content::before {
        width: 16px;
        height: 16px;
        left: 10px;
        /* transform: inherit; */
        /* top: 10px; */
        border-width: 1px;
    }

    .option-content::after {
        width: 8px;
        height: 8px;
        left: 14px;
        /* transform: inherit; */
        /* top: 14px; */
    }

    .option-label input[type="checkbox"]+.option-content::after {
        background-size: 10px;
        width: 16px;
        height: 16px;
        left: 10px;
    }

}

/* Check 320 */
@media (max-width:359px) {
    .signup-stdnt-card figure img {
        max-width: 200px;
    }

    .signup-stdnt-card {
        max-width: 240px;
    }

}

/* work end 12/5/25 */