.wrapperBox {
    background: url('../images/b7.jpg') no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(8px);
    /* background: #6c757d; */
}

.loginBk {
    padding: 40px 25px;
    background: rgb(0 20 55);
    border-radius: 20px;
    width: 500px;
    margin: 10px;
    border: 2px solid rgb(48 95 169 / 45%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    animation: fadeInUp 0.8s ease;
    /* border-top: 6px solid #4e525cb0; */
    /* border-left: 1px solid #4e525cb0; */
}

.icons {
    width: 110px;
    height: 110px;
    /* background: linear-gradient(135deg, #ff7eb3, #65d6ff); */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 3px solid #ffffff33;
    padding: 15px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4);
    transition: 0.4s ease;
    background: #fff;
}

.icons:hover {
    transform: rotate(10deg) scale(1.05);
}

.loginText {
    text-align: center;
    color: #ffffff;
    margin: 20px;
    font-size: 26px;
    font-family: 'PoppinsBold';
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.loginForm {
    margin-top: 20px;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-group input {
    width: 100%;
    padding: 12px 10px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #65d6ff;
    background: transparent;
    color: #fff;
    outline: none;
    font-family: 'PoppinsRegular';
    transition: all 0.4s ease;
}

.form-group input:hover {
    border-bottom-color: #ff7eb3;
    transform: scale(1.02);
}

.form-group input:focus {
    border-bottom-color: #ffb347;
}

.form-group label {
    position: absolute;
    top: 15px;
    left: 40px;
    color: #bbb;
    font-size: 16px;
    pointer-events: none;
    transition: 0.3s ease all;
    font-family: 'PoppinsRegular';
}

.form-group input:focus~label,
.form-group input:valid~label {
    top: -12px;
    left: 5px;
    font-size: 13px;
    color: #65d6ff;
    transform: scale(0.95);
}

.btnLogin {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 30px;
    /* background: linear-gradient(135deg, #0a61ad, #f02637, #ffb347); */
    background-size: 200% 200%;
    color: #ffffff;
    font-size: 18px;
    font-family: 'PoppinsBold';
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0 4px 20px rgba(4, 62, 250, 0.4);
    background: #0a61ad;
}

.btnLogin:hover {
    background-position: right center;
    transform: scale(1.07);
    box-shadow: 0 6px 30px rgba(2, 14, 187, 0.6);
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #65d6ff;
    font-size: 27px;
    transition: 0.3s ease;
}

.form-group input {
    padding-left: 50px;
}

.form-group input:focus~.input-icon {
    color: #ffb347;
}

.form-group input:valid~.input-icon {
    color: #ff7eb3;
}


.passageStyle{
    border-radius: 6px;
    padding: 10px;
    background: #efefef;
    margin: 10px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.backAdmin {
    background: url('../images/b7.jpg');
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
}

.headerAdmin {
    background: #fff;
    /* padding: 7px 15px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #ffffff52; */
}

.logoImgs {
    width: 63px;
    height: 49px;
    border-radius: 50%;
    border-radius: 50%;
    /* background: #ffffff; */
    /* padding: 5px; */
}

.logSect {
    display: flex;
    justify-content: center;
    align-items: center;
}

.textDash {
    margin: 0 10px;
    font-family: 'PoppinsLight';
    color: #000000;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.forColors {
    font-size: 17px;
    color: #000000;
    font-family: 'PoppinsLight';
    /* background: #030309; */
    padding: 7px;
}

.forColors:hover {
    color: #6a84fc;
}

/* Container */
.rowForFeatures {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 18vh auto;
    perspective: 1000px;
    padding-bottom: 10vh;
    position: sticky;
    z-index: 99;
    max-width: 1500px;
}

.glow-circle {
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease;
    animation: floatAnim 6s ease-in-out infinite;
    perspective: 1000px;
    background: #202e83;
    width: 205px;
    padding: 8px;
    border-radius: 8px;
    border: 3px solid #ffffff2e;
}



/* Hover state */
.glow-circle:hover {
    transform: scale(1.12) rotateY(18deg) rotateX(6deg);
    box-shadow:
        inset -12px -12px 28px rgba(0, 0, 0, 0.8),
        inset 12px 12px 28px rgba(255, 255, 255, 0.15),
        0 14px 28px rgba(0, 0, 0, 0.9),
        0 0 40px rgba(0, 120, 255, 1),
        0 0 90px rgba(0, 160, 255, 0.7),
        0 0 140px rgba(0, 200, 255, 0.6);
    border-color: #0088ff;
}

/* Floating animation */
@keyframes floatAnim {
    0% {
        transform: translateY(0px) rotateY(0deg);
    }

    50% {
        transform: translateY(-8px) rotateY(6deg);
    }

    100% {
        transform: translateY(0px) rotateY(0deg);
    }
}

.forImgIcons {
    width: 100px;
    height: 101px;
    margin: auto;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0.3vw solid #1954ad;
    overflow: hidden;
}

.forImgIcons:hover {
    border: 0.3vw solid #4452ee;
}

.iconsT {
    width: 100%;
    transition: transform 0.4s ease, filter 0.3s ease;
}

.textWithIcons {
    font-family: 'Poppins';
    color: #fff;
    margin: 1vw 0;
    font-size: 14px;
    text-transform: uppercase;
    transition: color 0.4s ease, text-shadow 0.3s ease;
}

.glow-circle:hover .textWithIcons {
    color: #00d4ff;
    text-shadow: 0 0 10px #00d4ff, 0 0 20px #00aaff;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.glow-circle {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
    animation: fadeInUp 0.8s ease forwards;
}

.rowForFeatures .glow-circle:nth-child(1) {
    animation-delay: 0.3s;
}

.rowForFeatures .glow-circle:nth-child(2) {
    animation-delay: 0.6s;
}

.rowForFeatures .glow-circle:nth-child(3) {
    animation-delay: 0.9s;
}

.rowForFeatures .glow-circle:nth-child(4) {
    animation-delay: 1.2s;
}

.rowForFeatures .glow-circle:nth-child(5) {
    animation-delay: 1.5s;
}

.rowForFeatures .glow-circle:nth-child(6) {
    animation-delay: 1.8s;
}

.rowForFeatures .glow-circle:nth-child(7) {
    animation-delay: 2.1s;
}

.rowForFeatures .glow-circle:nth-child(8) {
    animation-delay: 2.4s;
}

.rowForFeatures .glow-circle:nth-child(9) {
    animation-delay: 2.7s;
}

.rowForFeatures .glow-circle:nth-child(10) {
    animation-delay: 3.0s;
}

.rowForFeatures .glow-circle:nth-child(11) {
    animation-delay: 3.3s;
}

.rowForFeatures .glow-circle:nth-child(12) {
    animation-delay: 3.6s;
}

.leftMam {
    position: absolute;
    left: -1%;
    bottom: 0;
    width: 20%;
    opacity: 0.3;
}

.pos1 {
    position: absolute;
    left: 24%;
    bottom: 22vw;
    z-index: 91;
}

.pos2 {
    position: absolute;
    left: 40%;
    bottom: 22vw;
    z-index: 91;
}

.pos3 {
    position: absolute;
    left: 56%;
    bottom: 22vw;
    z-index: 91;
}

.pos4 {
    position: absolute;
    left: 72%;
    bottom: 22vw;
    z-index: 91;
}

.criclesTest {
    position: absolute;
    left: -3%;
    width: 50vw;
    height: 50vw;
    bottom: -10vw;
    /* border: 1px solid #ffffff; */
    z-index: 9;
    border-radius: 50%;
}

.addHead {
    font-family: 'PoppinsLight';
    background: #efefef;
    padding: 11px;
    font-size: 19px;
    color: #000;
}

.rightMam {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26%;
    opacity: 0.2;
}

/* footers */
.footerQG {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #001d3f;
    color: #fff;
    padding: 7px;
    font-family: 'PoppinsLight';
    font-size: 14px;
}

.whiteColor {
    color: #fff;
}

.whiteColor:hover {
    color: #fcfcfc;
}

.lightW {
    color: #c8c9cc !important;
}

.innerHeaders {
    font-family: 'PoppinsLight';
    padding: 10px;
    background: #002040;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 9;
}

.innerHeaders ol {
    margin: 0 !important;
    padding: 0 !important;
}

.inBody {
    background: #f1f4f6;
}

#editor {
    min-height: 200px;
    width: 100%;
}

.mainBox {
    background: #fff;
    height: 89vh;
    margin: 20px;
    overflow: auto;
    border-radius: 15px;
    padding: 40px;
}

.addQuest {
    overflow: hidden;
    font-family: 'PoppinsLight';
}

.addQuest select {
    border-left: 3px solid #0084ff;
    padding: 11px;
}

.inputs {
    border-left: 3px solid #0084ff !important;
}

.holderData {
    border: 1px solid #d9d9d9;
    padding: 5px;
    /* height: 60vh; */
    overflow: auto;
    border-radius: 2px;
    padding-bottom: 10px;
    position: relative;
    margin: 15px 0;
    font-family: 'PoppinsLight';
}

.headingText {
    font-weight: bold;
    margin: 0px 0;
    padding: 5px 6px;
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    align-items: center;
}

.holderData textarea {
    margin-bottom: 15px;
}

.ck-powered-by {
    display: none !important;
}

#mcq {
    display: none;
}

#tnf {
    display: none;
}

