/*import fonts*/
/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900'); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* base display styles for building compomponents */
.inl-flex {
  display: inline-flex !important;
  flex-direction: row;

  &.flex-wrap {
    flex-wrap: wrap;
  }

  &.fd-col {
    flex-direction: column;
  }

  &.al-center {
    align-items: center;
  }

  &.js-center {
    justify-content: center;
  }

  &.js-right {
    justify-content: right;
  }

  &.js-spb {
    justify-content: space-between;
  }
}

.flex {
  display: flex !important;
  flex-direction: row;

  &.flex-wrap {
    flex-wrap: wrap;
  }

  &.fd-col {
    flex-direction: column;
  }

  &.al-center {
    align-items: center;
  }

  &.js-center {
    justify-content: center;
  }

  &.js-right {
    justify-content: right;
  }

  &.js-spb {
    justify-content: space-between;
  }
}

.nav-item {
  margin-bottom: 10px;
}


.handpointer {
  cursor: pointer;
}
#page-container{
   font-family: "Poppins", serif;
}

.site-title {
  display: inline-block;
  font-size: 28px;
  margin-top: 15px;
  color: #ffffff;

  @media screen and (max-width: 992px) {
    display: none;
  }
}

.btn-list-grid {
  @media screen and (max-width: 992px) {
    margin-top: 11px;
  }
}

/* std orange theme for primary buttons */

.btn {
  font-size: 14px;
  border: none;
  border-radius: 28px;
}

.btn-primary {
  /* background-color: rgba(74, 163, 251, 1); */
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: rgba(74, 163, 251, 1);
  outline: 0 !important;
  box-shadow: none;
  color: #fff;
}

.btn-primary:active {
  background-color: rgba(74, 163, 251, 1) !important;
}

/* std blue theme for secondary buttons */

.btn-success {
  background-color: rgba(74, 163, 251, 1);
}

.btn-success:hover,
.btn-success:focus {
  background-color: rgba(74, 163, 251, 1);
  outline: 0 !important;
  box-shadow: none;
}

.btn-success:active {
  background-color: rgba(74, 163, 251, 1) !important;
}

/* std grey theme for unimportant buttons */

.btn-default {
  background-color: white;
  color: #696769;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e1eef8;
  color: #696769;
  outline: 0 !important;
  box-shadow: none;
}

.btn-default:active {
  background-color: rgba(74, 163, 251, 1) !important;
}



/* FORM FIELDS */
.required-field:after {
  content: " *";
  color: red;
}

.form-control {
  height: calc(2.25rem + 9px);
  border: 1px solid #dde3e8;
  font-size: 14px !important;
  border-radius: 1.25rem;
}

::placeholder {
  color: #d4d9dd !important;
  opacity: 1 !important;
  /* Firefox */
  font-size: 14px !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4d9dd !important;
  font-size: 14px !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d4d9dd !important;
  font-size: 14px !important;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(74, 163, 251, 1);
  background-color: #e1e2e8;
}

.form-control:disabled,
.form-control[readonly] {
  border-color: #e1e2e8;
  background-color: #ecedf2;
  color: rgba(37, 37, 41, 0.5);
  cursor: not-allowed;
  opacity: 1;
}

label {
  margin-bottom: 5px;
}


.select2-container--default .select2-selection--multiple {
  border: 2px solid #dde3e8;
  min-height: calc(2.25rem + 9px);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #dde3e8;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ecedf2;
  border: 1px solid #007bff;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 7px;
}

.select2-container--default .select2-selection--single {
  padding-top: 8px;
  height: calc(2.25rem + 9px);
  color: rgba(37, 37, 41, 0.5);
  border: 1px solid #dde3e8;
  font-size: 14px !important;
  border-radius: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
}


.ui-datepicker {
  background-color: #fff;
  z-index: 1060 !important;
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  padding: 0px;
}

.ui-datepicker .ui-icon {
  text-indent: -6px;
}

.ui-datepicker-title {
  font-weight: bold;
}

.ui-datepicker-prev {
  cursor: pointer;
}

.ui-datepicker-next {
  cursor: pointer;
}

/* Datepicker */

.ui-datepicker-dropdown {
  padding: 10px !important;
}

.ui-datepicker>div {
  display: inherit;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: center;
  padding-right: 8px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  text-indent: 1px;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  text-indent: 1px;
}

.ui-datepicker .ui-datepicker-next span {
  left: 35%;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 2.8em;
}

.ui-datepicker td,
.ui-datepicker th {
  width: 30px;
  height: 30px;
}

.ui-datepicker td a {
  color: #696769;
}

.ui-datepicker table tr td.active:hover,
.ui-datepicker table tr td.active:hover:hover,
.ui-datepicker table tr td.active.disabled:hover,
.ui-datepicker table tr td.active.disabled:hover:hover,
.ui-datepicker table tr td.active:active,
.ui-datepicker table tr td.active:hover:active,
.ui-datepicker table tr td.active.disabled:active,
.ui-datepicker table tr td.active.disabled:hover:active,
.ui-datepicker table tr td.active.active,
.ui-datepicker table tr td.active:hover.active,
.ui-datepicker table tr td.active.disabled.active,
.ui-datepicker table tr td.active.disabled:hover.active,
.ui-datepicker table tr td.active.disabled,
.ui-datepicker table tr td.active:hover.disabled,
.ui-datepicker table tr td.active.disabled.disabled,
.ui-datepicker table tr td.active.disabled:hover.disabled,
.ui-datepicker table tr td.active[disabled],
.ui-datepicker table tr td.active:hover[disabled],
.ui-datepicker table tr td.active.disabled[disabled],
.ui-datepicker table tr td.active.disabled:hover[disabled],
.ui-datepicker table tr td.selected,
.ui-datepicker table tr td.selected:hover,
.ui-datepicker table tr td.selected.disabled,
.ui-datepicker table tr td.selected.disabled:hover {
  background-color: #2a58a0 !important;
  color: #ffffff !important;
  background-image: none !important;
  text-shadow: none !important;
}

.ui-datepicker table tr td.today,
.ui-datepicker table tr td.today:hover,
.ui-datepicker table tr td.today.disabled,
.ui-datepicker table tr td.today.disabled:hover {
  background-color: #2a58a0 !important;
  color: #ffffff !important;
  background-image: none !important;
}

.ui-datepicker-inline {
  border: 2px solid darken(#e4e8eb, 5%);
  width: 100%;
}

.ui-datepicker-inline table {
  width: 100%;
}

.ui-datepicker .ui-datepicker-switch:hover,
.ui-datepicker .next:hover,
.ui-datepicker .prev:hover,
.ui-datepicker tfoot tr th:hover,
.ui-datepicker table tr td.day.focused,
.ui-datepicker table tr td.day:hover {
  background: #e4e8eb;
}

.instructor-item-img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.instructor-item-img {
  width: 55px;
  float: left;
}

.instructor-item-info {
  padding-left: 55px;
}

.instructor-item {
  overflow: hidden;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #00000029;
}



.modal-body {
  max-height: 80vh;
  overflow-y: auto;
}

.modal.right .modal-body {
  max-height: unset;
}



.modal-header label {
  color: #fff;
}

/* REPORTS POPUP MODAL BOX */
@media (min-width: 2560px) {
  .modal-dialog {
    margin-top: 6vw;
  }
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}



/* POPUPS */

.modal-content {
  border-radius: 20px;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  /* background: #4aa3fb; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
}

.modal-header .row:nth-child(1) {
  margin-top: -15px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  float: left;
  color: #fff;
  font-size: 17px;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  float: right;
  position: absolute;
  right: 22px;
  margin-top: -17px;
  color: #fff;
  background-color: transparent !important;
  opacity: 1;
}



/* SCHEDULE */

.schedule-add-menu li a {
  padding-left: 10px !important;
  padding-right: 0px !important;
}

.weekday-options {
  margin-top: 8px;
  margin-left: 152px;
  padding-left: 0px;
  padding-right: 0px;
}

.weekday-col {
  display: inline-block;
  padding-left: 4px;
  padding-right: 0px;
}

.weekday-col-hidden {
  visibility: hidden;
  font-size: 1px;
  padding: 0;
  margin: 0;
  height: 0px;
}

/* SCHEDULE DATE PICKER */
.datetimepicker {
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

/* SCHEDULE INSTURCTOR SELECTOR */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2a58a0;
  border: 1px solid #2a58a0;
}

#dialog-content-notes.modal-body {
  padding: 0;
  border-radius: 20px;
}

.form-group {
  margin: 10px 0;
}

.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
}

.form-group input[type="radio"] {
  width: auto;
  margin-top: 0;
  margin-right: 10px;
}

.form-group label {
  font-size: 15px;
  color: #000000;
  font-family: "Poppins", serif;
  font-weight: 400;
}




.ins-sched-grp {
  .btn-default {
    background-color: #e1eef8;
  }

  .selected,
  .btn-default.active {

    color: #fff;
    background: rgba(255, 194, 73, 1);
    outline: 0 !important;
    box-shadow: none;
  }

}

/* Style active steps */
.nav-pills .nav-link.active {
  background-color: transparent;
  color: white;
}

/* Step navigation margins */
.nav-pills {
  margin-bottom: 20px;
}

/* Add margins to buttons */
button {
  margin-top: 10px;
}

.step-nav-item {
  /* background: aliceblue; */
}

