body {
    background:#020940;
}
.container_1640 {
    width: 100%;
    max-width: 1640px;
}
.landing_header {
    background: url('../images/header-bg.png');
    width: 100%;
    min-width: 1880px;
    min-height: 1092px;
    background-size: contain;
    background-repeat: no-repeat;

}
.logo_img {
    width: 100%;
    max-width: 252px;
    height: 252px;
    margin-top: 100px;
}
.logo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_title {
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 87px;
    text-align: center;
    text-transform: capitalize;
    background: linear-gradient(91.04deg, #FFFFFF 0%, #C8FAFF 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 4px 15px rgba(70, 70, 70, 0.25);
}
.btn_box {
    width: 100%;
    max-width: 500px;
}
.frame_btn {
    width: 100%;
    max-width: 214px;
    height: 55px;
    background: linear-gradient(93.2deg, #96FEF8 -4.2%, #8AC4FF 113.06%);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    text-transform: capitalize;
    color: #2E2E2E
}
.light_btn {
    background: rgba(255, 255, 255, 0.9);
    color: #646464;
}
.container_img {
    width: 100%;
    max-width: 926px;
    height: 540px;
}
.container_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info_box {
    width: 100%;
    max-width: 694px;
}
.page_ttitle {
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.page_text {
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    text-transform: capitalize;
    color: #E4E4E4;
}
/* popover */
.popover_title {
    width: auto;
    height: 40px;
    background: linear-gradient(93.2deg, rgba(150, 254, 248, 0.4) -4.2%, rgba(138, 196, 255, 0.4) 113.06%);
    border-radius: 50px;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    text-transform: capitalize;
    color: #E4E4E4;
}
.popover_wrapper {
    position: relative;
    margin-top: 1.5rem;
    display: inline-block;
  }
  .popover_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translate(0, 10px);
    background-color: #020940;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    width: 610px;
    top: 12px;
    left: 91%;
    border-radius: 10px;
}
  .popover_content:before {
    position: absolute;
    z-index: -1;
    content: "";
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: transparent #020940 transparent transparent;
    transition-duration: 0.3s;
    transition-property: transform;
    left: -36px;
    top: 10px;
  }
  .popover_wrapper:hover .popover_content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  }
  .margin_top {
    margin: 160px 0;
  }
  /* footer */
  .landing_footer {
    background: url('../images/footer_bg_img.png');
    width: 100%;
    min-width: 1880px;

    /* min-height: 1500px; */
    background-size: cover;
    background-repeat: no-repeat;
  }
.horizontal_margin {
    margin: 0 120px;
}
.bottom_footer {
    border-top:1px solid #FFFFFF;;
}
/* chart */
.header_title {
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 87px;
    text-align: center;
    text-transform: capitalize;
    color: #e8a202;;
}
.black_text {
    color: #000000;
}
.red_text {
    color: rgb(183, 10, 10);
}
.green_text {
    color: rgb(10, 111, 10);
}
.chart_body {
    background: transparent;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
.table_section {
    width: 100%;
    max-width: 1000px;
}
.table_section table th {
    background: rgb(255, 210, 7);
}


/* month picker */

.client-fee {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    max-width: 500px;
    justify-content: space-between;
}
.client-fee label {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.client-fee input.asset-modal-input {
    max-width: 175px;
    border-radius: 5px;
    border: 1px solid #e8a202;
    box-sizing: border-box;
}
