@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Heebo:wght@400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap";

body {
    /* font-family: 'Poppins', sans-serif; */
    background: #f7f7f7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #26201c;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebarCollapse {
    font-size: 30px;
    margin-right: 25px;
}

.sidebarListing > .head {
    color: #7f7e7e;
    text-transform: uppercase;
    font-size: small;
}
.sidebarListing > .link {
    background: #3d3734;
    margin: 2px -15px 2px -15px;
    padding: 5px 15px;
}
.link {
    display: flex;
}
.sidebarListing > .link:hover {
    background: #56504d;
}
.sidebarCredit {
    margin-top: 20px;
    margin-bottom: 30px;
}
.sidebarCredit div {
    margin: 8px 0;
    font-size: 12px;
    color: #cccccc;
    font-weight: 400;
}
.link div:first-child {
    width: 15% !important;
}

#smallBrand {
    display: none;
}
.info-wrapper {
    margin-right: 25px;
    position: relative;
}
.info-wrapper .count {
    color: #fff;
    background: red;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    /* font-family: Montserrat; */
    width: 18px;
    height: 18px;
    padding: 1px;
    border-radius: 100%;
}
.info {
    font-size: 25px;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }

    #smallBrand {
        display: block;
    }
}

.accountCard {
    display: flex;
    justify-content: stretch;
}

.accountDp {
    width: 40%;
}

.accountPageTitle h4 {
    font-weight: bold;
}

.cc-title {
    font-family: "Rubik", sans-serif;
}
.cc-number {
    font-family: "Jost", sans-serif;
}
.cc-cardholder {
    font-weight: 500;
    font-family: "Heebo", sans-serif;
}
.cc-currency {
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
.cc-desc {
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    font-size: x-small;
    color: #9fa8af;
}
.cc-date {
    font-family: "Roboto Mono", monospace;
    font-size: smaller;
}

.currency-valid {
    color: rgb(14, 214, 148) !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.currency-danger {
    color: #ff6667;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.currency-primary {
    color: var(--primary);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

img {
    pointer-events: none !important;
}

.custom-card {
    position: relative;
    display: block;
    min-width: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: #eeeeee 1px 1px 5px 2px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
    width: 100%;
}
.custom-card .custom-card {
    margin: 5px;
}
.custom-card > div:nth-child(2) {
    margin-top: 30px;
}
.custom-card > .custom-card-header {
    margin-left: -16px;
    border-left: solid #0551e1 3.5px;
    padding-left: 16px;
}
.custom-card-header > .custom-card-title {
    font-weight: bold;

    background: -webkit-linear-gradient(left, #0551e1, #21384a 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Montserrat", sans-serif;
}
.custom-card-extended {
    margin-top: 0 !important;
}
.custom-card-extended > .custom-card-title {
    font-weight: bold;

    background: -webkit-linear-gradient(left, #0551e1, #21384a 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Montserrat", sans-serif;
}
.custom-card-header > .custom-card-desc {
    color: #9fa8af;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: smaller;
}
.custom-card-extended > .custom-card-desc {
    color: #9fa8af;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: smaller;
}
.custom-card table thead {
    background: #e6eefb;
    border: 0;
}
.custom-card table th {
    border: 0;
    font-size: x-small;
    font-weight: 500;
    text-transform: uppercase;
    color: #9ca9b7;
    font-family: "Rubik", sans-serif;
    margin-bottom: 5px;
}
.custom-card table td {
    font-size: small;
    font-weight: 400;
    color: #9ca9b7;
    font-family: "Rubik", sans-serif;
}

#pre-loader {
    background-color: rgba(4, 1, 20, 0.95);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

@media (min-width: 992px) {
    .custom-wrapper {
        background-size: cover !important;
    }
}

.custom-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/signinbg.jpg");
    background-attachment: fixed;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.custom-wrapper .custom-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    padding: 30px;
    margin-bottom: 70px;
}
.custom-wrapper .custom-logo a img {
    /* width: 50%; */
}

.custom-signin-footer {
    min-height: 200px;
    background: white;
    margin-top: 30px;
    padding: 20px;
}
.foot-icon {
    font-size: 25px;
    color: #999999;
    margin: 10px 0;
}
.social-icon {
    font-size: 25px;
}
.chase-custom-social {
    background: #ffffff;
    margin: 30px 0;
    padding-top: 25px;
}
.chase-footer-side {
    color: #363537;
}
.chase-footer-side h2 {
    font-size: medium;
}
.chase-footer-side .content p {
    font-size: small;
}
.chase-footer-side .content p strong {
    font-size: 11.5px;
}
.chase-footer-side .content p a {
    color: #186bc5;
    text-decoration: underline;
}
.chase-footer-side a {
    color: #186bc5;
    font-size: small;
    margin-right: 5px;
    text-decoration: underline;
}
.chase-footer-text p {
    font-size: small;
    text-align: center;
    color: #75797d;
}
.chase-footer-text p a {
    color: #186bc5;
    text-decoration: underline;
}
.news-container {
    background: #f3f0e9;
    padding-bottom: 30px;
    padding-top: 30px;
}
.news-header {
    font-family: montserrat;
    font-size: 40px;
}
.news-text {
    font-family: montserrat;
    font-size: large;
}
.custom-header-fiexd {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
}
.wrapper-class {
    padding-top: 80px;
}
.custom-header-fiexd .custom-logo div {
    width: 100%;
    /* background: red; */
}
.custom-header-fiexd .custom-logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    padding: 16px;
    margin-bottom: 70px;
}
.forsmalllogo {
    width: 30px;
    height: 30px;
}
.head-icon {
    font-size: 25px;
    color: #fff;
}
.head-btn {
    background: #0b6efd;
    border: solid white 1px;
}
.custom-header-fiexd .custom-logo.scrolled {
    background: rgba(13, 87, 206, 0.88) !important;
    /* transition: background-color 200ms linear; */
}

.chase-hero {
    min-height: 360px;
    background-image: url(../img/hero1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10px;
    overflow: hidden;
}
.cta-wrapper * {
    color: #ffffff;
}

@media (min-width: 768px) {
    .cta-wrapper h6 {
        font-size: 30px !important;
        font-family: montserrat;
        font-weight: bold;
    }
}

.cta-wrapper h6 {
    font-size: 20px;
    font-family: montserrat;
    font-weight: bold;
}

.rr {
    font-family: "Open Sans", sans-serif;
    color: #363537;
}
.rrp {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #363537;
}
