.margim-custom {
    margin-top: 10px;
}

.color-custom {
    background-color: #DCF4E7;
}

.botoes-modelos {
    padding: 5px;
    margin: 10px;
    border-radius: 10px;

}

.border-cinza {
    border: 2px solid #ccc;
}

.col-base {
    background-color:#262F41 !important;
    writing-mode: vertical-lr;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
    max-width: 50px;
    color: #ccc;
    padding: 10px;
}

.col-base-1 {

    /* writing-mode: vertical-lr; */
    text-align: center;
    /* margin-right: 10px; */
    font-weight: bold;
    /* max-width: 50px; */
    color: #fff;
    padding: 10px;
    justify-content:space-evenly;
    background-color: #262F41 !important ;
}

.col-base-3 {

    /* writing-mode: vertical-lr; */
    text-align: center;
    /* margin-right: 10px; */
    font-weight: bold;
    /* max-width: 50px; */
    color: #fff;
    padding: 10px;
    justify-content:space-evenly;
    background-color: #7CC200 !important ;
}
.col-base-4 {

    /* writing-mode: vertical-lr; */
    text-align: center;
    /* margin-right: 10px; */
    font-weight: bold;
    /* max-width: 50px; */
    color:  #7CC200 !important;
    padding: 10px;
    justify-content:space-evenly;
    background-color:#262F41 !important;
}

.btn-round {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0px;
    /* border: 1px solid #fff; */
    text-align: center;
    padding: 0;
    /* font-size: 24px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #262F41 !important ;

}
