@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.investment-container {
    background-color: #141414;
    padding: 20px 5px;
}

/* Headings */
.header-ahi .pre-heading {
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 600;
}

.header-ahi .heading {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.25;
}

.header-ahi .description {
    font-size: 20px;
    text-align: center;
}

.header-ahi .description p,
.stepper-primary-description-ahi p,
.stepper-secondary-description-ahi p{
    color: #CED4DA !important;
    display: inline !important;
}

/* Form */
.filter-form-ahi {
    background-color: #222;
}

/* Tabs */

.stepper-ahi .stepper-items-ahi {
    border: 2px dashed #999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.stepper-items-ahi h5 {
    font-weight: 600;
    color: #fff;
    height: 46px;
}

.stepper-ahi input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.stepper-ahi .pix-levels .pix-leveles-dot-div {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 10;
    display: block;
    width: 100%;
    margin-top: -39px;
    margin-left: -15px;
}

.stepper-ahi .pix-levels .pix-levels-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition-base)
}

.stepper-ahi .pix-levels .pix-levels-dot-inner {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px
}

.stepper-ahi .pix-levels .pix-levels-step:hover .pix-levels-dot {
    transform: scale(1.25)
}

.stepper-ahi .pix-levels .pix-levels-step .progress-ahi {
    position: relative;
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
    width: 100% !important;
    right: 50%;
}

.stepper-ahi .pix-levels .pix-levels-step:first-child .progress-ahi {
    width: 0% !important;
}

.stepper-ahi-button {
    background-color: #FFFFFF0D;
    display: flex;
    align-items: center;
    border: 0;
    font-weight: 600;
    font-size: 1.125rem;
}

.stepper-ahi-button.next {
    float: right;
}

.stepper-ahi-button:focus {
    outline: none;
}

.stepper-ahi .pix-levels .bg-gradient-primary {
    background-attachment: scroll !important
}

.stepper-items-ahi .step-ahi {
    width: 20%;
}


/* Content */
.stepper-panel-ahi .stepper-content-container-ahi {
    display: none;
}

.stepper-content-ahi {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    border: 2px dashed #999;
    border-radius: 10px;
    gap: 10px;
    color: #fff;
}

.stepper-content-ahi .media-body {
    flex-direction: column;
}


.stepper-content-ahi .media-body .heading {
    color: #fff;
    font-weight: 600;
}

.stepper-content-ahi .media-body .subheading{
    font-weight: 600;
}

.stepper-content-ahi .text-orange {
    color: #ff8c61 !important;
}


.info-box-ahi{
    border-left: 1px solid #dee2e6;
}

.info-box-ahi:first-child {
    border-left: 0 !important;
}

.info-box-ahi h5,
.info-box-ahi h6{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
}

.info-box-ahi h5{
    font-size: 1.6rem;
}

.info-box-ahi h6{
    font-size: 14px;
}

.info-box-ahi.border-start:nth-child(1) {
    border-left: 0 !important;
}

.info-box-ahi p {
    color: inherit;
}

.charjs {
    padding-bottom: 20px;
}

.investment-chart {
    width: 100px;
    height: 100px;
    position: relative;
}

.apexcharts-tooltip.apexcharts-theme-light{
    color: #000;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.bg-inactive-ahi{
    background-color: #333;
}

@media (max-width: 768px) {    
    .header-ahi .heading {
        font-size: 40px;
        font-weight: 600;
        line-height: 1.25;
    }
    
    .header-ahi .description {
        font-size: 16px;
        text-align: center;
    }
    
    
    .stepper-content-ahi .circle-chart {
        width: 100%;
        margin-bottom: 20px;
    }

    .charjs{
        padding-bottom: 0;
    }

    .info-box-ahi{
        border: 0;
        padding: 10px;
    }

    .info-box-ahi h5{
        font-size: 1.25rem;
    }

}