.InputSliderTenure {
    -webkit-appearance: none;
    height: 2px;
	background: blue;
	border-radius: 100px;
	/* background-image: linear-gradient(blue, #FFF); */
	background-repeat: no-repeat;
}

.Custom_tenure_header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 37px;
}

.Custom_tenure_header_content {
    padding-top: 10px;
    color: var(--text-text-2, #666);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.Close_icon {
    height: 48px;
    width: 48px;
    padding-top: -10px;
    cursor: pointer;
    margin-right: -16px;
}

.Chart_container {
    height: 100px;
}

.Subtract_icon {
    width: 32px;
    height: 32px;
    margin-right: 14px;
    cursor: pointer;
}

.Addition_icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.Tenure_display {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 28px;
}

.Tenure_display_title {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.Tenure_value_modify_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.Tenure_value {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.64px;
}

.Tenure_partition_line {
    background: #E3E3E3;
    height: 1px;
    margin-bottom: 28px;
}

.Tenure_graph {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 37px;
}

.Custom_tenure_slider {
    /* width: 350px; */
    margin-bottom: 27px;
    height: 2px;
    margin-top: -30px;
    z-index: 1;
    margin-left: 0;
    padding-left: 0;
}


.Graph_container {
    width: 100%;
    height: 100%;
}

@media (min-width : 768px) {

    .Custom_tenure_slider {
        width: 100%;
    }
}