﻿/********************** common **********************/
@font-face {
    font-family: "Satoshi Variable";
    src: url("../fonts/Satoshi-Variable.ttf");
}

body {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: "Satoshi Variable";
    font-style: normal;
}

.left-section {
    min-height: 100vh;
    background: #142E8C;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
    background-blend-mode: overlay;
}

.right-section {
    min-height: 100vh;
    position: relative;
    background-color: #1F42AF;
}

    .right-section .top-img-container {
        display: flex;
        justify-content: center;
        height: 60vh;
        max-width: 100%;
        overflow: hidden;
    }

    .right-section .top-img {
        padding: 5%;
        max-width: 650px;
        max-height: 100%;
        box-sizing: border-box;
        object-fit: contain;
    }

    .right-section .bottom-img-container {
        display: flex;
        flex-direction: column;
        height: 40vh;
        align-items: flex-end;
        overflow: hidden;
        position: relative;
    }

    .right-section .bottom-img {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-top: 5%;
        box-sizing: border-box;
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }

.full-page-background {
    background: #142E8C;
    min-height: 100vh;
}

.padding-zero {
    padding: 0 !important;
}

.cuc-btn {
    height: 54px !important;
    font-family: Satoshi Variable;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    letter-spacing: 0px;
    text-align: left;
    color: #F4F4F4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    left: 0%;
    right: 0.06%;
    top: 0%;
    bottom: 0%;
    background: linear-gradient(90deg, #BF29AB -0.36%, #D14382 50.51%, #BF29AB 100.52%) !important;
    border-radius: 4px;
    text-decoration: none !important;
}

.validation-summary-container {
    color: #FF3232;
    border: 1px solid #FF3232;
    background-color: rgba(255, 50, 50, 0.15);
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

    .validation-summary-container ul {
        padding: 0 !important;
        margin: 0 !important;
    }

    .validation-summary-container li {
        list-style: none;
    }

.input-validation-error {
    border: 1px solid #FF3232 !important;
    background-color: rgba(255, 50, 50, 0.15) !important;
}

.field-validation-error {
    color: #FF3232;
}

.center-vertical-container {
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondary-text {
    font-size: 15px;
}

.hidden {
    visibility: hidden;
}

body.admin-layout {
    background-color: #f8f9fa;
}

.admin-header {
    background-color: #142E8C;
}

/********************** end common **********************/
/********************** header **********************/
header .cuc-logo {
    padding-top: 1.5em;
    padding-left: 2.5em;
    height: auto;
    width: 30%;
}

@media screen and (max-width: 1000px) {
    header .cuc-logo {
        width: 40%;
    }
}

.full-page-background .cuc-logo {
    width: 15% !important;
}

.autocomplete-container {
    border: 1px solid rgba(244, 244, 244, 0.4);
    border-radius: 4px;
    margin-top: 8px;
    overflow-y: auto;
    padding: 10px 0px;
    background-color: white;
    color: #181616;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    min-height: 150px;
    z-index: 1000;
}

    .autocomplete-container p {
        cursor: pointer;
        margin: 0;
        padding: 5px 10px 5px 10px;
    }

        .autocomplete-container p:hover {
            text-decoration: underline;
            background-color: #F4F4F4;
        }

/********************** end header **********************/
/********************** login/register pages **********************/
.page-container {
    color: #F4F4F4;
    display: initial;
}

    .page-container input {
        background: rgba(244, 244, 244, 0.2);
        border: 1px solid rgba(244, 244, 244, 0.4);
        border-radius: 4px;
        height: 48px;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;
        color: #F4F4F4;
    }

        .page-container input:focus {
            background: rgba(244, 244, 244, 0.2);
            border: 1px solid rgba(244, 244, 244, 0.4);
            color: #F4F4F4;
        }

        .page-container input:-webkit-autofill {
            background: rgba(244, 244, 244, 0.2);
            border: 1px solid rgba(244, 244, 244, 0.4);
            color: #F4F4F4;
        }

    .page-container label {
        margin-bottom: 0.2em;
    }

    .page-container a {
        color: #F4F4F4;
        text-decoration: underline;
    }

    .page-container .cuc-header {
        font-weight: 700;
        font-size: 48px;
    }

@media screen and (max-width: 1000px) {
    .page-container .cuc-header {
        font-size: 2em;
    }
}

.page-container .secondary-header {
    font-size: 32px;
    font-weight: 700;
}

.page-container .bolder-text {
    font-weight: 500 !important;
}

.page-container .input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .page-container .input-wrapper .input-right-element {
        position: absolute;
        top: 1px;
        right: 15px;
        height: 100%;
        text-align: center;
        line-height: 48px;
        font-weight: bold;
    }

.login-page {
    margin-top: 10%;
    margin-bottom: 10%;
}

    .login-page #cancel-btn:hover {
        background-color: #666568;
    }

    .login-page .form-check-input {
        position: static;
        margin-left: 0;
    }

.register-page .text-muted {
    font-size: 0.9rem;
}

.forgot-pwd-page, .forgot-pwd-email-sent-page, .password-changed-page, .blocked-account-page, .unblock-account-page, .change-pwd-page, .reset-pwd-page, .account-activation-success, .register-success-page, .access-denied-page {
    margin-top: 10%;
    margin-bottom: 10%;
}

.register-page {
    margin-top: 5%;
}

/********************** end login/register pages **********************/
.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }
