body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    background-color: #f6f4f1;
    font-family: "onest", sans-serif;
}
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-thumb {
    background-color: #968864;
    border-radius: 4px;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}
.table-resp {
    scrollbar-color: #968864 #fff;
    scrollbar-width: thin;
}

.method1 li {
    position: relative;
    padding: 10px;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(180deg, #968864, #000000) border-box;
    border: 0.5px solid transparent;
    border-radius: 8px;
}
.invisible-table thead {
    background-color: #968864;
    color: white;
    font-weight: 500;
    font-size: 18px;
    border-radius: 12px !important;
    line-height: 30px;
    border: solid 1px #968864;
}
.table-resp {
    height: 620px !important;
    overflow: auto;
    width: 100% !important;
}
.invisible-table {
    border-radius: 12px !important;
    display: block;
    width: 99% !important;
    table-layout: fixed;
}
.invisible-table tr,
.invisible-table thead th {
    border-bottom: solid 1px #08090a26;
    text-align: left;
}
.invisible-table td,
.invisible-table thead th {
    padding: 12px 12px;
    border-right: solid 1px #08090a26;
    width: 20%;
}
.invisible-table td:last-child,
.invisible-table thead th:last-child {
    padding: 12px 12px;
    border-right: none;
    width: 160px;
}
.line-vertical,
.copiar_column:hover {
    background-color: #96886433;
}
.copiar_column {
    width: 100% !important;
    cursor: pointer;
    text-align: center;
    align-items: center;
}
.logo {
    width: 150px !important;
}