
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.cards_border:hover {
    border-color: #007bff !important;
}

.sidebar.show {
    transform: translateX(0px);
    transition: transform 0.5s linear;
}

.sidebar-sticky {
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: 1.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .closebtn {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 30px;
}

.sidebar .closebtn:hover {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .sidebar .closebtn, .control-sidebar {
        display: none;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #ffffff;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #ffffff;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}


/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.border-top-blue {
    border-top: 1px solid #5b9bff;
}

.border-top-dark {
    border-top: 1px solid #444;
}

.border-bottom-blue {
    border-bottom: 1px solid #5b9bff;
}

.border-bottom-dark {
    border-bottom: 1px solid #444;
}

.notaExel {
    font-size: 12px;
    text-align: center;
}

.downloadTemplate {
    color: #212529;
    background-color: #ffed2e;
    border-color: #ffed2e;
}

/* PRV CSS SIDEBAR E LOGO SOLO IN DASHBOARD */
.logo_container {
    padding-top: 0.5rem;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -7px 10px 9px -7px #272727;
}

.bs {
    box-shadow: 0 5px 9px rgb(0 0 0 / 75%);
}


.btn-coming-soon {
    text-decoration: none;
    color: #fff;
    border: 1px solid #eeeeee;
    padding: 1rem 3rem;
    display: inline-block;
    margin: 2rem 0 0;
    border-radius: 50px;
    transition: all 500ms ease-out;
}

.btn-coming-soon:hover {
    background: #ccc;
    color: #000;
}