@media only screen and (min-width: 992px) {
    .header-module{
        padding: 10px 0;
        background: #4272d7;
        position: fixed;
        z-index: 1001;
        top: 0;
        right: 0;
        left: 300px;
        font-size: 2rem;
        -webkit-box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.57);
        box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.57);
    }

    .header-module .name{
        font-size: 1.3rem !important;
    }

    .body-module{
        margin-top: 95px;
    }

    .body-module.big-title{
        margin-top: 125px;
    }
}

@media only screen and (max-width: 991px) {
    .header-module{
        padding: 10px 0;
        background: #488ffc;
        position: fixed;
        z-index: 1001;
        top: 60px;
        right: 0;
        left: 0;
        font-size: 1.3rem;
        -webkit-box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.57);
        box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.57);
    }

    .header-module .name{
        font-size: 1rem !important;
    }

    .body-module{
        margin-top: 135px;
    }

    .body-module.big-title{
        margin-top: 155px;
    }
}

.sidemenu-b {
    overflow-y: auto;
    z-index: 10000;
    background-color: white;
    height: 100vh;
    width: 280px;
    position: fixed;
    top: 0;
    right: -285px;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
}

.sidemenu-b .list-group{
    border-radius: 0 !important;
}

.sidemenu-content{
    position: relative;
    top: 0;
    left: 0;
    overflow-y: scroll;
}

.sidemenu-head{
    padding: 1.25rem;
    border-bottom: 1px solid #dee2e6!important;
}

.sidemenu-b.active{
    right: 0 !important;
}

.overlay{
    display: none;
    background-color: black;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.overlay.active{
    display: block !important;
}

.btn-float{
    position: fixed;
    bottom: 20px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0,0,0,.12);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0,0,0,.12);
}

.btn-float i.bi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.def-img{
    height: 150px;
    object-fit: contain;
}