@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');

body {
    background: #E8E9FE;
    font-family: 'Montserrat';
    font-style: normal;
}

.gradientStripe {
    width: 100%;
    height: 10px;
    background: linear-gradient(269.98deg, #7828F6 45.23%, #4800B9 54.96%);
}
.container {
    background: #F2F2FE;
    border-radius: 25px 0px 25px 25px;
    margin-top: 2rem;
    padding: 0;
}

.header {
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #7E3AEC 0%, #7318FF 100%);
    border-radius: 25px 0px;
    padding-bottom: 1rem;
}

.header .logoSection {
    margin: 40px 0 0 40px;
}

.header .logoSection .cssLogo {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.header .slogan {
    color: #DBFF00;
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 1rem;
}

.header .logoSection .slogan span {
    font-weight: 800;
}

.header .formWrapper {
    border-radius: 18px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 1rem;
}

.header .formWrapper .loanStylePeriod {
    background: #FFFFFF;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    color: #2A006A;
    font-weight: 800;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
}

.header .formWrapper .loanStyleValue {
    background: #FFFFFF;
    color: #2A006A;
    font-weight: 800;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
}

.header .formWrapper .loanStyleSubmit {
    background: #f2f2f2;
    background: linear-gradient(180deg, #D2D2D2 0%, #FFFFFF 100%);
    border: 1px solid #F0F0F0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    box-sizing: border-box;
    color: #2A006A !important;
    mix-blend-mode: normal;
    font-size: 16px;
    font-weight: 800;
    line-height: 17px;
    text-align: center;
}

.header .formWrapper .loanStyleSubmit:active {
    background: #f2f2f2;
    background: linear-gradient(270deg, #D2D2D2 0%, #FFFFFF 100%);
    border: 1px solid #F0F0F0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    mix-blend-mode: normal;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    transition: background .8s;
}

.header .formWrapper ::placeholder {
    color: #2A006A !important;
    opacity: 1;
    /* Firefox */
}

.header .formWrapper :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2A006A !important;
}

.header .formWrapper ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2A006A !important;
}

.header .slidecontainer {
    width: 100%;
    margin-top: 15px;
}

.header .slidecontainer span {
    color: #DBFF00;
    width: 19%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px 0 10px;
}

.header .slider {
    background: #751EFC;
    border-radius: 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    width: 80%;
    height: 10px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.header .slider:hover {
    opacity: 1;
}

.header .slider::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 25px;
    background: linear-gradient(180deg, #D2D2D2 0%, #FFFFFF 100%);
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
}

.header .slider::-moz-range-thumb {
    width: 15px;
    height: 25px;
    background: #D2D2D2;
    border-radius: 5px;
    cursor: pointer;
}


.content-wrapper {
    padding-bottom: 1rem;
}

.content-wrapper #loading-image {
    display: none;
}

.content-wrapper .item {
    background: #ffffff;
    margin: 1.5rem;
}

.content-wrapper .item .card {
    border: none;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 16px 16px 0 rgba(0, 0, 0, 0.05);
}

.content-wrapper .item .card .card-body {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.content-wrapper .item .card .card-body .bankLogo {
    max-width: 200px;
}

.content-wrapper .item .card-header {
    background: rgb(242, 242, 242);
    background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-bottom: 1px solid #f2f2f2;
}

.content-wrapper .item .card-header .right {
    display: block;
    text-align: right;
}

.content-wrapper .item .card-footer {
    background: rgb(242, 242, 242);
    background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-top: 1px solid #f2f2f2;
    text-align: right;
}


@media (max-width: 575px) {

    .gradientStripe {
        display: none;
    }

    .container {
        border-radius: 0;
        margin-top: 0;
    }

    .header {
        border-radius: 0;
    }

    .header .logoSection {
        margin: 25px 0 0 5px;
    }

    .header .logoSection .slogan {
        border-bottom: 1px solid #751EFC;
        padding-bottom: 1rem;
    }

    .item .card-header {
        text-align: left;
    }

    .content-wrapper .item .card-header .right,
    .content-wrapper .item .card-footer .right {
        display: block;
        text-align: left;
        margin-top: 5px;
    }

    .content-wrapper .item .card .card-body .bankLogo {
        margin-bottom: 1.1rem;
    }

    .content-wrapper .item .card .card-body ul {
        padding-left: 1.1rem;
    }

}