.sec-table{
  z-index: 1;
  overflow: initial;
}
.sec-table .switch-outer{
  margin-bottom: 2rem;
}
.table-responsive{
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
}
.table{
  width: 100%;
  border-collapse: collapse;
}
.table thead {
  position: sticky;
  top: 11.3rem;
}
.table.sticky thead{
  background: var(--white);
  z-index: 2;
  box-shadow: 0px 20px 15px -15px #00000040, 0px -20px 15px -15px #00000030;
}
.table th{
  border: 1px solid;
  border-left: 0;
  border-right: 0;
  border-color: var(--light-gold) !important;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  padding: 1.6rem 0.8rem !important;
  font-weight: 500 !important;
  color: var(--gold);
  text-align: left !important;
  outline: none !important;
}
.dt-column-header {
  flex-direction: row !important;
}
table.dataTable thead>tr>th div.dt-column-header:has(:not(.dt-column-order)){
  gap: 0;
}
.dt-column-order::before,
.dt-column-order::after{
  content: "" !important;
  width: 0.9rem;
  height: 0.7rem;
  opacity: 1 !important;
  background-size: cover;
  background-position: center;
}
.dt-column-order::before{
  background-image: url(../images/sort-up.png);
}
.dt-column-order::after{
  background-image: url(../images/sort-down.png);
}
.dt-ordering-asc .dt-column-order::before,
.dt-ordering-asc .dt-column-order::after{
  filter: brightness(0);
  opacity: 0.8 !important;
}
.table tbody tr{
  cursor: pointer;
}
.table-row:hover{
  box-shadow: 0px 20px 15px -15px #00000040, 0px -20px 15px -15px #00000030; 
}
.table td{
  padding: 1.15rem 0.8rem !important;
  border: 1px solid;
  border-left: 0;
  border-right: 0;
  border-color: var(--light-gold) !important;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--dark-black);
}
.table td:last-child{
  padding-right: 1rem;
}
.table-price{
  width: 100%;
  max-width: 18.1rem;
  min-height: 10.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.table-price ins{
  position: relative;
  z-index: 1;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1px 1.5rem 0;
  border: 1px solid var(--light-gold);
  background: var(--white);
  height: 3.2rem;
  font-weight: 600;
  border-radius: 1rem 0 1rem 0;
}
.table-price ins
.table-price del{
  font-weight: 1.4rem;
  line-height: 1.66rem;
  letter-spacing: 0.56px;
}
.table-price del{
  font-weight: 500;
  color: var(--dark-gold);
}
.table-price sup {
  line-height: 1;
  font-size: 0.9rem;
  margin-top: -0.7rem;
}
.table-price-text{
  background: #F4F4F4;
  border-radius: 0 0 1rem 0;
  padding: 0.7rem 1.5rem 1.45rem;
}
.table-price ins + .table-price-text{
  margin-top: -1rem;
  padding-top: 1.7rem;
}
.table-price-text p{
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.24px;
  font-weight: normal;
  color: #121212;
}
.table-price-text .btn-modal{
  margin-top: 1rem;
}
.table-price-text .btn-modal:first-child{
  margin-top: 0.75rem;
}
.table-badge{
  position: relative;
  margin: 0;
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
}
.table-badge::before{
  position: absolute;
  content: "";
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.table-badge.green{
  color: #3E9D0B;
}
.table-badge.green::before{
  background: #3E9D0B;
}
.table-badge.red{
  color: #E90808;
}
.table-badge.red::before{
  background: #E90808;
}
.table-btn{
  margin-left: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  border-radius: 1rem 0 1rem 0;
}
a.table-btn:hover,
button.table-btn:hover{
  background: var(--gold);
}
a.table-btn:hover img,
button.table-btn:hover img{
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}
a.table-btn:hover{
  color: var(--white);
}
div.dt-container div.dt-layout-row{
  margin-top: 4.2rem;
  margin-bottom: 0;
  justify-content: flex-start;
}
div.dt-container .dt-layout-row.dt-layout-table{
  margin-top: 0;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  margin-right: 0;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end{
  margin-left: 1.6rem;
  justify-content: flex-start;
}
.dt-length label{
  display: none;
}
.dt-paging nav {
  display: flex;
  align-items: center;
}
.dt-paging-button {
  height: 3.2rem !important;
  width: 3.2rem !important;
  background: transparent !important;
  border: 1px solid var(--light-gold) !important;
  color: #0C1B31 !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 !important;
  margin: 0 0.4rem !important;
  box-shadow: none !important;
  border-radius: 2px !important;
}
div.dt-container .dt-paging .dt-paging-button:hover,
div.dt-container .dt-paging .dt-paging-button.current, 
div.dt-container .dt-paging .dt-paging-button.current:hover{
  border-color: var(--gold) !important;
  background: var(--gold) !important;
  color: var(--white) !important;
}
div.dt-container .dt-paging .ellipsis {
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.25);
}
.dt-paging-button.previous,
.dt-paging-button.next{
  font-size: 0 !important;
  padding: 0;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dt-paging-button.previous::after,
.dt-paging-button.next::after{
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-size: cover;
  background-position: center;
}
.dt-paging-button.previous::after{
  background-image: url(../images/icon-pagiantion-left.png);
}
.dt-paging-button.next::after{
  background-image: url(../images/icon-pagiantion-right.png);
}
.dt-paging-button.previous:hover::after,
.dt-paging-button.next:hover::after{
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}
.dt-paging-button.disabled{
  pointer-events:none;
}
.dt-paging-button.disabled::after{
  -webkit-filter: brightness(0) invert(83%) sepia(16%) saturate(575%) hue-rotate(342deg) brightness(92%) contrast(90%);
  filter: brightness(0) invert(83%) sepia(16%) saturate(575%) hue-rotate(342deg) brightness(92%) contrast(90%);
}
.dt-length .select2-container {
  width: 10rem !important;
}
.dt-paging {
  display:none;
}
.dt-length .select2-selection--single{
  border-color: var(--light-gold);
  border-radius: 0.2rem;
  height: 3.2rem;
}
.dt-length .select2-selection--single .select2-selection__rendered {
  color: var(--dark-black);
  line-height: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 1.2rem;
}
.dt-length .select2-selection--single .select2-selection__arrow {
    height: 3rem;
    top: 1.2rem;
    right: 1rem;
    width: 1.1rem;
    height: 0.8rem;
    background-image: url(../images/icon-select-down.png);
    background-size: cover;
    background-position: center;
}
.dt-length .select2-selection--single .select2-selection__arrow b{
  display: none;
}
.custom-scroll {
  position: fixed;
  height: 0.6rem;
  background: #EEEEEE;
  border-radius: 10rem;
  display: block;
  bottom: 1.6rem;
  width: calc(100% - 3rem);
  max-width: 69rem;
  margin: 0 auto;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  display: none;
}
.scroll-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--light-gold);
  border-radius: 10rem;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.scroll-thumb.dragging {
  cursor: grabbing;
}
.no-select {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.custom-scroll.hidden {
  display: none;
}
@media(min-width:1200px) and (max-width:1215.98px){
  div.dt-container div.dt-layout-row {
    margin-top: 3.2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  div.dt-container div.dt-layout-row {
    margin-top: 3.2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .dt-layout-table{
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    padding-bottom: 1.5rem;
  }
  .dt-layout-table::-webkit-scrollbar {
    height: 0.6rem;
    background-color: #EEEEEE;
  }
  .dt-layout-table::-webkit-scrollbar-track:horizontal {
    background: #EEEEEE;
  }
  .dt-layout-table::-webkit-scrollbar-thumb:horizontal {
    background: var(--light-gold);
    border-radius: 2rem;
  }
  .dt-layout-table::-webkit-scrollbar-thumb:horizontal:hover {
    background: var(--gold);
  }
  .table{
    min-width: 119rem;
  }
  .table thead {
    position: relative;
    top: 0;
    box-shadow: none !important;
  }
  div.dt-container div.dt-layout-row {
    margin-top: 3.2rem;
  }
  .custom-scroll.show{
    display: block;
  }
}
@media(max-width:767.98px){
  .sec-table .switch-outer {
    margin-bottom: 1.1rem;
  }
  .dt-layout-table{
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    padding-bottom: 1.5rem;
  }
  .dt-layout-table::-webkit-scrollbar {
    height: 0.6rem;
    background-color: #EEEEEE;
  }
  .dt-layout-table::-webkit-scrollbar-track:horizontal {
    background: #EEEEEE;
  }
  .dt-layout-table::-webkit-scrollbar-thumb:horizontal {
    background: var(--light-gold);
    border-radius: 2rem;
  }
  .dt-layout-table::-webkit-scrollbar-thumb:horizontal:hover {
    background: var(--gold);
  }
  .table{
    min-width: 119rem;
  }
  .table thead {
    position: relative;
    top: 0;
    box-shadow: none !important;
  }
  .table th {
    padding: 0.85rem 0.8rem !important;
  }
  .table th .dt-column-header{
    gap: 0.4rem !important;
  }
  div.dt-container div.dt-layout-row {
    margin-top: 1.5rem;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: flex;
  }
  .custom-scroll {
    max-width: 51rem;
  }
  .custom-scroll.show{
    display: block;
  }
}