:root {
    --QlcBlue: #1498D5;
    --QlcDarkBlue: rgba( 0, 23, 90, 1);
}

body {
    font-family: helvetica;
    background: linear-gradient(270deg, #043E71, #00175A);
    margin: 0;
    padding: 0;
    overscroll-behavior: none;
}

.over-flow {
    overflow-x: hidden; 
    height: 100vh;
    overscroll-behavior: none;
}

/* Remove bullet points from sidebar nav */

nav ul li {
    list-style-type: none;
}


nav ul p {
    font-size: 10px;
    font-weight: 900;
    color: rgba( 0, 23, 90, 0.73);
    margin-bottom: 0;
    margin: 10px 0 0 0;
}

.additionalServices {
    margin-top: 30px;
}

.header {
    margin: 0;
    padding: 0;
}

.QLC-logo {
    width: 100%;
    max-width: 250px;
    padding: 1em 2em 2em 1em;
}

.QLC-logo-login {
    width: 100%;
    max-width: 250px;
}

.btn-primary, .btn-primary:hover {
    background: var(--QlcBlue);
    border-color: var(--QlcBlue);
}

.sidebar-sticky {
    height: 100vh;
    background-color: white;
    z-index: 99;
    padding: 16px 0 16px 16px;
    box-shadow: 2px 0 10px rgba( 0, 0, 0, 0.1);
}

.nav-menu {
    overscroll-behavior: none;
    margin-left: -2px;
}

.nav-link {
    margin-left: -14px;
}

.navList {
    padding-left: 15px;
}

.badge-pill {
    font-size: 0.9em;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.badge-danger {
    background-color: #1C7CD5;
}

.navButton {
    width: 100%;
    text-align: left;
    transition: background-color 200ms;
    border-radius: 0 5px 5px 0;
    font-size: 15px;
    color: rgba( 0, 23, 90);
}

.navButton:hover {
    background-color: rgba(0, 98, 255, 0.08);
    color: rgba( 0, 23, 90);
}

.upload-docs-btn {
    width: 100%;
    text-align: left;
    transition: background-image 900ms;
    border-radius: 0 12px 12px 0;
    font-size: 15px;
    color: rgba( 255, 255, 255);
    background-image: linear-gradient(to right, #1C7CD5, var(--QlcBlue));
}

.upload-docs-btn:hover {
    color: rgba( 255, 255, 255);
    background-color: var(--QlcDarkBlue);
    background-image: linear-gradient(to right, var(--QlcDarkBlue), var(--QlcDarkBlue));
}

.upload-docs-btn-live {
    width: 100%;
    text-align: left;
    transition: background-color 200ms;
    border-radius: 0 12px 12px 0;
    font-size: 15px;
    color: rgba( 255, 255, 255);
    background-color: var(--QlcDarkBlue);
}

.upload-docs-btn-live:hover {
    color: rgba( 255, 255, 255);
    background-color: var(--QlcDarkBlue);
}

.live {
    background-color: rgba(0, 98, 255, 0.08);
    border-left: 1px solid rgba( 0, 23, 90);
}

.refer-earn-btn, .refer-earn-btn:hover {
    background-color: rgba(0, 98, 255, 0.28);
    background: linear-gradient(270deg, #1498D5, #193B9F);

    border-radius: 0 6px 6px 0;
    color: white;
}


.navList li a:hover {
    text-decoration: none;
}

.legal-links {
    margin-left: -10px;
    margin-top: auto;
    margin-bottom: 5px;
    margin-right: 20px;
}

.legal-links-list {
    padding-inline-start: 0;
    padding-left: 2em; 
}

.legal-link {
    color: rgba( 0, 23, 90, 0.6);
    transition: background-color 500ms;
    font-size: 12px;
}

.legal-link:hover {
    color: rgba( 0, 23, 90, 0.9);
    background-color: rgba( 20, 152, 213, 0.06);
}

.legal-link-height {
    height: calc(100vh - 470px);
}

.menu-svg {
    margin-right: 18px;
    margin-left: 4px;
    width: 24px !important;
    max-width: 22px;
}

.sign-out-icon {
    width: 1.1em; 
    height: 1.1em; 
    margin-left: -8px; 
    padding: 0;
}

.client-details-link:hover {
    text-decoration: none;

}

#sidebar-menu {
    position: fixed;
}

.bi {
    width: 22px;
}


/* Right-side content */

/* Refer & Earn banner */

.refer-earn-banner-exit-cross {
    z-index: 9;
}

.banner-emoji-icon {
    width: 60px;
}

.refer-earn-banner {
    background: linear-gradient(270deg, #1498D5, #193B9F);
    border-radius: 8px;
    border: 2px solid #FF8DA1;
    margin: 0 0 30px 0;
    padding: 22px;
    color: white;
}

a.refer-earn-banner-link:hover {
    text-decoration: none;
}

.refer-earn-banner h2 {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 0;
}

.refer-earn-banner .left-text-refer-earn-banner p  {
    font-size: 14px;
    font-weight: 100;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.refer-earn-banner .gift-icon {
    margin: 0 40px 0 4px;
}

.right-content-refer-banner {
    margin: auto 0 auto 0;
}

.right-content-refer-banner button {
    background-color: white;
    color: var(--QlcDarkBlue);
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 6px 26px;
    margin: 0 auto 4px auto;
    width: 205px;
    box-shadow: 2px 0 10px rgba( 0, 0, 0, 0.1);
    border-radius: 10px;
}

.right-content-refer-banner small {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}

.refer-earn-banner-exit-cross {
    margin-top: -22px; 
    margin-right: -32px;
    color: rgba(255, 255, 255, 0.8);
}

.refer-earn-banner-exit-cross svg:hover {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1130px){
    .refer-earn-banner .gift-icon {
    margin: 0 20px 0 2px;
}
.refer-earn-banner {
    padding: 16px 4px;
}
.refer-earn-banner-exit-cross {
    margin-top: -12px; 
    margin-right: -14px;
    color: rgba(255, 255, 255, 0.8);
}
.right-content-refer-banner small {
    font-size: 8px;
    margin: 0 auto;
}

}


/* right content styles */

.right-content-0m-0p {
    padding: 0;
    margin: 0;
}

.btn-account-details-clicked, .btn-account-details-clicked:hover {
    border: 1px solid var(--QlcDarkBlue);
    color: white;
    background-color: var(--QlcDarkBlue);
}

.btn-account-details {
    border: 1px solid var(--QlcDarkBlue);
    color: var(--QlcDarkBlue);
}

.btn-account-details:hover {
    border: 1px solid var(--QlcDarkBlue);
    color: white;
    background-color: var(--QlcDarkBlue);
}


.sign-out-svg {
    margin-left: 0.5em;
}

.sign-out-text {
    margin: 0.5em 0.3em 0 0;
}

.rc-header {
    padding: 16px;
    padding-left: 40px;
    height: 100px;
    background-color: white;
    z-index: 55;
    box-shadow: 2px 0 10px rgba( 0, 0, 0, 0.1);

}

.rc-header-first-color {
    color: var(--QlcBlue);
}

.rc-h1 {
    font-weight: 700;
    font-size: 35px;
    /* margin-bottom: 20px; */
    margin-right: 0;
}


.rc-client-name {
    font-size: 22px;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 0;
    color: rgba( 0, 23, 90, 0.93); 
}

.rc-unqie-client-code {
    font-size: 14px;
    font-weight: 100;
    color: rgba( 0, 23, 90, 0.93); 
}

.rc-main {
    padding: 40px;
    color: white;
    animation: transitionIn 0.30s;
}

.rc-main-no-trans {
    padding: 40px;
    color: white;
}

@keyframes transitionIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 10px); }
    to   { transform: translate(0, -0px); }    
}

.rc-section {
    margin: 0;
    padding: 0;
}

.rc-section p {
    color: rgba( 255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}

.rc-section h3 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
}

.rc-list-background {
    background-color: rgba( 255, 255, 255, 0.06);
    border-radius: 3px;
    max-width: 700px;
    width: 100%;
}

.rc-list {
    margin: 0;
    padding: 10px 10px 10px 35px;
}

.rc-list li {
    font-weight: 300;
    line-height: 2.2;
    font-size: 16px;
    margin: 0;

}

.as-container {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    /* width: 50px; */
    min-width: 1100px;
}

.max-width-530 {
    max-width: 530px;
}

.rc-pp-box {
    background-image: linear-gradient(rgba(0, 23, 90, 0.75), rgba(0, 23, 90, 0.75)), url("assets/images/chris-liverani-9cd8qOgeNIY-unsplash.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 200px;
    display: inline-block;
    border-radius: 3px;
    color: white;
}

.rc-pp-box:hover{
    background-image: linear-gradient(rgba(0, 23, 90, 0.8), rgba(0, 23, 90, 0.85)), url("assets/images/chris-liverani-9cd8qOgeNIY-unsplash.jpg");
}

.rc-r-box {
    background-image: linear-gradient(rgba(0, 23, 90, 0.75), rgba(0, 23, 90, 0.75)), url("assets/images/christina-wocintechchat-com-vzfgh3RAPzM-unsplash.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 200px;
    display: inline-block;
    border-radius: 3px;
    color: white;
}

.rc-r-box:hover{
    background-image: linear-gradient(rgba(0, 23, 90, 0.8), rgba(0, 23, 90, 0.85)), url("assets/images/christina-wocintechchat-com-vzfgh3RAPzM-unsplash.jpg");
}


.rc-r-box h4, .rc-pp-box h4 {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 0;

}

.rc-r-box a, .rc-pp-box a {
    color: white;
    margin-top: 5px;
}

/* Upload Documents */

.file-type-tab-container {
    margin: 10px 1px 0 2px;
}



.upload-tab-btn-live {
    margin-right: 10px;  
    color: white; 
    background-color: #1C7CD59f; 
    border-radius: 5px 5px 0 0; 
    padding: 6px 18px 6px 18px;
}

.upload-tab-btn-live:hover { 
    color: white; 
}

.upload-tab-btn {
    color: rgba( 255,255,255,0.4); 
    border-radius: 5px 5px 0 0;
    padding: 6px 18px 6px 18px;
    margin-right: 10px;
}

.upload-tab-btn:hover {
    color: white; 
    background-color: #1C7CD559; 
    border-radius: 5px 5px 0 0; 
    padding: 6px 18px 6px 18px;
}

.tab-menu-line {
    width: 100%; 
    height: 1.8px; 
    background-color: #1C7CD5;
}

.drop-zone-backdrop {
    min-width: 500px; 
    max-width: 500px; 
    height: 365px; 
    border-radius: 5px;
}

.drop-zone-backdrop-aml {
    min-width: 100%; 
    max-width: 100%; 
    height: 265px; 
    border-radius: 5px;
}

.drop-zone-background-aml {
    min-width: 91%; 
    max-width: 91%; 
    height: 255px;
    margin: 15px; 
    color: black;
    background-color: #EEF7FE;
    background-image: url("assets/icons-logos/QLCPattern9.png"), url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='rgba(0, 23, 90, 0.4)' stroke-width='2' stroke-dasharray='8%2c 7' stroke-dashoffset='34' stroke-linecap='round'/%3e%3c/svg%3e");
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
    transition: background-color 400ms;
}

.drop-zone-background-aml:hover {
    background-color: #DBEFFF;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='rgba(0, 23, 90, 0.4)' stroke-width='2' stroke-dasharray='8%2c 7' stroke-dashoffset='34' stroke-linecap='round'/%3e%3c/svg%3e");
}

.aml-second-later-btn {
    font-size: 14px; opacity: 0.5;
}

.drop-zone-background {
    min-width: 470px; 
    max-width: 470px; 
    height: 355px;
    margin: 15px; 
    color: black;
    background-color: #EEF7FE;
    background-image: url("assets/icons-logos/QLCPattern9.png"), url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='rgba(0, 23, 90, 0.4)' stroke-width='2' stroke-dasharray='8%2c 7' stroke-dashoffset='34' stroke-linecap='round'/%3e%3c/svg%3e");
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
    transition: background-color 400ms;
}

.drop-zone-background:hover {
    background-color: #DBEFFF;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='rgba(0, 23, 90, 0.4)' stroke-width='2' stroke-dasharray='8%2c 7' stroke-dashoffset='34' stroke-linecap='round'/%3e%3c/svg%3e");
}

p.drop-files-here-txt {
    color: black; 
    font-weight: 400; 
    margin-bottom: 0;
}

small.drop-files-here-or-txt {
    margin-top: 0; 
    margin-bottom: 5px; 
    font-weight: 100; 
    font-size: 16px; 
    color: #7E84A3;
}

.select-files-btn {
    border-radius: 8px; 
    padding: 5px 10px 5px 10px;
}

.dropdown {
    margin-left: 20px;
}

.dropdown button, .dropdown button:hover {
    background-color: var(--QlcBlue);
    color: white;
}

.dropdown button.selected {
    color: var(--QlcDarkBlue);
    background-color: white;
    border: 2px solid var(--QlcBlue);
}

/* Upload documents - accounts */

h3.name-of-file-uplaoding {
    font-size: 25px;
    margin-top: 30px;
}

.dropdown-item {
    cursor: pointer;
}

.year-selector-background {
    border-radius: 0 0 5px 5px; 
    background-color: rgba(255, 255, 255, 0.06);
    padding: 14px 0;
}

p.year-selector-label {
    font-size: 15px; 
    margin-bottom: 0; 
    display: inline-block; 
    color: white;
}

.accounts-upload-header2 {
    font-size: 20px; 
    font-weight: 900; 
    margin: 30px 0 15px 0;
}

h3.accounts-upload-header3 {
    color: #00175A; 
    margin: 20px 0 5px 15px;
    font-size: 18px;
}

.col-accounts-upload-header-container {
    margin: 0 28px 0 0;
    padding: 0;
}

.accounts-upload-header2-inCol {
    font-size: 20px; 
    font-weight: 900; 
    margin: 30px 0 15px 0;
}

.drop-zone-backdrop-accounts {
    border-radius: 5px;
}

.drop-zone-backdrop-accounts-center {
    margin: 0 28px;
    border-radius: 5px;

}

.drop-zone-background-accounts {
    height: 160px;
    margin: 15px; 
    color: black;
    background-color: #EEF7FE;
    background-image: url("assets/icons-logos/QLCPattern10.png"), url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='rgba(0, 23, 90, 0.4)' stroke-width='2' stroke-dasharray='8%2c 7' stroke-dashoffset='34' stroke-linecap='round'/%3e%3c/svg%3e");
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
    transition: background-color 400ms;
}

.drop-zone-background-accounts:hover {
    background-color: #DBEFFF;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='rgba(0, 23, 90, 0.4)' stroke-width='2' stroke-dasharray='8%2c 7' stroke-dashoffset='34' stroke-linecap='round'/%3e%3c/svg%3e");
}

.uploads-info-container {
    min-width: 500px; 
    max-width: 500px;
}

.uploads-info-icon {
    padding-top: 12px; 
    margin-left: 5px;
}

p.uploads-info-container-bottom-note {
    color: #7E84A3;
}

.upload-section-not-active {
    opacity: 0.1;
}

.upload-accounts-btn-not-active {
    opacity: 0.6;
}

.upload-section-not-active-trans-out {
    animation: transitionOutNotActiveBanner 0.30s;
}

@keyframes transitionOutNotActiveBanner {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}

.smaller-accounts-upload-section-container{
    display: none;
}

.ct600-small-screen {
    margin-top: 28px;
}

@media (max-width:1199px){
    .smaller-accounts-upload-section-container {
        display: block;

    }

    .drop-zone-backdrop-accounts-center {
        margin-left: 28px;
        margin-right: 0;
    }
    h3.accounts-upload-header3 {
        font-size: 16px;
    }
}

.max-width-1110px {
    max-width: 1100px;
}

div.select-rel-fiscal-year-header-container {
    max-width: 520px; padding-left: 18px;
}

.relevent-fiscal-year-upload-docs-banner {
    position: relative; 
    top: 128px; 
    margin-bottom: -30px; 
    z-index: 9;
}

.optional-file-tag {
    margin: 18px 0 0 15px; max-width: 307px; width: 245px;
}

.relevent-fiscal-year-upload-docs-background {
    width: 460px; border-radius: 5px; height: 30px;
}

p.relevent-fiscal-year-upload-docs-text {
    margin-top: 4px; font-size: 15px; font-weight: 700; color: var(--QlcDarkBlue);
}

span.relevent-fiscal-year-upload-docs-text {
    margin-left: 6px;
}

.text-center-accounts-uplaod {
    text-align: center;
}

/* Uploads Table */
 .file-uploading-container {
    border-radius: 5px 5px 5px 5px;  
    width: 525px;
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 999;
 }

.file-upload-header {
    background-color: #00175A; 
    padding: 12px 0 12px 16px; 
    border-radius: 4px 4px 0 0;
}

.file-upload-header-hidden {
    border-radius: 4px !important;
}

.file-upload-body {
    max-height: 245px;
    overflow-y: scroll;
    white-space: nowrap;
    border-radius: 0 0 5px 5px;
}

.hide-show-btn {
    padding: 2px 5px 2px 5px;
    margin: 0 20px 0 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.hide-show-btn:hover {
    color: white;
}

p.file-upload-header-text {
    font-size: 13px; 
    color: white;
    font-weight: 900;
    display: inline;
    margin-bottom: 0;
}

.file-uploaded {
    padding: 0 0 0 6px; 
    background-color: 
    #C6E6FF; 
    width: 100%; 
    border-radius: 0 0 0 0px;
}

.file-uploaded-bottom {
    padding: 0 0 0 6px; 
    background-color: 
    #C6E6FF; 
    width: 100%; 
    border-radius: 0 0 5px 5px;

}

.file-uploading {
    padding: 0 0 0 6px; 
    background-color: #C6E6FF; 
    border-radius: 0 0 0 0px;
    width: 0%;
}

.file-uploading-bottom {
    padding: 0 0 0 6px; 
    background-color: #C6E6FF; 
    border-radius: 0 0 0px 5px;
    width: 0%;
}

.transFileOut {
    animation: transitionOut 0.90s;
}

/* Uploading Percentages - Use JS to do this manually */

.uploading-percentage {
    width: 90%;
}

/* ========================= */

.file-uploaded-icon {
    width: 20px;
    margin-left: 20px;
}

.spinner-uploading-size {
    width: 20px;
    height: 20px;
}

.upload-table {
    min-width: 525px;
}

.single-file-container {
    max-width: 525px; 
    min-width: 525px;
}

.table td.file-data {
    border: none;
    padding: 0.60rem;
}

.file-name {
    font-weight: 900;
    min-width: 220px;
    width: 220px;
    white-space: nowrap;
}

.overflow-x {
    overflow-x: scroll;
}

.file-type {
    min-width: 100.00px;
    max-width: 100.00px;
    width: 100.00px;
}

.file-type-pill {
    font-size: 1em;
    padding: 3px 7px 3px 7px;
    color: white;
}

.rd-file-pill-color {
    background-color: #00175A;
}

.accounts-file-pill-color {
    background-color: #28a745;
}

.file-size-container {
    width: 61px;
}

.upload-spinner-container {
    width: 44px;
}

.file-size {
    color: #848484;
    font-weight: 200;
}

.cancel-upload-btn {
    padding: 2px 5px 2px 5px;
    background-color: #FF6464;
    border-color: #FF6464;
    margin-left: 5px;
}

.display-inline {
    display: inline;
}


@media (max-width:1199px){
    .file-size-container, .file-size-container, .file-type {
        display: none;
    }

    .file-uploading-container, .file-upload-body, .upload-table {
        width: 355px;
        max-width: 355px;
        min-width: 355px;
    }
    
}

/* Referrals Style */

.max-width-1400 {
    max-width: 1400px;
}

.bold {
    font-weight: 900;
}

.view-referrals-button {
    display: inline-block;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
}

.submit-referral-btn {
    background-color: #1C7CD5;
    color: white;
    width: 100%;
}

.submit-referral-btn:hover {
    background-color: #1C7CD5;
    color: white;
}

.ref-headers {
    text-align: center;
}

.ref-headers h2 {
    margin-bottom: 0;
}

.ref-headers p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.img-container-refferals img { 
    width: 70px;
    margin: 4px auto 8px auto;
}

.arrow-container img {
    width: 36px;
    margin-bottom: 70px;
    margin-right: 8px;
}

.img-container-refferals {
    width: 120px;
}

.img-container-refferals p {
text-align: center;
width: 160px;
}

.ref-form, .ref-faqs-container {
    width: 400px;
    min-width: 400px;
    margin: 0 auto 18px auto;
}

.ref-faqs-container p {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);

}

.ref-form form .form-group input[type="text"], .ref-form form .form-group select {
    border: 2px solid var(--QlcBlue);
    border-radius: 8px;
    height: 55px;
    color: var(--QlcDarkBlue);
}

.ref-form form .form-group label {
    font-size: 14px;
    font-weight: 900;
}

.ref-form form {
    animation: transitionIn 0.30s;
}

.form-check input {
    width: 20px;
    height: 20px;
}

.form-check label .policy-text{
    color: var(--QlcBlue);
    font-size: 13px;
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
}

.form-check {
    margin-bottom: 20px;
}

.how-it-works-refs div {
    display: inline-block;
}

.how-it-works-refs {
    margin: 40px auto 20px auto;
    max-width: 540px;
    min-width: 440px;

}

#emailInputHelp {
    color: rgba(255, 255, 255, 0.8);
}

.underline {
    text-decoration: underline;
}

.submit-referral-btn {
    height: 50px;
    background-color: var(--QlcBlue);
    margin-bottom: 12px;
}

.bottom-ref-links a {
    color: var(--QlcBlue);
    text-decoration: underline;
    font-size: 14px;
}

.ref-faqs-container .accordion .card .card-header h2 button {
    color: var(--QlcDarkBlue);
    text-decoration: underline;
}

.ref-faqs-container .accordion .card .card-body {
    color: rgba(0, 23, 90, 0.75);
} 

.success-message-refer {
    height: 478px;
    width: 400px;
    margin: 0 auto;
    animation: transitionIn 0.30s;
}

.success-message-refer img {
    width: 90px;
    margin-bottom: 10px;
}

.success-message-refer h3 {
    margin-top: 10px;
    font-size: 30px;
}

.success-message-refer p a {
    color: var(--QlcBlue);
    text-decoration: underline;
}

.success-message-refer button, .success-message-refer button:hover {
    background-color: var(--QlcBlue);
    color: white;
}

p.ref-scheme-sub {
    color: rgba(0, 23, 90, 0.75);
    margin-bottom: -20px;
}

.ref-scheme-body {
    padding: 0 40px 20px 40px;
}

.ref-scheme-body p {
    text-align: center;
}

.ref-scheme-body .about-ref-hiw-title {
    margin: 0 0 10px 0;
}

.ref-headers .hiw {
    margin-top: 20px;
    margin-bottom: 1px;
}


/* Responsive view refferals button */

.mobile-view-refferals-link {
    display: none;
}

@media (max-width: 990px){
    .desktop-tablet-view-refferals-link {
        display: none;
    }
    .mobile-view-refferals-link {
        display: block;
    }
}

/* End of: Responsive view refferals button */

/* account details */
.act-details-box {
    width: 100%;
    height: 495px;
    background-color: #F4F7FC;
    color: var(--QlcDarkBlue);
    margin-top: 10px;
    border-radius: 5px;
    max-width: 900px;
}

.account-details-header {
    background-color:#FFFFFF;
    margin: 0 0;
    padding-left: 9px;
    border-bottom: 1px solid rgba( 0, 23, 90, 0.5);
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

h3.account-details-h3 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}

small.account-details-small {
    display: inline-block;
    margin-bottom: 15px;
    color: rgba( 0, 23, 90, 0.8);
}

.btn-edit-account-details {
    color: var(--QlcDarkBlue);
    background-color:rgba( 0, 23, 90, 0.1);
    height: 40px;
    margin: auto 5px auto 0;
    border-radius: 10px;
    animation: transitionIn 0.30s;

}

.btn-edit-account-details:hover {
    color: white;
    background-color: var(--QlcDarkBlue);

}

.btn-edit-account-details-text {
    display: inline-block; 
    margin-right: 5px;

}

.btn-save-account-details {
    background-color: #1C7CD5;
    color: white;
    height: 40px;
    margin: auto 5px auto 0;
    border-radius: 10px;
    animation: transitionIn 0.30s;
}

button.btn-discard-changes {
    height: 40px;
    margin: auto 5px auto 0;
    border-radius: 10px;
    /* ---------------------------------------------- */
    /* The below needs to be changed */
    animation: transitionIn 0.30s;
    /* ---------------------------------------------- */
}


.display-none {
    display: none !important;
}

.btn-save-account-details:hover {
    background-color: #3c89d1;
    color: white;
}

.accountant-info-badge {
    font-weight: 100; 
    font-size: 13px; 
    background-color: var(--QlcDarkBlue); 
    border-radius: 5px; 
    margin-bottom: 12px;
}

.client-account-details-section {
    margin-top: 8px;
    padding: 8px 26px 0 38px;
    max-width: 400px;
}

.client-account-accountant-details-section {
    margin-top: 8px;
    padding: 8px 38px 0 26px;
    max-width: 400px;
    border-left: 1px solid rgba( 0, 23, 90, 0.2);
}

.account-detail-input-label {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.account-detail-input {
    margin: 0;
}

.saved-toast {
    width: 100%;
    height: 50px;
    min-width: 200px;
    background-color: #3c89d1;
    margin-top: 35px;
    padding: 13px 0 8px 20px;
    /* ---------------------------------------------- */
    /* The below needs to be changed */
    animation: transitionIn 0.30s;
    /* ---------------------------------------------- */
}

.saved-toast p, .discard-toast p {
    color: white;
    font-weight: 600;
}

.account-details-saved-icon {
    display: inline-block; margin-right: 10px;
}

.discard-toast {
    width: 100%;
    height: 50px;
    min-width: 200px;
    background-color: #cc444a;
    margin-top: 35px;
    padding: 13px 0 8px 20px;
    /* ---------------------------------------------- */
    /* The below needs to be changed */
    animation: transitionIn 0.30s;
    /* ---------------------------------------------- */
}

.toast-trans-out {
    animation: transitionOut 0.30s;
}

.toast-trans-in {
    animation: transitionIn 0.30s;
}

@keyframes transitionOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}



/* View Referrals */

.v-referrals-back-btn {
    background-color: #00175A;
    color: rgba( 255, 255, 255, 0.7);
    border: none;
}

.v-referrals-back-btn:hover {
    background-color: rgba( 0, 23, 90, 0.9);
    color: white;
}

.back-chevron {
    margin-bottom: 2px;
    margin-right: 5px;
    margin-left: -4px;
}

/* view referrals - table styles */
.table-background {
    background-color: white;
    border: none;
    border-radius: 5px;
    border: 0.4px solid rgba( 0, 23, 90, 0.2);
    padding-bottom: 0;
    padding: 1px;
}

.table-head-background {
    background-color: #F4F7FC;
}

.table {
    margin-bottom: 0;
}

tr td {
    font-size: 14px;
    color: #00175A;
}

.min-width-655 {
    min-width: 655px;
}


.table thead th {
    border: none;
    font-size: 11px;
    background-color: #F4F7FC;
    color: rgba( 0, 23, 90, 0.72);
}

.placeholder-block {
    height: 21px;
    border-radius: 5px;
    background-color: #EBEBEB;
}

 /* block widths */
.first { width: 50px; }
.second { width: 80px; }
.third { width: 40px; }

.hidden-i {
    visibility: hidden;
}

/* Payout Styles */

.payouts-white-box {
    background-color: #F4F7FC;
    border-radius: 5px;
    padding: 30px;
    max-width: 400px;
    min-width: 400px;
}

.payouts-white-box p {
    color: var(--QlcDarkBlue);
}

.start-payouts-btn {
    width: 100%;
    background-color: rgba( 0, 23, 90, 0.1);
    color: var(--QlcDarkBlue);
}

.start-payouts-btn:hover {
    width: 100%;
    background-color: var(--QlcDarkBlue);
    color: white;
}

.badge-padding {
    padding: 2px 7px 2px 7px;
}


/* Payouts-input Styles */

.discard-bank-btn {
    width: 100%; 
    margin-top: 10px;
}


/* payouts - loading page */

.adding-bank-account-loading-popup-bg {
    height: 100%; width: 100%; position: fixed; z-index: 5; background-color: rgba(57, 97, 215, 0.85);
}

.adding-bank-account-loading-message {
    color: white; z-index: 9; 
}

.adding-bank-account-loading-message-2 {
    color: white; 
    z-index: 9; 
}

.bank-account-loader-spinner {
    z-index: 9;
}

.animate-in {
    animation: transitionIn 0.30s;
}

.payouts-form-aml {
    background-color: #F4F7FC;
    width: 42%;
    margin: 80px 0 80px 0;
    padding: 30px;
    border-radius: 5px;
    min-height: 570px;
}

.payouts-form-payouts {
    background-color: #F4F7FC;
    /* width: 42%; */
    margin: 20px 0 40px 0;
    padding: 30px;
    border-radius: 5px;
    min-height: 531px;
}


.payouts-form-header h1 {
    color: var(--QlcDarkBlue);
    font-weight: 600;
    font-size: 35px;
}

.payouts-form-header h3 {
    font-size: 18px;
    font-weight: 400;
    color: var(--QlcDarkBlue);
    opacity: 0.6;
    margin-bottom: 18px;
}

.aml-done-header img {
    width: 90px;
    margin-bottom: 10px;
}

.aml-done-header {
    margin-top: 80px;
    margin-bottom: 180px;
}

.payouts-form-header p {
    color: rgba( 0, 23, 90, 0.8);
    font-weight: 100;
    margin: 5px 0 0 0;
    font-size: 14px;
}

.payouts-client-name-button {
    background-color: var(--QlcDarkBlue);
    color: white; 
    pointer-events: none;
}

.aml-done-btn, .aml-done-btn:hover {
    color: white;
    background-color: var(--QlcBlue);
}

.payouts-client-name-button:hover {
    background-color: var(--QlcDarkBlue);
    color: white; 
    pointer-events: none;
}

label.payouts-form-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--QlcDarkBlue);
}

label.payouts-checkbox-label {
    color: rgba( 0, 23, 90, 0.8);
    font-weight: 100;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
}

button.dead {
    background-color: #7E84A3f5;
    color: rgba( 255, 255, 255, 0.5);
    border-color: #7E84A3;
}

button.dead:hover {
    background-color: #7E84A3f5;
    color: rgba( 255, 255, 255, 0.5);
    border-color: #7E84A3;
}

button.payouts-submit {
width: 100%;
}

.width-340 {
    width: 340px;
}

.width-385 {
    width: 385px;
}

/* Payouts P2 */

.payouts-input-container-page-2 {
    height: 100%;
    background-color: rgba( 0, 23, 90, 0.95);
    border-radius: 7px;

}

label.payouts-form-label-page-2 {
    font-size: 10px;
    font-weight: 200;
    color: rgba(255,255,255,0.9);
    margin: 13px 0 0 18px;

}

input.payouts-form-input-page-2, input.payouts-form-input-page-2:focus, input.payouts-form-input-page-2:disabled  {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin-top: -7px;
    font-weight: 200;
    padding: 0 0 10px 18px;
}

.form-group-input-p3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.bottom-form-group-input-p3 {
    margin-top: 0;
    margin-bottom: 20px;

}

.payouts-form-info-section-p2 p {
    font-size: 14px;
    font-weight: 400;
    color: rgba( 0, 23, 90, 0.8);
}

.btn-submit-form-p2 {
    background-color: rgba( 0, 23, 90, 0.08);
    font-size: 14px;
    padding: 4px 8px;
    margin: 0 0 0 0;
}

/* Payouts Final Page */

thead tr th.payout-schedule-title {
    font-size: 14px;
    color: #00175A;
}

.payouts-edit-btn {
    color: #7E84A399;
    border: 1.4px solid #7E84A399;
    padding: 3px 8px 3px 6px;
}

.payouts-edit-btn:hover {
    color: white;
    background-color: #00175A;
    border: 1.4px solid #00175A;
}

.edit-btn-icon-container {
    margin-right: 3px;
}

.payouts-details-tr {
    height: 60px;
}

.bank-td {
    padding-top: 16px !important;
}

.bank-icon-img {
    width: 30px; 
    margin-right: 8px;
}

.pw-dots-img {
    width: 26px;
}

.gbr-icon {
    width: 15px; 
    margin-left: 8px;
}

.account-name-uploaded-td, .account-num-uploaded-td {
    padding-top: 20px !important;
}

.edit-bank-details-td {
    padding-top: 14px !important; 
    max-width: 90px;
}

/* Payouts inputs p3 */

.submit-third-form, .submit-third-form:hover {
    background-color: #14D557; border-color: #14D557; color: white;
}

/* AML Check */

.AML_documents_title {
margin-bottom: 20px;
}

.aml-check-badge-pill-1 {
    margin-left: 160px; font-size: 15px; font-weight: 400;
}

.aml-check-badge-pill-2 {
    margin-left: 150px; font-size: 15px; font-weight: 400;
}

div.aml-box-divider {
    height: 1px; width: 40%; background-color: var(--QlcDarkBlue); margin: 15px;
}

.aml-box-info-container {
    margin:0 15px;
    padding-top: 7px;
}

.aml-box-info-container p {
    color: var(--QlcDarkBlue);
    font-size: 15px;
}

p.last-list-item-aml-idcheck {
    margin-bottom: 43px;
}

p.last-list-item-aml-poacheck {
    margin-bottom: 22px;
}

.aml-done-ball {
    width: 20px;
    height: 20px;
} 

.aml-done-ball-container-1 {
    margin-left: 165px;
    height: 74px;
}

.aml-done-ball-container-2 {
    margin-left: 150px;
    height: 74px;
}



/* Prefered Partners Style within right-side content */

.rc-pp-section {
    padding: 40px;
    max-width: 1520px;
}

.rc-pp-header {
    background-image: linear-gradient(rgba(0, 23, 90, 1), rgba(0, 23, 90, 0.9)), url("assets/images/chris-liverani-9cd8qOgeNIY-unsplash.jpg");
    background-repeat: no-repeat;
    background-position: 25% 75% ;
    background-size: cover;
    min-height: 192px;
}

.rc-pp-content-box {
    height: 12em;
    background-color: #EEF7FE;
    background-image: url("assets/icons-logos/QLCPattern6.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #00175A;
}

.rc-pp-section h1 {
    margin-top: 10px;
    margin-bottom: 0;

}

.rc-pp-content-box h3 {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 0;
}

.rc-pp-content-box a {
    font-size: 15px;
    color: #00175A;
    margin-top: 5px;
}




/* Prfered Partners Show Page */

.pp-rc-show-page-height {
    height: 80%;
}

div.min-width-900-pp {
    min-width: 1350px;
}

/* Prefered Partners 4 coloum min-spacing change on smaller screen */
@media (max-width:1199px) { 

    div.min-width-900-pp {
        min-width: 900px;
    }

    .aml-check-badge-pill-1 {
        margin-left: 174px; font-size: 15px; font-weight: 400;
    }
    
    .aml-check-badge-pill-2 {
        margin-left: 160px; font-size: 15px; font-weight: 400;
    }
    
}


.as-pp-show-section {
    padding: 10px 0;
    max-width: 1520px;
    padding-bottom: 0;
}

button.pp-show-back-link {
    /* margin-bottom: 20px;     Spacing below link */
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.06);
    transition: background-color color 500ms;
    font-size: 14px;
    padding-left: 6px;
}

button.pp-show-back-link:hover {
    color: white;
    background-color: var(--QlcDarkBlue);
}


.as-pp-show-section h1 {
    margin-bottom: 0;
}

.as-pp-show-section p {
    font-weight: 100;
}

p.as-pp-body-text {
    font-weight: 400;
}

button.ri-button {
    padding: 6px 18px;
    margin-top: 10px;
}

button.ri-button-reg {
    padding: 6px 12px;
    margin-top: 10px;
    background-color: #14D557;
    border-color: #14D557;
    color: white;
}

button.ri-button-reg:hover {
    background-color: #14D557;
    border-color: #14D557;
    color: white;
}

button.ri-button-reg:focus {
    background-color: #14D557;
    border-color: #14D557;
}

.tick-icon-ri {
    width: 20px; margin-right: 6px;
}

p.after-submit-message-pp {
    font-weight: 100;
    animation: transitionIn 0.30s;
}

.login-btn-1:disabled, .login-btn-2:disabled {
    background-color: rgba(0, 23, 90, 0.3);
    color: rgba(0, 23, 90, 0.6);
    border-color: rgba(0, 23, 90, 0.0);
}

/* Recruitment Styles */

.rc-r-header {
    background-image: linear-gradient(rgba(0, 23, 90, 1), rgba(0, 23, 90, 0.9)), url("assets/images/christina-wocintechchat-com-vzfgh3RAPzM-unsplash.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 192px;

}

.rc-r-content-box {
    height: 12em;
    background-color: white;
    border-radius: 3px;
    color: #00175A;
}

div.min-width-600-r {
    min-width: 800px;
    height: 100%;
    padding: 30px 140px 30px 30px;
}

@media (max-width:1000px) { 
    div.min-width-600-r {
        min-width: 600px;
        padding: 30px 30px 30px 30px;

    }
}


.min-width-600-r p {
    font-size: 15px;
    font-weight: 400;
}

p.after-submit-message-r {
    color: rgba( 0, 23, 90, 0.70);
    font-weight: 100;
    animation: transitionIn 0.30s;
}


/* Terms of Use */

.list-items {
    list-style-type: none;
    margin-left: -25px;
}

.list-item a {
    color: white;
}

.list-text {
    color: white;
}

.terms-of-use div h3::before {
    content:"";
    display:block;
    height:110px; /* fixed header height*/
    margin:-110px 0 0; /* negative fixed header height */
  }


/* Signout Modal */
.modal-content {
    color: var(--QlcDarkBlue);
}

/* Login Pages */

/* Brians CSS from his login page */

div.login-page-screen-height {
    height: 100vh;
}

@media (max-height: 650px){
    div.login-page-screen-height {
        height: 700px;
    }
}

.login-white-box-container {
    margin-top: 40px; align-items: center;
}

.login-white-box {
    min-width: 540px; 
    height: 450px;
    background-color: white; 
    border-radius: 5px; 
    /* text-align: center; */
    padding: 40px;
}

.login-white-box h1 {
    font-family: helvetica; font-weight: 900; font-size: 34px; 
    color: rgba(0, 23, 90, 1); 
    margin-bottom: 8px;
}

.login-white-box h4 {
    margin-bottom: 0; margin-top: 0; 
    font-family: Helvetica; font-size: 16px; font-weight: 100;
    color: rgba(0, 23, 90, 1);
}

.login-white-box .alt-h4 {
    margin-bottom: 0; 
    font-family: Helvetica; font-size: 18px; font-weight: 500;
    color: rgba(0, 23, 90, 1)
}

.login-modal-btn {
    width: 270px; 
    font-size: 13px; 
    margin: 4px auto 10px auto; padding: 0; 
    color: rgba(0, 23, 90, 0.65);
}

.login-modal-btn:hover {
    background-color: rgba( 0, 23, 90, 0.04);
    color: rgba(0, 23, 90, 0.65);
}

.login-submit-btn {
    width: 100%;
    height: 48px; 
    font-size: 20px;
}

.login-links-container {
    margin-top: 40px;
}

.InputBoxes {
	padding-top: 10px;
	text-align: center;
	border-radius: 5px;
	opacity: 1;
}

.hypeDiv {
	float: left;
}

.divider-login {
    border-top: 1px solid rgba(0, 23, 90, 0.2);
    width: 65%;
    margin: 25px auto;
}

.center-div-login {
    text-align: center;
}

.center-div-login a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
    font-size: 14px;
}

.center-div-login span {
    color: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    display: inline-block;
    padding-bottom: 10px;
    line-height: 12px; 
}

.center-div-login span img {
    height: 3px;
    width: 3px;
}

.dotdiv {
	text-align: center;
	float: left;
	width: 25px;
	padding-bottom: 10px;
	line-height: 12px;
}

.inputStyle {
    text-align: center;
    text-transform: uppercase;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid rgba(0, 23, 90, 0.5);
	border-radius: 5px;
	opacity: 65;
	height: 41px;
	width: 34px;
	font: normal normal normal 18px/24px Helvetica;
}

.inputStyle:focus, .company-name-input-login:focus{
	outline: none !important;
    border: 1px solid rgba(0, 1, 5, 0.9);
    box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1);
    color: black;
}

