/*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");


/* 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;
}


.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;
  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: 12px;
    color: #999;
}




.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{
  .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;
}
.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: 14px;
    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;
}