/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Asap";
  src: url("../fonts/Asap/Asap-VariableFont.ttf") format("truetype");
  font-weight: 600, 700;
}
@font-face {
  font-family: "Roboto Flex";
  src: url("../fonts/Roboto_Flex/RobotoFlex-VariableFont.ttf") format("truetype");
  font-weight: 400 500 600 800;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Flex", sans-serif;
  color: rgba(0, 0, 0, 0.6509803922);
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

h1 {
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}

h2 {
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
}

h3 {
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
}

p {
  line-height: 26px;
}

strong {
  font-weight: 700;
}

.cta {
  font-weight: 700;
  font-size: 1.875rem;
}

.medium-text {
  font-weight: 500;
  font-size: 1.125rem;
}

.small-text {
  font-weight: 400;
  font-size: 0.875rem;
}

.regular-semi-text {
  font-weight: 600;
  font-size: 1rem;
}

.semi-md-text {
  font-weight: 600;
  font-size: 1.125rem;
}

a {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6509803922);
  text-decoration: none;
}
a:hover {
  color: #511384 !important;
}

ol {
  list-style: decimal;
}
ol li {
  margin-bottom: 10px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .cta {
    font-weight: 700;
    font-size: 3.75rem;
  }
}
.bg-grey {
  background-color: #F8F8F8;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-light-orange {
  background-color: #F0AE85;
}

.highlight-purple {
  color: #511384;
}

.highlight-light-purple {
  color: #816FF0;
}

.highlight-green {
  color: #0A672D;
}

.highlight-red {
  color: #AE0946;
}

.rounded-10 {
  border-radius: 0.625rem;
}

.box-shdw-grey {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.grey-border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.br-grey {
  border: 1px solid #dadadf;
}

@media (max-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}

.w-19 {
  width: 19px;
}

.w-fit-content {
  width: fit-content;
}

.colored-circle {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #9dabe9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.colored-circle img {
  width: 27px;
  height: 38px;
}

@media (min-width: 1201px) {
  .mt-xl-88 {
    margin-top: 88px !important;
  }
}

.mb-25 {
  margin-bottom: 25px;
}

.small-circle {
  height: 22px;
  width: 22px;
  border-radius: 100%;
  display: inline-block;
  margin-top: -4px;
  margin-left: 7px;
}
.small-circle.yellow-circle {
  background-color: #FDFE00;
  border: 1px solid #CECF01;
}
.small-circle.pink-circle {
  background-color: #DA6BD3;
  border: 1px solid #B15BAB;
}
.small-circle.green-circle {
  background-color: #00B152;
  border: 1px solid #00823C;
}
.small-circle.blue-circle {
  background-color: #aecdf8;
  border: 1px solid #233653;
}
.small-circle.black-circle {
  background-color: #000000;
  border: 1px solid #000000;
}
.small-circle.orange-circle {
  background-color: #E46C0F;
  border: 1px solid #BF5C10;
}
.small-circle.red-circle {
  background-color: #FE0000;
  border: 1px solid #B70303;
}

.btn-pri {
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 13px 22px !important;
  background-color: #511384;
  color: #FFFFFF;
  border: 2px solid #511384;
}
.btn-pri:hover {
  background-color: #9dabe9 !important;
  border: 2px solid #511384 !important;
  color: #511384 !important;
}
.btn-pri:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-sec {
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 13px 22px !important;
  background-color: transparent;
  border: 2px solid #511384;
  color: #511384;
}
.btn-sec:hover {
  background-color: #511384 !important;
  color: #FFFFFF !important;
}

.btn-ter {
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 13px 22px !important;
  border: none;
  color: #511384;
  background-color: #EFEFEF;
}

.btn-warn {
  background-color: #AE0946;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 13px 22px !important;
}
.btn-warn:hover {
  color: #AE0946;
  background-color: transparent;
  border: 2px solid #AE0946;
}

.btn-icon {
  display: inline-flex;
}
.btn-icon img {
  margin-left: 2px;
  margin-top: -2px;
}

.btn-icon-sm-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  background-color: #EFEFEF;
}
.btn-icon-sm-rounded img {
  width: 25px;
}

.btn-table-warn {
  background-color: #AE0946;
  border: none;
  border-radius: 5px;
  padding: 5px;
}
.btn-table-warn img {
  width: 10px;
}

