.container{
    width: 89%;
    height: 80%;
    background-color: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    border-radius: 20px;
    box-shadow:
    2.1px 1.2px 5px rgba(0, 0, 0, 0.021),
    5.4px 3.1px 12.7px rgba(0, 0, 0, 0.035),
    11px 6.4px 25.9px rgba(0, 0, 0, 0.048),
    22.6px 13.1px 53.3px rgba(0, 0, 0, 0.066),
    62px 36px 146px rgba(0, 0, 0, 0.1);
    padding: 3%;
}

.logo{
    width: 130px;
}


.item-stripe{
    width: 99%;
    height: 47px;
    background-color:#ebebeb;
    margin-bottom: 5px;
    border-radius: 10px;
    font-family: InterR;
    font-size: 13px;
}

.item-stripe:nth-child(odd){
    background-color: #c1ecfa;
}

.item-number{
    width: 5%;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
}

.item-name{
    width: 47%;
    height: 50px;
    float: left;
    line-height: 50px;
    font-family: InterB;

}

.item-client{
    height: 20px;
    width: 30%;
    float: left;
}

.item-client-name{
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-top: 2px;
}

.item-client-status{
    font-size: .8rem;
}

.item-client-status .fa{
    color: #1a6194;
}

.item-datetime{
    width: 18%;
    height: 50px;
    /* background-color: red; */
    float: left;
}


.item-date{
    width: 90%;
    height: 28px;
    line-height: 28px;
    margin-top: 2px;
    text-align: right;
    padding-right: 10px;
}

.item-time{
    font-size: .8rem;
    text-align: right;
    padding-right: 13px;
}


.item-car{
    width: 24.7%;
    height: 11vh;
    border-right: 1px solid rgb(119, 119, 119);
    float: left;
    display: inline;
}

.item-car:last-child{
    border: 0;
}

.item-car table{
    width: 95%;
    height: 10vh;
    color: #fff;
    font-family: InterR;
    text-align: center;
    margin-left: 10px;
    font-size: 13px;
}

.item-car table span{
    font-size: 10px;
    color: #d9ebf7;
}

.item-car tr:nth-child(1) td:nth-child(1){
    color: #ffe600;
}

.item-car table tr:nth-child(1) td:nth-child(1){
    text-align: left;
    font-family: InterB;

}

.item-car table tr:nth-child(1) td:nth-child(2){
    text-align: right;
}

.item-car table tr:nth-child(2) td{
    font-size: 13px;
    color: #53f1f7;

}


.item-car table tr:nth-child(2) td .fa{
    color: red;
}


/* Personal Schedule Media  */

