﻿    * {
        box-sizing: border-box;
        font-family: sans-serif;
    }

    a {
        text-decoration: underline;
    }

    body {
        color: #333;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .wrapper {   
        flex: 1 0 auto;
    }

    .content-wrapper {
        max-width: 900px;
        margin: 40px auto;
        padding: 20px;
    }

    /* Header Styles */
    .header-top {
        background-color: #002664;
        color: white;
        text-align: left;
        padding: 5px 0;
        padding-left: 5%;
    }

    .header-main {
        padding: 20px;
        padding-left: 5%;
    }

        .header-main img {
            width: 100px;
            margin-right: 20px;
        }

        .header-main h1 {
            font-size: 24px;
            color: #002664;
            margin: 0;
        }

        .header-main h1 {
            font-weight: bold;
        }

        .header-main p {
            margin: 5px 0 0 0;
            color: #002664;
        }

    hr {
        height: 14px;
        color: #D9D9D9;
    }

    /* Main Content Styles */
    .info-box {
        background-color: #CBEDFD;
        border-left: 4px solid #003087;
        padding: 15px;
        margin-bottom: 2%;
    }

    .step-box {
        background-color: #CBEDFD;
        padding: 20px;
        border-left: 5px solid #003366;
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .stepinfo-box {
        background-color: #F2F2F2;
        padding: 20px;
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .subinfo-box {
        background-color: #F2F2F2;
        padding: 15px;
        margin-bottom: 2%;
    }

    .info-box a {
        color: #000000 !important;
        text-decoration: underline;
    }

    .step-buttons .btn {
        min-width: 140px;
    }

    .section-box {
        background-color: #F2F2F2;
        border: 1px solid #cccccc;
        padding: 20px;
        margin-bottom: 20px;
    }

    .section-header {
        background-color: #003366;
        color: #ffffff;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .section-header span {
            font-size: 1.5rem;
            margin-right: 10px;
        }

    .checklist-box {
        background-color: #EBEBEB;
        padding: 15px;
        margin-top: 20px;
        display: flex;
        align-items: flex-start;
    }

    .checklist-icon {
        font-size: 1.5rem;
        margin-right: 10px;
        color: #003366;
    }

    .example-box {
        background-color: #CBEDFD;
        padding: 15px;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .left-section a, .right-section .forget-link, .create-account a {
        color: #003087;
        text-decoration: underline;
    }


    .left-section ul {
        list-style-type: disc;
        margin-left: 20px;
    }
    /* Icon*/
    .step-icon {
        background-position: center center;
        background-size: 32px 32px;
        width: auto;
        height: 60px;
        padding: 5px 0;
    }

    .arrow-icon {
        width: 24px;
        height: 24px;
    }

    .tick-icon {
        padding-right: 5px;
    }

    .btn-bottom {
        width: 285px;
    }

    /* Form Styles */
    .right-section form {
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .right-section .info-icon.medium {
        color: #002664;
        font-size: 20px;
    }


    h1 h2 {
        font-weight: bold;
    }

    h2 {
        font-weight: bold;
        text-align: center;
    }

    .right-section .forget-link, .create-account a {
        font-weight: bold;
    }

    .right-section h2 {
        text-align: center;
    }

    .right-section button {
        background-color: #002664;
        transition: background-color 0.3s;
    }

    .right-section button:hover {
        background-color: #001f4d;
    }

    .big {
        color: #002664;
        font-size: 30px;
        vertical-align: middle;
    }

    .btn-bottom {
        width: 285px;
    }

    .btn-primary {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        background-color: #002664;
        border: 2px solid #002664;
        box-shadow: 0px 4px 4px 0px #00000040;
        border-radius: 4px 4px 4px 4px;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        background-color: #002664;
        border: 2px solid #002664;
        border-radius: 4px 4px 4px 4px;
    }

    .btn-primary:hover {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        background-color: #286090;
        border: 2px solid #002664;
        border-radius: 4px 4px 4px 4px;
    }

    .btn-primary:disabled {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        background-color: #286090;
        opacity: 38%;
        border: 2px solid #002664;
        box-shadow: 0px 4px 4px 0px #00000040;
        border-radius: 4px 4px 4px 4px;
    }

    .btn-secondary {
        color: #002664;
        font-size: 16px;
        font-weight: 700;
        background-color: transparent;
        border: 2px solid #002664;
        box-shadow: 0px 4px 4px 0px #00000040;
        border-radius: 4px 4px 4px 4px;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        color: #002664;
        font-size: 16px;
        font-weight: 700;
        background-color: transparent;
        border: 2px solid #002664;
        border-radius: 4px 4px 4px 4px;
    }

    .btn-secondary:hover {
        color: #002664;
        font-size: 16px;
        font-weight: 700;
        background-color: transparent;
        border: 2px solid #002664;
        border-radius: 4px 4px 4px 4px;
    }

.justify-content-center {
    text-align: center;
}

.justify-content-left {
    text-align: left;
}

h1 {
    text-transform: none !important;
}

h2 {
    color: #000000;
}

h3 {
    color: #000000;
}

.sitetitle {
    padding-left: 1%;
}

.content-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

footer p {
    color: white;
}

.blue-text {
    color: #002664 !important;
}

.black-text {
    color: black !important;
}

.white-text {
    color: white !important;
}

.red-text {
    color: red !important;
}

.indent-text {
    padding-left: 2rem; /* or use 3rem, 30px, etc. */
}

.indent-text-2 {
    padding-left: 4rem; /* or use 3rem, 30px, etc. */
}

.blue-box {
    color: #FFFFFF;
    background-color: #002664;
    padding: 16px;
}

.content-box {
    padding: 16px;
}

.detail-header {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    height: 30px;
}

.detail-info {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    height: 30px;
}

.modal-table {
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
}


