.fit_content{
    width: fit-content;
}

.width_30{
    width: 30px;
}

.width_50{
    width: 50px;
}

.width_95{
    width: 95px;
}

.width_300{
    width: 300px;
}

.font_20{
    font-size: 20px;
}

.bottom_min_30{
    bottom: -13px !important;
}

.font_60{
    font-size: 60px;
}

.width_top_50_16{
    width: 50px; top: 16px;
}

.index_99{
    z-index: 99 !important;
}

.left_index_bottom{
    text-align: left; 
    z-index: 99; 
    bottom: 90px;
}

.mobile_left_index_bottom{
    text-align: left; 
    z-index: 999; bottom: 
    80px;
}

.cooky_policy{
    z-index: 999999; 
    height: auto !important;
}

.abso_right_10{
    position: absolute; 
    right: 10px;
}

.text_under{
    text-decoration: underline;
}

.font_30_red_cursor{
    font-size: 30px; 
    color: #FF004D; 
    cursor: pointer;
}

.abso_top_10{
    position: absolute; 
    top: 10px;
}

.font_20_height_58{
    font-size: 20px; 
    height: 58px;
}

.hr_gray{
    color: #eeeeee !important;
}

.gray_text{
    color: #999999 !important;
}