/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/(components)/(styles)/Navbar.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.Navbar_navBarMainContainer__iBoWJ {
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgb(181, 181, 181);
    justify-content: center;
}

.Navbar_NavbarContainer__Jg2yP {
    align-items: center;
    padding: 0.5em;
    display: flex;
    width: 100%;
    justify-content: space-between;

}

.Navbar_NavbarDiv__gA8pl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}




.Navbar_Navbar__k_xuk {
    display: flex;

    width: 100%;
    justify-content: flex-start;
    gap: 2em;

}

.Navbar_navbarWrapper__M_NWT {
    width: 90%;
}

.Navbar_NavbarElements__CZsQk {
    padding: 0.2em 0em;
    font-size: 1.5em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.Navbar_NavbarElements__CZsQk>div {
    display: flex;
    justify-content: center;

    gap: 0.2em;
}

.Navbar_icon__95iVK {
    padding: 0.2em 0em;
    font-size: 1.8em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Navbar_NavbarElements__CZsQk:hover::before {
    width: 100%;
}

.Navbar_NavbarElements__CZsQk::before {
    content: "";
    width: 0%;
    transition: width 0.5s ease;

    height: 0.1em;
    position: absolute;
    background-color: var(--main-color);
    bottom: 10%;
    left: 0%;
}


.Navbar_profileDiv__WVBDN {
    display: flex;
    position: relative;

}

.Navbar_LoginDiv__re5bd {
    z-index: 1;
    position: relative;
    width: 3em;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgb(174, 174, 174);
    height: 3em;
}

.Navbar_LoginDiv__re5bd:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgb(95, 95, 95);
}


.Navbar_profileImage__4rRdm {
    border-radius: 50%;
}

.Navbar_navEle__wlkKk {
    position: relative;
}

.Navbar_navEleDiv__qjgiF {
    display: flex;
    align-items: center;
    gap: 2em;
    font-weight: 600;
    font-size: 1.2em;

}

.Navbar_mobileViewDropDownDiv__KyaCm {
    display: flex;

    align-items: center;
}

@keyframes Navbar_slideIn__gv2q9 {
    0% {
        left: -100%;
    }

    100% {
        left: 0%;
    }

}



.Navbar_navbarHidden__S74XC {
    width: 100%;
    background-color: white;
    height: auto;
    padding: 1em;
    z-index: 2;
    position: absolute;
    left: 0;
    display: flex;
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    justify-content: center;
    flex-direction: column;
    gap: 1em;
    top: 3.2em;
    color: black;
    box-shadow: 0px 8px 15px 0px rgb(203, 203, 203);
    animation: Navbar_slideIn__gv2q9 0.4s ease forwards;
}

.Navbar_hamburger___2IJJ {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    flex-direction: column;
    width: 20px;
    height: 20px;
}

.Navbar_hamburgerLine1___yHq3 {
    height: 1px;
    width: 100%;
    transition: transform 0.4s ease;
    background-color: var(--main-color);
}

.Navbar_hamburgerLine2__14ZSI {
    height: 1px;
    width: 100%;
    transition: transform 0.4s ease;

    background-color: var(--main-color);
}

.Navbar_hamburgerLine1Change__CNHky {
    transform: translateY(5px) rotate(45deg);


}

.Navbar_hamburgerLine2Change__fTmss {
    transform: translateY(-5px) rotate(-45deg);
}


/* buttons  */
.Navbar_logBtnsDiv__is12c {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1em;
    width: 40%;
}

.Navbar_loginBtn__dMd2j {
    padding: 0.2em 0.8em;
    font-size: 1.4em;
    font-weight: 600;
    border-radius: 0.4em;
    border: none;

    color: var(--main-color);
    background-color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.Navbar_loginBtn__dMd2j:hover {
    cursor: pointer;
    background-color: rgb(238, 238, 238);
    color: var(--main-color);

}

.Navbar_signupBtn__6A17N {
    padding: 0.2em 0.8em;
    font-size: 1.4em;
    font-weight: 600;
    border-radius: 0.4em;
    background-color: var(--main-color);

    border: none;
    color: white;

}

.Navbar_signupBtn__6A17N:hover {
    cursor: pointer;


}

/* currently in div  */
.Navbar_currentlyInDiv__YDM4M {

    display: flex;
    justify-content: flex-start;
    gap: 1em;
    align-items: center;

    border-radius: 0.4em;
    background-color: rgb(218, 218, 218);
}

.Navbar_currentlyInImage__wztxN {

    border-radius: 50%;

}

.Navbar_currentlyInImageDiv__6yJ_4 {
    position: relative;
    width: 4em;
    height: 4em;
    margin: 0.3em 1em;
}

.Navbar_currentlyInName__KQB1Q {
    padding-right: 1.5em;
}

.Navbar_profileOptionsDiv__WJ81z {
    z-index: 1;
    top: 3.5em;
    right: 0%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.5em;
    position: absolute;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgb(187, 187, 187);
    border-radius: 0.4em;
    padding: 1em;


}

.Navbar_profileOptions__Zu9Xl {
    padding: 0.5em 0.5em;
    display: flex;
    font-size: 1.2em;
    font-weight: 500;
    color: gray;
    align-items: center;
    transition: back;
}

.Navbar_profileOptions__Zu9Xl:hover {
    background-color: rgb(213, 213, 213);
    border-radius: 0.4em;
}

@media (max-width:1105px) {
    .Navbar_NavbarElements__CZsQk {

        font-size: 1.2em;

    }

    .Navbar_icon__95iVK {

        font-size: 1.5em;

    }

    .Navbar_loginBtn__dMd2j {

        font-size: 1.2em;
        font-weight: 600;

    }

    .Navbar_signupBtn__6A17N {

        font-size: 1.2em;
        font-weight: 600;


    }
}

@media (max-width:955px) {
    .Navbar_NavbarElements__CZsQk {

        font-size: 1em;

    }

    .Navbar_icon__95iVK {

        font-size: 1.1em;

    }

    .Navbar_loginBtn__dMd2j {

        font-size: 1em;
        font-weight: 600;

    }

    .Navbar_signupBtn__6A17N {

        font-size: 1em;
        font-weight: 600;


    }
}


/* Navbar drop down */
.Navbar_SubNavbarDropDown___rfOG {
    position: absolute;
    font-size: 0.6em;
    width: 100%;
    font-weight: 700;


    display: flex;
    flex-direction: column;
    background-color: white;

    top: 100%;
    left: 0;
    z-index: 4;
    border-radius: 0.2em;
    box-shadow: 0px 0px 10px 0px rgb(152, 152, 152);
}

.Navbar_SubNavbarDropDown___rfOG p {
    display: flex;

    align-items: center;
    padding: 0.5em;
}

.Navbar_SubNavbarDropDown___rfOG p:hover {
    background-color: rgb(245, 245, 245);


}

.Navbar_downArrowIcon__orkjG {

    width: 1.3em;
    height: 1.3em;

    border-radius: 50%;
    padding: 0.2em;
}

.Navbar_downArrowIcon__orkjG:hover {
    cursor: pointer;
    background-color: rgb(212, 212, 212);
}

/* mobile sub navbar down drop  */
.Navbar_MobileSubNavbarDropDown__extJL {

    font-size: 1em;
    width: 100%;
    font-weight: 500;


    display: flex;
    flex-direction: column;

    background-color: white;


    z-index: 4;
    border-radius: 0.2em;

}

.Navbar_MobileSubNavbarDropDown__extJL p {
    display: flex;


    padding: 0.5em;
}

.Navbar_MobileSubNavbarDropDown__extJL p:hover {
    background-color: rgb(245, 245, 245);


}

.Navbar_activeLink__ALoYc {
    color: var(--main-color);
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/Navbar.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Navbar_navbarMainContainer__9h_97 {
    display: flex;
    position: fixed;
    width: 15%;
    padding: 0.5em;
    height: 100vh;
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: rgb(99, 99, 99);
    background-color: #ffffff;
}

.Navbar_dropDownItem___oad9 {
    padding: 10px 20px;

}

@media only screen and (max-width:600px) {
    .Navbar_navbarMainContainer__9h_97 {
        position: relative;
        width: 100%;
        height: 3em;
    }
}



.Navbar_logo__X4o9i>h1 {
    color: rgb(99, 99, 99);
    font-size: 1.5em;
}

.Navbar_navbarContainer__WC_ES {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 96%;
    justify-content: space-between;
}

.Navbar_loginBtn__ovbKe {
    padding: 0.4em 1.4em;
    font-size: 1em;
    font-weight: 600;
    border: none;
    border-radius: 0.7em;

    color: rgb(92, 92, 92);

}

.Navbar_activeLink__izzmo {
    color: black !important;
}

.Navbar_navBarHeading__0TE0_ {
    color: rgb(170, 170, 170);
}

.Navbar_loginBtn__ovbKe:hover {
    cursor: pointer;
    background-color: rgba(173, 173, 173, 0.59);
}

.Navbar_navEleDiv__j_NP0 {
    display: flex;
    flex-direction: column;
    color: rgb(170, 170, 170);
    gap: 2em;
    font-weight: 600;
    font-size: 1.2em;

}

.Navbar_navbarHidden__dTcnq {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.816);
    height: auto;
    padding: 1em;
    z-index: 2;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1em;
    top: 3em;
    color: white;
}

.Navbar_hamburger__WJ9Te {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    flex-direction: column;
    width: 20px;
    height: 30px;
}

.Navbar_hamburgerLine1__vTwiX {
    height: 1px;
    width: 100%;
    transition: transform 0.4s ease;
    background-color: var(--main-color);
}

.Navbar_hamburgerLine2__qjWOa {
    height: 1px;
    width: 100%;
    transition: transform 0.4s ease;
    background-color: var(--main-color);
}

.Navbar_hamburgerLine1Change__v4ADM {
    transform: translateY(5px) rotate(45deg);


}

.Navbar_hamburgerLine2Change__phF6_ {
    transform: translateY(-5px) rotate(-45deg);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.js","import":"Roboto","arguments":[{"weight":["400","500","700"],"subsets":["latin"],"display":"swap","preload":true}],"variableName":"roboto"} ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/74c003a2abab0c4f-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/24c15609eaa28576-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/84602850c8fd81c3-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/90da053edc2b7de3-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/ac3b7908202f8517-s.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/627d916fd739a539-s.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/b5ee789b512e4d1b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/2c07349e02a7b712-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/47cbc4e2adbc5db9-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/74c003a2abab0c4f-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/24c15609eaa28576-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/84602850c8fd81c3-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/90da053edc2b7de3-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/ac3b7908202f8517-s.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/627d916fd739a539-s.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/b5ee789b512e4d1b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/2c07349e02a7b712-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/47cbc4e2adbc5db9-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/74c003a2abab0c4f-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/24c15609eaa28576-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/84602850c8fd81c3-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/90da053edc2b7de3-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/ac3b7908202f8517-s.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/627d916fd739a539-s.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/b5ee789b512e4d1b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/2c07349e02a7b712-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Roboto_372368';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/47cbc4e2adbc5db9-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Roboto_Fallback_372368';src: local("Arial");ascent-override: 92.98%;descent-override: 24.47%;line-gap-override: 0.00%;size-adjust: 99.78%
}.__className_372368 {font-family: '__Roboto_372368', '__Roboto_Fallback_372368';font-style: normal
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./styles/globals.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --max-width: 1100px;
  --border-radius: 12px;
  --font-mono: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono',
    'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro',
    'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;

  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;

  --back-color: #FFF9F6;
  --main-color: #FF5F1F;
  --font-color: rgb(161, 161, 161);
  --medium-color: #FED1C0;
  --dark-font-color: rgb(83, 83, 83);
  --primary: #c0c0c066;
  --secondary: #151515;
  --tertiary: #151515;


  --primary-glow: conic-gradient(from 180deg at 50% 50%,
      #16abff33 0deg,
      #0885ff33 55deg,
      #54d6ff33 120deg,
      #0071ff33 160deg,
      transparent 360deg);
  --secondary-glow: radial-gradient(rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0));

  --tile-start-rgb: 239, 245, 249;
  --tile-end-rgb: 228, 232, 233;
  --tile-border: conic-gradient(#00000080,
      #00000040,
      #00000030,
      #00000020,
      #00000010,
      #00000010,
      #00000080);

  --callout-rgb: 238, 240, 241;
  --callout-border-rgb: 172, 175, 176;
  --card-rgb: 180, 185, 188;
  --card-border-rgb: 131, 134, 135;
}

/* 
@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;

    --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0));
    --secondary-glow: linear-gradient(
      to bottom right,
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0.3)
    );

    --tile-start-rgb: 2, 13, 46;
    --tile-end-rgb: 2, 5, 19;
    --tile-border: conic-gradient(
      #ffffff80,
      #ffffff40,
      #ffffff30,
      #ffffff20,
      #ffffff10,
      #ffffff10,
      #ffffff80
    );

    --callout-rgb: 20, 20, 20;
    --callout-border-rgb: 108, 108, 108;
    --card-rgb: 100, 100, 100;
    --card-border-rgb: 200, 200, 200;
  }
} */
*::-webkit-scrollbar {
  width: 13px;
}

*::-webkit-scrollbar-track {
  background: var(--primary);
  border-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border-radius: 14px;
  border: 2px solid var(--primary);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--tertiary);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--secondary) var(--primary);
  box-sizing: border-box;
  padding: 0;
  margin: 0;

}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;

}