.book-modal-body {
  max-height: 90vh;
}

.view-book-modal-body {
  height: 120vh;
}

#availabilityViewModal {
  .modal-lg {
    max-width: 1000px !important;
  }
}

#bookingStepperModal,
#slotPage {
  .fc .fc-view-harness {
    height: 500px !important;
  }

  .modal-lg {
    max-width: 900px;
  }

  .nav-item {
    /* width: 100%; */
    border-radius: 10px;
    text-align: center;
    position: relative;
  }

  .nav {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
  }

  .lines {
    height: 2px;
    width: 100%;
    background: black;
  }

  .line-nav {
    display: flex;
    align-items: center;
    width: 150px;

  }

  .nav-pills .nav-link.active {
    /* background-color: #007bff; */
    color: white;
    border-radius: 10px;
  }

  .nav-link {
    padding: 0;
    position: relative;
  }

}

#confirmationSummary {
  margin: 10px 0;
}

/* Style for the step numbers */
.step-number {
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ddd;
  color: black;
  text-align: center;
  /* line-height: 20px; */
  /* margin-right: 5px; */
  /* margin-top: 20px; */
  align-items: center;
  justify-content: center
    /* margin-right: 5px; */
}

.span-txt {
  position: absolute;
  left: -25px;
  top: 45px;
  text-wrap: nowrap;
  color: black;
  font-weight: 600;
  font-size: 15px;
}

.step-nav-item .nav-link.active .step-number {
  border: 5px solid #E07CFC;
  background: white;
  color: #E07CFC;
  box-shadow: 0 0 4px 2px #E07CFC;

}

.nav-link.active .span-txt {
  color: #E07CFC !important;
}

/* Completed steps will turn green with a checkmark */
.step-number.completed {
  background-color: #369CFE;
  content: "✓";
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.lines {
  height: 2px;
  width: 100%;
  background-color: #ddd;
  /* margin-top: 10px; */
}

.lines.active {
  background-color: #007bff;
  /* Active line color */
}

.fc-v-event .fc-event-main {
  height: auto;

}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.9em;
}

.fc .fc-button-group>*,
.fc-today-button {
  float: left;



}

.label-instructor {
  color: #2A2A2A;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.fc-event {
  background: #4AC053BF !important;

}

.fc-event.availableSched {
  background: #4AC053BF !important;
  opacity: 0.5;

  .fc-event-time {
    display: none !important;
  }
}

.schedule-row {
  display: flex;
  gap: 20px;
}

.slot-buttons {
  background-color: #B0B0B0;
  color: white;
}

.slot-buttons.selected {
  background-color: #4AA3FB !important;
}

.fc-event.muted {
  background-color: #EF6D58BF !important;
  opacity: 1;
  color: #696769 !important;
  cursor: not-allowed;

  .fc-event-time {
    display: none !important;
  }
}

.fc .fc-toolbar-title {
  font-size: 20px !important;
  font-weight: 600;
  margin: 0;
}

.fc-timeGridWeek-button,
.fc-timeGridDay-button {
  display: none !important;
}

/* .fc-button-group {
  left: 670px;
} */

#selectedSlotsTable {

  th,
  td {
    border: 1px solid #dee2e6;
  }
}

.fc-event-time {
  display: none !important;
}

.files-div {
  display: flex;
}

.fc-v-event {
  border: none !important;
}

button:disabled {
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3)) !important;
  color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
  border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3)) !important;
}

.fc-direction-ltr .fc-toolbar>*> :not(:first-child) {
  @media screen and (max-width: 992px) {
    margin-top: 18px;
  }
}

.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
  margin-left: .75em !important;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* background: rgba(0, 0, 0, 0.75); */
  /* Black with opacity */
  display: none;
  /* Hidden by default */
  justify-content: center;
  align-items: center;
  color: #000;
}

.overlay-content {
  text-align: center;
  font-size: 1rem;
  height: 100%;
  padding-top: 5%;
  .header-content{
    margin-bottom: 100px;
  }
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #000;
  border: none;
  padding: 10px;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 5px;
}

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');

body {
  /* background-color: #FFFFFF; */
}

#loader-image {
  width: 100%;
  height: 100px;
  display: flex !important;
  align-items: center !important;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.header-content {
  background-color: #FFFFFF;
  margin-bottom: 30px;

  .header-img {

     width: 200px;
    /* max-width: 100%; */

  }
}

.stepper-contents {
  padding: 15px;
  border: 1px solid #ddd;

  border-radius: 5px;
  margin-bottom: 5px;
  background: #FFFFFF;
  box-shadow: lightgrey 0 0 6px 0px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;

}

.accordion-content {
  border-radius: 5px;
  margin-bottom: 20px;

  input {
    border-radius: 10px;
  }
}

