.card-op-azulClaro,
.card-op-azulEscuro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0px !important;
    min-height: 120px;
    padding: 1rem;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px !important;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    height: auto; /*/ /* Permite crescimento automático com conteúdo */
    min-height: 135.99px !important;
    box-shadow: none !important;
}

.card-op-azulClaro {
    background-color: #679ed6;
    color: white;
}

    .card-op-azulClaro:hover {
        background-color: #252539;
        color: #ffffff;
    }

.card-op-azulEscuro {
    background-color: #7e8ca7;
    color: #0a2354;
}

    .card-op-azulEscuro:hover {
        background-color: #6f7e9a;
        color: #0a2354;
    }

.card-op-generico {
    height: auto !important;
}

.receitaOPDetails {
    border-radius: 25%;
    width: 20px;
    height: 20px;
    background-color: white;
    display: inline-block;
}

.card-op {
    margin-bottom: 20px;
    border-radius: 14px;
    font-weight: bold;
    transition: 0.5s;
    height: 150px;
    box-shadow: 3px 2px 9px #888888;
}

.dropdown-card-right {
    left: 200px;
    right: 0;
    top: 30px;
    border-radius: 10px;
}

.card-opKanban {
    margin-bottom: 15px;
    padding: 0; 
    transition: 0.5s;
    border-radius: 14px;
}

.card-op-azulClaro .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .card-op-azulClaro .row > [class*="col"] {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.op-card {
    height: 170px !important;
    width: 214px !important;
}