:root {
    /* colors */
    --greyColor: #595959;
    --whiteClr: #fff;
    --blackClr: #000;
    --lightGreyColor: #666666;
    --mainClr: #6469b5;
    --lightMainClr: #dddfff;
    --ultraLightMainClr: #e4e6ffb8;
    --blueColor: #212794;
    --orangeColor: #f43519;

    /* font size */
    --font14: 14px;
    --font16: 16px;
    --font20: 20px;
    --font22: 22px;
}

body {
    overflow: hidden;
}



/*new css add start*/
.boxes{
    /*border: 1px solid #c0d8ff;*/
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
    position: relative;
    cursor: pointer;
    /*background: #f2f2e140;*/
    text-align: center;
}
.nameOfBooks{
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translate(-50%, 0);
    /*background: #ff6c00;*/
    /*padding: 5px 1px;*/
    border-radius: 28px;
    width: 85%;
    text-align: center;
    color: #000;
    font-size: 14px;
    border: 2px solid #ffffff;
    text-shadow: 0.5px 0.2px #000;

}
.iconBox{
    width: 70%;
    text-align:center;
    margin: 14px auto;
    /*margin: -10px auto;*/
}
.iconBox img{
    width: 100%;
    
    padding: 5px;
}
.num{
     position: absolute;
    bottom: 15%;
    left: 46%;
    color: #fff;
    font-weight: bold;
    text-shadow: 0.5px 0.2px #000;
    font-size: 15px;
    text-align:center;
}
/*new css add end*/

.mainContainer {
    background-image: url('../images/bg.png');
    background-repeat: repeat;
    background-size: contain;
    min-height: 100vh;
    background-color: var(--mainClr);
    overflow: hidden;
}

.logoBox img {
    width: 70px;
}

.logoBox {
    color: var(--orangeColor);
    font-size: var(--font20);
    font-weight: 700;
}

.navbar {
    position: relative;
    z-index: 9;
    padding: 0;
    /* height: 11vh; */
}

.content-body {
    height: 100vh;
    overflow: hidden;
}
.fileIcon{
    background: #fff;
    border-radius: 6px;
    margin: 5px 10px;
    font-size: 14px;
    height: 20vh;
    padding: 0 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fileIcon2{
    background: #fff;
    border-radius: 6px;
    margin: 5px 20px;
    font-size: 14px;
    height: 18vh;
    padding: 0 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginIcon {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    background-color: var(--whiteClr);
    border-radius: 50%;
    z-index: -1;
    padding: 10px;
}

.loginIcon svg {
    color: var(--blueColor);
}

.centerContainer,
.dataContainer {
    overflow: auto;
    padding-bottom: 10px;
/*    height: 84vh;*/
    position: relative;
    z-index: 1;
}

.leftImg {
    width: 70%;
}

.dots {
    position: absolute;
    width: 5vw;
}

.dots:nth-child(1) {
    bottom: 15vw;
    left: 10%;
    transform: rotate(46deg);
}

.dots:nth-child(2) {
    bottom: 24vw;
    left: 22%;
    transform: rotate(70deg);
}

.dots:nth-child(3) {
    bottom: 28vw;
    left: 47%;
    transform: rotate(90deg);
}

.dots:nth-child(4) {
    bottom: 30vw;
    left: 69%;
    transform: rotate(150deg);
}

.dots:nth-child(5) {
    bottom: 17vw;
    left: 75%;
    transform: rotate(170deg);
}

.c1 {
    position: absolute;
    bottom: 20vw;
    left: 3%;
    width: 15%;
}

.c2 {
    position: absolute;
    bottom: 30vw;
    left: 16%;
    width: 15%;
}

.c3 {
    position: absolute;
    bottom: 34vw;
    left: 42%;
    width: 17%;
}

.c4 {
    position: absolute;
    bottom: 34vw;
    left: 73%;
    width: 17%;
}

.c5 {
    position: absolute;
    bottom: 21vw;
    left: 80%;
    width: 17%;
}

.mainPage {
    height: 90vh;
}

.accordion-button {
    background-color: #fff !important;
    box-shadow: none !important;
    color: var(--blackClr) !important;
}

.faqStyle ul{
    margin: 0 !important;
}

.highlightAccordionHeader {
    background-color: #a0a6ff !important;
}
.highlightAccordionItem {
    background-color: #cbceff;
}


.editPage{
    height: 83vh;
}

.faqStyle{
    overflow: auto !important;
    height: 100vh;
    padding-bottom: 78px !important;
}

#loginPanel {
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translate(0, -50%);
    border-radius: 0 10px 10px 0;
    padding: 3rem;
    width: 80% !important;
}

#signUpPanel {
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translate(0%, -50%);
    border-radius: 0 10px 10px 0;
    padding: 1rem;
    width: 90% !important;
}

