.dark-layout .form-control[type=file]::file-selector-button {
  background-color: #283046;
}



.brand-logo {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: auto !important; 
    max-height: 140px !important;
    padding: 20px 0; 
    overflow: visible !important; 
}


.brand-logo img {
    max-height: 70px !important; 
    width: auto !important; 
    object-fit: contain !important;
    display: block;
    margin-top: 10px !important; 
    margin-bottom: 10px !important; 
}

.main-menu .navbar-header {height: 5.45rem !important;}

.auth-wrapper .brand-logo {
    display: flex;
    justify-content: center; 
    align-items: center; 
    max-height: 200px !important; 
    padding: 40px 0 !important; 
}


.auth-wrapper .brand-logo img {
    max-height: 90px !important; 
    width: auto !important; 
    object-fit: contain !important;
    display: block;
    margin-top: 20px !important; 
    margin-bottom: 20px !important; 
}

.main-menu .brand-logo {
    max-height: 170px !important; 
    padding: 30px 0 !important;
}

.main-menu .brand-logo img {
    max-height: 80px !important; 
    width: auto !important;
}

    .main-menu .navbar-header .navbar-brand {margin-top: 5px !important;}
    .main-menu .brand-logo {
        padding: 0 !important;
    }
    .brand-logo {
        max-height: 0px !important; 
    }

@media (min-width: 1200px) {

}

@media (max-width: 768px) {
    
    .main-menu .brand-logo {
        max-height: 160px !important; 
    }
    
    .main-menu .brand-logo img {
        max-height: 75px !important; 
    }
    
}


@media (max-width: 480px) {
    .brand-logo img {
        max-width: 90%; 
        height: auto;
    }
}

/* Στοχεύει το iPhone 15 Pro Max και άλλες high-resolution συσκευές */
@media (min-width: 430px) and (max-width: 500px) and (min-height: 800px) {
    .brand-logo {
        max-height: 180px !important; 
    }

    .brand-logo img {
        max-height: 85px !important; 
        width: auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

#klaro .cookie-notice {
    width: 600px !important;  
    height: auto !important;  
    max-width: 90% !important;  
    padding: 25px !important; 
}

#klaro .cookie-notice .cn-body {
    font-size: 18px !important; 
    line-height: 1.6 !important; 
}

#klaro .cookie-notice .cn-ok .cm-link {
    font-size: 16px !important; 
    text-decoration: underline;
}

#klaro .cookie-notice .cn-buttons button {
    font-size: 18px !important; 
    padding: 12px 24px !important; 
    border-radius: 8px !important;
}

#klaro .cookie-notice .cn-buttons .cm-btn-success {
    background-color: #28a745 !important; /* Πράσινο κουμπί "That's ok" */
    color: white !important;
}

#klaro .cookie-notice .cn-buttons .cm-btn-danger {
    background-color: #dc3545 !important; /* Κόκκινο κουμπί "I decline" */
    color: white !important;
}

#klaro .cookie-notice .cm-title {
    font-size: 22px !important; /* Μεγαλύτερος τίτλος */
    font-weight: bold;
}

.pace, .pace-progress, .pace-progress-inner, .pace-activity {
    display: none !important;
    visibility: hidden !important;
}