.accordion-content.active {
  display: flex;
  flex-direction: column;

}

.change-btn {
  color: #ff8c00;
  cursor: pointer;
  margin-left: 10px;
}



/* Stepper navigation styles */
.stepper {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  width: 350px;
  margin: 50px auto;
}

.progress-container::before {
  content: '';
  background-color: #e0e0e0;
  position: absolute;
  top: 15px;
  left: 0;
  height: 4px;
  width: 100%;
  z-index: 1;
}

.progress {
  background-color: #3498db;
  position: absolute;
  top: 15px;
  left: 0;
  height: 4px;
  width: 0%;
  z-index: 1;
  transition: 0.4s ease;
}

.step {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 10px;
  color: #777;
  z-index: 2;
  right: 45px;
  bottom: 10px;
  color: #777;
}

.step.active {
  font-weight: bold;
  color: #FFFFFF;
}

.circle {
  background-color: #fff;
  color: #999;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #e0e0e0;
  transition: 0.4s ease;
}

.circle.active {
  border-color: #3498db;
}

.circle.completed::after {
  content: '✓';
  font-size: 18px;
  position: absolute;
  top: 25%;
  left: 21.5%;
  background: #2B977A;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  /* padding: 0 1px; */
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-text {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

.step-text.completed {
  color: #c8c8c8;
  /* Green text for completed steps */
}

.step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  width: 100%;
  height: 2px;
  z-index: 1;
}

.step:last-child::after {
  display: none;
}

.step.active::after,
.step.completed::after {
  background-color: #4caf50;
  /* Green line for active/completed steps */
}

#calendar {
  height: 440px;
  width: 450px;
}


.accordion-header.active {
  background-color: #FFFFFF;
}

.hidden {
  display: none;
}

.fc .fc-button-primary {
  /* background-color: #007bff; */
  background-color: #c8e0f3;
  /* border-color: #007bff; */
  padding: 5px;
}

.selected-date {
  background-color: #007bff;
  /* Change this to your preferred color */
  color: white;
  /* Ensure the text color contrasts well with the background */

}

.bold-700 {
  font-weight: 700;
  font-size: 18px;
  color: #007bff;
}

.rendered-form.formbuilder-embedded-bootstrap .form-group {
  margin-bottom: 0 !important;
}

.rendered-form label {
  font-weight: 500 !important;
}

.checkout-buttons {
  display: flex;
  gap: 20px;
}

.checkout-option-btn {}

.fc .fc-toolbar-title {
  font-size: 14px;
  font-weight: 600;
  color: #696769;
  font-family: "Poppins", sans-serif;
}


.hidden-slot {
  visibility: hidden;
}



/* .step {
  text-align: center;
  position: relative;
  z-index: 2;
right: 45px;
bottom: 10px;
} */





/* To demonstrate progress */
#progressBar {
  width: 0%;
}


.container {
  padding: 20px;
  /* background: #f5f5f5; */
  position: relative;
  bottom: 85px;
}

.paydet {
  bottom: unset;
}

.heading {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
}

/* .course-card {
  background: white;
  border-radius: 30px;
  padding: 25px;
  display: flex;
  gap: 25px;
  max-width: 1000px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
} */





.course-icon svg {
  width: 35px;
  height: 35px;
  fill: #9b51e0;
}

.course-icon{
      height: 100%;
    display: flex;
    img{
      border-radius: 20px;
    }
}
/* .content-section {
  flex-grow: 1;
position: relative;
bottom: 55px;
left: 80px;
} */



.time-slots {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.time-slot {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  font-size: 13px;
}

.time-slot svg {
  width: 16px;
  height: 16px;
  fill: #666;
}

/* .total-duration {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
} */

/* .price {
  font-size: 13px;
  color: #666;
}

.price span {
  color: #ff1493;
  font-weight: 600;
} */

.details-section {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 20px;
  width: 45%;
  position: relative;
  left: 450px;
  bottom: 180px;
}


.course_img {
  width: 150px;
}

.details-heading {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}

.details-list {
  list-style: none;
}

.details-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.details-list li svg {
  width: 18px;
  height: 18px;
  fill: #4CAF50;
  flex-shrink: 0;
  margin-top: 2px;
}





.signsty {
  /* position: relative;
  left: 85px; */
}

.signsty2 {
  position: relative;
  left: 50px;
}

.choosesty {
  position: relative;
  right: 30px;
  color: #3498db;
}

/* DSS-2889 -UI for external Website  */
/* PAGE TITLES */
.page-header-course {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;

}

.page-title-course {
  font-size: 30px;
  font-weight: 600;

  @media screen and (max-width: 992px) {
    font-size: 1.3rem;
  }

}

.page-title-color-Black {
  color: #000000;
}

.page-title-color-voilet {
  color: #C16BD4;
}

/* Available course page */
.courses-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 90px;
}