.feedBackBg{
    background:var(--mainClr);
}

.nav-item {
    font-size: var(--font16);
}

.nav-item svg {
    color: var(--blueColor);
}

.nav-item:hover {
    color: var(--orangeColor);
    transition: .5s ease-in-out;
}

.navbar-toggler {
    box-shadow: none !important;
    outline: none !important;
}

.hideBox {
    opacity: 0;
}

.inputBox {
    height: 100%;
    width: 100%;
    padding-left: 45px;
    outline: none;
    border: none;
    font-size: var(--font14);
    color: var(--greyColor);
    border-radius: 6px;
    height: 35px;
    border: 1px solid var(--mainClr) !important;
}

.sidePanelHeader {
    background-color: var(--mainClr);
}

.sidePanelToolBox {
    padding: 38px 0 0 0;
}

input,
select {
    border: 1px solid var(--mainClr) !important;
    color: var(--greyColor) !important;
    outline: none !important;
    box-shadow: none !important;
}

.centerIcon{
    width: 40%;
}

.centerIcon:hover:not(.selected) {
    scale: 1.10 !important;
    transition: .5s !important;
}

.centerPanel {
    background-color: var(--lightMainClr);
    z-index: 5;
}

.centerBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
    bottom: 0;
    height: 100%;
}

.imgIcon{
/*    background: #d7dcf185;*/
    width: 65px;
    height: 65px;
/*    border-radius: 30px;*/
/*    padding: 2px;*/

}

.imgIcon2{
    /*background: #d7dcf185;*/
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 2px;
    background: #fff;

}

