html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    font-family: Inter !important;
    line-height: 100% !important;
    max-width: 1440px;
    margin: 0 auto;
}

.form-section {
    column-gap: 1rem;
    grid-template-columns: minmax(14.5rem, auto) 1fr;
}

.module-base {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: #FAFAFA;
    width: 100%;
}

.main-content {
    display: flex;
    padding: 70px 150px 70px 150px;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: #FAFAFA;
    width: 100%;
}

.search-criteria {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 12px;
}

.drop-down-control {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.ae-drop-down-control-width {
    width: 355px;
}

.el-drop-down-control-width {
    width: 550px;
}

.drop-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    background-image: url(../assets/icons/dropdown.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 96% center !important;
}

header {
    background: #DCEDFF;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    padding-top: 20px;
}

.header-title {
    color: #000D19;
    text-align: center;
    align-items: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
    padding-top: 96px;
    padding-bottom: 30px;
}

.header-text {
    color: #01264C;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 60px;
}

.header-top {
    padding-left: 120px;
    padding-right: 120px;
}

footer {
    background: #01264C;
    color: #CED4DA !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 40px 115px 40px 115px;
}

    footer li {
        list-style-type: none;
        margin-right: 24px;
        float: right !important;
    }

        footer li a {
            color: #CED4DA !important;
        }

    footer text {
        white-space: nowrap;
    }

.right-aligned-div {
    margin-left: auto;
    margin-right: 0;
}

.login-button, .login-button:hover {
    border-radius: 8px;
    background: #014282;
    color: #FFF;
    padding: 12px 24px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.register-button, .register-button:hover {
    border-radius: 8px;
    border: 1px solid #014282;
    background: #FFF;
    color: #014282;
    padding: 12px 24px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-right: 12px;
}

.alternate-login-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 100%;
}

.alternate-login-button, .alternate-login-button:hover {
    border-radius: 8px;
    border: 1px solid #014282;
    background: #FFF;
    color: #014282;
    padding: 12px 24px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.btn-outline-primary {
    display: flex;
    padding: 12px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    color: #111928;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        border: 1px solid #014282;
        background-color: #014282;
    }

    .btn-outline-primary:hover {
        border: 1px solid #014282;
        background-color: #014282;
    }

.radio-button-control {
    display: flex;
    gap: 20px;
    align-items: center;
}

.submit-button, .submit-button:hover {
    border-radius: 8px;
    background: #014282;
    color: #FFF;
    padding: 12px 24px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.error-msg {
    color: #961223;
    background: #FFF5F5;
    border: 0.063rem solid #F3797D;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.188rem;
    letter-spacing: 0.025rem;
    font-weight: 700;
}

.results-body {
    display: flex;
    padding: 48px 112px;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
}

.results-title {
    color: #181D27;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.app-section-header {
    display: flex;
    background: #FFF;
    padding: 0px 24px;
    height: 56px;
}

.app-section-header-text {
    color: #181D27;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: end;
    margin-bottom: 8px;
}

.app-section-header-collapse {
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right;
}

.app-section-select-all {
    display: flex;
    align-items: center;
    align-self: stretch;
    height: 44px;
    max-height: 44px;
    padding: 12px 24px;
    border-bottom: 1px solid #E9EAEB;
    background: #FAFAFA;
    color: #535862;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

    .app-section-select-all input.form-check-input[disabled] + label {
        color: #535862;
        opacity: 1;
    }

.app-section-select-all-text {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.app-file {
    display: flex;
    padding: 16px 24px;
    align-self: stretch;
}

.app-file-text {
    display: flex;
    align-items: center;
    color: #181D27;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    height: 100%;
}

    .app-file-text input.form-check-input[disabled] + label {
        color: #181D27;
        opacity: 1;
    }

.app-file-download {
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right;
    color: #181D27;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.clickable-element {
    cursor: pointer;
}

.download-button-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.download-button, .download-button:hover {
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #014282;
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.errorsToast {
    display: flex;
    width: 480px;
    padding: 16px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #FBD0D0;
    background: #FDF2F2;
}

.errorsToastHeader {
    color: #121212;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0px 0px 5px 0px;
    align-self: stretch;
}

.errorsToastText {
    color: #5E5E5E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}

.errorsToastIcon {
    padding-right: 16px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 6px!important;
    margin-top: 0px;
}

    .form-check-input:checked {
        border: 1px solid #01366A;
        background: #01366A;
    }

.disabled-checkbox-container {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #D5D7DA);
    background: var(--Gray-50, #FAFAFA);
}