#match {
    display: none;
}

#forTnf {
    display: none;
}

#des_vs {
    display: none;
}

#dropDown {
    display: none;
}

#clickTheCir {
    display: none;
}

.mainBox h6 {
    background: #324769;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 15px;

}

.footerDiv {
    text-align: center;
}

.dropBox {
    border: 1px solid #d1d1d1;
    padding: 6px 14px;
    border-radius: 5px;
    border-left: 3px solid #0084ff !important;
}

.addQuest .dropdown-toggle::after {
    position: absolute;
    right: 16px;
    top: 16px;
}

.rowInSelect {
    display: flex;
    justify-content: space-between;
    padding: 6px 12px;
    border-bottom: 1px solid #d1d1d1;
}

.checkBoxes input {
    width: 20px;
    height: 20px;
}

.dropBox.is-valid {
    border: 1px solid #198754;
    /* Bootstrap green */
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    /* Green shadow */
    border-radius: 0.375rem;
}

.rowButtos {
    display: flex;
    justify-content: end;
}

.afterHide {
    display: none;
}

.iconsQuesr {
    margin-right: 10px;
}

.questionView {
    font-family: 'PoppinsLight';
    border: 1px solid #f3f3f3;
    margin: 20px 0;
    background: #f1f1f1;
    /* display: none; */
}