.btn-sml {
  padding: 9px 15px !important;
  font-weight: 500;
  font-size: 0.875rem;
}

.add-btn {
  background-color: #7E4CC9;
  border-radius: 7px;
  padding: 5px;
  color: #FFFFFF;
  font-size: 18px;
}

.form-label,
.form-check-label {
  font-weight: 600;
  font-size: 1rem;
}

.form-check-label {
  margin-top: 3px;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 1 !important;
}

.form-check-label-light {
  font-weight: 400;
  font-size: 1rem;
}

.form-control,
.form-select {
  border: 1px solid #949494;
  border-radius: 6px;
  background-color: #FFFFFF;
}
.form-control:focus,
.form-select:focus {
  border-color: #511384 !important;
  box-shadow: none;
  border-width: 2px;
}
.form-control:focus + .input-group-text,
.form-select:focus + .input-group-text {
  border-color: #511384 !important;
  border-width: 2px;
  border-left: 0 !important;
  cursor: pointer;
}
.form-control:not(canvas, .form-select-sm):read-only,
.form-select:not(canvas, .form-select-sm):read-only {
  background-color: #dadadf !important;
  cursor: not-allowed;
}
.form-control:not(canvas, .form-select-sm):read-only + .input-group-text,
.form-select:not(canvas, .form-select-sm):read-only + .input-group-text {
  background-color: #dadadf !important;
}
.form-control:not(canvas, .form-select-sm):is(:-webkit-autofill, :autofill),
.form-select:not(canvas, .form-select-sm):is(:-webkit-autofill, :autofill) {
  background-color: #e6f0fe;
}
.form-control:not(canvas, .form-select-sm):is(:-webkit-autofill, :autofill) + .input-group-text,
.form-select:not(canvas, .form-select-sm):is(:-webkit-autofill, :autofill) + .input-group-text {
  background-color: #e6f0fe;
}
.form-control.cursor,
.form-select.cursor {
  cursor: pointer;
}

.form-check-input {
  border-color: #949494;
}
.form-check-input:checked {
  background-color: #511384;
  border-color: #511384;
}
.form-check-input:disabled {
  background-color: #6c757d !important;
  cursor: not-allowed;
  border: 1px solid #495057;
}

.input-group .form-control {
  border-right: none;
}
.input-group .form-control:focus .input-group-text {
  background-color: #dadadf !important;
}
.input-group .form-control.cursor {
  cursor: pointer;
}
.input-group .input-group-text {
  height: 48px;
  background-color: #FFFFFF;
  border-top: 1px solid #949494;
  border-right: 1px solid #949494;
  border-bottom: 1px solid #949494;
  border-radius: 8px;
}
.input-group .input-group-text .input-group-icon {
  width: 20px;
  cursor: pointer;
  height: 26px;
}
.input-group button {
  border: none;
  border-left: none;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #FFFFFF;
  height: 48px;
}
.input-group button:hover {
  color: initial !important;
}

.form-container h2 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 30px;
}

.upload-item {
  border: 2px dashed #511384;
  border-radius: 4px;
  text-align: center;
  padding: 40px;
  flex: 1 1 100%;
  margin: 10px;
}
.upload-item .upload-icon {
  width: 71px;
  margin: 10px auto;
  display: block;
}
.upload-item .btn-cont {
  display: flex;
}
.upload-item .btn-cont a,
.upload-item .btn-cont button {
  border: none;
  outline: none;
  background: none;
}
.upload-item .btn-cont a img,
.upload-item .btn-cont button img {
  width: 26px;
}
.upload-item input[type=file] {
  display: none;
}
.upload-item .upload-instructions {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}
.upload-item .upload-instructions a {
  color: #511384;
  text-decoration: underline;
}
.upload-item.drag-over {
  background-color: #9dabe9;
  border-color: #511384;
}
.upload-item.invalid-file {
  background-color: #f9cede;
  border-color: #AE0946;
}
.upload-item.invalid-file .invalid-fileupload-message {
  font-weight: 400;
  font-size: 0.75rem;
  color: #B70303;
}
.upload-item .file-details {
  display: flex;
  flex-direction: row;
  gap: 4px;
  border: 1px solid #949494;
  border-radius: 8px;
  padding: 5px;
}
.upload-item .file-details p {
  font-weight: 400;
  font-size: 0.75rem;
}
.upload-item .u-icon {
  width: 25px;
}

