.btn-dashboard-icon {
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    background-color: #86c8bc;
    border-radius: .50rem;
}

.btn-dashboard-icon:hover {
    opacity: 0.8;
}

.bg-green {
    background-color: #86c8bc;
}

.bg-gray {
    background-color: #efefef;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand span {
    color: #86c8bc;
    font-weight: 700;
    float: right;
    margin-top: 4px;
    margin-left: 6px;
}

.navbar-brand img {
    width: 40px;
    margin-top: -5px;
}

.navbar {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}

.navbar-desktop {
    margin-bottom: 1rem;
}

.navbar-mobile {
    display: none;
}

.navbar .btn-instagram-nav {
    display: none;
}

@media only screen and (max-width: 576px) {
    .navbar-desktop .navbar-buttons {
        display: none !important;
    }

    .navbar .btn-instagram-nav {
        display: inline-block;
        margin-top: -3px;
        width: 40px;
        height: 30px;
    }

    .navbar-mobile {
        display: block;
        justify-content: center;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .navbar-mobile ul {
        column-gap: 1.5rem;
        height: 50px;
    }

    .navbar-mobile a {
        color: #000;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        padding: 0;
    }

    .navbar-mobile button {
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        padding: 0;
        border: unset;
        color: #000 !important;
        background-color: transparent;
    }

    .navbar-mobile a i {
        font-size: 20px;
    }

    .navbar-mobile p {
        margin: 0;
    }

    .navbar-mobile .nav-link.active {
        font-weight: bold;
    }

    .navbar-mobile .navbar-avatar {
        width: 31px;
        height: 31px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
    }

    .navbar-mobile .navbar-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .modal-profile {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .modal-profile .modal-dialog {
        position: fixed;
        top: auto;
        right: auto;
        left: auto;
        bottom: -200px;
        margin: 0;
        width: 100%;
    }  

    .modal-profile.fade .modal-dialog {
        transition: transform .1s ease-out !important;
        transform: translate(0, -200px) !important;
    }

    .modal-profile .rectangle-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 10px;
        margin: auto;
    }

    .modal-profile .modal-content, .modal-profile .list-group {
        border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .modal-profile .list-group {
        width: 100%;
        background-color: #fff;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .modal-profile .list-group-item {
        border: unset !important;
    }

    .modal-profile .btn {
        padding: 0.5rem 0.5rem;
        text-align: left;
        border-radius: 10px;
        font-weight: 500;
    }

    .modal-profile .btn img {
        position: absolute;
        right: 25px;
        top: 15px;
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
        opacity: 0.4;
    }
}