@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --mypages_primary_color: #2bbefe;
    --mypages_secondary_color: #2352ac;
    --mypages_background_color: #e8f7ff;
    --mypages_heading_color: #345DB9;
    --table_heading_color: #2BBEFF;
    --submit_button_color: #0075FC;
    --header_footer_color: #0B355B;
}

body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    background-image: none;
    background-color: var(--mypages_background_color);
}

body.loading {
    overflow: hidden;
}

body.loading #loader {
    display: block;
}

#loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(232, 247, 255, 0.8) url("../../lib/images/loader3.gif") center no-repeat;
}

.navbar {
    background-color: var(--header_footer_color);
    padding: 15px 15px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
}

/*.navbar-absolute {
  position: absolute;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  z-index: 3;
}*/

.navbar-brand img {
    width: 85%;
}

.navbar-dark .nav-item > .navbar-text {
    color: #fff;
}

.navbar-collapse {
    margin-top: 10px;
}

.nav-link {
    cursor: pointer;
}

.btn-logout {
    color: #fff;
    border-color: #fff;
}

.btn-logout:not(:disabled):hover, 
.btn-logout:not(:disabled):active, 
.show > .btn-logout.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

#deposit-mypages-page section {
    padding-top: 25px;
    padding-bottom: 25px;
}

#deposit-mypages-page .page-title {
    color: var(--mypages_secondary_color) !important;
}
    
#deposit-mypages-page .section-1 .deposit-mypages-content {
    width: 100%;
    display: inline-block;
    flex-wrap: wrap;
}

#deposit-mypages-page .section-content {
    margin-top: 15px;
}

#deposit-mypages-page .section-failure {
    margin-top: 50px;
}

#deposit-mypages-page .section-failure .fa,
#deposit-mypages-page #contactUsViewFeedback .fa {
    font-size: 56px;
    color: var(--mypages_secondary_color);
}

#deposit-mypages-page .section-failure .heading {
    font-size: 22px;
    font-weight: 500;
    color: #343a40;
    margin-top: 30px;
    margin-bottom: 20px;
}

#deposit-mypages-page .section-failure p {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

#deposit-mypages-page #contactUsViewFeedback p {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    margin-top: 50px;
}

#deposit-mypages-page #customerKYCCreateEditForm [kyc-view-id],
#deposit-mypages-page #customerDeclarationCreateEditForm [elem-view-id],
#deposit-mypages-page #customerKYCCreateEditForm [elem-view-id] {
    display: none;
}

#deposit-mypages-page form [kyc-view-id].current,
#deposit-mypages-page form [elem-view-id].active {
    display: block !important;
}

#deposit-mypages-page form .custom-checkbox.align-items-center {
    display: flex;
}

#deposit-mypages-page form .custom-checkbox.align-items-center:has(.marketing_consent) {
    display: block;
}

#deposit-mypages-page form label {
    font-weight: 500;
    font-size: 15px;
    color: var(--mypages_primary_color);
}

#deposit-mypages-page form label.custom-control-label,
#deposit-mypages-page form label.consent {
    font-size: 14px;
    font-weight: 400;
}

#deposit-mypages-page form label.marketing_consent,
#deposit-mypages-page form label.consent-heading {
    color: var(--mypages_secondary_color);
    font-size: 15px;
    font-weight: 500;
    display: block;
}

#deposit-mypages-page form label.consent-heading {
    font-weight: 600;
}

#deposit-mypages-page .loggedin p {
    color: var(--mypages_secondary_color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.form-content-progress {
    text-align: center;
}

.form-content-progress .progress-bar {
    display: inline-block;
    background: none;
    padding: 0;
}

.form-content-progress .progress-bar li {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}

.form-content-progress .progress-bar li.active::before {
    background: var(--mypages_secondary_color);
}

.form-content-progress .progress-bar li::before {
    content: attr(data-step);
    color: #fff;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-right: 2rem;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 100px;
    background: var(--mypages_primary_color);
}

.form-content-progress .progress-bar li:last-child::before {
    margin-right: 0;
}

.form-content-progress .progress-bar li::after {
    content: "";
    background: var(--mypages_primary_color);
    z-index: 0;
    width: 100%;
    height: 2px;
    position: absolute;
}

#deposit-mypages-page form p {
    color: var(--mypages_secondary_color);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

#deposit-mypages-page form p.marketing_description {
    margin-top: 7px;
}

#deposit-mypages-page form p.terms {
    text-align: center;
}

form label.error {
    display: none;
    text-transform: initial;
    color: #721c24 !important;
    background-color: #f8d7da;
    width: 100%;
    margin: 2px 0 0;
    padding: 4px 12px;
    font-size: 12px !important;
}

#deposit-mypages-page hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 2px solid var(--mypages_primary_color);
}

#deposit-overview hr {
    margin-top: 5px;
}

#deposit-mypages-page form input,
#deposit-mypages-page form textarea,
#deposit-mypages-page form select {
    height: 34px;
    font-weight: 600;
    font-size: 15px;
    color: var(--mypages_secondary_color) !important;
}

#deposit-mypages-page form textarea {
    height: 130px;
}

#deposit-mypages-page form button {
    margin-top: 20px;
    background: var(--submit_button_color);
    font-weight: 600;
    color: #fff;
    width: 100%;
}

#deposit-mypages-page form button:hover {
    opacity: .8;
}

#deposit-mypages-page form button.btn-remove-tax-liability {
    background: #6c757d;
    width: inherit;
    margin-top: inherit;
    font-weight: 400;
    font-size: inherit;
}

#deposit-mypages-page form button.add-citizenship {
    background: #6c757d;
    width: 200px;
    margin-top: 10px;
}