body {
  color: rgb(var(--foreground-rgb));

}

.mainContainer {
  display: flex;
  width: 100%;
}

.childrenMainContainer {
  width: 100%;
}

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

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

/* global popup style  */
.Pop {
  width: 100% !important;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.337);
}

.mainDiv {
  width: 30em;

  background-color: white;
  border-radius: 0.4em;
  box-shadow: 0px 0px 10px 0px;
  padding: 1.5em 2.5em;
  display: flex;
  flex-direction: column;
  gap: 1em;

}

.btns {
  width: 100%;
  display: flex;
  gap: 1em;
  justify-content: flex-end;
}

.btns button:hover {
  cursor: pointer;


}

.cancleBtn {
  padding: 0.4em 1em;

  border-radius: 0.4em;
  border: none;
  font-size: 1.2em;
}

.signinBtn {
  padding: 0.4em 1em;

  border-radius: 0.4em;
  background-color: rgb(98, 200, 255);
  color: white;
  border: none;
  font-size: 1.2em;
}

.deleteBtn {
  padding: 0.4em 1em;

  border-radius: 0.4em;
  background-color: rgb(255, 98, 98);
  color: white;
  border: none;
  font-size: 1.2em;

}

@media (max-width:600px) {
  .mainContainer {
    display: block;
  }

  .mainDiv {
    width: 25em;
    font-size: 0.8em;

  }

  .cancleBtn {
    padding: 0.4em 1em;

    border-radius: 0.4em;
    border: none;
    font-size: 1em;
  }

  .signinBtn {
    padding: 0.4em 1em;

    border-radius: 0.4em;
    background-color: rgb(98, 200, 255);
    color: white;
    border: none;
    font-size: 1em;
  }

  .deleteBtn {
    padding: 0.4em 1em;

    border-radius: 0.4em;
    background-color: rgb(255, 98, 98);
    color: white;
    border: none;
    font-size: 1em;

  }
}

