@font-face {
    font-family: 'MyCustomFont';
    src: URL('TmoneyRoundWindRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyCustomFont1';
    src: URL('TmoneyRoundWindExtraBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.TAB1_LAYOUT_OUTSIDE{
    margin-top: 3vh ;
    margin-left: 1.5vw;
    width: 96.5%;
    height: 77vh;
    font-weight: bold;
    font-family: 'MyCustomFont';
    overflow-y: scroll;
    border: 2px solid transparent;
    border-radius: 25px;
    font-size: 16px;
    padding: 10px 20px;
}
.TAB1_LAYOUT_FILTERING{
    margin-top: 1vh ;
    width: 100%;
    height: 5vh;
    font-weight: bold;
}
.TAB1_GRAPHH{
    font-weight: bold;
    font-family: 'MyCustomFont';
}
.TAB1_ID_DROPDOWN{
    float: right;
    width: 6vw;
    margin-right: 2vw;
    font-size: 0.85vw;
    color:#000000;
    font-weight: bold;
    font-family: 'MyCustomFont';
}
.TAB1_DATE_PICKER{
    width: 6vw;
    float: right;
    margin-right: 2vw;
}
#tab1_id_dropdown .Select-placeholder{
    color: #757474;
}

/*Calendar-------------------------------------------*/
#tab1_date_picker .DateInput_1{
    width: 100%;
}
#tab1_date_picker .DateInput_input_1 {
    font-family: 'MyCustomFont1';
    text-align: center;
    display: flex;
    border: none;
    height: 3.6vh ;
    border-radius:5px;
    font-size: 0.8vw;
    font-weight: bold;
    color: #000000 ;
    background-color: #ffffff;
    padding: 0;
}
#tab1_date_picker .DateInput_input{
    font-family: 'MyCustomFont';
    text-align: center;
    display: flex;
    border: none;
    font-weight: bold;
    border-radius: 1px;
}

.Probability{
    height: 80vh;
    overflow: scroll;
}