:root {
    --my_primary_color: #00bfff;
    --my_secondary_color: #ffdd00;
    --cardBorderShadowColor: #00bfff85;
    --btn_primary_color: white;
    --Bg_btn_primary_color: #00bfff85;
    --btn_secondary_color: #82868b;
    --Bg_btn_secondary_color: #82868b85;
    --questionBorderColor: #00bfff;
    --selectedBgColor: #ffdd0085;
    --Bg_Q_index_Color: #ffdd00;
}

.main-menu.shadow {
    margin: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /* background-image: url('siderBackgroundFooter.svg'); */
}

.main-menu.menu-light .navigation {
    background: none;
}

.header-navbar.navbar {
    border-radius: 15px;
    border-radius: 10px !important;
}

.main-menu .navbar-header {
    height: auto;
}

.main-menu .navbar-header .navbar-nav {
    justify-content: center;
}

.main-menu.menu-light .navigation > li.active > a {
    box-shadow: none !important;
}

/* .nav-item.active{
    -webkit-mask-image: url(cippath.svg);
    mask-image: url(cippath.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
        mask-size: cover;
    -webkit-mask-size: cover;

} */

.card {
    border-radius: 10px !important;
}

footer.footer {
    padding: 0px !important;
    z-index: 1050;
    position: relative;
    margin-top: -40px;
    max-width: 100%;
    overflow-x: clip;
}

.img-2 {
    margin-top: 40px;
}

.sudentMark {
    font-family: "Kablammo", cursive !important;
    font-size: 40px;
}

@media screen and (max-width: 550px) {
    .scene-container {
        display: none;
    }
}

footer {
    border: none !important;
}

/* width and height of the scrollbar */

::-webkit-scrollbar {
    width: 5px;
    /* height: 10px; */
}

/* background color of the scrollbar */

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* color of the scrollbar handle */

::-webkit-scrollbar-thumb {
    background-color: #88888869;
}

/* color of the scrollbar handle on hover */

::-webkit-scrollbar-thumb:hover {
    background-color: #555555cb;
    width: 10px;
}

.linking_text {
    text-align: center;
    border: solid 1px gray;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Q_index_Span {
    background-color: var(--Bg_Q_index_Color);
    padding: 10px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 5px 0px 25px 0px;
    color: white;
}

#sheet_title_preview {
    padding: 10px;
    border-radius: 15px;
    background-color: var(--questionBorderColor);
}

.bg_light_Primary {
    background-color: var(--Bg_btn_primary_color) !important;
    color: var(--btn_primary_color) !important;
}

.bg_Solid_Primary {
    background-color: var(--Bg_btn_primary_color) !important;
    color: var(--my_primary_color) !important;
}

.text-primary {
    color: var(--my_primary_color) !important;
}

.cardBorderShadowColor {
    border: unset !important;
    box-shadow: -1px -1px 6px 1px var(--cardBorderShadowColor),
        1px 1px 6px 1px var(--cardBorderShadowColor) !important;
}

.questionBorderColor {
    border: solid 1px var(--questionBorderColor);
}

.selectedBgColor {
    background-color: var(--selectedBgColor) !important;
}

.BoxDiv {
    border-radius: 8px;
    background: #7ac1ec1a;
    padding-block: 12px !important;
}

.BoxDiv p {
    margin-bottom: 0 !important;
}

.connectPoint {
    background: #ffc700 !important;
    opacity: 0.95 !important;
}

.radius10 {
    border-radius: 10px !important;
}

.main-menu.menu-light .navigation > li ul .active {
    box-shadow: none;
}
