@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: #fff;
    padding: 5px 10px;
}

    .footercopyright p {
        color: #000;
        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 {
    text-align: center;
    border: none;
}

    .dashbox:hover {
        box-shadow: 0 0.25em 0 rgb(195 198 209);
    }

.dashtext p {
    padding: 0px;
    margin: 0px;
    color: #2c3e50;
    font-weight: 500;
    font-size: 14px;
}

.dashtext h5 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    color: #2c3e50;
    font-weight: 500;
    font-size: 20px;
}

.bg1 {
    background: linear-gradient(135deg, #A3BFD9, #89A6C8);
}

.bg2 {
    background: linear-gradient(135deg, #B7C6A7, #A0B191);
}

.bg3 {
    background: linear-gradient(135deg, #D6CFC7, #C5BFB7);
}

.bg4 {
    background: linear-gradient(135deg, #D9A5A5, #C98D8D);
}

.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: #5e5e5e !important;
    font-size: 13px;
    font-weight: 500;
}

.formlabel .form-control {
    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: 2px solid #ccc;
    /*border-bottom: 1px solid #a40831;*/
    /*width: max-content;*/
    padding-bottom: 7px;
}

.profiletxt {
    color: #000;
    font-weight: 500;
}
.font-star{
    font-size: 5px !important;
}
.footerLogoRightBottom {
    max-width: 150px;
}
.login-card {
    max-width: 400px;
    margin: auto;
    margin-top: 2rem;
    padding: 2rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.text-justify{
    text-align:justify;
}
.text-welcome {
    font-size: 16px;
    color: #003b93;
    text-align: center;
}
.main{
    flex:1;
}