body {
    margin: 0;
    padding: 0;
}

.bg_white {
    background-color: #ffffff;
}

.bg_soft_blue {
    background-color: #f5f7fb;
}

.input_main {
    position: relative;
    width: 100%;
    height: 48px;
}

    .input_main .input_text {
        width: 100%;
        height: 100%;
        text-align: right;
        padding-right: 16px;
        border: none;
    }

        .input_main .input_text:focus {
            border: none;
            outline: none;
        }

    .input_main .input_label {
        position: absolute;
        bottom: 13px;
        line-height: 22px;
        left: 16px;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background-color: white;
        max-width: 95%;
        pointer-events: none;
    }

.rate_main {
    width: 100%;
    height: 100%;
}

.rate_content {
    width: 100%;
    border: none;
    background-color: #ffc107;
    margin: 30px 0px 0px 0px;
}

.rate_main input:focus {
    outline: none;
}

.rate_main .rate_title {
    position: absolute;
    color: white;
    left: 5px;
    top: 5px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.rate_under_line {
    height: 3px;
    background-color: blueviolet;
    transform: scale(0);
    transition: all 0.3s ease-out;
}

.rate_main input:focus ~ .rate_under_line {
    transform: scale(1);
    transition: all 0.3s ease-in;
}

.rate_main input:focus ~ label {
    color: blueviolet;
    font-size: 15px;
    transition: all 0.3s ease;
}

.hide_info {
    display: none;
}

.chart_main {
    width: 100%;
    height: 500px;
}

.fire_table {
}

[type='range'] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
}

.stock_range::-webkit-slider-runnable-track {
    height: 2px;
    background: #fee4e4;
}

.stock_range::-webkit-slider-container {
    height: 20px;
    overflow: hidden;
}

.stock_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f24e1e;
    border: 1px solid transparent;
    margin-top: -8px;
    border-image: linear-gradient(#f24e1e, #f24e1e) 0 fill / 6 15 6 5 / 0px 0px 0 2000px;
}

.bonds_range::-webkit-slider-runnable-track {
    height: 2px;
    background: #fdf7ff;
}

.bonds_range::-webkit-slider-container {
    height: 20px;
    overflow: hidden;
}

.bonds_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #951ef2;
    border: 1px solid transparent;
    margin-top: -8px;
    border-image: linear-gradient(#951ef2, #951ef2) 0 fill / 6 15 6 5 / 0px 0px 0 2000px;
}

.cash_range::-webkit-slider-runnable-track {
    height: 2px;
    background: #fef9ef;
}

.cash_range::-webkit-slider-container {
    height: 20px;
    overflow: hidden;
}

.cash_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffa723;
    border: 1px solid transparent;
    margin-top: -8px;
    border-image: linear-gradient(#ffa723, #ffa723) 0 fill / 6 15 6 5 / 0px 0px 0 2000px;
}

.other_range::-webkit-slider-runnable-track {
    height: 2px;
    background: #f7f9ff;
}

.other_range::-webkit-slider-container {
    height: 20px;
    overflow: hidden;
}

.other_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #3e62ff;
    border: 1px solid transparent;
    margin-top: -8px;
    border-image: linear-gradient(#3e62ff, #3e62ff) 0 fill / 6 15 6 5 / 0px 0px 0 2000px;
}

.horizontal_margin_16 {
    margin-left: 16px;
    margin-right: 16px;
}

.allocation_main {
    background-color: white;
    border-radius: 8px;
    padding: 15px 16px;
    box-shadow: 0px 0px 4px 2px #cecccc;
}

.allocation_container {
    width: 90px;
    padding: 8px 12px;
    border-radius: 4px;
}

.no_style_input {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

    .no_style_input:focus {
        border: none;
        outline: none;
    }

.under_line {
    height: 1px;
    background-color: #3e62ff;
    margin: 0px 5px;
}

.percent_title {
    color: #666666;
}

.col_under_line {
    background-color: rgba(0, 0, 0, 0.12);
    height: 1px;
}

.result_card {
    border: none;
    background-color: white;
    border-radius: 8px;
    padding: 25px 0px;
}

.circle_container {
    position: relative;
}

.circle_item {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #f5f7fb;
    position: absolute;
}

.result_info_container {
    padding: 0px 20px;
}

.line_dash {
    margin-top: 9px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left,transparent 0%,transparent 50%,rgba(193,57,57,0.2) 50%,rgba(193,57,57,0.2) 100%);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.faq-question-item {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #495057;
}

.faq-question-answer {
    font-size: 14px;
}

.brand-title {
    font-weight: bold;
    color: #495057;
}
