.btn:focus, .btn:active,.btn:disabled {
    outline: none; /* Remove default outline */
    box-shadow: none; /* Remove Bootstrap's default shadow */
    border-color: transparent !important; /* Set custom border color */
}
.modal-body{
    background-color:transparent !important;
}
.modal-header{
    background-color:transparent !important;
    border-color:transparent !important;
}
.btn-close{
    background-color:white !important;
}
.modal-content {
    background-color: transparent !important;
}
#gretCon{
   overflow-y:auto;
}
#videoElement {
    outline: none; /* Remove any focus outline */
    pointer-events: none; /* Ignore touch and pointer events */
    user-select: none; /* Prevent text selection on touch */
}

    #container-chat {
        height: 90% !important;
    }
    .upperbanner {
        height: 6vh !important;
    }
    #bottomrow {
        height: 10% !important;
    }


#mainwrap {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full viewport height */
    width: 100vw; /* Full viewport width */
    box-sizing: border-box;
}
#ctcont {
    height: 80vh !important;
}
#menu-toggle {
    --bs-btn-box-shadow: none !important;
}
#menu-toggle:focus{
    outline:none;
}
#components-reconnect-modal {
    display: none;
    opacity:0;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: block;
        position: fixed;
        inset: 0px;
        z-index: 1050;
        overflow: hidden;
        background-color: #2E2E2E;
        opacity: 1;
        text-align: center;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        transition: opacity linear 500ms;
    }

.body {
    background-color: gray;
    
}
.upperbanner {
    display: flex;
    flex-direction: row;
    gap: 15px;
    background-color: #008080;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #001f1f
}
.bannerTitle{
    color:white;
    text-align:center;
    justify-items:center;
    
}
.bannerlogo{
    height:50px;
}
.page {
    position: relative;
    height: 93vh;
    background-color: #2E2E2E;
    
    display: flex;
    flex-direction: row; /* Ensure content takes up full width */
}
#transCont{
    
}
#transImag {
    color:white;
    margin-right:0.75rem;
}
.logo{
    width:50px;
}
.logosmall {
    margin-right: 0.75rem;
    height: 15px;
}
#navtitleccont {
    background-color: gray;
    border-color: black;
    border:2px;
}

#logocont{
    gap:5px;
    justify-content:flex-end;
    background-color:gray;
    
}
#sidebar {
    width: 0px;
    transition: width 0.3s ease;
    background-image: none;
    background-color: transparent;
}
.sidebar {
    width: 300px;
    background-color:transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
    transition: transform 0.3s ease, visibility 0.3s ease !important,width 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    transform: translateX(-100%); /* Move completely off-screen */
    visibility: hidden; /* Hide visibility */
}

    .sidebar.active {
        transform: translateX(0); /* Bring into view */
        transition: transform 0.3s ease, visibility 0.3s ease !important;
        visibility: visible; /* Make visible */
    }

.menu-toggle-container {
    
    top: 10px;
    left: 10px;

    
}

.menu-toggle {
    background-color: #2E2E2E;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    opacity: 1;
    
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-toggle-container:hover .menu-toggle {
    opacity: 1;
    visibility: visible;
   
}
#navmain {
    display: flex;
    height: 100%;
    overflow-y: auto;
    background-color: #006e6e;
    border-color: #001f1f;
    border: 2px;
    flex-direction: column;
}

.nav-scrollable {
    height: 100%;
    overflow-y: auto;
    border: 2px;
    background-color: transparent;
}

.flex-column {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Optional: Space between items */
    background-color: transparent;
}

.nav-item {
    padding: 10px;
}

.nav-link {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}

    .nav-link:hover {
        
    }

img#transImag {
    margin-right: 10px;
}


.content-container {
    width: 100%;
    height: 100% !important; /* Ensure full width */
}

    .content-container.shifted {
        
        /* Shift only when sidebar is visible */
        width: calc(100% - 300px); /* Adjust width when sidebar is visible */
    }

#blazor-error-ui {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f44336;
    color: white;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}