.margin-bottom-13 {
    margin-bottom: 13px;
}

.ucc-div-login-page {
    background-color: #F2F2F2; width: 128px; margin: 8px auto 8px auto; border-radius: 5px;
}

p.entered-ucc, p.enter-cmp-name-description {
    margin: 0; 
    color: var(--QlcDarkBlue);
}

p.entered-ucc {
    text-transform: uppercase;
}

.login-spinner {
    height: 1.2rem !important;
    width: 1.2rem !important;
    border-width: 0.15rem;
    margin-left: 6px;
    margin-bottom: 2px;
}

.company-name-input-login {
    /* margin: 10px auto 10px auto;  */
    text-align: left; 
    text-transform: uppercase; 
    color:black; 
    font-size: 18px;
    border: 1px solid rgba(0, 1, 5, 0.9);
    border-radius: 5px; 
    opacity: 65;
}

.login-error-message, .login-error-message-1 {
    font-size: 14px;
    color: #83212b;
}

/* Logout */

.seg-1 p, .seg-2 p {
    margin-top: 20px; color: rgba(0, 23, 90, 1);
}

.opacity-0 {
    opacity: 0;
}

.logout-second-screen h1 {
    font-size: 30px;
}

/* Error pages */

.error-page-logo {
    height: 72px; width: 240px; 
    position: fixed; top: 20px; left: 20px;
}