.card-body {
    margin: 10px 0;
}

.optSetBox {
    margin: 5px 46px;
}

.headGene {
    background: #335381;
    padding: 7px;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 1;
}

.scrollz {
    padding-bottom: 12px;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f1f1f1;
}

.arrowSlide {
    text-align: center;
    margin: 15px;
    display: none;
    margin-top: -25px;
}

.drpArrow {
    background: #1954ad;
    border-radius: 50%;
    font-size: 22px;
    width: 37px;
    height: 37px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid var(--bs-blue);
    cursor: pointer;
}

/* Increase checkbox size */
.question-type input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
}

/* Make the entire label clickable */
.question-type label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
}

/* Optional: highlight row on hover */
.question-type .rowInSelect:hover {
    background-color: #f1f1f1;
}

.level-options input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
}

#des {
    display: none;
}

#jumb {
    display: none;
}

/* Make entire label clickable */
.level-options label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
}

/* Hover effect for rows */
.level-options .rowInSelect:hover {
    background-color: #f1f1f1;
}

.divs {
    border: 1px solid #ffffff7d;
    padding: 3px 5px;
    color: #fff;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

.qBox {
    overflow: auto;
    padding: 10px;
    position: relative;
}

.quest_row {
    border: 1px solid #ededed;
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.qHeaders {
    display: flex;
    background: #f9f9f9;
    padding: 5px;
}

.nameType {
    border: 1px solid #e7e4e4;
    padding: 4px 8px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

.qRows {
    display: flex;
    justify-content: flex-start;
    margin: 10px;
}

.qlines {
    width: 100%;
}

.qNumb {
    width: 40px;
    font-weight: bold;
}

.rowOpt {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.icns {
    color: green;
    margin-right: 10px;
}

.footer_btns {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-top: 1px solid #e2e2e2;
    position: relative;
}

.editMarks {
    padding: 3px 5px !important;
    width: 130px !important;
}

.checkIcons {
    position: absolute;
    right: 93px;
    top: 0px;
    color: #198754;
    font-size: 31px;
    display: none;
}

#showSelect1 {
    display: none;
}

.rowOptTNF {
    display: grid;
    grid-template-columns: 10fr 2fr;
    margin: 15px 0;
    column-gap: 20px;
    align-items: center;
}

.rowOptTNF button {
    margin: 5px;
}

.generateAndView {
    display: flex;
    justify-content: end;
    padding: 10px;
    background: #fff;
    position: sticky;
    bottom: 0;
    border-top: 1px solid #e2e2e2;
    z-index: 9;
}

.baseHolder {
    position: fixed;
    background: #0000009d;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index:99;
}
.inManageAss{
    display: none;
}

.innerHolders {
    background: #fff;
    max-width: 1380px;
    margin: 15px auto;
    border-radius: 10px;
    height: 97%;
    overflow: auto;
}

.iconsForp {
    font-size: 25px !important;
    margin-right: 8px;
}

.row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    padding: 7px;
}

.col1Left {
    display: flex;
    justify-content: start;
}

.selectSections {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
}

.pdfColor {
    color: red;
}

.docColor {
    color: #0084ff;
}

.closeModels {
    font-size: 25px;
    color: red;
    cursor: pointer;
}

.row2 {
    padding: 5px 10px;
    color: #000;
    border: 1px solid #dddcdc;
}

.textDetails {
    font-size: 14px;
    line-height: 18px;
}

.row2 {
    display: flex;
    justify-content: space-between;
}

.schoolNames {
    text-align: center;
}

.bigSize {
    font-size: large;
}

.headerSchoolNAme {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 4;
    background: #fff;

}

#exportData {
    padding: 15px;
}

.marksT {
    text-align: right;
    font-weight: bold;
}


.rowBtns {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* Base unique button style */
.uniq {
    position: relative;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

/* General hover effect */
.uniq::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: 0;
    border-radius: 50px;
}

.uniq span,
.uniq {
    position: relative;
    z-index: 1;
    color: #fff;
}


#addBtn {
    background: linear-gradient(45deg, #28a745, #5be37d);
}

#addBtn::before {
    background: linear-gradient(45deg, #34d058, #2ea043);
}

.addBtn {
    background: linear-gradient(45deg, #28a745, #5be37d);
}

.addBtn::before {
    background: linear-gradient(45deg, #34d058, #2ea043);
}

.addBtn:hover {
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.5);
}

/* Remove button */
#removeBtn {
    background: linear-gradient(45deg, #dc3545, #ff6b6b);
}

#removeBtn::before {
    background: linear-gradient(45deg, #e63946, #b91c1c);
}

#removeBtn:hover {
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.5);
}

.removeBtn {
    background: linear-gradient(45deg, #dc3545, #ff6b6b);
}

.removeBtn::before {
    background: linear-gradient(45deg, #e63946, #b91c1c);
}

.removeBtn:hover {
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.5);

}

.submitBtns {
    background: linear-gradient(45deg, #007bff, #00d4ff);
}

.submitBtns::before {
    background: linear-gradient(45deg, #0069d9, #0056b3);
}

.submitBtns:hover {
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.5);
}

/* Submit button */
#submitBtn {
    background: linear-gradient(45deg, #007bff, #00d4ff);
}

#submitBtn::before {
    background: linear-gradient(45deg, #0069d9, #0056b3);
}

#submitBtn:hover {
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.5);
}

/* Hover animation for all */
.uniq:hover::before {
    left: 0;
}

/* Active press effect */
.uniq:active {
    transform: scale(0.95);
}


.btnsrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.qPlus {
    border: 1px solid #d7dafa;
    padding: 15px;
    background: #89b5f71a;
}

#fillup {
    display: none;
}