.uploaded-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #dadadf;
  border-radius: 4px;
  padding: 5px;
  justify-content: space-between;
}
.uploaded-item .content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.uploaded-item .btn-cont {
  display: flex;
}
.uploaded-item .btn-cont a,
.uploaded-item .btn-cont button {
  border: none;
  outline: none;
  background: none;
}
.uploaded-item .btn-cont a img,
.uploaded-item .btn-cont button img {
  width: 20px;
}

.signature-pad-container {
  border: 1px solid #949494;
  border-radius: 6px;
}
.signature-pad-container .signature-pad-buttons {
  border-top: 1px solid #dadadf;
}
.signature-pad-container .signature-pad-buttons .btn-icon-sm-rounded img {
  margin: auto;
}
.signature-pad-container .signature-pad-buttons button {
  margin-top: 2px;
  height: 30px;
  width: 30px;
}
.signature-pad-container .signature-pad-buttons button img {
  width: 15px;
}

.radio-card {
  flex: 0 1 33%;
  border: 1px solid #949494;
  border-radius: 10px;
  padding: 10px 20px;
  transition: border-color 0.3s, background-color 0.3s;
  cursor: pointer;
  display: flex;
  align-items: end;
  justify-content: space-between;
  text-align: end;
}
.radio-card img {
  width: 48px;
  margin-right: 9px;
}
.radio-card input {
  margin-bottom: 10px;
  cursor: pointer;
}
.radio-card label {
  display: flex;
  flex-direction: column;
  align-items: end;
  cursor: pointer;
}
.radio-card label p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}
.radio-card:has(input:checked) {
  border: 2px solid #511384;
  background-color: #e3e7f7;
  font-weight: 600;
  font-size: 1rem;
}
.radio-card .form-check {
  padding-left: 56px;
}

.horizontal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 15px;
}
.horizontal-list .form-check {
  flex: 0 1 32%;
}

.sig-container .or-mid {
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
}
.sig-container .sig-item {
  width: 100%;
}
.sig-container .sig-item:last-of-type .border {
  border-radius: 6px;
  border: 1px solid #949494;
}
.sig-container .sig-item .upload-item {
  height: 208px !important;
  padding: 13px 40px !important;
}

@media (min-width: 1200px) {
  .form-container {
    max-height: 880px;
    overflow-y: hidden;
  }
  .form-container:hover {
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .sig-container {
    gap: 15px;
  }
  .sig-container .signature-pad-container {
    height: 208px;
  }
  .sig-container .or-mid {
    margin-top: 42px;
  }
  .sig-container .sig-item {
    width: 45%;
  }
  .sig-container .sig-item:last-of-type {
    margin-top: 2px;
  }
  .sig-container .sig-item:last-of-type .border {
    height: 208px;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .sig-container #signature-pad {
    height: 153px;
  }
  .sig-container .sig-item .upload-item {
    padding: 10px 15px !important;
  }
}
.validation-container .form-control.input-validation-error,
.validation-container .form-check-input.input-validation-error,
.validation-container .form-select.input-validation-error {
  border: 2px solid #AE0946;
  margin-bottom: 5px;
}
.validation-container .form-control.input-validation-error + .input-group-text,
.validation-container .form-check-input.input-validation-error + .input-group-text,
.validation-container .form-select.input-validation-error + .input-group-text {
  border: 2px solid #AE0946;
  border-left: none;
  margin-bottom: 5px;
}
.validation-container canvas:has(+ .input-validation-error) {
  border: 2px solid #AE0946;
}
.validation-container .input-group .form-control {
  border-right: none;
}
.validation-container:has(input[data-val=true]) .form-label {
  position: relative;
}
.validation-container:has(input[data-val=true]) .form-label:after {
  content: " *";
}

.danger-notif {
  font-weight: 400;
  font-size: 0.875rem;
  color: #AE0946;
}

.password-criteria {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  right: 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 16px;
  top: 77px;
}
.password-criteria li {
  padding-bottom: 10px;
}
.password-criteria input[type=radio]:disabled:checked {
  border-color: #511384;
  background-color: #9dabe9;
}
.password-criteria .form-check-input:disabled {
  opacity: 1;
}
.password-criteria .form-check-input:disabled ~ .form-check-label,
.password-criteria .form-check-input[disabled] ~ .form-check-label {
  opacity: 1;
}
.password-criteria::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 12px;
  border: 12px solid transparent;
  border-bottom: 14px solid rgba(0, 0, 0, 0.25);
  transform: rotate(0deg);
  top: -27px;
}

