.card_button_title {
    float: right;
}


@media only screen and (max-width: 500px) {
    .card_button_title {
        float: left;
        margin-top: 5px;

    }
}

@media only screen and (max-width: 1024px) {
    .table_process {
        margin: 0 auto;
        width: 100%;
    }
}
/*   background-color: #D9CBA3; */
.select2-selection {
    border: none !important;
}

.select2-selection__rendered {
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #3D2B1F !important;
    background-color: #F5F0E6 !important;
    background-clip: padding-box !important;
    border: 1px solid #59260b !important;
    border-radius: 0.35rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
}

.select2-selection__arrow {
    top: 5px !important;
}

.select2-dropdown {
    background-color: #F5F0E6 !important;
    border: 1px solid #59260b !important;
    border-top: none !important;
}

.select2-search__field {
    background: #F0E4CA;
}

.table thead th {
    background-color: #433022;
    color: #F5F0E6;
}

table tr:nth-child(even) {
    background-color: #F0E7D4;
}

table tr:nth-child(odd) {
    background-color: #f0e4ca;
}


.table td,
.table th {
    padding-right: 0;
}

.table td {
    padding: .25rem;
    font-size: 14px;
    vertical-align: middle;
}

.table_resultfim td,
th {
    padding: .87rem !important;
}

.table_result td,
th {
    padding: 1.1rem !important;
}

.table th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 5px !important;
    font-size: 15px;
}

.table_process td,
.table th {
    padding-right: 0;
}

.table_process {
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.table_process td {
    border-style: solid;
    border-width: 0.5px;
    overflow: hidden;
    word-break: normal;
    padding: .25rem;
    font-size: 14px;
}

.table_process th {
    border-style: solid;
    border-width: 0.5px;
    font-weight: normal;
    overflow: hidden;
    word-break: normal;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 5px !important;
    font-size: 15px;
}

.table_process .tg-7btt {
    border-color: inherit;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.table_process .tg-c3ow {
    border-color: inherit;
    text-align: center;
    vertical-align: top;
}

.table_process .tg-0pky {
    border-color: inherit;
    text-align: justify !important;
    vertical-align: top;
}

.table_process .tg-i5lt {
    background-color: #b02121;
    border-color: inherit;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.table_process .tg-c3ow {
    border-color: inherit;
    text-align: center;
    vertical-align: top;
}

.table_process .tg-qewn {
    background-color: #ffff00;
    border-color: inherit;
    color: #cb0000;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.table_process .tg-7btt {
    border-color: inherit;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.table_process .tg-qi4s {
    background-color: #ffff00;
    border-color: inherit;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.table_process .tg-ev4w {
    background-color: #40ff00;
    border-color: inherit;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.table_process .tg-0pky {
    border-color: inherit;
    text-align: left;
    vertical-align: top;
}

.table_process .tg-fymr {
    border-color: inherit;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.card-title {
    color: #2F4F4F;
    font-weight: bold;
}

.container-fluid {
    background-color: #F5F0E6;
}

.history-transactions {
    color: #3D2B1F;
    margin-left: 5px;
    font-size: 0.8rem;
}

.history-transactions:hover {
    color: #6B8E23;
}