.closeNavbarSupportedContent{
    display:none;
}
/* Custom CSS to make the navbar collapse like a drawer from the left */
@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100%;
        background-color: #f8f9fa; /* Background color of the drawer */
        transition: left 0.3s ease;
        padding-top: 1rem;
        z-index: 1040;
    }

    .navbar-collapse.show {
        left: 0%;
    }

    /*.navbar-toggler {*/
    /*    position: fixed;*/
    /*    top: 10px;*/
    /*    left: 10px;*/
    /*    z-index: 1050;*/
    /*}*/

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        margin-bottom: 0.5rem;
    }
    .closeNavbarSupportedContent {
        display:block;
        margin: 10px;
        font-size: 1.3rem;
        cursor: pointer;
    }
}

/* Adjust the overlay when the navbar is open */
.navbar-collapse.show ~ .overlay {
    display: block;
}

/* Styles for the overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1030;
}
.

.card-link.bg-secondary {
    color: #fff;
    border-radius: 50px;
}
.card-link {
    font-size: .85rem;
    padding: 7px 16px !important;
}

.section.breadcrumbs {
    background: #f1f2f8;
    text-align: center;
}

.breadcrumb {
    margin: 0;
    font-size: 14px;
}

.form-group {
    margin-bottom: .7rem;
}

.card-link.bg-secondary {
    color: #fff;
    border-radius: 50px;
}

select.form-control {
    padding: 0.375rem 0.75rem;
}
@media (min-width: 768px) {
    .brand_footer {
        padding-top: 45px;
        padding-left: 25px;
    }
}