/* @media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
} */


/* table style  */

th,
td {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
}

th {
  background-color: rgba(0, 0, 0, 0.34) !important;
}

tr:nth-of-type(2n) {
  background-color: rgba(0, 0, 0, 0.072);
}

table {
  width: 100% !important;
  border-collapse: collapse;
}

p>img {
  width: 100%;
  height: auto;
}

.marAdv {
  color: #ff5f1f;
  font-size: larger;
  font-weight: bold;
  padding: 10px 0px;
  border: 2px solid;
}

.modal {
  position: fixed;
  background: #0009;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #ff5f1f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalBody {
  width: 80%;
  font-size: 28px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid;
}

.admsg {
  padding: 50px;
  text-align: justify;
  text-justify: inter-word;
}

.modalBtn {
  padding-top: 20px;
  padding-right: 20px;
  text-align: end;
}

.btnClose {
  padding: 10px;
  border: 2px solid #ff5f1f;
  border-radius: 10px;
  background: #fff;
  color: #ff5f1f;
}

.btnClose:hover {
  background: #ff5f1f;
  color: #fff;
}

.btn-click-here {
  padding: 10px 20px;
  border: 2px solid #ff5f1f;
  background: #ff5f1f;
  border-radius: 10px;
  color: #fff;
}

.btn-click-here:hover {
  background: #fff;
  color: #ff5f1f;
}

