.captionText{
    text-transform: none;
    margin-bottom: 0px;
}

.MyCaptionText{
    font-size: 15px;
    font-weight: 800;
}

.timeElementText{
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 2px 0 2px 7px;
    font-size: 12px;
}

.logisticMainContent{
    background-color: rgba(80, 90, 120, 0.3);;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0 10px;
    gap: 10px;
}

.logisticElement{
    width: 100%;
    display: flex;
    border-radius: 3px;
    padding: 10px 0px 20px 0;
}

.timesetting, 
.orderInformations, 
.planeOrder, 
.planeByTable{
    background-color: white;
}


.AllPlaneContent{
    position: relative;
    display: flex;
    width: 100%;
}

.planeAllOrder{
    display: flex;
    background-color: white;
    padding: 40px;
}

/*table style*/

.tableX {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(80, 90, 120, 0.1);;
    width: 100%;
    background: none;
}

.rowX{
    display: flex;
    border:none;
    justify-content: space-between;
}

.hour-cell{
    border-left: 1px solid rgba(80, 90, 120, 0.1);;
    justify-content: space-between;
    width: 12.5%;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    color: rgba(80, 90, 120, 0.6);;
}

.split-cell{
    display: flex;
    width: 12.5%;
}

.quarter-cell{
    width: 25%;
    border-left: 1px solid rgba(80, 90, 120, 0.1);
    border-top: 1px solid rgba(80, 90, 120, 0.1);
}

.talons{
    display: flex;
    flex-direction: column;
    position: absolute;
    background: none;
    border: none;
    width: 100%;
    top:16px;
    gap: 2.5px;
}

.mixerSchedule{
    position: relative;
    top: 1px;
    width: 100%;
    height: 21px;
    display: flex;
    background:none;
    padding-left: 0.6px;
}

.rr{
    display: flex;
    height: 100%;
}

.ttext{
    color: rgba(209, 209, 209, 0.7);
    font-size: 15px;
    font-weight: 600;
}
