.cicleInfoClient{
    background-color: red;
    border-radius: 0 0 0 100%;
    height: 7px;
    width: 7px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.accordion-collapse{
    background-color: rgb(251, 251, 251) !important;
    border-radius: 0 0 9px 9px;
    box-shadow: 0 2px 3px #ccc;
    max-height: 0;
    opacity: 0; 
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    overflow: hidden; 
}

.order-list{
    position: relative;
}

.accordion-collapse.show {
    max-height: 100%; 
    opacity: 1;
}

.groupCard{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 68px;
}

.order-card:hover {
    transform: translateY(0px);       
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.order-card{
    background: rgb(255,255,255);
    box-shadow: 1px 2px 2px rgb(219, 221, 221);
    border: solid 1px rgb(219, 221, 221);
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-card-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}
.order-card-group-item-left{
    width: 100%;
}
/* lado esquerdo */
.order-card-group-item-left-group{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* .number-order, .number-order-son{
    font-size: 1.2rem !important;
    font-weight: 600 !important;
} */

.order-card-group-item-client{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.order-card-group-item-client div{
    padding: 2px;
}

.order-card-group-item-client div i{
    font-size: 1.2rem;
}

/* .order-card-group-item-client-father{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ccc;
} */

.groupOrder{
    border-bottom: solid 1px #ccc; 
}

/* .order-card-group-item-client-son{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    border-bottom: solid 1px #ccc;
} */

.number-order{
    font-size: 1.2rem;
    font-weight: 600 !important;
}

.btnStepSon{
    font-size: 0.9rem !important;
    padding: 7px !important;
    height: 30px !important;
}

/* lado direito */
.order-card-group-item-right{
    text-align: center;
    display: flex;
    width: 90px;
    margin-right: 7px;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 7px;
}

.containerInfoServicoICO{
    width: min-content;
}

.order-card-info-data-calendar-month{
    font-size: 1.1rem !important;
    background-color: rgb(240, 240, 240);
    box-shadow: 1px 1px 2px #ccc;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
}

.order-card-info-data-calendar-date{
    background-color: rgb(240, 240, 240);
    box-shadow: 1px 1px 2px #ccc;
    padding: 7px 0;
    border-radius: 0 0 5px 5px;
    margin-top: 3px;
}

.order-card-info-data-calendar-date > span{
    font-size: 1.7rem !important;
    font-weight: 600 !important;
}

.order-card-info-data-tempo{
    font-size: 0.8rem;
    margin-top: 3px;
    color: red;
}

.order-card-info-motorista{
    padding: 10px 0;
}

/* card title */

.order-list-title{
    background-color: rgb(144,224,239);
    position: absolute;
    top: -61px;
    left: -9%;
    padding: 7px 25px;
    border-right: solid 4px rgb(0,119,182);
}

/* colapse */
.accordion-body{
    padding: 7px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border-radius: 9px; */
}

.accordion-body-item{
    margin-top: 7px;
    border: dashed 1px #ccc;
}

.accordion-body-item > div{
    text-align: center;
    padding: 5px;
    background-color: rgb(255,255,255);
}

.accordion-body-item div span{
    font-weight: 400;
}

.accordion-body-item div table{
    border-top: dashed 1px #ccc;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}
.accordion-body-item div table tr td{
    padding: 5px;
}

.accordion-body-item div table th{
    font-style: italic;
    border-bottom: dashed 1px #ccc;;
}

.accordion-body-btn-action{
    width: 100%;
    text-align: center;
    align-items: center;
    margin-top: 7px;
}

.detailClient{
    padding: 5px;
    border: dashed 1px #ccc;
    display: flex;
    flex-direction: column;
}

.detailClient > div{
    margin-bottom: 10px;
}

.detailClient > div > p{
    margin-bottom: 0 !important;
}

.divObsClient{
    padding: 7px 0;
    border-radius: 3px;
    border: solid 1px #ccc;
    background-color: #fff;
}

.divObsClient > p{
    font-weight: 500 !important;
}

.textLeft{
    text-align: left;
}

#divPagination{
    width: 100%;
    padding: 5px;
    margin-top: 20px;
}

#paginationHome{
    width: 100%;
}

.paginationUL{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.btnPgane{
    padding: 10px;
    border: none;
    border: 1px solid rgb(0,119,182);
    background-color: #fff;
}

.btnPgane:hover{
    cursor: pointer;
    background-color: rgb(0,119,182);
    color: #fff;
}

.active{
    background-color: rgb(0,119,182);
    color: #fff;
}

/* tablet */
@media (min-width: 751px ) and (max-width: 1100px){
    .groupCard{
        grid-template-columns: 1fr 1fr;
    }
}


/* mobile */
@media (max-width: 750px) {

    #groupCardEncomenda{
        position: relative;
        top: 0;
    }

    .order-list{
        position: relative;
    }

    .groupCard{
        margin-top: 60px;
        grid-template-columns: 1fr;
        gap: 10px;
        font-weight: 300;
        font-size: 0.9rem;
        
    }
    
    .order-card:hover {
        transform: translateY(0px);       
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    }
    
    .order-card{
        background: rgb(255,255,255);
        box-shadow: 1px 2px 2px rgb(219, 221, 221);
        border: solid 1px rgb(219, 221, 221);
        padding: 10px;
    }

    .order-card-group{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 5px;
    }



    /* lado esquerdo */
    .order-card-group-item-left-group{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .number-order{
        font-size: 1.2rem;
        font-weight: 400;
    }
    
    .order-card-group-item-client{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .order-card-group-item-client div{
        padding: 2px;
    }

    .order-card-group-item-client div i{
        font-size: 1.2rem;
    }
    

/* lado direito */
    .order-card-group-item-right{
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-content: center;
        /* justify-content: space-between; */
        text-align: center;
        width: 90px;
        margin-right: 10px;
        padding-bottom: 7px;
    }

    .order-card-info-data-calendar-date{
        font-size: 1.7rem !important;
    }

    .order-card-info-data-calendar-month{
        font-size: 1rem !important;
    }

    .order-card-info-data-tempo{
        font-size: 0.8rem;
        margin-top: 3px;
        color: red;
        
    }

    .order-card-info-motorista{
        padding: 10px 0;
    }

    /* card title */

    .order-list-title{
        background-color: rgb(144,224,239);
        position: absolute;
        top: -51px;
        left: -3%;
        padding: 7px 20px;
        border-right: solid 4px rgb(0,119,182);
    }

    /* colapse */

    
    .accordion-body{
        padding: 7px; 
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* border-radius: 9px; */
    }

    .detailClient{
        padding: 5px;
        border: dashed 1px #ccc;
    }

    .accordion-body-item{
        margin-top: 7px;
        border: dashed 1px #ccc;
    }
    
    .accordion-body-item > div{
        text-align: center;
        padding: 5px;
        background-color: rgb(255,255,255);
    }

    .accordion-body-item div span{
        font-weight: 400;
    }

    .accordion-body-item div table{
        border-top: dashed 1px #ccc;
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }
    .accordion-body-item div table tr td{
        padding: 5px;
    }
    
    .accordion-body-item div table th{
        font-style: italic;
        border-bottom: dashed 1px #ccc;;
    }

    .accordion-body-btn-action{
        width: 100%;
        text-align: center;
        align-items: center;
        margin-top: 7px;
    }

    /* .accordion-body-btn-action button{
        border: none;
        padding: 7px 7px;
        border-radius: 5px;
        border: solid 1px rgb(0,99,99);
        background-color: rgb(255,255,255);
        color: rgb(0,99,99);
        font-size: 0.9rem !important;
    }

    .accordion-body-btn-action button:hover{
        cursor: pointer;
        background-color: rgb(0,99,99);
        color: rgb(255,255,255);
    } */

    .textLeft{
        text-align: left;
    }

  
}