/* assets/src/styles/small-screens.scss */
:root {
  --smatx-color-brand: #f84014;
  --smatx-dark-color: #232323;
  --smatx-gray-color: #475467;
  --smatx-gray-medium-color: #eaecf0;
  --smatx-gray-light-color: #f9f9f9;
  --smatx-border-color: #e2e8f0;
  --smatx-badge-gray-color: #475467;
  --smatx-badge-gray-bg: #f9fafb;
  --smatx-badge-orange-color: #cc7900;
  --smatx-badge-orange-bg: #fff5e6;
  --smatx-badge-green-color: #079455;
  --smatx-bagde-green-bg: #dcfae6;
  --smatx-badge-red-color: #b42318;
  --smatx-badge-red-bg: #fef3f2;
  --smatx-badge-blue-color: #026aa2;
  --smatx-badge-blue-bg: #eff8ff;
  --smatx-required-color: #f04438;
  --smatx-invalid-color: #de473c;
  --smatx-invalid-outline: rgba(222, 71, 60, 0.1);
  --smatx-loading-dark-color: #00233d;
  --smatx-loading-light-color: #dddde7;
  --smatx-field-bg: #f5f5f5;
  --smatx-switch-off: #f5f5f5;
  --smatx-switch-on: #f84014;
  --smatx-gradient:
    linear-gradient(
      
      -45deg,
      rgba(33, 117, 155, 0.1),
      rgba(255, 255, 255, 0.1),
      rgba(248, 64, 21, 0.1),
      rgba(255, 255, 255, 0.1) );
}
.smatx-d-small-screens {
  display: initial !important;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table {
  border: 0 !important;
  margin-top: 1rem;
  font-size: 1rem;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table caption,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table caption {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr {
  position: relative;
  border-bottom: 1px solid var(--smatx-border-color);
  overflow: hidden;
  padding: 0.75rem 0;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr:first-child,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr:first-child {
  border-top: 1px solid var(--smatx-border-color);
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr th,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr th {
  display: none;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td {
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 0 3.5rem 0.25rem 0 !important;
  text-align: left !important;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-name,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-name {
  display: flex;
  flex-direction: column;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-name .smatx-course-id,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-name .smatx-course-id {
  order: 1;
  margin-bottom: 0.25rem;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-name .smatx-course-name,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-name .smatx-course-name {
  font-weight: 600;
  order: 2;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td:before,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td:before {
  content: "";
  display: none;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-licenses,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-licenses {
  padding-bottom: 0.5rem !important;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-licenses:before,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-licenses:before {
  content: attr(data-title);
  font-weight: 400;
  display: inline-block;
  margin-right: 0.5rem;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-dates,
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-status,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-course-dates,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-status {
  display: inline-block;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-status,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-status {
  float: left;
  padding-right: 1rem !important;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-actions,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td.smatx-inscriptions-table__cell-actions {
  float: right;
  margin-left: 1rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0 !important;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td .smatx-inscription-actions,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td .smatx-inscription-actions {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table tr td .smatx-inscription-actions a.smatx-action-icon-button svg,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table tr td .smatx-inscription-actions a.smatx-action-icon-button svg {
  width: 24px;
  height: 24px;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table {
  margin-top: 0;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td {
  padding-right: 0 !important;
  text-align: right !important;
  box-sizing: border-box;
  grid-column: 2;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td:nth-child(3),
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td:nth-child(3) {
  grid-row: 1;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td:before,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td:before {
  content: attr(data-title);
  display: inline-block;
  margin-right: 0.5rem;
  text-align: right !important;
  float: none;
  font-weight: 500;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-fullname,
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-user_email,
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-status,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-fullname,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-user_email,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-status {
  text-align: left !important;
  grid-column: 1;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-fullname:before,
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-user_email:before,
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-status:before,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-fullname:before,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-user_email:before,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-status:before {
  content: "";
  display: none;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-fullname,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-fullname {
  font-weight: 600;
}
.woocommerce table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-status,
.woocommerce-js table.shop_table_responsive.smatx-inscriptions-table.smatx-child-inscriptions-table tr td.smatx-inscriptions-table__cell-status {
  margin-top: 0.25rem;
}
body.woocommerce-account table.smatx-manage-inscriptions-table thead {
  display: none;
}
body.woocommerce-account table.smatx-manage-inscriptions-table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 0.75rem;
}
body.woocommerce-account table.smatx-manage-inscriptions-table tr:last-child {
  margin-bottom: 0.25rem;
}
body.woocommerce-account table.smatx-manage-inscriptions-table tr td {
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100% !important;
  box-sizing: border-box;
}
body.woocommerce-account table.smatx-manage-inscriptions-table tr td:nth-child(1) {
  grid-column: 1/-1;
}
body.woocommerce-account table.smatx-manage-inscriptions-table tr td:nth-child(n+2) {
  grid-column: auto;
}
body.woocommerce-account table.smatx-manage-inscriptions-table tr td .smatx-field-label {
  display: block;
  margin-bottom: 0.25rem;
}
body.woocommerce-account table.smatx-manage-inscriptions-table tr td.smatx-manage-inscriptions-table__cell-num {
  font-size: 1.25rem;
}
