/*
 Theme Name:   Composite Connect
 Theme URI:    https://compositeconnect.com.au/
 Description:  Use this child theme to extend Bricks.
 Author:       Liquid Communications
 Author URI:   https://liquidcommunications.com.au/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
body {
  min-height: 100vh;
  /* Styles for the popup */
  /* Overlay to darken the background */
}
body h1 span, body h2 span, body h3 span, body h4 span {
  color: #ba368e;
}
body h1.secondary, body h2.secondary, body h3.secondary, body h4.secondary {
  color: #ba368e;
}
body h2, body h3, body h4 {
  margin-bottom: 15px;
}
body hr {
  border-top-color: #222223;
}
body .page-header-container h1 {
  margin-bottom: 0;
}
body .dt-container .dt-length {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
}
body .dt-container .dt-length .dt-input {
  width: auto;
  min-width: 50px;
  padding: 5px 15px 5px 5px;
  line-height: 1em;
}
body .dt-container .dt-layout-row {
  font-size: 14px;
}
body .dt-container .dt-layout-table {
  margin-top: 10px;
  margin-bottom: 10px;
}
body .dt-container.dt-container .dt-layout-row:first-child {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px 30px;
  justify-content: space-between;
  align-items: center;
}
body .dt-container.dt-container .dt-layout-row:first-child > div {
  display: flex;
  width: 45%;
}
body .dt-container.dt-container .dt-layout-row:first-child .dt-search {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
body .dt-container.dt-container .dt-layout-row:first-child .dt-search .dt-input {
  font-size: 14px;
  line-height: 1em;
  text-align: left;
  padding: 10px 30px 10px 10px;
  border-radius: 0;
  border-color: #edebeb;
}
body .dt-container.dt-container .dt-layout-row:first-child .dt-start {
  justify-content: flex-end;
}
body .grid-2-col, body .grid-3-col {
  display: grid;
  gap: 20px;
}
body .grid-2-col.large-gap, body .grid-3-col.large-gap {
  gap: 40px;
}
body .grid-2-col.huge-gap, body .grid-3-col.huge-gap {
  gap: 80px;
}
body .grid-2-col {
  grid-template-columns: 1fr 1fr;
}
body .grid-3-col {
  grid-template-columns: 1fr 1fr 1fr;
}
body .flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .space-bottom {
  margin-bottom: 4rem !important;
}
body .space-top {
  margin-top: 4rem !important;
}
body .highlight-box {
  padding: 2rem;
  background: #e2dee9;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
body .boxed-item {
  padding: 2rem !important;
  background: #e2dee9;
}
body .attr-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .attr-list label {
  font-weight: 700;
  color: #222223;
}
body .attr-list span, body .attr-list p {
  color: #222223;
}
body .attr-list.horizontal {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: stretch;
  flex-wrap: wrap;
}
body .attr-list.space-items li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #9d9d9d;
}
body .attr-list.space-items li:last-child {
  margin-bottom: 0;
}
body #deal .deal-wrapper h4 {
  margin-bottom: 30px;
}
body #deal .deal-wrapper h4 a {
  font-size: 16px;
  color: #222223;
}
body #deal .deal-wrapper h4 a:hover {
  color: #ba368e;
}
body #deal .deal-wrapper > div {
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 4rem;
}
body #deal .deal-wrapper > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body #deal #files i {
  font-size: 2.4rem;
  color: #ba368e;
}
body #deal #deal-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body #deal #deal-details ul {
  display: flex;
  flex-direction: row;
  gap: 20px 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body #deal #deal-details ul li {
  display: flex;
  flex-direction: column;
  width: calc(25% - 40px);
}
body #deal #deal-details ul.two-col li {
  width: calc(50% - 40px);
}
body #deal #deal-details ul.single-col li {
  width: 100%;
}
body #new-bid-section #deal-details li, body #new-bid-section #securities li {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
body #new-bid-section #deal-details li label, body #new-bid-section #securities li label {
  width: 140px;
  min-width: 140px;
  font-weight: 300;
}
body #new-bid-section #deal-details li span, body #new-bid-section #securities li span {
  font-weight: 700;
}
body #new-bid-section #deal-details li.notes, body #new-bid-section #securities li.notes {
  flex-direction: column;
}
body table {
  border-collapse: collapse;
  font-size: 15px;
}
body table.dataTable thead tr th {
  text-align: center !important;
  padding-right: 20px !important;
  border-bottom: 1px solid #222223 !important;
}
body table.dataTable thead tr th span.dt-column-order {
  right: 0 !important;
}
body table th, body table td {
  text-align: center;
  vertical-align: middle;
}
body table:not(.table) th, body table:not(.table) td {
  padding: 12px;
}
body table.linked tr {
  height: 1px;
}
body table.linked tr td:not([data-label=Actions]) {
  padding: 0 10px !important;
  height: inherit;
}
body table.linked tr td:not([data-label=Actions]) a {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
body table.linked tr td.checkbox {
  padding-left: 10px !important;
  padding-right: 10px;
}
body table thead th {
  text-align: left;
  color: #222223;
}
body table tbody tr:hover td {
  background: #edebeb;
}
body table th, body table td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #222223 !important;
  text-align: left !important;
}
body table th a, body table td a {
  color: #222223;
}
body table th .actions, body table td .actions {
  width: 80px;
  min-width: 80px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
body table th .actions a, body table td .actions a {
  color: #ba368e;
}
body table th .actions a.brxe-button, body table td .actions a.brxe-button {
  font-size: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
}
body table th .actions a.warning, body table td .actions a.warning {
  color: red;
}
body table th .actions span a, body table td .actions span a {
  margin-right: 10px;
}
body table tr td.centre {
  text-align: center !important;
}
body table.bids-table tr.accepted td, body table.deals-table tr.accepted td {
  background: #d7fbd7;
}
body .bid-list-item {
  border: 1px solid #9d9d9d;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
}
body .bid-list-item h4 {
  margin-bottom: 30px;
  padding: 2rem;
  background: #5f2b7e;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body .bid-list-item h4 span {
  color: #fff;
}
body .bid-list-item h4 .client-logo {
  background: #fff;
}
body .bid-list-item h4 .company {
  font-size: 16px;
  color: #fff;
}
body .bid-list-item h5 {
  padding: 2rem 2rem 0 2rem;
}
body .bid-list-item.accepted {
  background: #f4f4f4;
}
body .bid-list-item.accepted h4 {
  background: #ba368e;
}
body .bid-list-item .attr-list {
  padding: 2rem;
}
body .bid-list-item .attr-list li {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
}
body .bid-list-item .attr-list li label {
  width: 160px;
  min-width: 160px;
  font-weight: 300;
  color: #222223;
}
body .bid-list-item .attr-list li span {
  font-weight: 700;
  color: #222223;
}
body .bid-list-item .attr-list li.notes {
  flex-direction: column;
  gap: 10px;
}
body .bid-list-item .attr-list li.notes label {
  font-weight: 700;
}
body .bid-list-item .attr-list li.notes span {
  font-weight: 300;
}
body .bid-list-item .actions {
  padding: 2rem;
  text-align: right;
}
body .filters {
  padding: 2rem;
  border-radius: 20px;
  background: rgba(226, 222, 233, 0.5);
  margin-bottom: 30px;
}
body .filters ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  list-style: none;
  margin: 0;
}
body .filters ul li label {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
body .filters ul li select {
  padding: 10px 30px 10px 10px;
  line-height: 1em;
  font-size: 14px;
  min-width: 180px;
  background-color: #fff;
}
body .filters ul li.base {
  align-self: flex-end;
}
body .filters ul li input[type=submit] {
  background: #5f2b7e;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-size: 16px;
  padding: 0.5em 2em;
}
body .filters ul li a.reset {
  display: block;
  background: #222223;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-size: 16px;
  padding: 0.5em 2em;
  line-height: 1.15em;
}
body .filters ul li a.reset:hover {
  background: #5f2b7e;
}
body #bulk-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #edebeb;
}
body #bulk-actions select {
  width: 200px;
  max-width: 100%;
  font-size: 14px;
  padding: 10px 30px 10px 10px;
  line-height: 1em;
  background-color: #fff;
}
body #bulk-actions input[type=submit] {
  background: #5f2b7e;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-size: 16px;
  padding: 0.5em 2em;
}
body .warning {
  color: red;
}
body i.accepted {
  color: #6ecd6e;
}
body .hidden {
  display: none !important;
  visibility: hidden !important;
}
body .brxe-button.warning {
  gap: 5px;
}
body .brxe-ws-form-form .wsf-form {
  max-width: 100%;
  display: flex;
  align-items: stretch;
  gap: 60px;
}
body .brxe-ws-form-form .wsf-form .wsf-group-tabs {
  background: #edebeb;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 400px;
}
body .brxe-ws-form-form .wsf-form .wsf-group-tabs .wsf-group-tab {
  width: 100%;
  background: none;
  border-bottom: 1px solid #9d9d9d;
}
body .brxe-ws-form-form .wsf-form .wsf-group-tabs .wsf-group-tab a {
  padding: 2rem;
  text-align: left;
  font-size: 18px;
  transition: all 0.3s;
}
body .brxe-ws-form-form .wsf-form .wsf-group-tabs .wsf-group-tab a:hover {
  background: #ba368e;
  color: #fff;
}
body .brxe-ws-form-form .wsf-form .wsf-group-tabs .wsf-group-tab.wsf-tab-active {
  border: none;
  border-radius: 0;
}
body .brxe-ws-form-form .wsf-form .wsf-group-tabs .wsf-group-tab.wsf-tab-active > a {
  border: none;
  border-radius: 0;
  background: #5f2b7e;
  color: #fff;
  font-weight: 700;
}
body .brxe-ws-form-form .wsf-form .wsf-validated input[type=date].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=datetime-local].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=file].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=month].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=password].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=search].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=time].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=week].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=email].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=number].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=tel].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=text].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated input[type=url].wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated select.wsf-field:invalid, body .brxe-ws-form-form .wsf-form .wsf-validated textarea.wsf-field:invalid {
  background: #ffcdd2;
  color: red;
}
body .brxe-ws-form-form .wsf-form .wsf-groups {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .brxe-ws-form-form .wsf-form .wsf-sections legend {
  width: 100%;
  font-weight: 700;
  color: #ba368e;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9d9d9d;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper label.wsf-label {
  color: #222223;
  font-weight: 700;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper label.wsf-label .wsf-required-wrapper {
  font-size: 13px;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper label.wsf-label .wsf-required-wrapper .wsf-text-danger {
  color: #5f2b7e;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper input.no-input-border {
  border: none !important;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper .lvr {
  font-weight: 700;
  font-size: 20px;
  padding: 5px 0;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper .file-success {
  border: 1px solid #00ba37;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper .file-failed {
  border: 1px solid #fd3232;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper .wsf-help p {
  font-weight: bold;
  padding-top: 4px;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper .wsf-help .success {
  color: #00ba37;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper .wsf-help .error {
  color: #fd3232;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper .wsf-field.hidden {
  display: none;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div {
  width: 100%;
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline {
  overflow: visible;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline input {
  display: none;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline input:checked + label {
  background: #ba368e;
  color: #fff;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline input:checked + label span {
  color: #fff;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline input:checked + label:before {
  display: none;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline input:checked + label:after {
  display: none;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline input + label:before {
  display: none !important;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline label {
  margin: 0;
  min-width: 200px;
  max-width: 100%;
  padding: 20px 40px;
  border: 1px solid #5f2b7e;
  color: #fff;
  background-color: #5f2b7e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  transition: background-color 0.3s;
  text-align: center;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  gap: 0;
  cursor: pointer;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline label:hover {
  background: #ba368e;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline label:after {
  display: none;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.fancy-inputs > div .wsf-inline label span {
  display: block;
  color: #222223;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 30px;
  text-wrap: initial;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper input[type=radio].wsf-field.wsf-button + label.wsf-label,
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper input[type=checkbox].wsf-field.wsf-button + label.wsf-label {
  border-radius: 0;
  background-color: #222223;
  color: #fff;
  font-weight: 700;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper input[type=radio].wsf-field.wsf-button:checked:focus + label.wsf-label,
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper input[type=checkbox].wsf-field.wsf-button:checked:focus + label.wsf-label,
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper input[type=radio].wsf-field.wsf-button:checked + label.wsf-label,
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper input[type=checkbox].wsf-field.wsf-button:checked + label.wsf-label {
  background-color: #5f2b7e;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.asl-message .wsf-alert {
  font-weight: bold;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.space-top {
  margin-top: 35px;
}
body .brxe-ws-form-form .wsf-form .wsf-field-wrapper.space-bottom {
  margin-bottom: 35px;
}
body .brxe-ws-form-form .wsf-form .wsf-section.repeater {
  padding-left: 20px;
  padding-right: 20px;
}
body .brxe-ws-form-form .wsf-form .wsf-section.repeater .wsf-fields {
  padding: 20px;
  background: #e2dee9;
  margin-bottom: 20px;
}
body .brxe-ws-form-form .wsf-form .wsf-section.footer {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #9d9d9d;
}
body .brxe-ws-form-form .wsf-form .wsf-section.footer .wsf-bottom[data-type=tab_next], body .brxe-ws-form-form .wsf-form .wsf-section.footer .wsf-bottom[data-type=submit] {
  text-align: right;
}
body .brxe-ws-form-form .wsf-form .wsf-section.footer .wsf-bottom[data-type=tab_prev] {
  text-align: left;
}
body .brxe-ws-form-form .wsf-form .wsf-section.footer .wsf-bottom button.wsf-button {
  font-size: 16px;
  border-radius: 8px;
}
body .brxe-ws-form-form .wsf-form .wsf-section.footer .wsf-bottom button.wsf-button.wsf-button-primary {
  font-weight: 700;
  color: #fff;
  border: none;
  background: #5f2b7e;
  padding: 15px 35px 15px 35px;
}
body .brxe-ws-form-form .wsf-form .wsf-section.footer .wsf-bottom button.wsf-button.wsf-button-primary:hover {
  background: #ba368e;
}
body .brxe-ws-form-form .wsf-form .wsf-section.footer .wsf-bottom button.wsf-button[data-action=wsf-tab_next], body .brxe-ws-form-form .wsf-form .wsf-section.footer .wsf-bottom button.wsf-button[data-action=wsf-tab_previous] {
  font-weight: 700;
  color: #222223;
  border: none;
  background: #edebeb;
  padding: 15px 35px 15px 35px;
}
body .brxe-ws-form-form .wsf-form .wsf-section.footer .wsf-bottom button.wsf-button[data-action=wsf-tab_next]:hover, body .brxe-ws-form-form .wsf-form .wsf-section.footer .wsf-bottom button.wsf-button[data-action=wsf-tab_previous]:hover {
  color: #fff;
  background: #ba368e;
}
body .brxe-ws-form-form .wsf-form .help-text {
  margin-top: 5px;
  font-size: 13px;
}
body .brxe-ws-form-form .wsf-form .text-right {
  text-align: right;
}
body .brxe-ws-form-form .wsf-form .no-margin-bottom {
  margin-bottom: 0 !important;
}
body .brxe-ws-form-form .wsf-form .select2-container.select2-container--default .wsf-select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
  background: #5f2b7e;
  color: #fff;
}
body .brxe-ws-form-form .wsf-form .g-verification-wrapper {
  margin-bottom: 0;
  padding: 0;
}
body .brxe-ws-form-form .wsf-form .g-verification-wrapper .wsf-fields {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .brxe-ws-form-form .wsf-form .g-verification-wrapper .wsf-fields .wsf-label-wrapper {
  padding-left: 0;
  padding-right: 0;
}
body .brxe-ws-form-form .wsf-form .g-verification-wrapper .wsf-fields input[type=text].wsf-field:disabled {
  background: transparent;
  border: none;
  padding: 9.5px 0;
  height: auto;
  line-height: 1em;
  cursor: pointer;
}
body .tooltip {
  position: relative;
  margin-right: 5px;
}
body .tooltip .tooltiptext {
  visibility: hidden;
  width: 330px;
  background-color: #5f2b7e;
  color: #e2dee9;
  font-size: 14px;
  text-align: left;
  border-radius: 10px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -165px;
  opacity: 0;
  transition: all 0.3s;
}
body .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
body .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
body #modal-accept-terms .modal__overlay {
  background: rgba(0, 0, 0, 0.9);
}
body #modal-accept-terms .modal__container .modal__title {
  color: #5f2b7e;
  font-size: 24px;
}
body #modal-accept-terms .modal__container .modal__subtitle_wrapper {
  color: #ba368e;
  font-weight: bold;
  margin-bottom: 20px;
}
body #modal-accept-terms .modal__container .modal__terms_wrapper {
  font-size: 16px;
  line-height: 1.2em;
}
body #modal-accept-terms .modal__container .modal__footer button {
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  padding: 1rem 2rem;
}
body #modal-accept-terms .modal__container .modal__footer button.modal__btn-primary {
  background: #5f2b7e;
}
body #modal-accept-terms .modal__container .modal__footer button.modal__btn-primary.disabled {
  background: #9d9d9d;
  cursor: not-allowed;
}
body #modal-accept-terms .modal__container .modal__footer button#tpul-modal-btn-cancel {
  font-weight: 400;
}
body #loader {
  display: none;
}
body #loader.active {
  display: flex;
}
body #loader .load {
  border: solid 10px var(--bricks-color-xkngts);
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
body .message {
  border-radius: 8px;
  padding: 2rem;
  font-weight: bold;
  background: rgba(226, 222, 233, 0.5);
  border: 1px solid #edebeb;
}
body .message.okay {
  border-color: #6ecd6e;
  background-color: #d7fbd7;
  color: #6ecd6e;
}
body .message.error {
  border-color: red;
  background: #ffcdd2;
  color: red;
}
body #confirm-popup {
  display: none;
}
body #overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
}
body #payment-form {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body #payment-form #payment-message {
  padding: 10px;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
body #payment-form #payment-message.info {
  background: #5f2b7e;
}
body #payment-form #payment-message.success {
  background: #6ecd6e;
}
body #payment-form #payment-message.error {
  background: red;
}
body #payment-form .tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #edebeb;
}
body #payment-form .tabs label {
  background: #9d9d9d;
  color: #000;
  display: block;
  padding: 0.5em 2em;
  border-radius: 0;
  cursor: pointer;
}
body #payment-form .tabs label:has(input:checked) {
  background: #5f2b7e;
  color: #fff;
}
body #payment-form .tabs label input {
  display: none;
}
body #payment-form .body .card-form label {
  color: #000;
  line-height: 1.1em;
  font-size: 14px;
}
body #payment-form .body .card-form input:not([type=checkbox]) {
  margin-bottom: 2rem;
}
body #payment-form .body .card-form ::placeholder {
  color: #aab7c4;
}
body #payment-form .body .card-form .stripe-input {
  border: 1px solid #edebeb;
  border-radius: 0;
  padding: 1rem;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 2rem;
}
body #payment-form .body .card-form .stripe-input-error {
  border: 1px solid red;
}
body #payment-form .footer {
  padding-top: 2rem;
  border-top: 1px solid #edebeb;
}
body #payment-form .footer button[type=submit] {
  background: #5f2b7e;
  color: #fff;
  padding: 0.5em 2em;
}
body .small-text {
  font-size: 12px;
  line-height: 1.2em;
}
body .client-logo {
  aspect-ratio: 5/3;
  overflow: hidden;
  display: block;
  text-align: center;
  padding: 3px;
}
body .client-logo img {
  object-fit: contain;
  width: auto;
  height: 100%;
}
body .logo-wrapper {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  body .grid-3-col, body .grid-2-col {
    grid-template-columns: 1fr;
  }
  body table th, body table td {
    white-space: nowrap;
  }
  body .dt-container {
    max-width: 100%;
    overflow-x: scroll;
  }
}

/*# sourceMappingURL=style.css.map */
