/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.input.active {
    background-color: #EDF8FA;
    border-color: #4CBBCF;
    box-shadow: 0px 4px 25px 0px rgba(0, 198, 215, 0.15);
}

.parent-active svg path {
    fill: #4CBBCF;
}

.parent-active svg circle,
.parent-active svg ellipse {
    fill: #4CBBCF;
}

.nav-active {
    position: relative;
    margin-bottom: 10px;
}

.nav-active a {
    background-color: #E21776;
    z-index: 100;
    position: relative;
}

.nav-active a svg path {
    fill: #fff;
}

.nav-active::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
    top: 17px;
    border-radius: 15px;
    background: #E21776;
    filter: blur(25px);
    width: 163px;
    height: 39px;
}

.menu-item-active {
    background-color: #E21776;
    color: white;
    font-weight: 500;
    position: relative;
    box-shadow: 0 4px 15px rgba(226, 23, 118, 0.3);
    transition: all 0.3s ease;
}

.menu-item-active svg {
    color: white;
}

.menu-item-active:hover {
    color: white !important;
}

.sidebar-nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar-nav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.sidebar.active {
    left: 0;
    transition: all 0.5s ease-in-out;
}

#tf-course-search-results[busy] + .loading-indicator {
    opacity: 1;
}

#tf-course-search-results[busy] {
    opacity: 0.5;
}
