:root {
    --theme-primary-color: #1b2f6e;
    --theme-secondary-color: #c1272d;
    --theme-secondary-dark-color: #a02126;
    --bs-sidebar-menu-item-color: #000;
    --bs-sidebar-menu-item-icon-color: #000;
    /* --bs-body-color: #000; */
    /* --bs-gray-700: #000; */
}

h5.text-primary {
    font-size: 21px;
    color: #1B2F6E !important;
    font-weight: 600;
}

.form-control {
    font-family: Poppins;
}

label.form-label {
    font-size: 15px;
    font-weight: 400;
}

button.btn.btn-primary.w-sm.waves-effect.waves-light {
    font-size: 15px;
    background-color: #1B2F6E;
    font-weight: 400;
}

a.text-muted {
    font-size: 15px;
    font-weight: 400;
}

.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(../../images/general/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

h5.font-size-14.mb-3.title {
    font-size: 15px !important;
    font-weight: 400;
}

a.fw-medium.text-primary {
    color: #1B2F6E !important;
    font-size: 15px;
    font-weight: 600;
}

span.ms-2.fs-6.text-uppercase {
    font-size: 15px;
    font-weight: 400;
}

.col-lg-8.col-md-8.login-pages {
    background-image: url(../../images/general/login_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.col-lg-4.col-md-4.left-side-animation {
    background-color: #1B2F6E;
}

.col-lg-8.col-md-8.register-pages {
    background-image: url(../../images/general/login_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.col-lg-8.col-md-8.recover-password-pages {
    background-image: url(../../images/general/login_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.copyright {
    color: #fff;
    font-size: 15px;
}

a.cr-link:hover {}

a.cr-link {
    color: #fff;
    text-decoration: underline !important;
}

button#pills-employer-tab {
    font-size: 15px;
}

button#pills-alumni-tab {
    font-size: 15px;
}

option {
    font-size: 15px;
}

input#certificate {
    font-size: 15px;
}

span.ms-2.fs-6.text-uppercase {
    font-size: 15px;
}

p.text-muted.mb-0 {
    font-size: 15px;
}

.text-muted {
    font-size: 17px !important;
}

p {
    font-size: 15px;
}

@media (min-width: 992px) {
    .pt-lg-20 {
        padding-top: 5rem !important;
    }

    .p-10 {
        padding: 2.5rem !important;
    }

    .text-center {
        text-align: center !important;
    }

    .py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .min-h-lg-350px {
        min-height: 350px !important;
    }

    .d-flex {
        display: flex !important;
    }

    .bgi-no-repeat {
        background-repeat: no-repeat;
    }
}

.col-lg-4.col-md-4.left-side-animation {
    position: sticky;
    /* Makes the div stick in place */
    top: 0;
    /* Ensures it stays at the top while scrolling */
    height: 100vh;
    /* Full height to match the viewport */
    overflow: hidden;
    /* Prevents scrolling within this div */
}

.col-lg-8.col-md-8.register-pages {
    height: 100vh;
    /* Full height for the scrollable section */
    overflow-y: auto;
    /* Makes this div scrollable */
    overflow-x: hidden;
    /* Hides horizontal scrolling */
}

footer.footer {
    text-align: center;
}

a.nav-link.alumni-admin {
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
}

a.nav-link.alumni-admin:hover {
    background-color: #1B2F6E !important;
    border-radius: 5px !important;
    color: #fff !important;
}

.copyright-right-side {
    font-size: 15px;
    text-align: center;
}

.btn-custom {
    color: #fff;
    background-color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
    transition: background-color 0.3s ease-in-out;
}

.btn-custom:hover {
    color: #fff;
    background-color: var(--theme-secondary-dark-color);
}

.card-header {
    background-color: #fff;
}

span#userpasswordError {
    display: block;
}

@media screen and (max-width: 768px) {

    .col-lg-8.col-md-8.login-pages {
        height: 100vh;
    }

}

@media screen and (max-width: 990px) {
    .hide_above_560 {
        display: none;
    }

    .col-lg-8.col-md-8.login-pages {
        width: 100%;
        background-repeat: repeat-y;
    }

    .col-lg-8.col-md-8.register-pages {
        width: 100%;
        background-repeat: repeat-y;
    }

    .col-lg-8.col-md-8.recover-password-pages {
        width: 100%;
        background-repeat: repeat-y;
    }

    .col-md-12 {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    body.authentication-bg {
        min-height: 100vh;
        /* ensures it takes full viewport height */
        display: flex;
        flex-direction: column;
    }

}

.text-primary {
    color: #1B2F6E !important;
}

.padding-1 {
    padding: 1rem;
}
span.text-primary.text-decoration-underline {
    font-size: 14px;
}

@media (max-width: 1050px) {

    .pdf-embed {
        display: none;
    }

    .pdf-thumbnail-overlay {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/acap/images/general/pdf-thmb.png');
        /* background-image: url('https://e7.pngegg.com/pngimages/182/22/png-clipart-computer-icons-pdf-filename-extension-pdf-icon-angle-text-thumbnail.png'); */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    hr.divider.d-block.d-lg-none {
        margin: 0 !important;
    }
    .card-body.main-left-menu {
        padding: 0;
    }

    .right-0.top-0.flex.space-x-2.group-hover\:opacity-100.group-hover\:visible.transition-opacity.duration-200.ease-in-out
    {
        align-self: end;
    }
}

@media (min-width: 1050px) {
    .pdf-thumbnail-overlay {
        display: none;
    }
}