.coolSchedulingWindowContainer{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:1%;
}

.coolSchedulingTable{
    width:79%;
}

.coolSchedulingListContainer{
    width:20%;
}

.coolSchedulingListContainer h4{
    font-size:18px;
    font-weight: bold;
    margin-bottom:25px;
}

.coolSchedulingListSearchContainer{
    margin-bottom:20px;
}

.coolSchedulingList{
    overflow-y: auto;
    height:calc(100% - 50px);
}

.coolSchedulingList .oneItem{
    padding:5px 10px;
    border:1px solid #BBB;
    border-radius:5px;
    margin-bottom:10px;
    font-size:12px;
    background-color:#EEE;
    cursor: pointer;
}