#deposit-mypages-page form button.btn-back {
    color: #17a2b8;
    border-color: #17a2b8;
    background-color: #fff;
    margin-top: 10px;
}

#deposit-mypages-page form button.btn-back:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

#deposit-mypages-page form .deposit-summary,
#deposit-mypages-page form .deposit-terms {
    padding: 25px;
    background: #0b70b4;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

#deposit-mypages-page form .deposit-summary h6 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    font-weight: 600;
    font-size: .8rem;
}

#deposit-mypages-page form .deposit-summary h6:first-child,
#deposit-mypages-page form .deposit-summary h6:last-child {
    border: none;
}

#deposit-mypages-page form .deposit-summary h6 span {
    float: right;
    font-weight: 500;
}

#deposit-mypages-page form .deposit-terms a {
    display: block;
    font-weight: 600;
    font-size: .9rem;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
}

#deposit-mypages-page form .deposit-terms a i {
    margin-right: 10px;
    font-size: 18px;
}

#deposit-overview .wrapper {
    margin-top: 40px;
    border-radius: 30px;
    padding: 40px;
    border-bottom: 8px solid var(--mypages_primary_color);
    background: #fff;
    max-height: 700px;
    overflow-y: auto;
}

#deposit-overview .wrapper .heading {
    text-align: center;
    color: #345DB9;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

#deposit-overview .wrapper .sub-heading {
    color: var(--submit_button_color);
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    display: block;
}

#deposit-overview .wrapper .title,
#deposit-overview .card .tab-content .title {
    color: var(--table_heading_color);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 4px;
    display: block;
}

#deposit-overview .wrapper .value,
#deposit-overview .card .tab-content .value {
    color: var(--mypages_heading_color);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 20px;
}

#deposit-overview table thead tr {
    background-color: var(--table_heading_color);
    color: #fff;
}

#deposit-overview table thead th,
#deposit-overview table tbody td {
    white-space: nowrap !important;
}

#deposit-overview table tbody td {
    font-weight: 400;
    font-size: 12px;
}

#deposit-overview .btn.view-account {
    color: #fff;
    border-color: var(--mypages_heading_color);
    background-color: var(--mypages_heading_color);
    border-radius: 30px;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 60px;
    padding: .10rem .75rem;
}

#deposit-overview .card {
    margin-top: 40px;
    border-radius: 30px;
    border-bottom: 8px solid var(--mypages_primary_color);
}

#deposit-overview .card .tab-content {
    padding: 25px 40px;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

#deposit-overview .card .nav-tabs > li {
    width: 50%;
    text-align: center;
}

#deposit-overview .card .nav-tabs > li > a,
#deposit-overview .card .nav-tabs > li > a:active,
#deposit-overview .card .nav-tabs > li > a:focus,
#deposit-overview .card .nav-tabs > li > a:hover {
    border-radius: 0px;
    margin: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    background-color: var(--table_heading_color);
    color: #fff !important;
}

#deposit-overview .card .nav-tabs > li > a.active {
    background-color: var(--submit_button_color);
}

#deposit-overview .card .nav-tabs > li:first-child > a {
    border-top-left-radius: 30px;
}

#deposit-overview .card .nav-tabs > li:last-child > a {
    border-top-right-radius: 30px;
}

#deposit-overview #contactUsViewFeedback {
    display: none;
}

#deposit-overview #contactUsForm,
#deposit-overview #contactUsViewFeedback {
    margin-top: 40px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 70%;
    }
    
    #bankid .content-wrap {
        width: inherit !important;
    }
    
    #deposit-mypages-page section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    #deposit-overview .wrapper {
        margin-top: 20px;
        padding: 15px;
        border-radius: 15px;
        min-height: 200px;
        overflow-y: auto;
    }
    
    #deposit-overview .wrapper .heading {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    #deposit-overview .card .nav-tabs > li:first-child > a {
        border-top-left-radius: 15px;
    }
    
    #deposit-overview .card .nav-tabs > li:last-child > a {
        border-top-right-radius: 15px;
    }
    
    #deposit-overview .card .nav-tabs > li > a,
    #deposit-overview .card .nav-tabs > li > a:active,
    #deposit-overview .card .nav-tabs > li > a:focus,
    #deposit-overview .card .nav-tabs > li > a:hover {
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    
    #deposit-overview .card .tab-content {
        padding: 25px 15px;
        min-height: 400px;
        max-height: 400px;
        overflow-y: auto;
    }
    
    #deposit-overview #contactUsForm,
    #deposit-overview #contactUsViewFeedback {
        margin-top: 10px;
    }
    
    #deposit-mypages-page #contactUsViewFeedback .fa {
        font-size: 35px;
    }
    
    #deposit-mypages-page #contactUsViewFeedback p {
        margin-top: 30px;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 20px !important;
    }
}

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    
}

/* Large devices (desktops, minimum from 992px) */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    
    .navbar-dark .nav-item {
        padding-left: .65rem;
        padding-right: .65rem;
    }
    
    .navbar-collapse {
        margin-top: 0px;
    }
    
    #deposit-mypages-page .section-content {
        margin-top: 30px;
    }
    
    #deposit-mypages-page .section-failure {
        margin-top: 80px;
    }
    
    #deposit-mypages-page .section-failure .fa,
    #deposit-mypages-page #contactUsViewFeedback .fa {
        font-size: 70px;
    }
    
    #deposit-mypages-page .section-failure .heading {
        font-size: 34px;
        margin-top: 40px;
    }
    
    #deposit-mypages-page form button {
        width: 165px;
    }
    
    .form-content-progress .progress-bar li::before {
        margin-right: 3rem;
    }
}