@media (min-width: 768px) {
  .password-criteria {
    right: -256PX;
    top: 25px;
  }
  .password-criteria::before {
    left: -23px;
    transform: rotate(270deg);
    top: 8px;
    border: 12px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.25);
  }
}
.dt-primary th,
.dt-secondary th {
  text-align: left !important;
  border-bottom: 1px solid #dadadf;
}
.dt-primary thead th,
.dt-secondary thead th {
  padding: 15px 0px;
  text-align: start !important;
}
.dt-primary tbody td,
.dt-secondary tbody td {
  padding: 29px 6px;
  border-bottom: 1px solid #dadadf;
  text-align: start !important;
}
.dt-primary tbody td a,
.dt-primary tbody td button,
.dt-secondary tbody td a,
.dt-secondary tbody td button {
  font-weight: 500;
  font-size: 0.875rem;
  padding: 10px 16px !important;
  white-space: nowrap;
}
.dt-primary tbody td .bdge,
.dt-secondary tbody td .bdge {
  font-size: 0.875rem;
}
.dt-primary .dt-column-title,
.dt-secondary .dt-column-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
}

.dt-paging {
  margin-top: 5px !important;
  float: right;
}
.dt-paging .page-item.active .page-link {
  color: #FFFFFF !important;
  background-color: #511384 !important;
  border-color: #511384 !important;
}
.dt-paging .page-item .page-link {
  color: #511384 !important;
}
.dt-paging .page-item .page-link:focus {
  box-shadow: none;
}

.dt-secondary {
  table-layout: fixed !important;
  width: 100% !important;
}
.dt-secondary col {
  width: 250px !important;
  white-space: nowrap;
}
.dt-secondary .dt-column-title {
  display: block;
  text-align: center;
}
.dt-secondary .centered-check {
  display: flex;
  justify-content: center;
}
.dt-secondary .centered-check .form-check {
  padding-left: 0;
}

.dt-container:has(.dt-secondary) {
  width: fit-content;
}

.dt-info {
  margin-top: 11px;
}

.success-bdge {
  padding: 9px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 4px;
  width: fit-content;
  border: 1px solid #146c43;
  background-color: #d1e7dd;
  color: #146c43;
}

.warning-bdge {
  padding: 9px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 4px;
  width: fit-content;
  border: 1px solid #9b7801;
  background-color: #fff3cd;
  color: #9b7801;
}

.danger-bdge {
  padding: 9px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 4px;
  width: fit-content;
  border: 1px solid #b02a37;
  background-color: #f8d7da;
  color: #b02a37;
}

.info-bdge {
  padding: 9px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 4px;
  width: fit-content;
  border: 1px solid #233653;
  background-color: #aecdf8;
  color: #233653;
}

/* For WebKit Browsers */
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

*::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

.date-range {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #E9ECEF;
  padding: 0;
  border-radius: 6px;
}
.date-range p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}

.ui-datepicker {
  z-index: 1056 !important;
}

.ec-event {
  background-color: #511384 !important;
}

.modal .btn-close:focus {
  box-shadow: none;
}

.main-nav .logo {
  width: 45%;
}
.main-nav .navbar-nav {
  align-items: center;
}
.main-nav .navbar-nav .nav-item {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
}
.main-nav .navbar-nav .nav-item .nav-link {
  padding-right: 0.938rem;
  padding-left: 0.938rem;
}

