﻿/* Setup */
@font-face {
    font-family: "Protogrotesk-regular";
    src: url(../Assets/protogrotesk-regular.otf) format('opentype');
}

@font-face {
    font-family: "Protogrotesk-light";
    src: url(../Assets/protogrotesk-light.otf) format('opentype');
}

@font-face {
    font-family: "DINPro-Bold";
    src: url(../Assets/DINPro-Bold.woff2) format('woff2');
}

@font-face {
    font-family: "DIN Pro";
    src: url(../Assets/DINPro.woff2) format('woff2');
}

@font-face {
    font-family: "DINPro-Light";
    src: url(../Assets/DINPro-Light.woff2) format('woff2');
}

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-family: "DIN Pro"; /* , trebuchet, sans-serif */
}
/* Header */
header {
    border-radius: 25px;
    background-color: #ffffff;
    display: flex;
    width: 95%; /*1500px;*/
}

@media (min-width: 1280px) {
    .xl\:max-w-\[1500px\] {
        max-width: 1500px;
    }
}

form {
    width:100%;
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
}

.rounded-full {
    border-radius: 9999px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Header end*/
body {
    min-height: 100vh;
    min-width: 100vw;
    background-color: #f1f1f1;
    overflow-x: hidden;
}

#page-container {
    min-height: 100vh;
    min-width: 100vw;
    width: 500px;
    background-color: #f1f1f1;
    position: relative;
}


#content-wrapper {
    padding-bottom: 155px;
    max-width: 1500px;
}

@media (min-width: 576px) {

    #content-wrapper {
        padding-bottom: 200px;
        max-width: 1500px;
    }
}

@media (min-width: 992px) {

    #content-wrapper {
        padding-bottom: 250px;
        max-width: 1500px;
    }
}

@media (min-width: 1400px) {

    #content-wrapper {
        padding-bottom: 200px; /*400px*/
        max-width: 1500px;
    }
}



/* Nav */
.navbar {
    display: flex;
    width: 100%;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    padding-right: 64px;
    padding-left: 64px;
}


.logo {
    color: #000;
    font-family: "DIN Pro";
    font-size: calc(16px + 1.5625vw);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.6px;
    text-decoration: none;
}


@media (min-width: 353px) {
    .logo {
        letter-spacing: normal;
    }

    .navbar {
        padding-right: 24px;
        padding-left: 24px;
    }
}

/* search banner*/

#search-banner {
    width: 100%; /*1500px;*/ /* 100vw; */
    background-color: white; /* #000099; */
    border-radius: 25px;
    color: blue; /*white;*/
    padding: calc(24px + 1.5625vw);
    margin-bottom: calc(32px + 1.5625vw);
    position: relative;
}

.search-content {
    text-align: center;
    display: flex;
    justify-content: left;
    flex-direction: column;
    align-items: start;
}

    .search-content h2 {
        text-transform: uppercase;
        font-size: calc(4px + 1.5625vw);
        font-family: 'DIN Pro';
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3.6px;
        margin-bottom: calc(8px + 1.5625vw);
        width: 90%;
        color: #171717;
    }

.filter-panel {
    display: flex;
    padding-top: 40px;
    padding-bottom: 25px;
    text-align: left;
}

.infoPanel {
    white-space: nowrap;
    display: flex;
    width: 100%;
}

.no-file-found {
    padding-top: 20px;
    padding-left: 50px;
}

/* search banner stepper */
.line {
    flex: 1;
    height: 3px;
    background-color: #00A5C0;
}

.label-line {
    flex: 1;
    height: 3px;
    background-color: transparent;
    margin: 0 20px
}




/* Buttons  */
.outline-secondary-button {
    background-color: white;
    color: black;
    border: 1px solid #000;
    padding: 8px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
}


.secondary-button {
    background-color: #245ca6;
    color: white;
    padding: 70px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    height: 5px;
    scale: 1.1;
}

@media (min-width: 576px) {
    .secondary-button {
        background-color: #245ca6;
        color: white;
        padding: 8px 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        border: none;
        height: 40px;
        scale: none;
    }
}

.primary-button {
    background-color: #245ca6;
    color: white;
    padding: 8px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
}

.icon {
    margin-right: 10px;
    font-size: 18px;
}


/* Page content */
.relative {
    position: relative;
}

.rectangle {
    border: 1px solid #ccc;
    padding: calc(70px + 1.5625vw) 0 0;
    position: relative;
}

