/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ycn1sjimqk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ycn1sjimqk] {
    flex: 1;
}

.appContainer[b-ycn1sjimqk] {
    display: flex;
    flex-direction: column;
    height: 77vh;
    /* height: 100%; */
    width: 100%;
}

#viewDiv[b-ycn1sjimqk] {
    flex: 1;
    width: 100%;
}

.sidebar[b-ycn1sjimqk] {
    background-color: #005da4;
    /*background-image: linear-gradient(180deg, rgb(0, 103, 154) 0%, #90d6e8 99%);*/
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-ycn1sjimqk] {
    background-color: #005da4; /*background-color: #f7f7f7;*/
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    /*height: 5.7rem;*/
    display: flex;
    align-items: center;
}

    .top-row[b-ycn1sjimqk]  a, .top-row[b-ycn1sjimqk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-ycn1sjimqk]  a:hover, .top-row[b-ycn1sjimqk]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ycn1sjimqk]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/*.bottom-row {
    background-color: #005da4;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5.7rem;
    display: flex;
    align-items: center;
}

    .bottom-row a, .bottom-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .bottom-row a:hover, .bottom-row .btn-link:hover {
            text-decoration: underline;
        }

        .bottom-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }*/

/* When the screen width is between 401px and 640.98px, show the logos side by side */
@media (max-width: 640.98px) and (min-width: 401px) {
    .container-fluid[b-ycn1sjimqk] {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .sig-logo[b-ycn1sjimqk] {
        margin-right: 10px; /* Space between the two logos */
    }

    /* Ensure the Universidad de Costa Rica logo is visible */
    .ucr-logo[b-ycn1sjimqk] {
        display: inline-block;
    }
}

/* When the screen width is less than 401px, hide the Universidad de Costa Rica logo */
@media (max-width: 400px) {
    .ucr-logo[b-ycn1sjimqk] {
        display: none;
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ycn1sjimqk] {
        display: none;
    }

    .top-row.auth[b-ycn1sjimqk] {
        justify-content: space-between;
    }

    .top-row[b-ycn1sjimqk]  a, .top-row[b-ycn1sjimqk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ycn1sjimqk] {
        flex-direction: row;
    }

    .sidebar[b-ycn1sjimqk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row.auth[b-ycn1sjimqk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ycn1sjimqk], article[b-ycn1sjimqk] {
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}

.column[b-ycn1sjimqk] {
    flex: 1;
}

@media (max-width: 640px) {
    /* Stack navbar brand items vertically */
    .navbar-brand[b-ycn1sjimqk] {
        flex-direction: column;
    }

    /* Adjust the columns for smaller screens */
    .column[b-ycn1sjimqk] {
        flex: none; /* Reset flex property */
        width: 100%; /* Make each column take up the full width */
        margin-bottom: 10px; /* Add spacing between columns */
    }


}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hkh5x16ern] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hkh5x16ern] {
    /*background-color: rgba(0,103,154,0.4);*/
    /*height: 3.5rem;
    background-color: rgba(0,0,0,0.4);*/
}

.custom-width-button[b-hkh5x16ern] {
    /*width: 100px;*/
/*    margin: 0 10px;*/
    background-color: #005da4;
}


.navbar-brand[b-hkh5x16ern] {
    font-size: 1.1rem;
}

.oi[b-hkh5x16ern] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hkh5x16ern] {
    /*    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    font-size: 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    font-size: 12px;
    display: flex;
    align-items: center;
    max-width: 250px;
}
.nav-link[b-hkh5x16ern] {
    display: flex;
    flex-wrap: wrap; /* Allow text to wrap within the span */
    max-width: 100%; /* Ensure span doesn't exceed container width */
}

.oi[b-hkh5x16ern] {
    margin-right: 5px; /* Optional spacing between icon and text */
}

    .nav-item:first-of-type[b-hkh5x16ern] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hkh5x16ern] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hkh5x16ern]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

        .nav-item[b-hkh5x16ern]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .[b-hkh5x16ern]
        
         a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-hkh5x16ern] {
        display: none;
    }
    .sliderItems[b-hkh5x16ern] {
        overflow-y: auto;
        height: 50vh;
    }
    .collapse[b-hkh5x16ern] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/*@media (min-width: 768px) {
    .navbar-brand span {
        font-size: 20px;*/ /* adjust font size as needed */
/*overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px;
    }
}

.top-row .navbar-brand span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}
@media (min-width: 768px) {
    .top-row .navbar-brand span {
        font-size: 20px;*/ /* adjust font size as needed */
/*}
}*/


.justify-text[b-hkh5x16ern] {
    text-align: justify;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar[b-hkh5x16ern] {
    width: 250px;
    /*height: 100vh;*/
    height: calc(100% - 10vh);
    position: sticky;
    top: 0;
}