@media (max-width: 991px) {
  .main-nav .navbar-nav {
    gap: 4px;
  }
  .main-nav .navbar-collapse {
    background-color: #F8F8F8;
  }
}
footer .footer-container {
  background-color: #F8F8F8;
}
footer .footer-container .logo {
  width: 20%;
}
footer .footer-container .footer-content {
  font-weight: 500;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  footer .footer-container .logo {
    width: 45% !important;
  }
}
.form-sidebar {
  cursor: pointer;
}
.form-sidebar .m-step {
  text-align: center;
}
.form-sidebar .m-step img {
  height: 44px;
}
.form-sidebar .m-step p {
  font-weight: 600;
  font-size: 1rem;
}
.form-sidebar:hover {
  overflow-y: auto;
}
.form-sidebar li {
  display: flex;
  padding-bottom: 21px;
}
.form-sidebar li.done .circle-vector {
  background-color: #C1CAF1;
}
.form-sidebar .circle-vector {
  height: 40px;
  width: 40px;
  border: 3px solid #511384;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.form-sidebar .circle-vector img {
  width: 60%;
}
.form-sidebar .step {
  font-weight: 400;
  font-size: 1rem;
}
.form-sidebar .step-name {
  font-weight: 400;
  font-size: 1.125rem;
}
.form-sidebar .step-name.active {
  font-weight: 600;
  font-size: 1.125rem;
  color: #511384;
}
.form-sidebar .status {
  font-weight: 400;
  font-size: 1rem;
}

.sidebar {
  background-color: #7E4CC9;
  color: #FFFFFF;
  border-radius: 10px;
  font-family: "Asap", sans-serif;
  top: 20px;
  position: sticky;
  height: 90vh;
}
.sidebar .nav {
  gap: 2rem;
}
.sidebar .nav .admin-link {
  margin-bottom: 20px !important;
}
.sidebar .nav .nav-link {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
  font-weight: 300;
  font-size: 23px;
  position: relative;
}
.sidebar .nav .nav-link img {
  filter: none;
}
.sidebar .nav .nav-link.active::after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 90%;
  height: 2px;
  bottom: 0px;
  border-radius: 4px;
}
.sidebar .tab-link {
  position: relative;
  margin-bottom: -5px;
}
.sidebar .tab-link .active-bar {
  position: absolute;
  top: 38px;
  width: 90%;
  left: 6px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.sidebar.mob-expanded {
  position: absolute;
  z-index: 5;
  top: 45px;
  left: -34px;
}

#sidebarWrapper.collapsed {
  display: none !important;
}

#mainContent.expanded .toggle-icon-form {
  left: -9px;
}

.toggle-icon {
  width: 36px;
  cursor: pointer;
}
.toggle-icon.toggle-icon-form {
  position: absolute;
  left: -42px;
  top: -13px;
}

.menu-bar-toggle {
  width: 45px;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0px 0px 2px 1px #7c4ac7;
  position: absolute;
  left: -36px;
}

@media (min-width: 1200px) {
  .form-sidebar {
    min-height: 880px;
    max-height: 880px;
    overflow-y: hidden;
  }
}
.contact-method {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #9dabe9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-method img {
  width: 23px;
  height: 23px;
}

.msg-box {
  height: 247px;
}

.card-container .icon-container {
  padding: 10px;
  width: fit-content;
}
.card-container .icon-container img {
  width: 58px;
  height: 53px;
}
.card-container .card-title {
  font-weight: 400;
  font-size: 1.125rem;
}
.card-container .card-figure {
  font-weight: 700;
  font-size: 1.5rem;
}
.card-container .green-bg {
  background-color: #73D9A4;
}
.card-container .orange-bg {
  background-color: #F0AE85;
}
.card-container .purple-bg {
  background-color: #9dabe9;
}

.photo-help {
  position: relative;
  cursor: pointer;
  color: #511384;
}
.photo-help img {
  filter: invert(15%) sepia(52%) saturate(3783%) hue-rotate(263deg) brightness(88%) contrast(109%);
}
.photo-help:hover .help-overlay {
  display: block;
}
.photo-help .help-overlay {
  color: rgba(0, 0, 0, 0.6509803922);
  display: none;
  position: absolute;
  border-radius: 5px;
  background-color: #F8F8F8;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  border: 1px solid #949494;
  padding: 10px;
  top: 20px;
  right: 150px;
  max-width: 400px;
}
.photo-help .title {
  font-weight: 600;
  font-size: 1.125rem;
}
.photo-help ol {
  padding-left: 30px;
}

.details-view p {
  word-break: break-word;
}