.is-valid {
    border: 2px solid #198754 !important;
}

.is-invalid {
    border: 2px solid #dc3545 !important;
    padding: 11px;
}

.dropBox.is-invalid {
    border-radius: 4px;
    padding: 6px;
}

.dropBox.is-valid {
    border-radius: 4px;
    padding: 6px;
}

.forPadd {
    padding: 11px !important;
}

.inputEle {
    border-left: 3px solid #0084ff !important;
    padding: 11px 32px 11px 9px !important;
}

.center-wrapper {
    display: flex;
    justify-content: center;
    height: 89vh;
    overflow: auto;
    padding: 20px;
}

.feature-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 20px;
    perspective: 1200px;
}

.feature-box {
    background: linear-gradient(7deg, #78aefd, #ffffff);
    border-radius: 18px;
    width: 205px;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
    color: #00fff7;
    margin: 20px;
}

.feature-box:hover {
    transform: rotateY(15deg) rotateX(10deg) scale(1.08);
    box-shadow: 0 0 20px #434545, 0 0 40px #0a0a0a, inset 0 0 10px #000000, inset 0 0 20px #ffffff;
    background: linear-gradient(145deg, #ffffff, #ffffff);
}

@keyframes icon-breathe {

    0%,
    100% {
        transform: scale(1) rotateZ(0deg);
    }

    50% {
        transform: scale(1.005) rotateZ(1deg);
    }

}

.feature-icon {
    font-size: 45px;
    color: #000000;
    animation: icon-breathe 2s ease-in-out infinite;
    display: inline-block;
}

.pulse {
    animation: pulseIcon 1.5s ease-in-out infinite;
}

@keyframes pulseIcon {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.feature-box:hover .feature-icon {
    color: #2141f8;
    text-shadow: 0 0 10px #2141f8, 0 0 20px #2141f8;
}

.feature-label {
    font-family: 'PoppinsLight';
    margin-top: 12px;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.center-wrapper::-webkit-scrollbar {
    width: 8px;
}

.center-wrapper::-webkit-scrollbar-track {
    background: #0a0a0a;
}

.center-wrapper::-webkit-scrollbar-thumb {
    background: #00fff7;
    border-radius: 4px;
}

#descrip {
    display: none;
}

#wordCount {
    background: #ebfdff;
    padding: 9px;
    margin: 0 8px;
}

#dndType {
    display: none;
}

#jumbChara {
    display: none;
}

