﻿/* Body - Light Theme */

.body-light {
    color: #000000;
    background-color: #ffffff !important;
    background: url("/I9ServiceCenterV2/images/fragomen-bg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Body - Dark Theme */

.body-dark {
    color: #000000;
    background-color: #ffffff !important;
    background: url("/I9ServiceCenterV2/images/fragomen-bg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Top Menu - Light Theme */

.topmenu-container-light {
    background-color: #f5f5f5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.topmenu-button-light {
    color: #333333 !important;
    cursor: pointer;
}

.topmenu-divider-vertical-light {
    height: 40px;
    border-left: 1px solid rgba(169, 169, 169, 0.5);
}

.topmenu-dropdown-container-light {
    color: #333333 !important;
    background-color: unset !important;
    border: 1px solid #333333;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

    .topmenu-dropdown-container-light:hover {
        color: #000000 !important;
        border: 1px solid #000000 !important;
        background-color: unset !important;
    }

.topmenu-dropdown-button-light {
    color: #333333;
}

    .topmenu-dropdown-button-light:hover {
        color: #000000 !important;
    }

.topmenu-divider-horizontal-light {
    height: 2px;
    background-color: #ff8400;
    box-shadow: 0px 3px 6px #0000004d;
}

/* Top Menu - Dark Theme */

.topmenu-container-dark {
    background-color: #374c5e;
    box-shadow: 0px 3px 6px #0000004d;
}

.topmenu-button-dark {
    color: #ffffff !important;
    cursor: pointer;
}

.topmenu-divider-vertical-dark {
    height: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.topmenu-dropdown-container-dark {
    color: #d1d1d1 !important;
    background-color: transparent !important;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

    .topmenu-dropdown-container-dark:hover {
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
        background-color: unset !important;
    }

.topmenu-dropdown-button-dark {
    color: #d1d1d1;
}

    .topmenu-dropdown-button-dark:hover {
        color: #ffffff !important;
    }

.topmenu-divider-horizontal-dark {
    height: 2px;
    background-color: #ff8400;
    box-shadow: 0px 3px 6px #0000004d;
}

/* Side Menu - Light Theme */

.sidemenu-light {
    font-size: 13px;
    text-transform: uppercase;
    background-color: #f5f5f5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.sidemenu-button-light {
    color: #333333;
    cursor: pointer;
}

    .sidemenu-button-light:hover {
        color: #000000;
        background-color: rgba(0, 0, 0, 0.05);
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .sidemenu-button-light:active,
    .sidemenu-button-light[aria-selected="true"] {
        color: #000000;
        background-color: rgba(0, 0, 0, 0.1);
    }

.sidemenu-pane-light {
    position: absolute;
    float: right;
    z-index: 200;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.sidemenu-pane-content-light {
    color: #333333;
    font-size: 13px;
}

.sidemenu-pane-button-light {
    color: #333333;
    cursor: pointer;
}

    .sidemenu-pane-button-light:hover {
        color: #000000;
        background-color: rgba(0, 0, 0, 0.05);
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

/* Side Menu - Dark Theme */

.sidemenu-dark {
    font-size: 13px;
    text-transform: uppercase;
    background-color: #374c5e;
    box-shadow: 0px 3px 6px #0000004d;
}

.sidemenu-button-dark {
    color: #d1d1d1;
    cursor: pointer;
}

    .sidemenu-button-dark:hover {
        color: #ffffff;
        background-color: rgba(196, 196, 196, 0.05);
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .sidemenu-button-dark:active,
    .sidemenu-button-dark[aria-selected="true"] {
        color: #ffffff;
        background-color: rgba(196, 196, 196, 0.2);
    }

.sidemenu-pane-dark {
    position: absolute;
    float: right;
    z-index: 200;
    color: #ffffff;
    background-color: #354452;
}

.sidemenu-pane-content-dark {
    color: #d1d1d1;
    font-size: 13px;
}

.sidemenu-pane-button-dark {
    color: #d1d1d1;
    cursor: pointer;
}

    .sidemenu-pane-button-dark:hover {
        color: #ffffff;
        background-color: rgba(196, 196, 196, 0.06);
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

/* Menu Container - Light Theme */

.menu-container-light {
    color: #000000;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.menu-container-alt-color-light {
    color: #000000;
}

/* Menu Container - Dark Theme */

.menu-container-dark {
    color: #000000;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;
}

.menu-container-alt-color-dark {
    color: #000000;
}

/* Menu Tabs - Global */

.antd-custom-tab-margin > div > div > div > .ant-tabs-tab {
    margin: 0 0 0 0.5rem !important;
}

.antd-hide-tab-ink-bar > .ant-tabs-nav {
    margin-bottom: 0px !important;
}

    .antd-hide-tab-ink-bar > .ant-tabs-nav::before {
        border-bottom: none !important;
    }

.antd-hide-tab-ink-bar > div > div > div > .ant-tabs-ink-bar {
    background-color: transparent !important;
}

/* Menu Tabs - Light Theme */

.menu-tab-light {
    color: #000000;
    text-shadow: none;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .menu-tab-light:hover {
        color: #333333;
    }

    .menu-tab-light[aria-selected="true"] {
        color: #ffffff;
        background-color: #1d85db;
        border-radius: 4px;
    }

/* Menu Tabs - Dark Theme */

.menu-tab-dark {
    color: #000000;
    text-shadow: none;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .menu-tab-dark:hover {
        color: #000000;
    }

    .menu-tab-dark[aria-selected="true"] {
        color: #ffffff;
        background-color: #1d85db;
        border-radius: 4px;
    }

/* Menu Tab Cards - Light Theme */

.menu-tab-card-light > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab > .ant-tabs-tab-btn {
    color Aroperty value must begin with a letter or underscore.000000 !important;
}

.menu-tab-card-light > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab-active {
    background: rgba(29, 133, 219, 0.2) !important;
    border-bottom: none;
}

.menu-tab-card-light > .ant-tabs-nav::before {
    border-bottom: none;
}

/* Menu Tab Cards - Dark Theme */

.menu-tab-card-dark > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab > .ant-tabs-tab-btn {
    color: #000000 !important;
}

.menu-tab-card-dark > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab-active {
    background: rgba(26, 161, 225, 0.6) !important;
    border-bottom: none;
}

.menu-tab-card-dark > .ant-tabs-nav::before {
    border-bottom: none;
}

/* Menu Tab Card Content Container - Light Theme */

.menu-tab-card-content-light {
    margin-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* Menu Tab Card Content Container - Dark Theme */

.menu-tab-card-content-dark {
    margin-top: 0px;
    border-top: 1px solid rgba(128, 128, 128, 0.6);
    border-bottom: 1px solid rgba(128, 128, 128, 0.6);
    border-left: 1px solid rgba(128, 128, 128, 0.6);
    border-right: 1px solid rgba(128, 128, 128, 0.6);
}

/* Menu Row Highlighting - Light Theme */

.menu-row-highlight-light {
    font-size: 13px;
    background-color: #ffffff;
}

.menu-row-highlight-light {
    color: #000000;
    cursor: pointer;
}

    .menu-row-highlight-light:hover {
        color: #000000;
        background-color: #f0f0f0;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .menu-row-highlight-light:active,
    .menu-row-highlight-light[aria-selected="true"] {
        color: #000000;
        background-color: #e0e0e0;
    }

/* Menu Row Highlighting - Dark Theme */

.menu-row-highlight-dark {
    color: #2c2c2c;
    cursor: pointer;
}

    .menu-row-highlight-dark:hover {
        color: #2c2c2c;
        background-color: #f5f5f5;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .menu-row-highlight-dark:active,
    .menu-row-highlight-dark[aria-selected="true"] {
        color: #2c2c2c;
        background-color: #eaeaea;
    }

/* Menu Scrollbar - Light Theme */

.menu-scrollbar-light {
    overflow-y: auto;
}

    .menu-scrollbar-light::-webkit-scrollbar {
        width: 10px;
    }

    .menu-scrollbar-light::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    }

    .menu-scrollbar-light::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        outline: 1px solid #999999;
    }

/* Menu Scrollbar - Dark Theme */

.menu-scrollbar-dark {
    overflow-y: auto;
}

    .menu-scrollbar-dark::-webkit-scrollbar {
        width: 10px;
    }

    .menu-scrollbar-dark::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .menu-scrollbar-dark::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

/* Menu Icon - Light Theme */

.menu-icon-light {
    color: #000000;
    background-color: #f0f0f0;
    border: none;
    border-radius: 6px;
}

/* Menu Icon - Dark Theme */

.menu-icon-dark {
    color: #2c2c2c;
    background-color: #e2e2e2;
    border: none;
    border-radius: 6px;
}

/* Menu Input - Light Theme */

.menu-input-light {
    color: #000000;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 6px;
    color-scheme: light;
}

    .menu-input-light::placeholder {
        color: #666666;
        opacity: 1;
    }

    .menu-input-light:-ms-input-placeholder {
        color: #666666;
    }

    .menu-input-light::-ms-input-placeholder {
        color: #666666;
    }

/* Menu Input - Dark Theme */

.menu-input-dark {
    color: #000000;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 6px;
    color-scheme: light;
}

    .menu-input-dark::placeholder {
        color: #000000;
        opacity: 1;
    }

    .menu-input-dark:-ms-input-placeholder {
        color: #000000;
    }

    .menu-input-dark::-ms-input-placeholder {
        color: #000000;
    }

/* Menu Textarea - Light Theme */

.menu-textarea-light {
    color: #000000;
    font-size: 14px;
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 0.5rem;
    color-scheme: light;
}

    .menu-textarea-light::placeholder {
        color: #666666;
        opacity: 1;
    }

    .menu-textarea-light:-ms-input-placeholder {
        color: #666666;
    }

    .menu-textarea-light::-ms-input-placeholder {
        color: #666666;
    }

/* Menu Textarea - Dark Theme */

.menu-textarea-dark {
    color: #000000;
    font-size: 14px;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 0.5rem;
    color-scheme: light;
}

    .menu-textarea-dark::placeholder {
        color: #000000;
        opacity: 1;
    }

    .menu-textarea-dark:-ms-input-placeholder {
        color: #000000;
    }

    .menu-textarea-dark::-ms-input-placeholder {
        color: #000000;
    }

/* Menu Radio - Light Theme */

.menu-radio-light > .ant-radio-button-wrapper {
    color: #000000;
    background-color: #f9f9f9;
}

    .menu-radio-light > .ant-radio-button-wrapper:hover {
        color: #1d85db;
    }

    .menu-radio-light > .ant-radio-button-wrapper > .ant-radio-button {
        border-color: #cccccc !important;
    }

/* Menu Radio - Dark Theme */

.menu-radio-dark > .ant-radio-button-wrapper {
    color: #000000;
    background-color: #ffffff;
}

    .menu-radio-dark > .ant-radio-button-wrapper:hover {
        color: #3c89e8;
    }

    .menu-radio-dark > .ant-radio-button-wrapper > .ant-radio-button {
        border-color: #d9d9d9 !important;
    }

/* Menu Select - Global */

.ant-btn.ant-btn-background-ghost::after {
    border: none !important;
}

.menu-select-remove-rounded-corners,
.menu-select-remove-rounded-corners > .ant-select-selector {
    border-radius: 0px !important;
}

.ant-select-selection-item-remove {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Menu Select - Light Theme */

.menu-select-light,
.menu-select-light > .ant-select-selector {
    color: #000000;
    font-size: 14px;
    background-color: #ffffff !important;
    border: 1px solid #333333;
    border-radius: 6px;
    color-scheme: light;
}

    .menu-select-light > .ant-select-selector {
        height: 100% !important;
        display: flex;
        align-items: center;
    }

        .menu-select-light > .ant-select-selector > .ant-select-selection-item {
            display: flex;
            align-items: center;
        }

        .menu-select-light > .ant-select-selector > .ant-select-selection-search > input[type=search] {
            height: 100% !important;
        }

    .menu-select-light > div > .ant-select-selection-placeholder {
        color: #666666;
    }

    .menu-select-light option {
        color: #000000;
        background-color: #ffffff;
    }

.menu-select-dropdown-light {
    background-color: #ffffff;
}

.menu-select-dropdown-option-light,
.menu-select-light > div > div > div > span > .ant-select-selection-item-content,
.menu-select-light > div > div > div > span > .ant-select-selection-item-remove {
    color: #000000 !important;
}

    .menu-select-dropdown-option-light[aria-selected="true"] {
        background: rgba(29, 133, 219, 0.2) !important;
    }

.menu-select-light.ant-select-disabled > .ant-select-selector {
    background-color: #f0f0f0 !important;
}

/* Menu Select - Dark Theme */

.menu-select-dark,
.menu-select-dark > .ant-select-selector {
    color: #000000;
    font-size: 14px;
    background-color: #ffffff !important;
    border: 1px solid #000000;
    border-radius: 6px;
    color-scheme: light;
}

    .menu-select-dark > .ant-select-selector {
        height: 100% !important;
        display: flex;
        align-items: center;
    }

        .menu-select-dark > .ant-select-selector > .ant-select-selection-item {
            display: flex;
            align-items: center;
        }

        .menu-select-dark > .ant-select-selector > .ant-select-selection-search > input[type=search] {
            height: 100% !important;
        }

    .menu-select-dark > div > .ant-select-selection-placeholder {
        color: #000000;
    }

    .menu-select-dark option {
        color: #000000;
        background-color: #ffffff;
    }

.menu-select-dropdown-dark {
    background-color: #ffffff;
}

.menu-select-dropdown-option-dark,
.menu-select-dark > div > div > div > span > .ant-select-selection-item-content,
.menu-select-dark > div > div > div > span > .ant-select-selection-item-remove {
    color: #000000 !important;
}

    .menu-select-dropdown-option-dark[aria-selected="true"] {
        background: rgba(26, 161, 225, 0.6) !important;
    }

.menu-select-dark.ant-select-disabled > .ant-select-selector {
    background-color: #e9ecef !important;
}

/* Menu Buttons - Light Theme */

.menu-button-primary-light {
    color: #ffffff !important;
    background-color: #ff8400 !important;
    border: #ff8400 !important;
}

    .menu-button-primary-light:hover {
        color: #ffffff !important;
        background-color: #e67600 !important;
        border: #e67600 !important;
    }

.menu-button-secondary-light {
    color: #000000 !important;
    background-color: #e0e0e0 !important;
    border: #e0e0e0 !important;
}

    .menu-button-secondary-light:hover {
        color: #000000 !important;
        background-color: #d0d0d0 !important;
        border: #d0d0d0 !important;
    }

/* Menu Buttons - Dark Theme */

.menu-button-primary-dark {
    color: #ffffff !important;
    background-color: #ff8400 !important;
    border: #ff8400 !important;
}

    .menu-button-primary-dark:hover {
        color: #ffffff !important;
        background-color: #cc6a00 !important;
        border: #cc6a00 !important;
    }

.menu-button-secondary-dark {
    color: #ffffff !important;
    background-color: #1c242b !important;
    border: #1c242b !important;
}

    .menu-button-secondary-dark:hover {
        color: #ffffff !important;
        background-color: #1c242b !important;
        border: #1c242b !important;
    }

/* Menu Highlight - Light Theme */

.menu-highlight-light {
    color: #ff8400;
    font-weight: bold;
}

/* Menu Highlight - Dark Theme */

.menu-highlight-dark {
    color: #f58004;
    font-weight: bold;
}

/* Menu Date Picker - Global*/

.antd-custom-datepicker > .ant-picker-input > input {
    text-align: center;
}

/* Modal - Global */

.modal-content {
    border: none !important;
}

.view-document-modal-container {
    width: 800px;
    max-width: 800px !important;
}

/* Modal - Light Theme */

.modal-header-light {
    display: block !important;
    color: #000000;
    background-color: #f5f5f5 !important;
}

.modal-body-light {
    display: block !important;
    color: #000000;
    background-color: #ffffff !important;
}

.modal-footer-light {
    display: block !important;
    color: #000000;
    background-color: #f5f5f5 !important;
}

/* Modal - Dark Theme */

.modal-header-dark {
    display: block !important;
    color: #000000;
    background-color: #ffffff !important;
}

.modal-close-dark {
    color: #c4c4c4;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-body-dark {
    display: block !important;
    color: #000000;
    background-color: #ffffff !important;
}

.modal-footer-dark {
    display: block !important;
    color: #000000;
    background-color: #ffffff !important;
}

/* Global Footer - Light Theme */

.global-footer-container-light {
    height: 100px;
    color: #000000;
    background-color: #f5f5f5;
    border-radius: 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

    .global-footer-container-light svg {
        color: #000000;
    }

.global-footer-highlight-light {
    color: #657382;
    font-size: 16px;
}

/* Global Footer - Dark Theme */

.global-footer-container-dark {
    height: 100px;
    color: #000000;
    background-color: #f5f5f5;
    border-radius: 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

    .global-footer-container-dark svg {
        color: #000000;
    }

.global-footer-highlight-dark {
    color: #657382;
    font-size: 16px;
}

/* Widgets - Light Theme */

.widget-container-light {
    color: #000000;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.widget-icon-light {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #1d85db;
    border-radius: 50%;
}

.widget-icon-button-light {
    color: #1d85db !important;
}

.widget-header-light {
    font-size: 20px;
}

.widget-content-light {
    font-size: 12px;
    text-transform: uppercase;
}

.widget-content-total-light {
    font-weight: bold;
    background: rgba(0, 0, 0, 0.05);
}

/* Widgets - Dark Theme */

.widget-container-dark {
    color: #000000;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;
}

.widget-icon-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #1d85db;
    border-radius: 50%;
}

.widget-icon-button-dark {
    color: #1d85db !important;
}

.widget-header-dark {
    font-size: 20px;
}

.widget-content-dark {
    font-size: 12px;
    text-transform: uppercase;
}

.widget-content-total-dark {
    font-weight: bold;
    background: rgba(0, 0, 0, 0.16);
}

/* Concierge - Global */

.concierge-arrow-pointer {
    float: right;
    position: relative;
    top: 300px;
    right: 80px;
    z-index: 50;
    animation: ConciergeArrowClick 1s linear infinite;
}

@keyframes ConciergeArrowClick {
    0%, 100% {
        top: 225px;
        right: 60px;
    }

    50% {
        top: 200px;
        right: 70px;
    }
}

/* Concierge - Light Theme */

.concierge-wizard-container-light {
    font-size: 28px;
}

.concierge-text-highlight-light {
    color: #ff8400;
}

.search-field-light {
    width: 100%;
    color: #000000;
    font-size: 13px;
    text-align: center;
    padding: 10px 35px 10px 15px;
    background-color: #ffffff;
    border: 2px solid #ff8400;
    border-radius: 100px;
    outline: none;
}

    .search-field-light::placeholder {
        color: #666666;
    }

.search-button-light {
    color: #000000;
    background: transparent;
    border: none;
    outline: none;
    margin-left: -50px;
}

/* Concierge - Dark Theme */

.concierge-wizard-container-dark {
    font-size: 28px;
}

.concierge-text-highlight-dark {
    color: #ff8400;
}

.search-field-dark {
    width: 100%;
    color: #000000;
    font-size: 13px;
    text-align: center;
    padding: 10px 35px 10px 15px;
    background-color: #ffffff;
    border: 2px solid orange;
    border-radius: 100px;
    outline: none;
}

    .search-field-dark::placeholder {
        color: #000000;
    }

.search-button-dark {
    color: #000000;
    background: transparent;
    border: none;
    outline: none;
    margin-left: -50px;
}

/* I-9 Form */

.i9-form-arrow-pointer {
    float: right;
    position: relative;
    z-index: 100;
    animation: I9FormArrowPointer 1s linear infinite;
}

@keyframes I9FormArrowPointer {
    0%, 100% {
        top: 0px;
        left: -20px;
    }

    50% {
        top: 0px;
        left: -5px;
    }
}

/* Supporting Documents - Global */

.supporting-documents-cancel-button {
    float: right;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 50;
}

.supporting-documents-submit-button {
    float: right;
    position: absolute;
    bottom: 15px;
    right: 50px;
    z-index: 50;
}

/* Supporting Documents - Light Theme */

.supporting-documents-container-light {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.supporting-documents-header-light {
    height: 100px;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    background: #f5f5f5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.supporting-documents-widget-container-light {
    color: #000000;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #ff8400;
    border-radius: 6px;
    float: left;
}

.supporting-documents-widget-add-document-light {
    font-family: "Proxima Nova Medium", "Proxima Nova Regular", Verdana, Geneva, sans-serif;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f9f9f9;
    border: 1px solid #ff8400;
    border-radius: 6px;
    float: left;
}

.supporting-documents-widget-icon-light {
    color: #333333;
}

.supporting-documents-text-highlight-light {
    color: #ff8400;
}

.supporting-documents-submit-confirmation-light {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

/* Supporting Documents - Dark Theme */

.supporting-documents-container-dark {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;
}

.supporting-documents-header-dark {
    height: 100px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    background: transparent linear-gradient(180deg, #425769 0%, #1c242b 100%) 0% 0% no-repeat padding-box;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.supporting-documents-widget-container-dark {
    color: #1c242b;
    font-size: 12px;
    background-color: #f5f5f5;
    border: 1px solid #ff8400;
    border-radius: 6px;
    float: left;
}

.supporting-documents-widget-add-document-dark {
    font-family: "Proxima Nova Medium", "Proxima Nova Regular", Verdana, Geneva, sans-serif;
    color: #1c242b;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f5f5f5;
    border: 1px solid #ff8400;
    border-radius: 6px;
    float: left;
}

.supporting-documents-widget-icon-dark {
    color: #59646b;
}

.supporting-documents-text-highlight-dark {
    color: #ff8400;
}

.supporting-documents-submit-confirmation-dark {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #0000004d;
}

/* Config - Global */

.document-weight-select-container {
}

    .document-weight-select-container[data-hover]:hover {
        background: rgba(26, 161, 225, 0.6);
    }

    .document-weight-select-container[aria-selected="true"] {
        background: rgba(26, 161, 225, 0.6);
    }

/* Attestation - Light Theme */

.attestation-signature-container-light {
    color: #666666;
    font-size: 12px;
    background-color: #f9f9f9;
}

.attestation-signature-highlight-light {
    color: #ff8400;
    font-size: 12px;
    font-weight: bold;
}

.attestation-signature-name-light {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

/* Attestation - Dark Theme */

.attestation-signature-container-dark {
    color: #c4c4c4;
    font-size: 12px;
    background-color: #f5f5f5;
}

.attestation-signature-highlight-dark {
    color: #f58004;
    font-size: 12px;
    font-weight: bold;
}

.attestation-signature-name-dark {
    color: #2c2c2c;
    font-size: 12px;
    font-weight: bold;
}

/* Analytics */

.analytics-tooltip-light {
    color: #000000;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.analytics-tooltip-dark {
    color: #000000;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;
}

/* Icons - Light */

.icon-circle-container-light {
    color: #000000;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #333333;
    vertical-align: middle;
}

/* Icons - Dark */

.icon-circle-container-dark {
    color: #000000;
    border-radius: 50%;
    background-color: #ffffff;
    vertical-align: middle;
}