/* your styles go here */

.border-bottom-sm {
    border-bottom: 1px solid #000;
    /* Adjust color and width as needed */
}
.noti-icon{
    margin-right: 35px;
}

@media (min-width: 768px) {
    .border-bottom-sm {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .scale-65 {
        transform: scale(0.65);
    }
    .h-mb-160 {
        height: 160px;
    }
    .py-0-mb {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .noti-icon {
        display: flex;
        align-items: center;
        /* margin-right: 45px; */
    }
}

.glm-logo {
    max-height: 34px;
}

footer.position-absolute {
    display:none !important;
}

#nav-bar {
    transition: .3s ease-in-out;
}

@media (max-width: 768px) {
    .nav-closed {
        transform: translateX(-100%);
    }
    .content {
        transform: translateX(200px);
    }
    header h3 {
        transform: translateX(100px);
    }
    .mainc-closed {
        overflow-x: hidden;
    }
    /* .togglebtn {
        transform: translateX(-200px);
    } */
    .mainc-open {
        transform: translateX(-300px);
    }
    .mainc-open .content {
        transform: translateX(0px);
    }
    .mainc-open h3 {
        transform: translateX(0px);
    }
}