.title {
    /* background-color: #000099; */
    font-family: 'DIN Pro';
    text-transform: uppercase;
    color: black; /* white*/
    padding: 5px 10px;
    position: absolute;
    font-size: 1.2em;
    top: 6%;
    left: 10%; /* was 4%*/
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
}

@media (min-width: 576px) {
    .title {
        /*background-color: #000099;*/
        /*background-image: linear-gradient(90deg, #245ca6, #00a5c0);*/
        border-radius: 10px;
        font-family: 'DIN Pro';
        text-transform: uppercase;
        color: black; /* white*/
        padding: 5px 10px;
        position: absolute;
        font-size: 1.2em;
        top: 6%;
        left: 2%; /* was 4%*/
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2.4px;
    }
}

.radio-group {
    display: flex;
    justify-content: center;
}

/* width: 350px;  added below and width: 45%; removed*/

.radio-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background-image: linear-gradient(90deg, #245ca6, #00a5c0);
    /* background-color: #F5F5F5; */
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.30);
    /* border-radius: 2%; */
    border-radius: 10px;
    padding: calc(1px + 1vw) calc(8px + 1.5625vw);
    margin: 0 30px 30px 20px; /* 30px */
    padding-left: 30px;
    width: 350px;
}

    .radio-container:hover {
        background-image: none;
        background-color: #00a5c0;
    }

    .radio-container p {
        color: #000;
        font-family: 'DINPro-Light'; /* 'Protogrotesk-light'; */
        letter-spacing: 1.6px;
        font-size: 1.8em;
    }

    .radio-container label,
    .distribution-container label {
        font-family: 'DIN Pro';
        font-weight: 700;
        font-size: 0.9em;
        letter-spacing: 1.6px;
        letter-spacing: 2px;
        text-decoration: underline #245ca6 4px;
    }


@media (min-width: 576px) {
    .radio-container {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        /* background-color: #F5F5F5; */
        background-image: linear-gradient(90deg, #245ca6, #00a5c0);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.30);
        /* border-radius: 2%; */
        border-radius: 10px;
        padding: calc(10px + 1vw) calc(8px + 1.5625vw);
        margin: 50px;
    }

        .radio-container:hover {
            background-image: none;
            background-color: #00a5c0;
        }
}


.distribution-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background-color: #F5F5F5;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.30);
    border-radius: 2%;
    padding: calc(50px + 1.5625vw) calc(8px + 1.5625vw); /*padding: calc(10px + 1.5625vw) calc(8px + 1.5625vw);*/
    margin: 70px 30px 30px 30px;
    padding-left: 30px;
    margin-left: 15px;
    width: 92%;
}


@media (min-width: 576px) {
    .distribution-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        background-color: #F5F5F5;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.30);
        border-radius: 2%;
        padding: calc(10px + 1.5625vw) calc(8px + 1.5625vw); /*padding: calc(50px + 1.5625vw) calc(8px + 1.5625vw);*/
        margin: 0 30px 30px 30px;
        padding-left: 30px;
        margin-left: 30px;
        width: 93%;
    }
}

.distribution-dropdown {
    font-family: 'DINPro-Light'; /* 'Protogrotesk-light'; */
    border: 0.5px solid #5f5c5c;
    border-radius: 5px;
}

.market-title {
    /*background-color: #000099;*/
    /* background-image: linear-gradient(90deg, #245ca6, #00a5c0); */
    border-radius: 10px;
    font-family: 'DIN Pro';
    text-transform: uppercase;
    color: black; /* white */
    padding: 5px 10px;
    position: absolute;
    font-size: 1.2em;
    top: 10%;
    left: 12%;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    width: 280px;
}

@media (min-width: 576px) {
    .market-title {
        /* background-color: #000099; */
        font-family: 'DIN Pro';
        text-transform: uppercase;
        color: black; /* white */
        padding: 5px 10px;
        position: absolute;
        font-size: 1.2em;
        top: 10%;
        left: 2%;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2.4px;
        width: auto;
    }
}

/* was margin: 0 20px 30px 0; */
@media (min-width: 768px) {
    .radio-container {
        margin: 0 75px 30px 0;
    }
}

@media (min-width: 1400px) {
    .radio-container {
        margin: 0 30px 30px 0;
    }
}


.access-library-container {
    width: 100%;
    padding-bottom: inherit;
}

/* Legal disclaimer modal */

div.legal-disclaimer-modal {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    div.legal-disclaimer-modal {
        max-width: 65%;
    }
}

h5.modal-title {
    font-family: 'DIN Pro';
    letter-spacing: 1.6px;
    letter-spacing: 2px;
    text-decoration: underline #245ca6 4px;
}