.course-header {
  margin-right: 50%;
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 26px;
}

.buy-courses {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 30px 0;
}

.courses-card {
  position: relative;
  border-radius: 36px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* padding: 20px; */
  width: 65vw;
}

.course-info {
  display: flex;
  gap: 20px;
  /* margin: 20px 20px 0 20px; */
 margin:  10px 15px 10px 15px;
}

.icon-section {
  /* background: #C26BD2; */
  /* border: 0.8px solid #000000; */
  /* border-radius: 45px; */
  /* box-shadow: 0px 9.79px 20.16px 0px #0000001F; */
  display: flex;
  align-items: start;
  justify-content: center;
  /* width: 74px;
  height: 74px; */
}

.content-section {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
  gap: 4px;
  width: 100%;

  .course-title {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 18.93px;
    color: #2358A1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    label{
      margin-bottom: 0;
    }
  }
}

.session {
  display: flex;
  gap: 50px;

  .session-details {
    display: flex;
    align-items: center;
    gap: 10px;

    img {
      width: 33.93px;
      height: 36.29px;
    }
  }

}

.session-hours {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.classes-time {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 16.83px;
  color: #67748E;

}

.classes-type {
  font-family: "Poppins", serif;
  font-weight: 400;
  color: #67748E;
  font-size: 13.2px;
}

.total-duration {
  /* display: flex; */
  gap: 80px;
  font-family: "Poppins", serif;
  font-weight: 600;

  .duration-name {
    color: #484B4D;
    font-size: 16px;
  }

  .duration-hours {
    color: #4AA3FB;
    font-size: 16px;
  }
}

.price-section {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 17px;
  color: #212121CC;
  margin-top: 5px;
}

.course-amount {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 17px;
  color: #E17CFD;
}

.course-section {
  display: flex;
  gap: 30px;
  flex-direction: column;

}

.course-detail-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* margin-bottom: 30px; */
  font-family: "Poppins", serif;

  .course-detail-heading {
    font-weight: 700;
    font-size: 22.32px;
    margin-bottom: 15px;
  }

  .course-detail-list {
    font-weight: 400;
    font-size: 12.72px;
    line-height: 22.01px;
    text-align: justify;
  }

}

.course-detail-list {
  list-style-type: none;
  display: flex;
  position: relative;
  /* border-radius: 10px; */
  /* border: 1.01px solid #00000024; */
  /* padding: 20px; */
  /* max-width: 462px; */
}

.right-div{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* margin-left: 50px; */
      margin-right: 10px;
  /* flex: 1; */
}
.right-div-1{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
      margin-right: 10px;
  /* flex: 1; */
}

.action-div{
  display: flex
;
  justify-content: space-between;
  align-items: center;

     @media(max-width :800px ){ 
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
}

.buy-now-button {
  display: flex;
  justify-content: flex-end;
}

.buy-now {
  font-family: "Poppins", serif;
  /* background: #4AA3FB; */
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  width: 120px;
  margin-left: 70px;
}

.buy-now:hover {
  background: #1976d2;
}

/*Student-Signup*/
.student-content {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 0 0 90px;

  .student-cart-title {
    color: #67748E;
    font-size: 26px;
  }

}

.student-detail {
  font-family: "Poppins", serif;
  font-weight: 400;
  /* padding: 10px; */
  min-width: 30%;

  .student-detail-next-btn {
    display: flex;
    justify-content: space-between;
  }

  .student-next-btn , .student-back-btn {
    /* flex-direction: row; */
    background: #4AA3FB;
    color: white;
    border: none;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    width: 120px;
    margin-top: 60px;

  }
.student-submit-btn {
    /* flex-direction: row; */
    background: #ff8c00;
    color: white;
    border: none;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    width: 120px;
  }
  .submit-div{
    display: flex;
    justify-content: center;
  }
  .separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }

  .separator hr {
    flex: 1;
    border: none;
    border-top: 1px solid #ccc;
  }

  .separator span {
    padding: 0 10px;
    font-weight: bold;
  }
  .student-back-btn{
    background-color: #dc3545;

  }

  .student-next-btn:hover {
    background: #1976d2;
  }
}

.cart-detail {
  min-width: 10%;
}

.divider {
  border: 1px solid #39333342
}

.cart-group {
  display: flex;
  position: relative;
  border-radius: 5px;
  border: 1.01px solid #00000024;
  padding: 20px;
  /* max-width: 462px; */
  width: 100%;
  font-family: "Poppins", serif;
  margin-top: 25px;

  .cart-price-name {
    color: #67748E;
    font-weight: 500;
  }
}