.error-message-container {
    text-align: center;
}

.error-message-container img {
    width: 500px;
    margin-top: -230px;
}

img.time-out-icon {
    width: 600px;
}

.error-message-container h1 {
    font-size: 500px; color: rgba(255, 255, 255, 0.05); margin-top: -260px;
}

.error-message-container h2 {
    font-size: 50px; color: white; font-weight: 900; margin-top: -370px;
}

.error-message-container p {
    font-size: 20px; color: white; font-weight: 100;
}

.error-message-container button {
    font-size: 18px;
}

.error-go-back-btn-style {
    background-color: #00175A; margin-left: 10px; border-color: #00175A;
}

/* FAQs Pages */

.faqs-accordion div.accordion div.card div.card-header h2 button {
    color: rgba( 0, 23, 90, 1);
}


/* Small Screen Size */

.screen-to-small {
    display: none;
}

@media (max-width:770px) {

    body.as-pp-show-body-background {
        background: linear-gradient(270deg, #043E71, #00175A);
    }

    .main-website-content {
        display: none;
    }

    .screen-to-small {
        display: block;
        height: 100vh;
        padding: 10px;
    }

    .screen-to-small-content {
        color: white;
        font: helvetica;
        text-align: center;
        margin-top: 100px;
    }

    .screen-to-small-content h3 {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .QLC-logo-small-content { 
        width:100%; 
        max-width: 300px; 
        padding: 1em 2em 2em 1em;
    }

    .screen-to-small-content p { 
        color: rgba( 255, 255, 255, 0.8); 
    }

}

@media (max-height:640px) { 
    div.sidebar-sticky { 
        overflow: auto; 
    } 
}
