.navbar {
    background-color: #1A1D2A;
}

.nav-link {
    color: #fff ;
}
.navbar .support {
    color: #FFFFFF !important;
}
.navbar .navbar-brand img.main-logo {
    max-height: 3rem;
}

body > nav > div:nth-child(1) > div.primary-menu.gap-3.gap-sm-4.gap-lg-9 > div.d-flex.flex-fill.gap-3.gap-sm-4.gap-lg-9 { 
    align-items: center;
}

@media all and (max-width: 992px) { 

}
.menu-languages .dropdown-toggle {
display: none;
}
#toggleNavigationOffcanvas {
    background-color: #1A1D2A;
}

#sidebarNews,
 .sidebar-topics-wraper,
 #sidebarMembers{
    display:none !important;
}

.sidebar-wraper .sidebar {
     display:none !important;
}

.smothscrollclass.no-scrollbar .nav .nav-item .nav-link {
    color: #000000 !important
}

/* Adjusting CSS for Timeline Item "Content" */
.timeline-row .timeline-content-text { 
    display: block !important;
    text-overflow: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
}

.action-inner-wraper {
    background-color: rgb(255,255,255,0.6);
}

#offcanvasForm.offcanvas.offcanvas-bottom {
    height: 55vh !important;
}
@media screen and (min-width: 1024px) {
    body.vl-body.vl-95 .virtual-location-container video,
    body.vl-body.vl-96 .virtual-location-container video,
    body.vl-body.vl-97 .virtual-location-container video,
    body.vl-body.vl-98 .virtual-location-container video,
    body.vl-body.vl-99 .virtual-location-container video,
    body.vl-body.vl-100 .virtual-location-container video,
    body.vl-body.vl-101 .virtual-location-container video,
    body.vl-body.vl-102 .virtual-location-container video,
    body.vl-body.vl-103 .virtual-location-container video,
    body.vl-body.vl-104 .virtual-location-container video,
    body.vl-body.vl-105 .virtual-location-container video,
    body.vl-body.vl-106 .virtual-location-container video,
    body.vl-body.vl-107 .virtual-location-container video,
    body.vl-body.vl-108 .virtual-location-container video,
    body.vl-body.vl-109 .virtual-location-container video,
    body.vl-body.vl-110 .virtual-location-container video,
    body.vl-body.vl-111 .virtual-location-container video,
    body.vl-body.vl-113 .virtual-location-container video
   { 
        height: 100vh  !important; 
       
    }
}

:root, [data-bs-theme=light] {

--bs-brand: #1A1D2A;
}

.btn-brand {
    --bs-btn-bg: #1A1D2A;
    --bs-btn-border-color: #1A1D2A;
    --bs-btn-hover-bg: #474a54;
    --bs-btn-hover-border-color: #474a54;
    --bs-btn-disabled-bg: #1A1D2A;
    --bs-btn-disabled-border-color: #474a54;
    --bs-btn-active-bg: #55a6dd;
    --bs-btn-active-border-color: #3f9bd8;

}

form .form-label, form label{
    font-size: 1.2rem;
    font-weight: 600;
}

#offcanvasForm .form-group {
    display: block;
}




.feed-item .event--link span {
    color: #ffffff;
    background-color: #1A1D2A;
    border-color: #1A1D2A;
    padding: 6px 12px;
    border-radius: 4px;
}


.support {
    display: none;
}

.paao-button {
 position: fixed;
 right: 20px;
 bottom: 20px;
 width: 60px;
 height: 60px;
 padding: 14px;
 box-sizing: border-box;
 background-color: #1A1D2A;
 color: #FFFFFF;
 z-index: 10;
 transform: scale(1);
 transition: 150ms transform ease-in-out;
}

.paao-button::before {
    content: "Prof. orientation"; /* Text content */
    font-size: 12px;
    color: #fff; /* White text */
    position: absolute;
    top: -20px; /* Position text above the button */
    left: 50%;
    transform: translateX(-50%); /* Center the text */
    white-space: nowrap; /* Prevent text from wrapping */
}
.paao-button:hover {
 background-color: #1A1D2A;
 color: #FFFFFF;
 transform: scale(1.1);
}
.paao-button i {
 font-size: 24px;
}


@media screen and (max-width: 992px)
{

.nav-link {
    color: #000 ;
}

}
@media screen and (min-width: 992px)
{

.nav-link,.nav-item {
    color: #fff !important;
}

}

/*floating navigacija*/
#vlc > div.action-wraper.p-center
{
    display:none !important;
}