﻿.navbar-light {
    background-color: whitesmoke !important;
    color: #484848 !important;
    border-bottom: solid 1px lightgray;
}

.navbar .navbar-brand {
    opacity: 0;
    transition: ease 0.2s;
    color: #484848 !important;
}

.navbar.sticky-top .navbar-brand {
    opacity: 1;
}

.search_profile_details {
    display: flex;
}

    .search_profile_details .name_job {
        text-align: end;
        margin-right: 10px;
    }

.navbar-light .name_job {
    width: 175px;
    color: #484848 !important;
}

.navbar-light .job {
    color: darkgray !important;
}

.navbar-light .app-sidebar-profile-image-initials {
    border: 3px solid rgb(193 193 193 / 90%);
    background-color: rgb(231 231 231 / 90%);
}

.profile {
    width: 240px;
}

.button-back-to-admin {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.navbar .container-fluid {
    max-width: 1700px;
}

.main-card {
    width: 100vw;
    max-width: 1700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
}

    .main-card .card-body {
        border-radius: 12px;
    }

.upload-card {
    border: 1px dashed rgba(43, 59, 74, 0.3) !important;
}

    .upload-card .card-body {
        background-color: whitesmoke !important;
    }

.nav-item {
    margin-right: 1px;
    margin-left: 1px;
    transition: all 0.5s ease;
}

    .nav-item:hover .nav-link {
        color: #00bb8d !important;
        transition: all 0.2s ease;
    }

.navbar-nav .nav-link {
    border-bottom: 0 solid #00674e !important;
}

    .navbar-nav .nav-link.active {
        color: #00674e !important;
        border-bottom: 2px solid #00674e !important;
    }

@media(max-width:   991px ) {
    .profile .profile_details {
        margin-left: unset !important;
        margin-right: auto;
    }

    .navbar-light .name_job {
        width: 100%;
        margin-right: 10px;
    }
}