.bg-estrategia {
    background: #0e2238;
}

.pd-login {
    padding: 50px;
}

.icon-dashboard {
    font-size: 2rem;
}

#salesChart {
    background-color: #fff;
    border-radius: 10px;
}

#salesUnifieChart {
    background-color: #fff;
    border-radius: 10px;
}

#receiptsUnifieChart {
    background-color: #fff;
    border-radius: 10px;
}
.chartWhite {
    background-color: #fff;
    border-radius: 10px;
}

#salesPieChart {
    /* max-width: 400px;
    max-height: 400px; */
    background-color: #fff;
    border-radius: 10px;
}

#receiptsChart{
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}
#receiptsChart{
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}

#salesReceiptsChart{
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}

.d-flex-pagination {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.btn-actions {
    padding: 3px 5px;
    border-radius: 7px;
    margin-right: 7px;
}

.btn-delete {
    padding: 3px 1px;
    border-radius: 7px;
    margin-right: 7px;
    background: red;
}

.btn-delete>form>button {
    background: none;
    border: none;
    color: #ffff;
}

.bg-Cancelada,
.bg-Cancelado {
    background: #ff00003b;

}

.bg-Pendente {
    background: #ff9800b3;

}

.mr-3 {
    margin-right: 1%;
}

.line-text-danger>td {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.ck-editor__editable_inline {
    min-height: 150px;
    line-height: 1.5;
    word-break: break-word;
}

.ck-content p {
    line-height: 1.2;
    margin-bottom: 0;
}
.ck-content p > br {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: normal !important;
    content: "" !important;
}

.bg-created {
    background-color: #81c784;

}

.bg-updated {
    background-color: #ffc107;

}

.bg-deleted {
    background-color: #ef5350;

}

.thead-light-sub {
    background-color: #90CAF9;
}

.thead-light-sub>tr>th {
    color: #000;
}

.thead-success {
    background-color: #81c784;
}

.thead-success>tr>th {
    color: #fff;
}

.bg-success-secondary {
    background-color: #009688;
}

.bg-danger-secondary {
    background-color: #880E4F ;
}

.bg-info-secondary {
    background-color: #2196F3 ;
}

.btn-ponto {
    padding: 30px 70px;
    font-size: 30px;
    border-radius: 0;
    border: 2px solid #f1f5f7;
}

.hit-point{
    background: #ccc !important;
    color: #000  !important;
}

.bg-Entrada{
    background: #31cf80;
    color: #fff;
}

.bg-Pausa{
    background: #ebcf4f;
    color: #fff;

}

.bg-Retorno{
    background: #2dadcf;
    color: #fff;

}

.bg-Saída{
    background: #d82c5b;
    color: #fff;

}

.time-punch-form{
    text-align: center;
    font-size: 1.2rem;
    color: #d82c5b;
    font-weight: 600;
}

.header-entrada{
    background: #31cf80;
    color: #fff;}

.header-pausa{
    background: #ebcf4f;
    color: #fff;
}

.header-retorno{
    background: #2dadcf;
    color: #fff;
}

.header-saída{
    background: #d82c5b;
    color: #fff;
}

.btn-entrada{
    background: #31cf80;
    border-color: #31cf80;
    color: #fff;}

.btn-pausa{
    background: #ebcf4f;
    border-color: #ebcf4f;
    color: #fff;
}

.btn-retorno{
    background: #2dadcf;
    border-color: #2dadcf;
    color: #fff;
}

.btn-saída{
    background: #d82c5b;
    border-color: #d82c5b;
    color: #fff;
}