.modal-footer {
  padding: 50px 0px;
  text-align: center;
}

.quiz {
  display: flex;
}

.quiz .questionList {
  border-right: 1px solid gray;
  width: 20%;
  height: 84vh;
  padding-top: 10px;
  overflow-y: scroll;
}


.quiz .questionList .que-ol .que-li {
  height: 10vh;
  align-items: center;
  border: 2px solid lightblue;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  margin: 5px;
}

.quiz .questionList .que-ol .que-li:hover {
  border-radius: 10px;
  border: 4px solid lightblue;
  box-shadow: 0px 0px 10px 10px lightblue;
}

.quiz .questionList .que-ol .que-select {
  border-radius: 10px;
  border: 4px solid lightblue;
  box-shadow: 0px 0px 10px 10px lightblue;
}

.quiz .quizBody {
  width: 80%;
  height: 74vh;
  /* margin: 2vw; */
}

.quiz .quizBody .quizTime {
  text-align: center;
}

.quiz .quizBody .cart {
  width: 90%;
  height: 74vh;
  margin: 3vw;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 10px lightblue;
  overflow-y: scroll;
  font-size: 14px !important;
  display: grid;
  grid-template-rows: auto auto 15vh;
}


.quiz .question .bi-star-fill {
  color: green;
}