#jumbParts {
    display: none;
}

.dataassMent {
    height: 80vh;
    overflow: auto;
    margin-bottom: 45px;
}

.questTbl .table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    font-size: 15px;
}

.questTbl .table td,
.questTbl .table th {
    padding: 6px 10px;
    vertical-align: middle;
}

.questTbl .qSect td {
    border: 1px solid #dee2e6;
}

.questTbl .qNum {
    font-weight: bold;
    text-align: center;
    background-color: #f8f9fa;
}

.questTbl .marksT {
    text-align: right;
    white-space: nowrap;
    font-weight: bold;
}

.questTbl .answerTR {
    background-color: #f1f1f1;
    font-weight: bold;
}

.questTbl tr:nth-child(even):not(.answerTR) {
    background-color: #fcfcfc;
}

.qSect td {
    padding: 6px;
}

.letterBoxIn {
    border: 1px solid #000;
    padding: 4px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    min-width: 20px;
}

.numBox {
    padding-right: 8px;
    font-weight: bold;
    color: #444;
    font-size: 13px;
    border: none !important;
    text-align: right;
    width: 40px;
}

tr,
table {
    page-break-inside: avoid;
}

.qPrint {
    font-weight: bold;
}

.rowOpt10 {
    display: flex;
    justify-content: flex-start;
    margin: 5px;
}

.optTexts {
    border: 1px solid #d1d1d1;
    margin: 0 10px 0 0;
    padding: 4px 10px;
    border-radius: 6px;
}