/* Filters section */
.filter-container {
  position: sticky;
  top: 40px;
  z-index: 100;
}
.filter-container .filters-section {
  border: 1px solid #E9ECEF;
  backdrop-filter: blur(10px);
}
.filter-container .filters-section.scrolled {
  background-color: #C1CAF1 !important;
}
.filter-container .filters-section .search-wrapper .search-icon,
.filter-container .filters-section .filter-wrapper .filter-icon {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ced4da;
  z-index: 5;
}
.filter-container .filters-section .filter-btn {
  flex-direction: column;
}
.filter-container .filters-section .filter-btn button {
  width: 100%;
}
.filter-container.filter-container-move {
  position: initial !important;
}

@media (min-width: 768px) {
  .filter-container .filters-section .filter-btn {
    flex-direction: row;
  }
}
.sig-specimens {
  width: 150px;
}

.top-nav {
  position: relative;
  z-index: 10;
  background-color: #FFFFFF;
  height: 120px;
}
.top-nav img {
  scale: 0.4;
  position: absolute;
  top: -50px;
  left: -50px;
}

#mainContent.expanded {
  width: 100% !important;
}

.main-content {
  margin-left: 250px !important;
  margin-top: 100px !important;
}

.stats-card-yellow {
  background-color: #F7ECE1 !important;
  color: #F0830E !important;
  border-color: #F0830E !important;
  padding-top: 10px;
  padding-bottom: 30px;
}
.stats-card-yellow .stats-number {
  font-weight: 700;
}
.stats-card-yellow hr {
  height: 10px;
  opacity: 0.8;
}
.stats-card-yellow h1 {
  font-size: 50px;
}

.stats-card-red {
  background-color: #EED3D3 !important;
  color: #B40000 !important;
  border-color: #B40000 !important;
  padding-top: 10px;
  padding-bottom: 30px;
}
.stats-card-red .stats-number {
  font-weight: 700;
}
.stats-card-red .add-btn {
  background-color: #7E4CC9;
  padding: 4px;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
}
.stats-card-red .add-btn i {
  display: block;
  margin-top: 3px;
  margin-left: 3px;
}
.stats-card-red .edit-icon {
  color: #000000;
  background-color: #BFA8D2;
  border-radius: 4px;
  padding: 4px;
}
.stats-card-red .del-icon {
  color: #B40000;
  background-color: #ECBDBD;
  border-radius: 4px;
  padding: 4px;
}

