/* admin */
.wrapper .middle-box.page-404 {
    margin-top: 0;
    padding-top: 0;
}


/* public */
.education-section-two .image-column .image {
    margin-left: 0;
}

.main-header .header-upper .logo-box .logo {
    max-width: 150px;
}

.education-section-two .content-column .inner-column {
    padding-top: 48px;
    padding-left: 0;
}

.education-section-two .content-column h2,
.education-section-two .content-column .text {
    color: #fff;
}

.header-style-two .header-upper .outer-box .login-nav li a {
    color: #000;
}

.header-style-two .header-upper {
    background-color: #fff !important;
}

.fancybox-bg {
    background-color: white !important;
    opacity: 1 !important;
}

.fancybox-button {
    background-color: white !important; /* Change button background to white */
    color: black !important; /* Change icon color to black for contrast */
    border-radius: 5px; /* Optional: Add rounded corners */
}

.fancybox-button svg {
    fill: black !important; /* Ensure icons inside buttons are visible */
}

@media screen and (min-width: 1140px) {
    ._mobile-only {
        display: none !important;
    }
}