.question-jumb {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.question-number {
    font-weight: bold;
    flex-shrink: 0;
    width: 29px;
}

.answer-space {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 17px;
}

.forFlexes {
    display: flex;
    justify-content: flex-start;
}

.lettForjum {
    width: 36px;
    background: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 36px;
    padding: 8px 14px;
    color: #000;
    border-radius: 5px;
}

.wordJumDivs {
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 6px 13px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    font-size: 15px;
}

.questTxts {
    margin-left: 10px;
    color: #000;
}

#withoutPassage {
    display: none;
}

#withPassage {
    /*display: none;*/
}

#forTnf2,
#des2,
#jumbParts2 {
    display: none;
}

.forBgchanges {
    background: #dfecff;
}

.rowApp {
    background: #fffff3;
}

.closeIcons {
    color: #ff0909;
    font-size: 22px;
    cursor: pointer;
}

.addRemoveSaveRow {
    text-align: center;
}

#withPassMcq,
#withPassTNF,
#matchWithPassa,
#fillupWithPassage,
#dndWithPassage,
#dropDownWithPassage,
#descripPassage,
#jumbCharaWithPassage,
#clickTheCirPassage {
    display: none;
}

.headersTopten {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 5px;
}

.withSHowLetter {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin: 0 10px;
    border-radius: 50%;
    color: #272a2c;
    font-size: 16px;
}

@media print {

    table,
    td,
    th {
        border: none !important;
    }
}

@page {
    size: A4;
    margin: 1in;
}

.mainBox {
    transition: all 0.3s ease-in-out;
}

.mainBox:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.manageAssDivs table {
    white-space: nowrap;
}
.rowHeadesManageAss {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: #000000;
     font-family: 'PoppinsLight';
}
.manageAssDivs .btn-outline-success:hover {
    background-color: #198754;
    color: white;
}
.manageAssDivs input#searchInput {
    border-radius: 0 8px 8px 0;
}

.manageAssDivs .input-group-text {
    border-radius: 8px 0 0 8px;
}
.theadForBgs{
    background: var(--ck-color-link-selected-background);
}
.droDowns{
    overflow: auto;
    height: 12.5vh;
    padding-bottom: 10px;
}
.forHeaAss{
    height: 72vh;
     font-family: 'PoppinsLight';
}
.wSetData{
   width: 47px !important;
    display: inline-block;
    font-weight: bold;
}
@media (min-width:0px) and (max-width:667px) {
    .textDash {
        margin: 0 9px;
        font-size: 10px;
    }

    .forColors {
        font-size: 11px;
    }

    .forColors {
        font-size: 11px;
        padding: 7px;
        border-radius: 0px;
    }

    .footerQG {
        color: #fff;
        padding: 7px;
        font-size: 11px;
    }

    .loginText {
        margin: 13px;
        font-size: 19px;
    }

    .icons {
        width: 78px;
        height: 78px;
    }

    .forImgIcons {
        width: 120px;
        height: 120px;
    }

    .textWithIcons {
        font-size: 13px;
    }

    .iconsT {
        width: 78px;
    }

    .rowForFeatures {
        justify-content: space-around;
    }

    .whiteColor {
        font-size: 12px;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .feature-box {
        width: 137px;
        height: 137px;
        margin: 1px;
    }

    .feature-icon {
        font-size: 32px;
    }

    .feature-label {
        margin-top: 2px;
        font-size: 14px;
    }

    .feature-flex {
        gap: 14px;
        padding: 4px;
    }

    .center-wrapper {
        height: 93vh;
    }

    .mainBox {
        margin: 4px;
        padding: 10px;
    }

    #classCheckboxes {
        position: absolute;
        width: 220px;
        z-index: 999;
    }

    .input-lBorder {
        padding: 8px;
    }

    .subject-header {
        padding: 7px 1px;
    }

    .lightW {
        color: #c8c9cc !important;
        font-size: 12px;
        margin: 5px 0;
    }

    .rowOptTNF {
        display: grid;
        grid-template-columns: 10fr 2fr;
        margin: 9px 0;
        column-gap: 5px;
        display: block;
    }

    .optSetBox {
        margin: 5px 19px;
    }

    .qPrint {
        margin-left: 10px;
    }

    .w-fifty {
        display: inline-block;
    }
}