.highlight {
    color: var(--bs-green);
    border-color: var(--bs-green);
}

.filter-green {
    filter: invert(52%) sepia(78%) saturate(2432%) hue-rotate(129deg) brightness(95%) contrast(102%);
}

.breadcrumb {
    background-color: var(--bs-gray-900);
}

#content-header {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-gray-800) !important;
}

.btn-outline-primary {
    color: var(--bs-green);
    border-color: var(--bs-green);
}
    .btn-outline-primary:hover {
        --bs-btn-hover-bg: var(--bs-gray-800);
    }
.btn.show {
    background-color: var(--bs-gray-800);
    border-color: var(--bs-teal);
}

.btn-outline-danger {
    color: var(--bs-pink);
    border-color: var(--bs-pink);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

/* .bi {
    vertical-align: -.125em;
    fill: currentColor;
} */

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }

/* Search bar*/
.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: transparent; /*#353b48;;*/
    border-radius: 30px;
    border: 1px solid var(--bs-green);
    padding: 10px;
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    /*line-height: 40px;*/
    transition: width 0.4s linear;
}

.searchbar:hover > .search_input {
    padding: 0 10px;
    caret-color: var(--bs-green);
    width: 300px;
    transition: width 0.4s linear;
}
@media (max-width: 360px) {
    .searchbar:hover {
      margin: 14px 0 14px 0;
    }
        .searchbar:hover > .search_input {
            width: 260px;
        }
}

.searchbar:hover > .search_icon {
    background: transparent;
    color: #e74c3c;
}

.search_icon {
/*    height: 20px;*/
    width: 20px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}
/* endof Search bar*/

/*dashboard.css*/
.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

/* Sidebar */

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

    .sidebar .nav-link.active {
        color: var(--bs-pink)
    }

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

/* Navbar */

.navbar-brand {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
    /*rgba(0, 0, 0, .25);*/
    /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); */
}

.navbar .form-control {
    padding: .75rem 1rem;
}


.star {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    margin-right: 10px;
    border-radius: 5px;
}

.dots {
    height: 7px;
    width: 7px;
    background-color: #eee;
    display: flex;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: 7px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--Track Page*/

.txt-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100vh;
}

.auto-height {
    flex: 1;
    width: 100%;
    height: auto;
}
/*--Endof Track Page*/


/*--Layout FullScreen*/
.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}
/*--ENDOF Layout FullScreen*/