.cart-img {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;

  #course_image {
    width: 100px;
  }
}

.cart-total-amount {
  display: flex;
  justify-content: space-between;


}

.payment-section {
  font-family: "Poppins", serif;
  margin-left: 20%;
  display: flex;
  flex-direction: column;
  gap: 30px;

  .payment-text {
    display: flex;
    justify-content: flex-start;

  }

  .payment-detail-heading {
    font-size: 26px;
    font-weight: 600;
  }

  .stepper-contents {
    position: relative;
    border-radius: 26px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    max-width: 900px;
  }
}


.stepper-main {
  display: flex;
  justify-content: center;
  align-items: center;
border-bottom: 1px solid lightgray;
    margin: 20px 0;
    padding: 20px;

  .stepper-div{
    margin: auto;
  }

  .line {
    width: calc(50vw - 175px);
    height: 5px;
    background: #e8e8e8;
    display: flex;
    justify-content: center;
    position: absolute;
    margin: 13px;
    margin: 13px 0 0 76px;    

    @media(max-width :990px ){ 
      width: 100% !important;
      max-width: 35%;
    }
    @media(max-width :890px ){ 
      max-width: 39% !important;
    }
    @media(max-width :790px ){ 
      max-width: 45% !important;
    }
    @media(max-width :690px ){ 
      max-width: 47% !important;
    }
    @media(max-width :590px ){ 
      max-width: 56% !important;
    }
    @media(max-width :490px ){ 
      max-width: 50% !important;
    }
  }

  .stps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50vw;
    position: relative; 
    z-index: 1;
    transition: all 0.3s ease;

    .t {
      font-size: 18px;
      background: #2B977A;
      color: white;
      /* padding: 0 1px; */
      display: flex;
      justify-content: center;
      align-items: center;
    }


    .stp {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      .t {
        display: none;
        border: none;
      }

      .lbl {
        margin-top: 10px;
        font-size: 16px;
        color: #999;
        height: 30px;
        width: 160px;
        text-align: center;
        font-weight: 500;
         @media(max-width: 490px){
          width: 100%;
        }
      }
    }

    .stp.done {
      .n {
        display: none;
      }

      .t {
        display: flex;
      }

      .lbl {
        color: #d3d3d3;
      }
    }

    .stp.active {
      .n {
        border-color: #4AA3FB;
        color: #4AA3FB;
      }

      .lbl {
        color: #4AA3FB;
      }
    }

  }

}

#stepperTabs {
  display: none;
}

#slotPage{
  display: flex;
  justify-content: center;
  padding: 50px 0 90px;
}

/* .bookslot button{
  position: absolute;
  right: 100px;

  background: #dc3545;
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  width: 120px;
} */
.bookslot {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
    right: 136px;

  .bookslot-text {
    margin-bottom: 15px;
  }
  .bookslot-text label {
    font-size: 16px;
    color: #495057;
    font-weight: 600;
  }
button{
  /* position: absolute; */
  /* right: 100px; */

  background: #dc3545;
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  width: 120px;
  
}
}

footer {
	z-index: 1000;
	/* show above all other floats, but below LEFT menu */
	/* margin: 35px 0px 0 230px; */
	padding: 0px 15px 0px 15px;
	color: #fff;
	background: #bbb7b7;
	position: fixed;
	bottom: 0px;
	width: 100%;

}

.footer-text {
	text-align: center;
	margin-bottom: 0;
	padding: 8px 0px;

}

footer a {
  color: #fff;
}

a:hover, a:focus {
  outline: 0 !important;
  text-decoration: none;
  color: #297FE8;
}

.page{
  margin-bottom: 100px;
}

.swal2-cancel, .swal2-confirm{
  border-radius: 50px !important;

}

.line1{
  font-size: 14px;;
  color: #333;

}

.line2{
  font-size: 14px;
  color: #333;

}

/* Styling for the search bar container */
.search-bar-container {
  width: 100%;
  max-width: 400px;
  /* margin: 0 auto; */
  padding: 10px;
}

/* Wrapper around the search input and icons */
.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 30px;
  /* padding: 5px; */
}

/* Search icon styling */
.search-icon {
  position: absolute;
  left: 10px;
  font-size: 18px;
  color: #888;
}

/* Clear icon styling */
.clear-icon {
  position: absolute;
  right: 10px;
  font-size: 18px;
  color: #888;
  cursor: pointer;
  display: none; /* Initially hidden */
}

/* Search input field */
.search-input {
  width: 100%;
  padding: 5px 10px;
  padding-left: 30px;  /* To make space for the search icon */
  padding-right: 30px; /* To make space for the clear icon */
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 30px;
}

/* Hover effect on input field */
.search-input:focus {
  border: 1px solid #4CAF50;
}

#clear-search{
  display: none;
}