div.modal-body {
    font-family: 'DIN Pro-Light'; /* 'Protogrotesk-light'; */
    background-color: #F5F5F5;
    border-radius: 10px;
    margin: 3%;
}

.modal-buttons {
    display: flex;
    gap: 8%;
}

div.modal-footer {
    flex-direction: column;
}


/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    background-color: #245ca6;
    width: 100vw;
    max-height: 500px;
    padding: calc(8px + 1.5625vw);
    padding-bottom: 20px;
}

.footer-content-container {
    display: table;
    border-spacing: calc(8px + 1.5625vw) 0;
    width: 100%;
    gap: calc(12px + 1.5625vw);
    justify-content: center;
    align-items: center;
}

#image-logo {
    width: 150px;
    height: 80px;
}

@media (min-width: 576px) {
    /* Footer */
    .footer {
        position: absolute;
        bottom: 0;
        background-color: #245ca6;
        width: 100vw;
        max-height: fit-content;
        padding: calc(8px + 1.5625vw);
    }

    .footer-content-container {
        display: table;
        border-spacing: calc(8px + 1.5625vw) 0;
        width: 100%;
        gap: calc(12px + 1.5625vw);
        justify-content: center;
        align-items: center;
    }

    img {
        width: 150px;
        height: 80px;
    }

    .logoimg {
        width: 283px;
        height: 48px;
    }
}

@media screen and (max-width: 480px) {
    img {
        width: 40%;
    }
}

.justify-center Specificity: (0,1,0) {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.footer-content {
    display: table-cell;
    padding: calc(4px + 1vw) calc(6px + 1vw);
    gap: 12px;
    background-color: white;
}


    .footer-content div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(6px + 1.5625vw);
    }

    .footer-content h3 {
        font-family: 'DIN Pro';
        font-size: 1.2vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 4.8px;
        text-decoration: underline #245ca6 3px;
        margin-bottom: 24px;
    }

    .footer-content p {
        font-family: 'DINPro-Light'; /* 'Protogrotesk-light'; */
        font-size: 1.8vw;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.6px;
    }


.footer-content {
    display: table-cell;
    padding: calc(4px + 1vw) calc(6px + 1vw);
    gap: 12px;
    background-color: white;
}


    .footer-content div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(6px + 1.5625vw);
    }

    .footer-content h3 {
        font-family: 'DIN Pro';
        font-size: 2.5vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 4.8px;
        text-decoration: underline #245ca6 3px;
        margin-bottom: 24px;
    }

    .footer-content p {
        font-family: 'DINPro-Light'; /* 'Protogrotesk-light'; */
        font-size: 1.8vw;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.6px;
    }


.footer-content {
    display: table-cell;
    padding: calc(4px + 1vw) calc(6px + 1vw);
    gap: 12px;
    background-color: white;
}

@media (min-width: 576px) {
    .footer-content div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(6px + 1.5625vw);
    }

    .footer-content h3 {
        font-family: 'DIN Pro';
        font-size: 1.2vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 4.8px;
        text-decoration: underline #245ca6 3px;
        margin-bottom: 24px;
    }

    .footer-content p {
        font-family: 'DINPro-Light'; /* 'Protogrotesk-light'; */
        font-size: 0.8vw;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.6px;
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 98%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

@media (min-width: 576px) {
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: .3rem;
        outline: 0;
    }
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #F9FE4C;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -14px;
    display: none;
}


.loading-button {
    position: relative;
    pointer-events: none;
    height: 3rem;
}

    .loading-button .loading-spinner {
        display: block;
    }

#loading {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px;
    left: auto;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
}

.circular-button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    color: black;
    cursor: pointer;
    font-size: 20px
}

input.loading {
    background: url(../Assets/img/Ajax-loader.gif) no-repeat right center;
}

.row-height-50px {
    height: 50px;
}

.col-font-bold {
    font-weight: bold;
}

.heigth-100px {
    height: 100px;
    width: 100%;
    clear: both;
}

.pad-top-20px{
    padding-top: 20px;
}

.margin-l-30px{
    margin-left: 30px;
}

.margin-l-5px{
    margin-left: 5px;
}

.loading-div {
    padding-left: 20px;
    padding-top: 5px;
    display: none;
}

.hv-30 {
    width: 30px;
    height: 30px;
}

.fle-container {
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    width: 400px;
    height: 400px;
}

.fundinfo {
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 30px;
    color: black;
    width: 75%;
}