* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    background: #f4f9f9;
    min-height: 100vh;
}
:root{
    --main-color: #3fa6d5
}
body {
    background: transparent;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    zoom: .9;
    padding-bottom: 80px;
}

.cursor-pointer {
    cursor: pointer;
}
.breadcrumb {
    background-color: var(--main-color);
    padding:12px;
    border-radius: 12px;
}
.breadcrumb h6{
    margin: 0;
}
.main-container {
    margin-right: 280px;
    width: calc( 100% - 280px);
}

h5, label {
    color: var(--main-color);
}

a {
    color: var(--main-color) !important;
    text-decoration: none;
}

.day-badge{
    border: 1px solid var(--main-color) !important;
}

.btn-primary,.bg-primary {
    color: white !important;
    background: var(--main-color) !important;
    border: 0;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary{
    color: var(--main-color) !important;
    background-color: white !important;
    border-color: var(--main-color) !important;

}
.bg-light{
    background: #f4faff !important;
    border: 1px solid var(--main-color) !important;
}
.btn-primary:hover,
.btn-primary:focus{
    color: white !important;
    background: var(--main-color);
}
.card {
    border: 1px solid #cdefff;
    border-radius: 12px;
}
.stats h6{
    font-size: 16px;
}

.go-back {
    color: #FFFFFF;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    margin-left: 4px;
}
.mb-4 > a{
    color: var(--main-color) !important;
}
.bottom-navbar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 12px 0 ;
    z-index: 99999999;
}
.bottom-navbar a{
    text-decoration: none;
    font-size: 12px;
    color: #1a1e21 !important;
}
.bottom-navbar .d-flex div{
    width: 19%;
    text-align: center;
}
/*.bottom-navbar .d-flex div:last-of-type a{*/
/*    color: #9b3737 !important;*/
/*}*/
.bottom-navbar a svg{
    display: inline-block;
    margin: auto;
    width: 24px;
    aspect-ratio: 1/1;
    color: var(--main-color) !important;
}
.bottom-navbar span{
    display: block;
}
.bottom-navbar .d-flex div:not(.active){
    opacity: 0.3;
}
.bottom-navbar .active a{
    color: var(--main-color) !important;
}
.bottom-navbar .active{
    position: relative;
}
.bottom-navbar .active svg{
    background: white;
    padding: 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: content-box;
    border: 2px solid #f4f9f9;

}
.bottom-navbar .active span{
    margin-top: 8px;
}
.bottom-navbar .d-flex  div:not(.active) span{
    display: none;
}
.sidebar .active{
    background: #dbe5f3;
    border-radius: 8px;
}
.sidebar .gap-4 > div{
    padding: 12px;
}
.top-nav {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #121212;
    background: #FFF;
}
/*.card-header{*/
/*    background: var(--main-color);*/
/*    border: 0;*/
/*    color: white;*/
/*    padding-top: 8px;*/
/*    padding-bottom: 8px;*/
/*    border-radius: 8px 8px 0 0 ;*/
/*}*/
.card-header{
    background-color: var(--main-color);
    font-weight: 300;
    color: white;
    border-radius: 12px 12px 0 0 !important;
}
div.student-card {
    background-color: #FFF;
    width: 500px;
    text-align: center;
    height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    margin: auto;
    background-image: url("../images/card_bg.png");
}

.logos {
    margin-bottom: 24px
}

.divider {
    width: 2px;
    background: #193E67;
    margin-right: 12px
}
.student-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 40px 0
}

.student-info > div {
    background-color: #BCA363;
    gap: 12px;
    width: 80%;
    border-radius: 50px;
    display: flex;
    overflow: hidden;
    height: 100%;
}

.student-info > div > span {
    display: inline-block;
    color: white;
    padding: 16px 0;
    font-weight: 700;
    font-size: 16px;
}

.student-info > div span span {
    margin: 0 0 8px 8px;
    display: inline-block;
}


.student-info > div .title {
    width: 40%;
    text-align: center;
    background-color: #1B3E62;
    height: 100%;
    border-radius: 50px

}
.student-info > div span span {
    margin: 0 0 8px 8px;
    display: inline-block;
}

.student-card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;

}

.student-card-footer {
    display: flex
}

.student-card-footer div:first-child {
    width: 70%;
    background-color: #1B3E62;
    height: 20px;
}

.student-card-footer div:last-child {
    width: 30%;
    background-color: #BCA363;
    height: 20px;
}
@media (max-width: 767px) {
    body{
        zoom: 1;
    }
    .main-container{
        position: relative;
        top: 62px;
        width: 100%;
        margin: 0 0 100px 0;
    }
    .breadcrumb {
        background-color: transparent;
        padding:0px;
        border-radius: 0px;
    }
    .top-nav {
        background-color: var(--main-color);
        padding-top: 8px;
        padding-bottom: 140px;
        position: fixed;
        color: white;
        background-image: url("../images/top-bar-bg.png");
        background-position: bottom;
        background-size: cover;

    }

    .top-nav #logo {
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
}

