body {
    background-color: hsl(0, 0%, 95%);
    overflow-x: hidden;
}
.sideBar {
    background: linear-gradient(45deg, #0d1312 0%, #015f5b 100%);
    width: 250px;
    height: 100vh;
    position: fixed;
}
.mainC .header {
    position: fixed;
    height: 60px;
    width: 100%;
    background-color: hsl(0, 0%, 95%);
}
@media (max-width: 990px) {
    .mainC .header .menu-Btn {
        border: none;
    }
    .sideBar {
        left: -100vw;
        z-index: 100000000000000;
    }
}
.sideBar .header img {
    width: 75px;
}
.sideBar .header p {
    display: inline;
    vertical-align: middle;
}
.sideBar .menus .link {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: white;
}
.sideBar .menus .link:hover {
    background-color: rgba(255, 255, 255, 0.541);
    color: black;
}
.sideBar .menus .link.sehas-active {
    background: linear-gradient(90deg, #0d1312 0%, rgba(1,95,91,0) 100%);
}
.sideBar .menus .link.sehas-active:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.541);
}

@media (min-width: 991px) {
    #menu-Btn-close {
        display: none;
    }
    #menu-Btn-open {
        border: none;
        display: none;
    }
    .sideBar {
        display: inline-block;
        background: linear-gradient(45deg, #000000 0%, #479251 100%);
        width: 20vw;
        height: 100vh;
        position: fixed;
    }
    .sideBar, .maintContant {
        display: inline-block;
    }
    .maintContant {
        width: 79vw;
        overflow: scroll;
        position: absolute;
        right: 0px;
    }
    .maintContant .header .cont {
        display: inline-block;
    }
    .maintContant .header .cont.Mydetails {
        position: relative;
        right: 0px;
        float: right;
    }
}
.password {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 15vh;
}
.password .logo {
    width: 50%;
}
.grade {
    padding-left: 10px;
}
.grade span {
    vertical-align: super;
}

.hiddenOption {
    display: none;
}

#traingImagetraingImage:hover {
    background-color: #c8fffc;
}
.mainC .header {
    z-index: 1000;
}
.accordion-button {
    z-index: 0;
}