.centerBackImg {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    filter: drop-shadow(1px 1px 1px #000);
    opacity: 0.5;
}

.sidePanel {
    width: 0;
    height: 89vh;
/*    overflow: auto;*/
    background-color: var(--mainClr);
    color: var(--whiteClr);
}

.sideBar{
    height: 89vh;
    overflow: auto;
}

.hideIcon {
    background-color: var(--blueColor);
    color: var(--whiteClr);
    padding: 5px;
}

.hideIcon:active {
    scale: .95;
}

.hideIcon2 {
    background-color: var(--blueColor);
    color: var(--whiteClr);
    padding: 5px;
}

.hideIcon2:active {
    scale: .95;
}

.f-15{
    font-size: 15px;
}

.fullScreenIcon {
    position: absolute;
    bottom: 7%;
    right: 1%;
    width: auto;
    background-color: var(--whiteClr);
    border: 1px solid var(--blueColor);
    padding: 10px;
    color: var(--blueColor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.fullScreenIcon:active {
    scale: .95;
}

.sidePanelTool:hover:not(.selected) {
    background-color: var(--ultraLightMainClr) !important;
}

.font14 {
    font-size: var(--font14);
}

.radio-input input {
    background-color: #dde1e7;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-input label {
    color: var(--lightGreyColor);
    font-size: var(--font14);
}

.radio-input input:checked {
    background-color: var(--blueColor);
    -webkit-animation: puls 0.7s forwards;
    animation: pulse 0.7s forwards;
}

.radio-input input:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: var(--whiteClr);
    transform: scale(0);
}

.radio-input input:checked::before {
    transform: scale(1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

select {
    padding: 9px 0;
    background-color: var(--whiteClr);
}

.fieldSvg {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(0, -50%);
    color: var(--greyColor);
    width: 50px;
}

.borderLeft {
    border-left: 5px solid var(--whiteClr);
}

.loginHeading {
    color: var(--blueColor);
    font-size: var(--font22);
}

.forgotPassBtn {
    color: var(--blueColor);
    text-align: right;
    font-size: 14px;
    margin-top: 4px;
}

.forgotPassBtn:hover {
    text-decoration: underline;
}

.loginTxt {
    font-size: var(--font14);
}

.loginTxt span {
    color: var(--blueColor);
    text-decoration: underline;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 5px;
    font-size: var(--font16);
}

.font16 {
    font-size: var(--font16);
}

.fieldSvg svg {
    color: var(--blueColor);
}

.loginBtn {
    width: 100%;
    padding: 0 28px;
    height: 33px;
    font-size: var(--font14);
    font-weight: 600;
    background: var(--blueColor);
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    box-shadow: 2px 2px 5px #BABECC,
        -5px -5px 10px #ffffff73;
}

.sinUpBtn {
    width: 100%;
    padding: 0 28px;
    height: 33px;
    font-size: var(--font14);
    font-weight: 600;
    background: var(--greyColor);
    border-radius: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    box-shadow: 2px 2px 5px #BABECC,
        -5px -5px 10px #ffffff73;
}

.loginBtn:focus {
    color: #fff;
    box-shadow: inset 2px 2px 5px #BABECC,
        inset -5px -5px 10px #ffffff73;
}

.sinUpBtn:focus {
    color: #fff;
    box-shadow: inset 2px 2px 5px #BABECC,
        inset -5px -5px 10px #ffffff73;
}

.girl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    z-index: 1;
}

.bgLayer {
    position: absolute;
    top: 0;
    right: 0%;
    width: 50%;
}

.bgImg {
    position: absolute;
    bottom: 0;
    left: 2%;
    width: 45%;
}

.centersidePanelTool:hover{
    /*background: #6469b5;*/
    background: #000 !important;
    color: #fff;
    box-shadow: 0px 0px 4px 1px #686868;
    
}

.centersidePanelTool2:hover{
    /*background: #6469b5;*/
    background: #6469b5 !important;
    color: #fff;
    box-shadow: 0px 0px 4px 1px #686868;
    
}

.centersidePanelTool:hover .imgIcon2{
    background: #fff;
}
.swal2-popup {
    font-size: 12px;
}


.profile-box {
    /*width: 50px;
    padding: 0 5px;*/
}

.profile-box img {
    width: 100%;
}

.profile-box img:active {
    scale: .95;
}

#profileContainer {
    height: 100%;
}

.icard-img {
    width: 100%;
}

.icard-profile {
    position: absolute;
    top: 31.8%;
    left: 28%;
    width: 50%;
    transform: rotate(13deg);
    padding: 8px 8px 0 8px;
}

.icardLeftBox {
    background-color: #afb4f3b8;
    border-radius: 6px 0 0 6px;
}

.icardRightBox .header {
    background-color: #afb4f3b8;
    font-size: var(--font22);
    color: var(--blueColor);
    padding: 5px;
}

.icardRightBox .details {
    font-size: var(--font16);
}

.icardRightBox .fillDetails {
    font-size: var(--font20);
}

.fillDetails input {
    border: 0 !important;
    border-bottom: 1px solid var(--lightMainClr) !important;
    width: 100%;
}

.icardRightBox .editBtn {
    position: absolute;
    top: 3%;
    right: 2%;
    width: auto;
    cursor: pointer;
}

.icardRightBox .editBtn:active {
    scale: 0.95;
}

.feedbackBtn {
    border-radius: 40px;
    padding: 20px 100px;
    margin: 0 20px;
    background-color: var(--whiteClr);
    font-size: var(--font20);
    color: var(--blackClr);
    font-weight: 700;
    cursor: pointer;
    /* box-shadow: 2px 5px 1px 1px var(--mainClr); */
}

.feedbackBtn:hover {
    box-shadow: 1px 1px 5px 1px var(--blueColor);
    background-color: #d4e3ff;
}

.feedbackBtn:active {
    scale: .95;
}

.feedbackBtn img {
    border: 5px solid #ced0ff;
    width: 90px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translate(0, -50%);
}

.feedbackContainer .mainHeading {
    font-size: var(--font22);
}

.feedbackBtn:active {
    scale: .95;
}

.feedbackForm input {
    border: none !important;
    font-size: var(--font16);
    border-bottom: 1px solid #ccc !important;
}

.feedbackForm .heading {
    font-size: 30px;
    color: var(--blueColor);
    text-align: center;
    font-weight: 700;
}

.feedbackForm .innherHeading {
    font-size: var(--font16);
    color: #000;
    font-weight: normal;
}

.w-35{
    width: 35%;
}

.contactUs {
    padding: 20px 40px;
}

.contactUs input {
    border: none !important;
    border-bottom: 1px solid var(--mainClr) !important;
    width: 100%;
    font-size: 18px;
    padding: 4px 10px;
    border-radius: 3px;
}


.contactIcon{
    width: 70px;
    border-radius: 50%;
    border: 2px solid var(--blueColor);
    padding: 5px;
}


.feedImg{
	filter: drop-shadow(1px 1px 3px #a4a2a2);
}


#loader{
            position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(255, 255, 255, 0.9);
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                z-index: 10000;
        }
        .loader {
            width: 230px;
            height: 35px;
            position: relative;
            margin: 50px auto 0;
        }

        .loader span {
            width: 32px;
            height: 32px;
            margin: 0 5px;
            border-radius: 50%;
            display: inline-block;
            position: relative;
        }

        .loader span:nth-child(1) {
            background: #005395;
        }

        .loader span:nth-child(2) {
            background: #1F4284;
        }

        .loader span:nth-child(3) {
            background: #604F93;
        }

        .loader span:nth-child(4) {
            background: #512F6C;
        }

        .loader span:nth-child(5) {
            background: #C81C70;
        }

        .loader span:before {
            content: "";
            background: inherit;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            animation: wave 2s ease-out infinite;
        }

        .loader span:nth-child(1):before {
            animation-delay: 0.2s;
        }

        .loader span:nth-child(2):before {
            animation-delay: 0.4s;
        }

        .loader span:nth-child(3):before {
            animation-delay: 0.6s;
        }

        .loader span:nth-child(4):before {
            animation-delay: 0.8s;
        }

        .loader span:nth-child(5):before {
            animation-delay: 1s;
        }


/*      new dashboard css start */
.webIconDetails {
    height: 30vh;
    overflow: auto;
}

.btnClr {
    background-color: #212794;
    border: none !important;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
}

.btnClr:hover {
    background-color: #212794b9;
}

.btnClr:active {
    scale: .98;
}

.animPhone {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0.3;
    animation: moveUp 5s linear infinite;
    width: 60%;
}


/*new dashboard start*/

.adminBgColor{
	background:var(--mainClr)
}

.mainScreen2 {
    background-image: url('../images/teacherBgBottom.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom -30px;
}

.teacherGraphicImg {
    position: absolute;
    left: 10%;
    bottom: 5%;
    width: 40%;
    animation: scaleUp 4s linear infinite;
}

.teacherButtonBox {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translate(0, -50%);
}

.teacherButtonBox .icons {
    border: 2px solid #87b7ff;
    position: relative;
    padding: 5px 10px 5px 80px;
    border-radius: 10px;
    margin-bottom: 60px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.teacherButtonBox .icons:active {
    scale: .99;
}

.teacherButtonBox .icons img {
    width: 90px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);
    background-color: #87b7ff;
    border-radius: 50%;
    padding: 8px;
}


.imgIcon4t{
    width: 75px;
    height: 75px;
    padding: 2px;
}

.mainScreenStu {
    background-image: url('../images/StudentBgBottom.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom -30px;
}

.fontBold{
	font-weight:bold;
}

/*navbar csss*/

.navbar svg {
    color: #212794;
}

.navCenterContainer {
    font-size: 16px;
}


.navCenterContainer a:hover {
    color: #f43519 !important;
    transition: .5s ease-in-out;
}

.logoImgBox {
    color: #f43519;
    font-size: 20px;
    font-weight: 700;
}

.logoImgBox img {
    width: 70px;
}

.profile-box img {
    width: 45px;
}

.navBurgerMenu:active {
    scale: .95;
}

.navSmallbackDrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0000006b;
    z-index: 99;
}

.navCloseBtn:active>svg {
    scale: .95;
}

.navBtn{
	text-decoration:none;
	color:#000;
}

@keyframes scaleUp {

    0%,
    100% {
        scale: 1.06;
    }

    50% {
        scale: 1;
    }
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width: 400px) {
    .teacherGraphicImg {
        width: 88%;
        bottom: 3%;
    }

    .mainScreen2, .mainScreenStu {
        background-size: 200% 50%;
    }
}

@keyframes moveUp {

    0%,
    100% {
        margin-bottom: -10px;
    }

    50% {
        margin-bottom: -60px;
    }
}

.iconHeading {
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    border: 4px solid #fdb3ba;
    /* color: #fff; */
    font-size: 20px;
    font-weight: 700;
    /* width: 60%; */
    transform: translateY(-10px);
    margin: auto;
}

.iconHeading:active {
    scale: .95;
}

.selectedIcon {
    background-color: #6469b5;
    color: #fff;
}

.webIconsBox {
    border: 4px solid #fdb3ba;
    background-color: #fff;
    width: 40%;
    border-radius: 50%;
    padding: 5px;
}

.clickEffect:active {
    scale: .95;
}

.webIconSelected {
    position: absolute;
    top: -1%;
    width: 16% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 9;
}

#webPanel {
    position: relative;
    top: 0%;
    left: -100%;
    /* transform: translate(0, -50%); */
    border-radius: 0 10px 10px 0;
    padding: 40px 20px 20px;
    width: 90%;
}
.disableBtn{
    cursor: not-allowed;
    opacity: 0.6;
}
/*new dahboard  css end*/

        @keyframes wave {

            50%,
            75% {
                transform: scale(2.5);
            }

            80%,
            100% {
                opacity: 0;
            }
        }


@media only screen and (max-width: 1080px) {
    .hideBox {
        display: none !important;
    }

    .logoBox img {
        width: 50px
    }

    .loginIcon {
        top: -20%;
    }


}

@media only screen and (max-width: 992px) {
    .mobileHide {
        display: none !important;
    }

    .borderLeft {
/*        border: none !important;*/

    }

    .loginBtn,
    .sinUpBtn {
        padding: 0 30px;
        height: 40px;
    }

    #webPanel {
        left: 5.5% !important;
        width: 90%;
        border-radius: 10px !important;
    }

    #loginPanel {
        padding: 2rem;
        transform: translate(50%, -50%);
        width: 50% !important;
        border-radius: 10px !important;
    }

    #signUpPanel {
        padding: 2rem;
        transform: translate(12%, -50%);
        width: 80% !important;
        border-radius: 10px !important;
    }

    .largeScreenProfile{
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .logoBox {
        color: #f43519;
        font-size: 14px;
        font-weight: 700;
        
    }

    .borderLeft{
        overflow: visible !important;
    }
    
    .icardLeftBox{
    	display:none !important;
    }

    #webPanel {
        left: 4% !important;
        width: 95% !important;
        padding: 10px 10px 10px;
        margin: 40px 0;
    }

    .webIconDetails{
        padding-top: 50px !important;
    }

    .webIconSelected {
        top: -1%;
    }
    .webIconsBox {
        width: 50%;
    }
    .mainPage {
        height: 100%;
    }

    #loginPanel {
        transform: translate(12%, 30%);
        width: 80% !important;
    }

    #signUpPanel {
        transform: translate(12%, 3%);
        width: 80% !important;
        padding : 1rem; 
    }
    .loginHeading{
    	margin:0 !important;
    }

    .nav-item {
        width: 100%;
    }

    .sidePanelToolName {
        /* display: none; */
    }
    
    
    
    .teacherButtonBox {
        top: 36%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .teacherButtonBox .icons {
        margin-bottom: 60px;
        font-size: 14px;
        padding: 5px 120px 5px 50px;
        white-space: nowrap;
    }

    .teacherButtonBox .icons img {
        width: 70px;
    }
}

