/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
*[b-0ac91pph4p] {
    padding: 0;
    margin: 0;
    list-style: none;
}


#label1[b-0ac91pph4p] {
    background-color: #2E2C2C;
    width: 100%;
    height: 30px;
    color: burlywood;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
#head[b-0ac91pph4p] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Σπρώχνει τα άκρα στις γωνίες */
    padding: 0 20px;
    height: 60px;
    background: radial-gradient(circle at top right, rgba(13, 202, 240, 0.08), transparent 30%), linear-gradient(180deg, rgba(38, 44, 51, 0.96), rgba(24, 29, 34, 0.98));
}

#logo[b-0ac91pph4p] {
    width: auto !important;
    text-align: left; /* Στοιχίζει το λογότυπο αριστερά */
    padding-left: 10px; /* Προσθέτει λίγο padding αριστερά για το λογότυπο */
}

#main-head[b-0ac91pph4p] {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: absolute; /* Κεντράρει τον τίτλο ως προς όλο το header */
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none; /* Επιτρέπει κλικ από κάτω αν χρειαστεί */
    color: antiquewhite
}

#login[b-0ac91pph4p] {
    margin-left: auto; /* Σπρώχνει το login τέρμα δεξιά */
    display: flex;
    align-items: center;
}



.box-shadow[b-0ac91pph4p] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-0ac91pph4p] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-0ac91pph4p] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*Login css*/
#cont-login[b-0ac91pph4p] {
    background: rebeccapurple;
}

/*keyboard
.nav-link:focus-visible {
    outline: 3px solid darkred;
    outline-offset: 3px;
    border-radius: 6px;
    border-color: darkred;
}*/

/*#page2 input:focus, #page2 select:focus, #page2 button:focus {
    border: 2px solid #ffca28 !important;
    box-shadow: 0 0 5px rgba(255, 202, 40, 0.5);
    outline: none;
}*/


/* Ο κεντρικός container που τα βάζει δίπλα-δίπλα */
.admin-layout[b-0ac91pph4p] {
    display: flex;
    align-items: stretch;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}


/* Το Dashboard (Sidebar) - Σταθερό αριστερά */
#dashboard[b-0ac91pph4p] {
    width: 280px;
    background: radial-gradient(circle at top right, rgba(13, 202, 240, 0.08), transparent 30%), linear-gradient(180deg, rgba(38, 44, 51, 0.96), rgba(24, 29, 34, 0.98));
    height: 100%;
    overflow: hidden !important;
    pointer-events: auto;
    padding-top: 0;
    flex-shrink: 0;
}

.dashboard-scroll-content[b-0ac91pph4p] {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}


/* Το περιεχόμενο της σελίδας - Δίπλα από το sidebar */
.main-content[b-0ac91pph4p] {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    padding: 20px;
    background:radial-gradient(circle at top right, rgba(13, 202, 240, 0.08), transparent 70%), linear-gradient(180deg, rgba(38, 44, 51, 0.96), rgba(24, 29, 34, 0.98));
    overflow: auto;
}



    #dashboard .nav-link[b-0ac91pph4p] {
        color: antiquewhite !important;
        padding: 15px;
        border-bottom: 1px solid #3d4145;
    }

        #dashboard .nav-link:hover[b-0ac91pph4p] {
            background: #3d4145;
        }

    #dashboard .sub-menu[b-0ac91pph4p] {
        background: #1a1d20;
        padding-left: 20px;
    }

    #dashboard a[b-0ac91pph4p]{
        font-size:15px;
    }

    #dashboard .nav-link[b-0ac91pph4p] {
        transition: all .15s;
    }

        #dashboard .nav-link:focus[b-0ac91pph4p],
        #dashboard .nav-link.active[b-0ac91pph4p] {
            outline: none;
            background: #1f1f1f;
            color: #DEC702;
            box-shadow: inset 5px 0 #DEC702, 0 0 4px rgba(222,199,2,.6);
        }

.btn-custom-hover:hover[b-0ac91pph4p],
.btn-custom-hover:focus[b-0ac91pph4p],
.btn-custom-hover:active[b-0ac91pph4p] {
    color: red !important;
    background: black !important;
    border-color: red !important;
    box-shadow: none !important;
    outline: none !important;
}

.sub-menu .sub-menu[b-0ac91pph4p] {
    padding-left: 15px; /* Δίνει βάθος στο δεύτερο επίπεδο */
    border-left: 1px solid rgba(255,255,255,0.1);
    margin-left: 10px;
}
.role-menu-configuration-error[b-0ac91pph4p] {
    margin: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 208, 77, .45);
    border-radius: 12px;
    background: rgba(255, 208, 77, .1);
    color: antiquewhite;
    line-height: 1.45;
}

html[data-theme="light"] .role-menu-configuration-error[b-0ac91pph4p] {
    border-color: rgba(133, 91, 0, .35);
    background: rgba(255, 208, 77, .18);
    color: #493700;
}
