@font-face {
    font-family: 'AppFont';
    src: url('./Chirp-Heavy.eot');
    src: url('./Chirp-Heavy.eot?#iefix') format('embedded-opentype'),
        url('./Chirp-Heavy.woff2') format('woff2'),
        url('./Chirp-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AppFont';
    src: url('./Chirp-Bold.eot');
    src: url('./Chirp-Bold.eot?#iefix') format('embedded-opentype'),
        url('./Chirp-Bold.woff2') format('woff2'),
        url('./Chirp-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AppFont';
    src: url('./Chirp-Regular.eot');
    src: url('./Chirp-Regular.eot?#iefix') format('embedded-opentype'),
        url('./Chirp-Regular.woff2') format('woff2'),
        url('./Chirp-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AppFont';
    src: url('./Chirp-Medium.eot');
    src: url('./Chirp-Medium.eot?#iefix') format('embedded-opentype'),
        url('./Chirp-Medium.woff2') format('woff2'),
        url('./Chirp-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

#ap_verification_modal {
    background-color: #242d35;
    font-family: AppFont, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.ap_user_name {
    color: #fff;
}

.ap_text_muted {
    color: #b1b1b1 !important;
    font: 14px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.ap_verification_card {
    font-family: AppFont, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    position: relative;
    background-color: #000000;
    border-radius: 16px;
    margin: 0 auto;
    display: flex;
    align-content: center;
    flex-direction: column;
}

.ap_verification_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    border: unset !important;
}

.ap_center_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ap_close_btn {
    background: transparent;
    border: none;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: auto;
}

.ap_close_btn:hover {
    background-color: #171818;
}

.ap_verification_header svg {
    fill: #fff;
    width: 32px;
    height: 53px;
}

.ap_close_btn svg {
    width: 24px;
    height: 53px;
}

.ap_verification_body {
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 48px;
}

.ap_verification_card h1 {
    font-family: AppFont, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: white;
    font-size: 31px;
}

.ap_verified_icon {
    margin: 0 5px 0;
    padding: 0;
    line-height: 0;
}

.form-floating input.form-control {
    color: #fff;
    padding: 1rem 0.50rem;
    background-color: #000000;
    height: 56px;
    border: 1px solid #343639;
    border-radius: 4px !important;
    font: 16px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

form textarea {
    padding: 1rem 0.50rem;
    background-color: #000000;
    border-radius: 4px !important;
    font: 16px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.form-floating input.form-control:focus,
form textarea:focus {
    color: #fff;
    background-color: transparent;
    border: 1px solid #1e96e8 !important;
    box-shadow: none !important;
    outline: 0;
}

.form-floating>label {
    padding: 1rem .5rem;
}

.form-floating label {
    color: #6c757d;
    background-color: transparent;
    font: 17px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    position: absolute;
    inset: 0.50rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent;
    border-radius: 4px;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    font-size: 16px;
    color: #1e96e8;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.ap_verification_body button {
    height: 52px;
}

.ap_close_btn svg {
    fill: rgb(239, 243, 244);
    color: rgb(239, 243, 244);
}

.ap_toggle_password {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#ap_show_password_icon {
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.ap_loading_container {
    text-align: center;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    padding: 50px 0;
    justify-content: center;
}

.ap_loader_icon {
    display: block;
    text-align: center;
    width: 40px;
    margin: 20px auto;
    position: relative;
}

.ap_loader_icon svg {
    width: 24px;
    height: 24px;
    animation: rotate 750ms linear infinite;
}

.ap_file_input {
    display: none;
}

.ap_custom_file_upload {
    display: inline-block;
    background-color: white;
    color: #000;
    padding: 10px 15px;
    border: 2px solid #ccc;
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: fit-content;
    user-select: none;
    transition: background-color 0.3s ease;
}

.ap_file_input {
    width: 100%;
    height: 40px;
    z-index: 1;
}

.ap_selected_files {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}

.ap_selected_files li {
    padding: 5px 0;
    color: #fff;
}

.ap_custom_file_upload:hover {
    background-color: #f0f0f0;
}

.ap_block_h1 {
    font-weight: 700;
    font-size: 22px;
    margin-top: 15px;
}

.ap_block_p {
    font-size: 13px;
    margin-top: 10px;
}

.isvalid {
    border-color: rgb(29, 155, 240) !important;
}

.invalid {
    border-color: rgb(244, 33, 46) !important;
}

.form-floating input.invalid:focus {
    border: 1px solid rgb(244, 33, 46) !important;
}

.form-floating input.invalid + label {
    color: rgb(244, 33, 46) !important;
}

.ap_password_help {
    color: rgb(244, 33, 46);
    padding: 6px;
    display: flex;
    position: absolute;
    bottom: -25px;
    font-size: 13px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: rgb(215, 219, 220);
    color: rgb(15, 20, 25);
}

.btn-dark {
    background: #fff;
    color: rgb(15, 20, 25);
    border: none;
    font-size: 15px;
    font-weight: 700;
    height: 48px;
}

.btn-dark:hover {
    opacity: 0.900;
    background: #fff;
    color: #000;
}

body.ap_light_theme .ap_close_btn:hover {
    background-color: #f7f9f9;
}

body.ap_light_theme .ap_verification_header .ap_center_logo svg {
    fill: #0f141a;
}

body.ap_light_theme .ap_verification_card {
    background-color: #fff;
}

body.ap_light_theme .ap_verification_card h1 {
    color: #000;
}

body.ap_light_theme .form-floating input.form-control {
    background-color: #fff;
    color: #000;
    padding-right: 35px;
}

body.ap_light_theme #ap_verification_modal {
    background-color: #242d3582;
}

body.ap_light_theme .ap_close_btn svg {
    color: #0f141a;
    fill: #0f141a;
}