@import url('/assets/css/fonts.css');

body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    /* backdrop-filter: saturate(200%) blur(10px); */
    background: #ecf0f5 !important;
    /* background: linear-gradient(180deg, rgba(245, 245, 249, 0.7) 44%, rgba(245, 245, 249, 0.43) 73%, rgba(245, 245, 249, 0)); */
}

.mainheader {
    font-size: 14px;
}

.topbar {
    background: #f7f7f7;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}

.govleft {
    float: left !important;
}

    .govleft ul {
        margin-bottom: 0;
    }

        .govleft ul li:first-child {
            border-right: 1px solid #c2c0c1;
        }

        .govleft ul li a {
            display: block;
            font-size: 10px;
            font-weight: 600;
            padding: 5px 10px;
            line-height: 13px;
            color: #6e6e6e;
            text-decoration: none;
        }

.govright {
    float: right !important;
}

.headermiddle {
    padding: 10px 2px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

    .headermiddle .header-logo-wpr {
        display: flex;
        align-items: center;
    }

.logo_text {
    text-align: center;
}

    .logo_text h2 {
        font-size: 18px;
        font-weight: 500;
        margin: 0px;
        padding: 0px;
    }

    .logo_text h1 {
        font-weight: 500;
        font-size: 22px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

.main-logo a img {
    height: 80px;
}

.header-right a img {
    height: 72px;
}

.footermain {
    background: #D9D9D9;
    /* position: fixed;
    width: 100%;
    bottom: 0px; */
}

.footercopyright {
    background: #1a1a2e;
    padding: 20px 10px;
}

    .footercopyright p {
        color: #fff;
        margin: 0px;
        padding: 0px;
        font-size: 14px;
    }

.footerLogos {
    background: #1a1a2e;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footerLogos a {
        display: inline-block;
        padding: 7px 21px;
        position: relative;
    }

        .footerLogos a:after {
            background-color: #3f3f3f;
            width: 1px;
            height: 60px;
            right: -2px;
            top: 0;
            position: absolute;
            content: "";
        }

        .footerLogos a:nth-last-child(1)::after {
            content: "";
            background-color: #3f3f3f;
            width: 0px;
            height: 60px;
            right: -2px;
            top: 0;
            position: absolute;
        }

        .footerLogos a img {
            width: 130px;
            /* filter: grayscale(100%); */
        }

.footerlink {
    /*background-color: #cae0ff;*/
    background-color: #c7e8f1;
    padding: 12px 0px;
}

    .footerlink ul {
        margin-bottom: 0px;
    }

        .footerlink ul li {
            display: inline-block;
            position: relative;
            padding: 0;
        }

            .footerlink ul li:after {
                display: inline-block;
                content: "/";
                margin: 0 10px;
                color: #000;
            }

            .footerlink ul li:nth-last-child(1)::after {
                display: inline-block;
                content: "";
                margin: 0 10px;
                color: #000;
            }

            .footerlink ul li a {
                color: #000;
                text-decoration: none;
            }

                .footerlink ul li a:hover {
                    color: #0d6efd;
                    text-decoration: underline;
                }

.menubar {
    /*background: #cfe3ff;*/
    background: #c7e8f1;
    border-bottom: 1px solid #ccc;
}

    .menubar a {
        color: #000;
        font-weight: 500;
    }

.dashbox {
    margin-bottom: 20px;
    text-align: center;
    border: none;
}

    .dashbox:hover {
        box-shadow: 0 0.25em 0 rgb(195 198 209);
    }

.dashtext p {
    padding: 0px;
    margin: 0px;
    color: #0098f0;
    font-weight: 600;
    font-size: 14px;
    font-family: sans-serif;
}

.dashtext h5 {
    padding: 0px;
    margin: 0px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    font-family: sans-serif;
}

.bg1 {
    background: linear-gradient(45deg, #ffc0cb, #ffe1e7);
    border: 2px solid #f3b4be;
}

.bg2 {
    background: linear-gradient(45deg, #ffdab9, #fff1e4);
    border: 2px solid #f6cfad;
}

.bg3 {
    background: linear-gradient(45deg, #b9ffb9, #d0ffd0);
    border: 2px solid #9ee69e;
}

.bg4 {
    background: linear-gradient(45deg, #eab6ff, #f6e0ff);
    border: 2px solid #dfaaf4;
}

.sideprofile {
    padding: 10px;
    text-align: center;
}

    .sideprofile .imgsideprofile {
        text-align: center;
    }

        .sideprofile .imgsideprofile img {
            height: 87px;
            border-radius: 50%;
        }

    .sideprofile .profiledetails h5 {
        color: #fff;
        padding: 10px 2px 0px 2px;
        margin: 0px;
        font-size: 14px;
    }

    .sideprofile .profiledetails p {
        color: #fff;
        font-size: 13px;
        margin: 0px;
        padding: 0px;
    }

        .sideprofile .profiledetails p > small {
            color: #fff;
            font-size: 12px;
            font-style: italic;
        }

.cardlist span.txtlabel {
    font-weight: 600;
    color: #451c78;
    font-size: 14px;
}

.cardlist span.txtvalue {
    color: #666;
    word-wrap: break-word;
    display: block;
    font-size: 14px;
}

.cardlist span.txtappvalue {
    color: #f14459;
    background: #efefef;
    padding: 3px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
}

.cardlist h4 {
    color: #213045;
    font-weight: 600;
    font-size: 16px;
}

span.txtacademicyear {
    margin-left: .25rem;
    font-size: 14px;
}

.txtshowresult {
    font-size: 13px;
    color: #323232;
    font-weight: 300;
}

.carddetail {
    box-shadow: 0 0 15px #0000001a !important;
    border-radius: 10px;
    border: 1px solid rgb(219, 223, 227) !important;
}

.dropdown-toggle-custom::after {
    border: none !important;
}

.formlabel label {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 500;
}

.form-check label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.formlabel, .form-control, .form-select {
    color: #000;
    font-size: 14px;
}

.card-title h5 {
    font-size: 16px;
}

sup.staricon {
    font-size: 7px !important;
}

.animation-custom {
    animation: fadeIn 1.2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*------------Start Photo and PDF Preview-------------------*/
.photo-signature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .photo-signature img {
        border: 2px solid #ccc;
        border-radius: 10px;
        padding: 5px;
    }

.pdf-container {
    margin-top: 20px;
}

    .pdf-container iframe {
        border: 2px solid #ccc;
        border-radius: 10px;
    }
/*------------End Photo and PDF Preview-------------------*/
/*------------Start Tooltip -------------------*/
.btn-cursor {
    cursor: pointer;
}

.tooltip_custom {
    color: #666666;
    background: whitesmoke;
    margin-top: 3px;
    display: block;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 12px;
    text-align: justify;
}

.tooltip_custom2 {
    color: #666666;
    font-style: italic;
    font-size: 12px;
    text-align: justify;
}

.tooltip_heading {
    font-size: 12px;
    font-weight: 600;
}

.custom-popover {
    background-color: #fefefe !important;
    border: 1px solid #000 !important;
}

.popover-body {
    padding: 5px 10px !important;
}

.custom-popover.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    border-top-color: #000 !important;
}

.custom-popover.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    border-bottom-color: #000 !important;
}

.custom-popover.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    border-left-color: #000 !important;
}

.custom-popover.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    border-right-color: #000 !important;
}
/*------------End Tooltip -------------------*/

.card-title-custom {
    border-bottom: 3px solid #a40831;
    width: max-content;
    padding-bottom: 7px;
}

.profiletxt {
    color: #000;
    font-weight: 500;
}

/************** Start Dashboard Status**********************************/
.status-card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06)
}

.status-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.completed .status-icon {
    background: #d1fae5;
    color: #059669
}

.pending .status-icon {
    background: #fef3c7;
    color: #d97706
}

.failed .status-icon {
    background: #fee2e2;
    color: #dc2626
}
/************** End Dashboard Status**********************************/

.bg-instruction {
    background: #f5f5f5;
}

.details-box {
    margin-top: 20px;
    /*background: #f3f6ff;
    padding: 15px;
    border-radius: 12px;    
    text-align: left;
    border-left: 4px solid #2575fc;*/
}

    .details-box strong {
        color: #000;
        font-size: 16px;
    }

.candidate-id {
    font-size: 20px;
    color: #2575fc;
    font-weight: bold;
    margin-top: 6px;
    letter-spacing: 1px;
}

.iconsuccess {
    margin-bottom: 10px;
}

    .iconsuccess svg {
        background: #00701a;
        width: 60px;
        height: 60px;
        padding: 15px;
        border-radius: 50%;
        color: #2cff94;
    }

.successMessage h2 {
    margin: 0;
    font-size: 24px;
    color: #222;
}

.successMessage p {
    color: #000;
    font-size: 18px;
    margin-top: 15px;
}

.show-full-text {
    text-overflow: initial !important;
    overflow: visible !important;
    white-space: normal !important;
}
/* When checkbox is checked */
.form-check-input:checked {
    border-color: #0d6efd !important; /* Blue border */
    background-color: #0d6efd !important; /* Blue fill */
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.3); /* Highlight glow effect */
}

/* Normal state — make border more visible */
.form-check-input {
    border: 2px solid #0a58ca !important;
    height: 16px;
    width: 16px;
}
input::placeholder {
    color: #6c757d !important;
    opacity: 0.7 !important;
}