.quiz .question {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.quiz .cart .cart-header,
.quiz .cart .cart-body,
.quiz .cart .cart-footer {
  padding: 10px;
  /* border: 2px solid black; */
  margin: 20px 20px 0px 20px;
  border-radius: 5px;
  font-size: larger;
}

.quiz .cart .cart-header {
  /* border: none; */
  font-size: large;
  /* overflow: scroll; */
  padding-left: 30px;
  word-wrap: break-word;
}

.quiz .cart .note {
  padding: 10px 20px;
  border: 2px solid black;
  margin: 20px 0px 10px 0px;
  border-radius: 5px;
  background: rgba(251, 251, 169, 0.166);
  word-wrap: break-word;
  /* overflow: scroll; */
}

.quiz .cart .own-note-text-input {
  padding: 10px;
  resize: vertical;
  width: 100%;
  border: 2px solid;
  border-radius: 5px;
  font-size: larger;
  /* overflow: scroll; */
}

.quiz .cart .cart-body {
  /* border: none; */
  padding: 0px;
}

.quiz .cart .cart-footer {
  /* border: none; */
  margin: 0px;
  text-align: center;
}

.btn-nex-pre {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;

}

.quiz .cart .option-list .option {
  background: aliceblue;
  border: 1px solid #84c5fe;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz .cart .option-list .option:hover {
  color: #004085;
  background: #cce5ff;
  border: 1px solid #b8daff;
}

.quiz .cart .btn,
.dashboard .cart .btn {
  padding: 10px 20px;
  border-color: gray;
  cursor: pointer;
  border-radius: 10px;
  background: transparent;
  font-family: cursive;
  font-style: italic;
  font-size: medium;
}

.quiz .cart .btn-outline-primary {
  border: 2px solid rgb(0, 157, 255);
  color: rgb(0, 157, 255);
}

.quiz .cart .btn-outline-primary:hover {
  background: rgb(0, 157, 255);
  color: #fff;
}

.quiz .cart .btn-outline-success {
  border: 2px solid rgb(8, 146, 38);
  color: rgb(8, 146, 38);
}

.quiz .cart .btn-outline-success:hover {
  background: rgb(8, 146, 38);
  color: #fff;
}

.quiz .cart .btn-outline-orange {
  border: 2px solid #FF5F1F;
  color: #FF5F1F;
}

.quiz .cart .btn-outline-orange:hover {
  background: #FF5F1F;
  color: #fff;
}

.quiz .loading {
  color: #fff;
  margin-top: 45vh;
  font-size: larger;

}

.quiz .subConfirmationBox .ques-a {
  color: rgb(0, 191, 255);
}

.quiz .subConfirmationBox .ques-ua {
  color: gray;
}

.quiz .subConfirmationBox .ques-mra {
  color: rgb(255, 208, 0);
}

.quiz .subConfirmationBox .ques-mrua {
  color: red;
}

.quiz .subConfirmationBox .res-footer {
  text-align: center;
  font-size: larger;
  font-weight: 700;
}

.quiz .subConfirmationBox .testEnd {
  text-align: center;
  font-size: larger;
  font-weight: 700;
  padding: 30px;
}

.quiz .subConfirmationBox .sub-test {
  padding: 15px 30px;
  margin: 30px 10px 10px;
  background: red;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
}

.quiz .res-test {
  font-weight: 700;
  padding: 15px 30px;
  margin: 30px 10px 10px;
  background: blue;
  color: #fff;
  border-radius: 10px;
}

.quiz .subConfirmationBox .sub-details {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.quiz .subConfirmationBox {
  width: 40vw;
  box-shadow: 0px 0px 10px 30px #000;
  color: #fff;
  padding: 50px 30px;
  font-size: larger;
  border-radius: 10px;
  background: #000;
  text-align: left;
}

.quiz .isSubmit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz .isStart,
.quiz .isSubmit {
  z-index: 9;
  background: rgba(0, 0, 0, 0.927);
  width: 100%;
  height: 91.7vh;
  position: absolute;
  text-align: center;
}

.quiz .isStart .startBtn {
  margin-top: 45vh;
  padding: 10px 40px;
  font-size: larger;
  color: #fff;
  background: blue;
  border-radius: 10px;
}

.quiz .questionList .que-ol .marQues {
  border: 4px solid red;
}

.quiz .questionList .que-ol .marQuesAns {
  border: 4px solid rgb(255, 208, 0);
}

.option-select {
  color: #004085 !important;
  background: #cce5ff !important;
  border: 1px solid #b8daff !important;
}

.option-correct {
  color: #155724 !important;
  background: #d4edda !important;
  border: 1px solid #c3e6cb !important;
}

.option-incorrect {
  color: #721c24 !important;
  background: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}


.adminDashboard {
  position: relative;
  width: 85%;
  left: 15%;
  min-height: 93.6vh;
  padding-top: 2em;
  background-color: var(--back-color);
}

.adminQuiz {
  position: relative;
  width: 85%;
  left: 15%;
  padding-top: 2em;
  height: 100vh;
}

@media only screen and (max-width:600px) {
  .adminDashboard {
    display: block;
    position: relative;
    width: 100vw;
    left: 0;
    right: 0;
    background-color: var(--back-color);
    border: 2px solid;
  }

  .adminQuiz {
    position: relative;
    width: 100vw;
    left: 0;
  }
}

.dashboard {
  /* margin: 10px; */
}

.dashboard .test-series,
.dashboard .current-affairs,
.dashboard .toppers-copies {
  border-radius: 12px;
  border: 1px solid gray;
  padding: 4vh;
  margin: 20px;
  background: linear-gradient(180deg, #FFF7F6 0%, #FEFFCF 100%);
}

.dashboard .test-series .accordion,
.dashboard .current-affairs .accordion,
.dashboard .toppers-copies .accordion {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid rgb(180, 177, 177);
}

.dashboard .test-series .card-list,
.dashboard .current-affairs .card-list,
.dashboard .toppers-copies .card-list {
  margin: 20px 0px;
  grid-column-gap: 2rem;
  column-gap: 2rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
}

.dashboard .cart {
  width: 360px;
  height: 250px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
  font-size: x-large;
}

.dashboard .cart .validity-tag {
  position: absolute;
  top: 10px;
  left: -16px;
  text-align: center;
  font-size: medium;
}

.dashboard .cart .validity-tag svg {
  position: absolute;
}

.dashboard .cart .validity-tag span {
  left: 30px;
  color: #fff;
  position: absolute;
}

.dashboard .cart .btn-red {
  background-color: #ff6b6b;
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dashboard .cart .btn-red:hover {
  background-color: #ff4b4b;
}

.dashboard .cart .cart-header {
  background: linear-gradient(90deg, #FF4E17 0%, #FF910F 100%);
}

.dashboard .cart .cart-footer {
  /* margin-top: 20px;
  display: flex;
  justify-content: space-between; */
}

.dashboard .cart .cart-footer .cart-footer-btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.dashboard .cart .cart-footer .cart-footer-start-btn {
  margin-top: 20px;
}

.dashboard .cart .topper-copy {
  margin-top: 20px;
  display: block;
}

.dashboard .cart:hover {
  box-shadow: 0px 0px 10px 10px lightblue;
}

.dashboard .cart .btn-outline-primary {
  border: 2px solid rgb(0, 157, 255);
  color: rgb(0, 157, 255);
}

.dashboard .cart .btn-outline-primary:hover {
  background: rgb(0, 157, 255);
  color: #fff;
}



@media only screen and (max-width:600px) {
  .quiz .quizBody {
    width: 100%;
    height: 100%;
    border: 2px solid;
    margin-top: 2vw;
  }

  .quiz .cart {
    width: 94% !important;
    height: 80vh;
  }

  .quiz {
    flex-wrap: wrap;
  }

  .quiz .questionList {
    width: 96vW;
    margin: 2vw;
  }

  .dashboard .test-series,
  .dashboard .current-affairs,
  .dashboard .toppers-copies {
    padding: 2vh;
    margin: 10px;
  }

  .dashboard .cart {
    padding: 20px;
  }

  .dashboard .test-series .card-list,
  .dashboard .current-affairs .card-list,
  .dashboard .toppers-copies .card-list {
    grid-template-columns: 1fr;

  }

  .quiz .subConfirmationBox {
    width: 100vw;
  }
}
