.table {
    border: 2px solid <?= $casa ?>;
    border-radius: 2px;
}

.table th {
    background-color: #1FA438;
    color: #fff;
}

.botoes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn,
tx-casa {
    border: 3px solid #009543;
    border-radius: 10px;
    color: #009543;
    font-weight: bold;
}

.selectBtn {
    display: flex;
    align-items: flex-end;
}

select {
    min-width: 100px;
}

.colm {
    display: flex;
    flex-direction: column;
}

.exportsBtn {
    padding-top: 50px;
}

span {
    color: #1FA438;
    font-weight: bold;
    font-size: 15px;
}

.form-control {
    border: 2px solid #ccc;
    border-radius: 3px;
    margin: 0 !important;
}

p {
    padding: 0;
    margin: 0 !important;
}

.accordion {
    margin-top: 100px;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    ;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-item {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 5px !important;
    padding: 2px;
}

.btn-default {
    background-color: #009543;
    color: #fff;
    border-radius: 3px;
    padding: 6px 15px;
}

.btn-outline-default {
    border-color: #009543;
    border-radius: 3px;
}

input {
    color: #ccc;
}

.slc-ano {
    min-width: 90px;
    padding: 12px 8px;
    border: 2px solid #c0c0c0;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.header-acc{
    display: flex;
    color: #009543;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.btn:hover{
    border: 3px solid #1FA438;
    color: #1fa438;
}

#spanSizeList{
    color: #000 ;
    font-weight: normal;
    display: block;
    width: auto;
}
#limit-select{
    min-width: 90px;
    padding: 12px 8px;
    border: 2px solid #c0c0c0;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}