.form .disabled {
  display: none;
}

.sceditor-button {
  padding: 0;
  width: 20px;
}

.sceditor-container {
  width: 100% !important;
  height: 100% !important;
}

.sceditor-container iframe{
  width: 99% !important;
  height: fit-content;
}

label {
  color: #334155;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
  z-index: 9999999 !important;
}

#edit_coach_modal {
  min-height: 500px !important;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}
.align-top {
  vertical-align: top;
}

.physical-expired {
  color: #a2a2a2;
  text-decoration: line-through;
}

.physical-one-month {
  color: #ff5223;
}

.physical-two-months {
  color: #236bff;
}

.error {
  color: rgb(107 114 128);
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}

.ncsa-error {
  color: #bd0802;
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}

.table-sort-item {
    cursor: pointer;
}

.table-sort-item[data-order="asc"]::after {
    content: "\00a0▲";
}

.table-sort-item[data-order="desc"]::after {
    content: "\00a0▼";
}

@media (min-width: 768px) {
  textarea.sceditor {
    width: 600px;
    height: 100px;
  }
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #2563EB;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #2563EB;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}



.progress-stepper{
  width: 100%;
  z-index: 1;
}

.progressbar li{
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
}
.progressbar{
  counter-reset: step;
}

.progressbar li:before{
  content:counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: white;
  color: #bebebe;
  text-align: center;
  font-weight: bold;
}
.progressbar li:after{
   content: '';
   position: absolute;
   width:100%;
   height: 3px;
   background: #979797;
   top: 15px;
   left: -50%;
   z-index: -1;
 }
.progressbar li:first-child:after{
  content: none;
}
.progressbar li.test + li:after{
  background: #f1b0b7;
}
.progressbar li.test + li:before{
  border-color: #1c94c4;
  background: #3aac5d;
  color: white
}

.next-button {
  border: 1px solid #1E3A8A;
  background: #2563EB;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.next-button:hover {
  background: #1E3A8A !important;
}
input[type=submit][disabled=disabled] {
  opacity: 0.5;
}

.back-button {
  color: #334155;
  border: 1px solid #CBD5E1;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.back-button:hover {
  background: #BFDBFE !important;
}

.activity-introduction-scrollbar::-webkit-scrollbar {
  box-shadow: inset 0 0 5px rgb(131, 130, 130); 
  border-radius: 10px;
  width: 8px;
}

.activity-introduction-scrollbar::-webkit-scrollbar-thumb {
  background: #798190;
  border-radius: 10px;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mobile-snap-tabs {
  border-bottom: 1px solid #E2E8F0;
}

.mobile-dropdown-tab {
  border-left: 1px solid #E2E8F0;
  border-right: 1px solid #E2E8F0;
  border-top: 1px solid #E2E8F0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  height: 42px;
  justify-content: center;
  margin-left: -1px;
  padding: 4px;
}

.mobile-more-tab {
  align-items: center;
  background-color: #F1F5F9;
  border-bottom: 1px solid #E2E8F0;
  border-left: 1px solid #E2E8F0;
  border-right: 1px solid #E2E8F0;
  border-top: 1px solid #E2E8F0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  gap: 4px;
  height: 42px;
  justify-content: center;
  margin-left: -1px;
  padding: 4px;
  width: 80px;
}

.mobile-container-div {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}

.mobile-tab-label {
  color: #1E293B;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 4px;
}

.mobile-space-div-1 {
  border-bottom: 1px solid #E2E8F0;
  border-bottom-right-radius: 5px;
  height: 42px;
  width: 14px;
}

.mobile-space-div-2 {
  border-bottom: 1px solid #E2E8F0;
  border-bottom-left-radius: 5px;
  height: 42px;
  width: 10px;
}

.mobile-space-div-3 {
  align-self: stretch;
  background-color: white;
  border-bottom: 1px solid #E2E8F0;
  flex: 1 1 0;
  height: 42px;
  width: 20px;
}

.call-now-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #059669;
  color: white;
  font-weight: 400;
  padding: 6px 24px;
  border-radius: 20px;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
  transition: background-color 0.2s;
  line-height: 2;
  margin-top: 16px;
}

.call-now-button:hover {
  background-color: #047857;
}

.mobile-button {
  width: 100%;
  line-height: 2;
}

.mobile-dialog-title {
  font-size: 16px !important;
  font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif; 
}

.mobile-dialog-title-x-button {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.weight-width{
  width: 95% !important;
}

@media (max-width: 768px) {
  .ui-dialog {
    width: 95% !important;
    left: 2.5% !important;
    top: 5% !important;
  }

  .ui-dialog .ui-dialog-content {
    max-height: 80vh;
    overflow-y: auto;
  }

  .ui-dialog-titlebar.mobile-dialog-titlebar {
    border-bottom: 1px solid #E5E7EB !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
