.table-instalation__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 120rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4rem;
margin: 0 auto;
}
.table-instalation__content-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1.6rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.table-instalation__content div.dt-container {
width: 100%;
max-width: 120rem;
}
.table-instalation__content table.dataTable thead tr th[data-dt-column="0"] {
border-radius: 1rem 0 0 0;
}
.table-instalation__content table.dataTable thead tr th[data-dt-column="7"] {
border-radius: 0 1rem 0 0;
}
.table-instalation__content table.dataTable thead tr th {
padding: 0.75rem 1rem;
text-align: start;
border: 1px solid var(--SVE-Blue-Blue-10, #eef0fe);
background: var(--SVE-Blue-Blue-10, #eef0fe);
}
.table-instalation__content table.dataTable thead tr th span {
color: var(--SVE-Blue-Blue-70, #071f5a);
font-family: "Geist";
font-size: 1.6rem;
font-style: normal;
font-weight: 500;
line-height: 1.5;
}
.table-instalation__content table.dataTable tbody tr:last-child td:first-child {
border-radius: 0 0 0 1rem;
}
.table-instalation__content table.dataTable tbody tr:last-child td:last-child {
border-radius: 0 0 1rem 0;
}
.table-instalation__content table.dataTable tbody tr td {
padding: 1.2rem 1.6rem;
text-align: start;
border: 1px solid var(--SVE-Blue-Blue-10, #eef0fe);
background: var(--SVE-white, #fff);
color: var(--SVE-Blue-Blue-70, #071f5a);
font-family: "Geist";
font-size: 1.6rem;
font-style: normal;
font-weight: 300;
line-height: 1.5;
}
.table-instalation__content table.dataTable tbody tr td.sorting_1 {
-webkit-box-shadow: none;
box-shadow: none;
}
.table-instalation__content table.dataTable tbody tr:nth-child(odd) .sorting_1,
.table-instalation__content table.dataTable tbody tr:nth-child(odd) * {
-webkit-box-shadow: none;
box-shadow: none;
}
.table-instalation__content .dt-layout-row .dt-info {
color: var(--SVE-Blue-Blue-70, #071f5a);
font-family: "Geist";
font-size: 1.6rem;
font-style: normal;
font-weight: 300;
line-height: 1.5;
}
.table-instalation__content .dt-search label,
.table-instalation__content .dt-length label {
color: var(--SVE-Blue-Blue-70, #071f5a);
font-family: "Geist";
font-size: 1.6rem;
font-style: normal;
font-weight: 300;
line-height: 1.5;
}
.table-instalation__content .dt-search .dt-input,
.table-instalation__content .dt-length .dt-input {
border-radius: 1rem;
background: var(--SVE-white, #fff);
border: 1px solid var(--SVE-Blue-Blue-10, #eef0fe);
}
.table-instalation__content .dt-search #dt-search-0,
.table-instalation__content .dt-length #dt-search-0 {
width: 100%;
max-width: 24rem;
}
.table-instalation__content .dt-paging-button {
color: var(--SVE-Blue-Blue-70, #071f5a);
}
.table-instalation__content .dt-paging-button:hover {
background: var(--SVE-Blue-Blue-70, #071f5a) !important;
border-radius: 1rem !important;
color: var(--SVE-white, #fff);
}
.table-instalation__content .dt-paging-button.current {
border-radius: 1rem !important;
border: 1px solid var(--SVE-Blue-Blue-10, #eef0fe) !important;
background: var(--SVE-Blue-Blue-10, #eef0fe) !important;
font-family: "Geist";
font-size: 1.2rem;
font-style: normal;
font-weight: 300;
line-height: 1.5;
}
.table-instalation__content .dt-paging-button.current:hover {
color: var(--SVE-Blue-Blue-70, #071f5a) !important;
}
.table-instalation__content .dt-paging-button.first, .table-instalation__content .dt-paging-button.previous, .table-instalation__content .dt-paging-button.next, .table-instalation__content .dt-paging-button.last,
.table-instalation__content .dt-paging-button button {
color: var(--SVE-Blue-Blue-70, #071f5a) !important;
font-family: "Geist";
font-size: 1.2rem;
font-style: normal;
font-weight: 300;
line-height: 1.5;
}
.table-instalation__content .dt-paging-button.first:hover, .table-instalation__content .dt-paging-button.previous:hover, .table-instalation__content .dt-paging-button.next:hover, .table-instalation__content .dt-paging-button.last:hover,
.table-instalation__content .dt-paging-button button:hover {
color: var(--SVE-white, #fff) !important;
}
.table-instalation__content .dt-paging-button.disabled {
display: none !important;
}
@media screen and (max-width: 1000px) {
.table-instalation__content .dt-layout-table {
overflow: scroll;
}
}