@media only screen and (max-width: 2000px) {
    .navCenterContainer {
        display: block !important;
    }

    .navCloseBtn, .navSmallbackDrop {
        display: none !important;
    }
    
    .navBurgerMenu{
    	display: none !important;
    }
}

@media only screen and (max-width: 921px) {
    .hide-Small-screen {
        display: none;
    }

    .logoImgBox {
        font-size: 16px;
    }

    .show-small-screen {
        display: block !important;
    }

    .navCenterContainer {
        display: none !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100vh;
        background-color: #fff;
        z-index: 99;
    }

    .navCenterContainer>div>div {
        border-bottom: 1px solid #00000054;
        padding: 10px;
    }

    .navBtn {
        width: 100% !important;
        justify-content: left !important;
        padding:10px;
        border-bottom:1px solid rgba(0, 0, 0, 0.19);
    }
    .navBtn img{
        width: 70px;
    }
}




/*addd new css start*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.form-container {
    background: linear-gradient(135deg, #1457dd, #9b86f8);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.register-container {
    background: #ffffff;
    width: 50%;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 0.8rem 3rem;
    box-sizing: border-box;
}

.register-form h2 {
    text-align: center;
    color: #2f2f92;
    margin-bottom: 1.5rem;
}

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-row .form-input,
.form-row select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    box-sizing: border-box;
    background: none;
}

.form-row input:focus,
.form-row select:focus {
    border-color: #6f6cf3;
    box-shadow: 0 0 5px rgba(111, 108, 243, 0.3);
}

.select-gender {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px 4px;
}

.gender-row label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.submit-btn {
    color: #ffffff;
    background: #433bd6;
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #1207ec;
    box-shadow: 0 4px 10px rgba(8, 8, 233, 0.3);
}

.login-text {
    text-align: center;
    margin-top: 1rem;
    font-size: 16px;
}

.login-text a {
    color: #2f2f92;
    font-weight: 500;
    text-decoration: none;
}

.login-text a:hover {
    text-decoration: underline;
}

.radio-input {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dde1e7;
    border: 2px solid #6f6cf3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.radio-input::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6f6cf3;
    transform: scale(0);
    transition: all 0.2s ease;
}

.radio-input:checked::before {
    transform: scale(1);
}

.radio-input:hover {
    box-shadow: 0 0 5px rgba(111, 108, 243, 0.5);
}

.bulk-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    border-bottom: 1px solid #00000026;
    padding-bottom: 5px;
}

.bulk-btn {
    background: linear-gradient(135deg, #2f2f92, #5d52e8);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bulk-btn:hover {
    background: linear-gradient(135deg, #5d52e8, #2f2f92);
    box-shadow: 0 4px 10px rgba(47, 47, 146, 0.3);
}

.upload-btn i,
.download-btn i {
    font-size: 14px;
}

.fupload-label:hover {
    background: linear-gradient(135deg, #5d52e8, #2f2f92);
    box-shadow: 0 4px 10px rgba(47, 47, 146, 0.3);
}

.fupload-label {
    background: linear-gradient(135deg, #2f2f92, #5d52e8);
    color: white;
    padding: 0.5rem 0.8rem;
    border-radius: 0.4rem;
    cursor: pointer;
    font-size: 14px;
}

@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
    }

    .register-container {
        padding: 1.5rem;
        margin: 25px auto;
    }

    .form-container {
        height: auto;
    }
}


/*end*/

@media only screen and (max-width: 2000px) {
    .navCenterContainer {
        display: block !important;
    }

    .navCloseBtn, .navSmallbackDrop {
        display: none !important;
    }
    
    .navBurgerMenu{
    	display: none !important;
    }
}

@media only screen and (max-width: 921px) {
    .hide-Small-screen {
        display: none;
    }

    .logoImgBox {
        font-size: 16px;
    }

    .show-small-screen {
        display: block !important;
    }

    .navCenterContainer {
        display: none !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100vh;
        background-color: #fff;
        z-index: 99;
    }

    .navCenterContainer>div>div {
        border-bottom: 1px solid #00000054;
        padding: 10px;
    }

    .navBtn {
        width: 100% !important;
        justify-content: left !important;
        padding:10px;
        border-bottom:1px solid rgba(0, 0, 0, 0.19);
    }
    .navBtn img{
        width: 70px;
    }
}
















