/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2026 | 14:56:10 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 04 2024 | 12:47:14 */
.my-contracts-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .my-contracts-table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .my-contracts-table thead {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .my-contracts-table tbody, .my-contracts-table tr, .my-contracts-table td {
    display: block;
    width: 100%;
  }
}
.my-contracts-table th, .my-contracts-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #EEE;
}
@media screen and (max-width: 767px) {
  .my-contracts-table tr {
    margin: 0 0 12px 0;
    border: 1px solid #EEE;
    border-radius: 12px;
    padding: 10px 12px;
  }
}
@media screen and (max-width: 767px) {
  .my-contracts-table tr.is-collapsed td:not(.cell-contract) {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .my-contracts-table tr.is-expanded td {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .my-contracts-table tr.is-expanded .contract-toggle__chev {
    transform: rotate(180deg);
  }
}
.my-contracts-table tr.termine {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .my-contracts-table td {
    display: flex;
    border: 0;
    padding: 4px 0;
    gap: 10px;
    justify-content: space-between;
  }
  .my-contracts-table td:before {
    flex: 1;
    content: attr(data-label);
    font-weight: 600;
    opacity: 0.75;
  }
}
.my-contracts-table .contract-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .my-contracts-table .contract-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    text-align: left;
    min-height: 18px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .my-contracts-table .contract-toggle__chev {
    transition: transform 0.2s ease;
    transition: transform 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .my-contracts-table .contract-number {
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .my-contracts-table .contract-number_desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .my-contracts-table .contract-dates {
    font-size: 13px;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .my-contracts-table .cell-contract:before {
    display: none;
  }
}