.row-1{
  display: flex;
  justify-content: space-between;
  align-items: center;

}

#filter-section{
  display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column;
    gap:20px;
    width: 100%;
}
#course-filter-section{
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-direction: column;
  gap:20px;
  width: 100%;
}
.filter-attr {
  display: flex;
  flex-direction: column;

  select{
    width: 300px;
    padding: 5px;
    border-color: #ccc;
    border-radius: 5px;
  }
}

.tab-content{
  width: 80vw;
}
.courses{
  padding-bottom:155px;
}
.empty{
  display: flex
;
  /* align-items: center; */
  justify-content: center;
  padding: 50px;
}
/* filter */
.courses-page{
  margin: auto;
  /* padding: 40px 0px; */
  border-radius: 8px;
}
.webportal-courses-page {
  margin: auto;
  padding: 40px 120px;
  border-radius: 8px;
}
.sidebar {

  /* z-index: 2000; */

  height: 100%;

  float: left;

  display: flex;

  flex-direction: column;

  gap: 25px;
}

.filter-header {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 26px !important;

  line-height: 17.7px;

  color: #112211;
 margin: 0 0 48px 30px;
}
.filter-header-1 {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 26px !important;

  line-height: 17.7px;

  color: #112211;

}
.price-div, .filter-attr {
  display: flex;

  justify-content: flex-start;

  flex-direction: column;

  gap: 6px;

  background-color: rgba(255, 255, 255, 1);

  font-family: Epilogue;

  padding: 20px;

  border-radius: 18px;

  border: 1px solid #00000029;

  .price-label {
    font-weight: 600;

    font-size: 12.36px;

    line-height: 12.67px;
  }

  .slider-container {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    font-size: 12.36px;
    line-height: 12.67px;
  }

  .slider {
    -webkit-appearance: none;

    width: 100%;

    height: 1.19px;

    border-radius: 5px;

    background: #11221169;

    outline: none;

    opacity: 0.9;

    transition: opacity 0.2s;

    position: absolute;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;

    appearance: none;

    width: 14px;

    height: 14px;

    background: #28a745;

    border-radius: 50%;

    cursor: pointer;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .price-values {
    display: flex;

    justify-content: space-between;

    font-family: Epilogue;

    font-weight: 500;

    font-size: 10.94px;

    line-height: 11.22px;
  }
}
.price-inputs {
  padding: 6px 10px;
  border: 1px solid #bbb;
  background: white;
  width: 100%;
  border-radius: 5px;
  font-size: 11px;
}
.search-inputs {
  padding: 10px 12px;
  border: 1px solid #bbb;
  background: white;
  /* width: 400px; */
  border-radius: 5px;
  font-size: 12px;
}

.rating-div,
.experience-div {
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
  flex-direction: column;
  gap: 6px;
  background-color: rgba(255, 255, 255, 1);
  font-family: Epilogue;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #00000029;

  .rating-label,
  .experience-label {
    font-weight: 600;

    font-size: 12.36px;

    line-height: 12.67px;
  }

  .rating-options,
  .experience-options {
    display: flex;
    gap: 5px;
  }

  .rating-options button,
  .experience-options button {
    padding: 6px 10px;

    border: 1px solid #bbb;

    background: white !important;

    cursor: pointer;

    border-radius: 5px;

    font-size: 8.82px;
    margin-top: 0px
  }
/* 
  .rating-options .active,
  .experience-options .active {
    background: #4ac053;

    color: white;
  } */

  .rating-options button.active,
.experience-options button.active {
  background: #4ac053 !important;
  color: white;
  outline: none !important;
}

}

.instructor-div,
.location-div {
  display: flex;

  justify-content: flex-start;

  flex-direction: column;

  gap: 20px;

  background-color: rgba(255, 255, 255, 1);

  font-family: Epilogue;

  padding: 10px 20px;

  border-radius: 18px;

  border: 1px solid #00000029;

  .instructor-header,
  .location-header {
    font-weight: 600;

    font-size: 12px;

    line-height: 35.3px;

    border-bottom: 1px solid #2a2a2a14;
  }

  .checkbox-group {
    gap: 20px;

    display: flex;

    flex-direction: column;
  }

  .checkbox-group input[type="checkbox"] {
    appearance: none;

    width: 19px;

    height: 19px;

    border: 1px solid #28a745;

    border-radius: 3px;

    cursor: pointer;

    position: relative;

    margin-right: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;
  }

  .checkbox-group input[type="checkbox"]:checked {
    background-color: #28a745;
  }

  .checkbox-group input[type="checkbox"]::before {
    content: "\2713";

    font-size: 14px;

    color: white;

    display: none;
  }

  .checkbox-group input[type="checkbox"]:checked::before {
    display: block;
  }

  .checkbox-group label {
    display: flex;
    align-items: center;
    color: #333;
    cursor: pointer;
    font-family: Epilogue;
    font-weight: 400;
    font-size: 13px;
    column-gap: 10px;
  }
}
input {
  outline: none;
}
.search-course {
  position: relative;
}
.remove-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 16px;
  display: none; /* Initially hidden */
}