.progress-step {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-step.active {
  background-color: #d4c6df;
  border: 1px solid #511384;
}

.progress-step.inactive {
  background-color: #c6c6c6;
}

.step-number.active {
  color: #511384;
}

.step-number.inactive {
  color: rgba(0, 0, 0, 0.6);
}

.separator {
  width: 82px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.order-summary {
  background-image: url("/images/order-sum.png");
  background-size: 100% 100%;
  border-radius: 0.75rem;
}

.upload-area {
  background-color: rgba(81, 19, 132, 0.08);
}
.upload-area:hover {
  border: 1px dashed #511384;
}

.upload-container:hover {
  border: 2px dashed #511384;
  border-radius: 19px;
}

.payment-type-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5;
}

.tab-link {
  position: relative;
}
.tab-link .active-bar {
  position: absolute;
  top: 38px;
  width: 90%;
  left: 6px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.upload-img {
  opacity: 0.3;
  left: -20px;
}

.top-nav-logo {
  scale: 0.4;
  position: absolute;
  top: -50px;
  left: -50px;
}

.seen {
  background-color: #511384 !important;
  color: white !important;
}

.payment-type-label h1 {
  margin-bottom: -3px;
}

.register-container {
  background-image: url("/images/register-bg.png");
  background-size: 100% 100%;
  border: none;
  border-radius: 0.75 rem;
}

.reigster-btn {
  scale: 2.5;
  border: none;
  background: none;
}

/* Header */
.schedule-header {
  background: #7E4CC9;
  padding: 4rem 0 12rem;
  position: relative;
  overflow: hidden;
}
.schedule-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}
.schedule-header .header-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.schedule-header .header-content .text-white-75 {
  color: rgba(255, 255, 255, 0.85);
}

/* Main content */
.schedule-main {
  margin-top: -2rem;
  position: relative;
  z-index: 3;
  padding-bottom: 4rem;
}

/* Schedule cards */
.schedule-card {
  background: #FFFFFF;
  border: 2px solid #f1f3f4;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.schedule-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #511384, #BFA8D2);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.schedule-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(126, 76, 201, 0.15);
  border-color: rgba(126, 76, 201, 0.3);
}
.schedule-card:hover::before {
  transform: scaleX(1);
}
.schedule-card.selected {
  border-color: #511384;
  box-shadow: 0 0 0 4px rgba(126, 76, 201, 0.15);
  transform: translateY(-2px);
}
.schedule-card.selected ::before {
  transform: scaleX(1);
}
.schedule-card.selected .selection-indicator {
  opacity: 1;
  transform: scale(1);
}
.schedule-card .card-body {
  padding: 2rem;
}
.schedule-card .schedule-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}
.schedule-card .instructor-name {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.schedule-card .schedule-details .detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.schedule-card .schedule-details .detail-item i {
  width: 20px;
  color: #511384;
  margin-right: 0.75rem;
}
.schedule-card .schedule-details .detail-item .detail-label {
  color: #495057;
  font-weight: 500;
}
.schedule-card .availability-section {
  margin: 1.5rem 0;
}
.schedule-card .availability-section .availability-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.schedule-card .availability-section .availability-header .availability-label {
  display: flex;
  align-items: center;
  color: #6c757d;
  font-size: 0.9rem;
}
.schedule-card .availability-section .availability-header .availability-label i {
  margin-right: 0.5rem;
  color: #ced4da;
}
.schedule-card .availability-section .availability-bar {
  height: 8px;
  background-color: #E9ECEF;
  border-radius: 4px;
  overflow: hidden;
}
.schedule-card .availability-section .availability-bar .availability-fill {
  height: 100%;
  background: linear-gradient(90deg, #511384, #BFA8D2);
  border-radius: 4px;
  transition: width 0.6s ease;
}
.schedule-card .availability-section .availability-bar .schedule-card .card-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f1f3f4;
}
.schedule-card .availability-section .availability-bar .schedule-card .card-footer-content .difficulty-badge {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}
.schedule-card .availability-section .availability-bar .schedule-card .card-footer-content .difficulty-badge.beginner {
  background-color: #d1e7dd;
  color: var;
}
.schedule-card .availability-section .availability-bar .schedule-card .card-footer-content .difficulty-badge.intermediate {
  background-color: #fff3cd;
  color: #9b7801;
}
.schedule-card .card-footer-content .price {
  font-size: 2rem;
  font-weight: 700;
  color: #511384;
}
.schedule-card .selection-indicator {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: #511384;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.schedule-card .selection-indicator i {
  color: #FFFFFF;
  font-size: 1rem;
}
.schedule-card .spots-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}
.schedule-card .spots-badge.high-availability {
  background-color: #d1e7dd;
  color: #146c43;
}
.schedule-card .spots-badge.medium-availability {
  background-color: #fff3cd;
  color: #9b7801;
}
.schedule-card .spots-badge.low-availability {
  background-color: #f8d7da;
  color: #b02a37;
}

/* No results */
.no-results-icon {
  opacity: 0.6;
}

/* Modal customizations */
.modal-content {
  border-radius: 20px;
}

.confirmation-icon {
  animation: bounceIn 0.6s ease;
}

.confirmation-details {
  border: 1px solid #E9ECEF;
}

/* Animations */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .schedule-header {
    padding: 3rem 0 2rem;
  }
  .schedule-header .display-4 {
    font-size: 2rem;
  }
  .schedule-main {
    margin-top: -1rem;
  }
  .schedule-card .card-body {
    padding: 1.5rem;
  }
  .schedule-card .schedule-title {
    font-size: 1.25rem;
  }
  .schedule-card .card-footer-content {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  .schedule-card .card-footer-content .price {
    text-align: center;
    font-size: 1.75rem;
  }
  .schedule-card .card-footer-content .filters-section .row > div {
    margin-bottom: 1rem;
  }
}
/* Loading states */
.loading {
  opacity: 0.6;
  pointer-events: none;
}

/* Focus styles for accessibility */
.schedule-card:focus {
  outline: 2px solid #511384;
  outline-offset: 2px;
}

button:focus,
input:focus,
select:focus {
  outline: 2px solid #511384;
  outline-offset: 2px;
}