.search-inputs:not(:placeholder-shown) + .remove-icon {
  display: block; /* Show only when input has text */
}
/* btn-regular */
.ez-btn-bg {
  border: 0.793px solid rgba(0, 0, 0, 0.00);
  background: #4AA3FB;
  color: white;
  outline: none !important;
}
/* button stylings */
.ez-btn{
  border-radius: 15.856px;
  padding: 8px 16px;
  font-family:  "Epilogue", serif;
  line-height: 1;
  
}
.coursse-input{
  gap:10px;
}

/* Responsiveness */
@media(max-width:1228px){
  .bookslot{
    right: 40px;
  }
}
@media(max-width:1024px){
  .fliter-course-div {
    flex-wrap: wrap;
  }
  #filter-section {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;

  }
  #course-filter-section{
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .filter-attr {
  
    select{
      width: 150px;
    }
  }
  .price-div, .rating-div, .experience-div{
    width: 45%;
  }
}
@media(max-width:990px){
  .fliter-course-div, .course-info ,.session {
    flex-wrap: wrap;
  }
  .student-content{
    flex-direction: column;
    margin: 70px;
  }
  .calender-header{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
  .select-course-div{
    width: auto !important;
  }
  .instructor-name-div, .calendar-list-div{
    justify-content: flex-start;
  }
  .bookslot{position:unset; right: 0px;}

  .stepper-main {
    flex-direction: column;
    row-gap: 40px;
  }
  .courses-page{
    padding: 0px !important;
  }
 
  
}

@media(max-width:820px){
  #instructors-details{
    width: 100% !important;
    max-width: 600px !important;
  }
  .instructor-info{
    width: 100%;
    max-width: 350px;
  }
  .webportal-courses-page {
    padding: 0px 50px;
  }
  
}
@media(max-width:790px){
  .stepper-main {
    .stps {
      width: auto;
    }
  }

  .slider-container, .rating-options, .experience-options {
    flex-wrap: wrap;
  }
 
}
@media(max-width:650px){
  #instructors-details{
    width: 100% !important;
    max-width: 500px !important;
  }
  .instructor-info{
    width: 100%;
    max-width: 250px;
  }
  .fc .fc-toolbar-title {
    font-size: 14px !important;
  }
  .row-1 {
    flex-wrap: wrap;
  }
  .filter-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .filter-attr {
      select {
          width: 100px;
      }
  }
 
  
  #instructors-details{
    width: 100%;
    max-width: 350px;
  }
  .js-spb{
    flex-wrap: wrap;
    gap: 20px;
  }
  
  #base-divs{
    flex-wrap: wrap;
    gap: 20px;
  }
  .calendar-btns{
    justify-content: space-between !important;
    width: 100%;
    gap: 0px !important; 
  }
  #selectedSlotsTable {
    width: auto;
  }


}

@media(max-width :490px ){ 
  #course-filter-section {
    flex-direction: column;
  }
  .price-div, .rating-div, .experience-div{
    width: 100%;
  }
}

.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.selected-filter {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: #f0f0f0;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.selected-filter .remove-filter {
  margin-left: 8px;
  font-weight: bold;
  cursor: pointer;
  color: #797878;
  font-size: 12px;
}

.selected-filter .remove-filter:hover {
  color: #636262;
}
.fc .fc-button-group {
  left: 1300px;
}
.fc .fc-col-header-cell-cushion {
      color: #696769 !important;
}
.menu-navs{
justify-content: center;
    display: flex;
    align-items: center;
    gap: 150px;
    height: 565px;
      @media screen and (max-width: 900px) {
    flex-direction: column;
    margin-bottom: 300px;
    height: 100%;
  }

}
.nav-menu-item{
    padding: 15px;
    border: 3px solid #2358A1;
    border-radius: 15px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    text-align: center;
    /* color: #2358A1; */
    color: #ffb85d;
    font-weight: 500;
    font-size: 24px;
    cursor: pointer;
    width: 400px;
    img{
      height: 100px;
    }
}
.nav-menu-item:hover{
  box-shadow: 0 4px 14px 4px rgba(35, 88, 161, 0.5);
}
.header{
  padding:20px 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
}

.home-div{
    height: 60px;
    /* margin-bottom: 45px; */
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 14px;
    background: #2358A1;
  
}
.progress-course-1{
  display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
}
#home_btn{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    /* color: #2358A1; */
}