/* sass:/opt/atlassian/pipelines/agent/build/app/javascript/styles/instructor_discovery.sass */
.flowbite {
}
.flowbite .card {
  border-radius: 12px;
  position: relative;
}
.flowbite .accordion-section .accordion-section-title:hover {
  cursor: pointer;
}
.flowbite .accordion-section .accordion-section-content {
  display: none;
}
.flowbite .accordion-section.active {
  background: #FCFCFD;
}
.flowbite .accordion-section.active .accordion-section-title svg {
  transform: rotate(180deg);
}
.flowbite .accordion-section.active .accordion-section-content {
  display: block;
}
.flowbite .filter-container {
  display: none;
  background: rgba(52, 64, 84, 0.7);
  backdrop-filter: blur(8px);
}
.flowbite .filter-container.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 35;
  overflow-y: auto;
}
.flowbite .filter-container .instructor-discover-filters {
  border-radius: 12px;
  border: 1px solid #E4E7EC;
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .flowbite .filter-container .instructor-discover-filters {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 9999;
    border: 0px;
    border-radius: 0px;
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .flowbite .filter-container .instructor-discover-filters .container-filter-options {
    overflow-y: scroll;
    max-height: 100%;
    padding-bottom: 300px;
  }
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-button-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .language-show-more {
  display: inline;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .language-show-more span {
  text-decoration: underline;
  display: inline-block;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .test-date {
  display: flex;
  flex-direction: column;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .test-date .test-date-button {
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  padding: 10px 14px;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .test-date .test-date-button.calendar-active {
  border-color: #FFBC00;
  box-shadow: 0px 0px 0px 4px #FFECB2;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .test-date .test-date-button.calendar-active svg {
  transform: rotate(180deg);
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .filter-check-list-item {
  border-bottom: 1px solid #E4E7EC;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .filter-check-list-item .date_range {
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .filter-check-list-item .date_range .date_range_button {
  display: flex;
  background: white;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  padding: 10px 14px;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .filter-check-list-item .date_range .date_range_button.calendar-active {
  border-color: #FFBC00;
  box-shadow: 0px 0px 0px 4px #FFECB2;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .filter-check-list-item .date_range .date_range_button.calendar-active svg {
  transform: rotate(180deg);
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .filter-check-list-item label,
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list label.filter-check-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 16px 0;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .filter-check-list-item label .content,
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list label.filter-check-list-item .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .filter-check-list-item label .content input,
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list label.filter-check-list-item .content input {
  margin: 0;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list .filter-check-list-item label .number-badge,
.flowbite .filter-container .instructor-discover-filters .container-filter-options .filter-check-list label.filter-check-list-item .number-badge {
  background: #FFBC00;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E4E7EC;
  padding: 16px 32px;
  background: white;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-actions .filter-badges {
  display: inline;
  line-height: 36px;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-actions .filter-badges .badge {
  margin-right: 6px;
  display: inline-flex;
  gap: 4px;
  background: #E4E7EC;
  border-radius: 16px;
  padding: 2px 8px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-actions .filter-badges .badge:hover {
  cursor: pointer;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-actions a {
  border-radius: 8px;
  padding: 12px 16px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #FFBC00;
}
.flowbite .filter-container .instructor-discover-filters .container-filter-actions a.disabled {
  background: #D0D5DD;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .flowbite .filter-container .instructor-discover-filters .container-filter-actions {
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    flex-direction: column;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .flowbite .filter-container .instructor-discover-filters .container-filter-actions a {
    width: 100%;
  }
}
.flowbite .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.flowbite .filter-header .button-group {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 32px;
}
.flowbite .filter-header .button-group a {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 8px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: white;
  width: 176px;
}
.flowbite .filter-header .button-group a .number-badge {
  background: #E4E7EC;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}
.flowbite .filter-header .button-group .sorting {
  position: relative;
}
.flowbite .filter-header .button-group .sorting .sorting-trigger:has(+ .sorting-dropdown:not(.hidden)) {
  border: 1px solid #FFBC00;
  box-shadow: 0px 0px 0px 4px #FFD966;
}
.flowbite .filter-header .button-group .sorting .sorting-dropdown {
  border: 1px solid #E4E7EC;
  width: max-content;
  position: absolute;
  margin-top: 4px;
}
.flowbite .filter-header .button-group .sorting .sorting-dropdown ul {
  margin: 0;
  list-style: none;
}
.flowbite .filter-header .button-group .sorting .sorting-dropdown ul li input:checked + label {
  background: #F2F4F7;
}
.flowbite .filter-header .button-group .sorting .sorting-dropdown ul li input:checked + label svg {
  visibility: visible;
}
.flowbite .filter-header .button-group .sorting .sorting-dropdown ul li label {
  margin: 4px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  gap: 8px;
  cursor: pointer;
}
.flowbite .filter-header .button-group .sorting .sorting-dropdown ul li label:hover {
  background: #FFE699;
}
.flowbite .filter-header .button-group .sorting .sorting-dropdown ul li label svg {
  visibility: hidden;
}
.flowbite .filter-header .quick-button-group {
  display: flex;
  align-items: center;
  justify-content: start;
}
.flowbite .filter-header .quick-button-group .item {
  width: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 0;
  background: transparent;
}
.flowbite .filter-header .quick-button-group .item.sorting {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #E4E7EC;
}
.flowbite .filter-header .quick-button-group .item .icon {
  height: 40px;
  width: 40px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.flowbite .filter-header .quick-button-group .item.active .icon {
  background: #FFE699;
  color: #FFBC00 !important;
}
.flowbite .filter-header .quick-button-group .item.active .desc {
  color: #101828 !important;
}
@media (max-width: 1023px) {
  .flowbite .filter-header {
    flex-direction: column;
    justify-content: start;
  }
  .flowbite .filter-header .left {
    width: 100%;
    overflow-x: auto;
  }
  .flowbite .filter-header .left .quick-button-group {
    width: max-content;
    padding-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .flowbite .filter-header .button-group {
    gap: 16px;
    width: 100%;
    align-items: space-between;
  }
  .flowbite .filter-header .button-group a {
    width: auto;
  }
  .flowbite .filter-header .button-group .item {
    flex: 0.5 0.5;
  }
  .flowbite .filter-header .button-group .item a {
    width: 100%;
  }
}
.flowbite .instructor-discovery-results {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.flowbite .instructor-discovery-results .instructor-card {
  position: relative;
  padding: 24px;
  background: white;
  margin-top: 12px;
  border-radius: 16px;
  border: 1px solid #E4E7EC;
  width: 280px;
}
.flowbite .instructor-discovery-results .instructor-card .badge {
  width: max-content;
  border-radius: 16px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.flowbite .instructor-discovery-results .instructor-card .badge.gray {
  background: #E4E7EC;
  color: #344054;
}
.flowbite .instructor-discovery-results .instructor-card .badge.green {
  background: #6CE9A6;
  color: #054F31;
}
.flowbite .instructor-discovery-results .instructor-card .desktop-badge-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flowbite .instructor-discovery-results .instructor-card .mobile-badge-group {
  display: none;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group:hover {
  transform: none;
  -webkit-transform: none;
  color: inherit;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group .instructor-avatar {
  border-radius: 50%;
  background: white;
  width: 108px;
  height: 108px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group .instructor-avatar .inner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D0D5DD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group .instructor-avatar .inner img {
  width: 98px;
  object-fit: cover;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group .vehicle-avatar {
  margin-left: -16px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D0D5DD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group .vehicle-avatar .inner {
  margin: auto;
  width: 100%;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group .vehicle-avatar .inner img {
  width: 98px;
  object-fit: cover;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .instructor-description {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .instructor-description .instructor-name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #101828;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .instructor-description .instructor-items {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #475467;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.flowbite .instructor-discovery-results .instructor-card .instructor-infos .instructor-description .instructor-price {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #101828;
}
.flowbite .instructor-discovery-results .instructor-card .action-buttons {
  width: 100%;
  padding: 0px;
  color: #101828;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.flowbite .instructor-discovery-results .instructor-card .action-buttons a {
  display: block;
  text-align: center;
}
.flowbite .instructor-discovery-results .instructor-card .action-buttons a:hover,
.flowbite .instructor-discovery-results .instructor-card .action-buttons a:focus {
  color: inherit;
}
.flowbite .instructor-discovery-results .instructor-card .action-buttons .book-now-button {
  margin-bottom: 12px;
  width: 100%;
}
.flowbite .instructor-discovery-results .instructor-card .action-buttons .book-now-button a {
  width: 100%;
  border-radius: 8px;
  padding: 8px;
  background: #FFBC00;
}
.flowbite .instructor-discovery-results .instructor-card .action-buttons .info-buttons {
  display: flex;
  gap: 8px;
}
.flowbite .instructor-discovery-results .instructor-card .action-buttons .info-buttons a {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  padding: 8px;
  background: white;
}
@media (max-width: 767px) {
  .flowbite .instructor-discovery-results {
    flex-direction: column;
    gap: 24px;
  }
  .flowbite .instructor-discovery-results .instructor-card {
    padding: 16px;
    margin-top: 0px;
    width: 100%;
  }
  .flowbite .instructor-discovery-results .instructor-card .desktop-badge-group {
    display: none;
  }
  .flowbite .instructor-discovery-results .instructor-card .mobile-badge-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .flowbite .instructor-discovery-results .instructor-card .instructor-infos {
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group {
    flex-direction: column;
    gap: 8px;
  }
  .flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group .instructor-avatar {
    border: none;
    width: 100px;
    height: 100px;
  }
  .flowbite .instructor-discovery-results .instructor-card .instructor-infos .avatar-group .vehicle-avatar {
    display: none;
  }
  .flowbite .instructor-discovery-results .instructor-card .instructor-infos .instructor-description {
    text-align: left;
    align-items: flex-start;
  }
  .flowbite .instructor-discovery-results .instructor-card .instructor-infos .instructor-description .instructor-name {
    font-size: 22px;
    line-height: 30px;
  }
  .flowbite .instructor-discovery-results .instructor-card .instructor-infos .instructor-description .instructor-items {
    text-align: left;
    align-items: flex-start;
  }
  .flowbite .instructor-discovery-results .instructor-card .instructor-infos .instructor-description .instructor-price {
    font-size: 16px;
    line-height: 24px;
  }
}
.flowbite .daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E4E7EC;
  width: min-content;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  z-index: 5;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.flowbite .daterangepicker.static-calendar {
  position: static;
}
.flowbite .daterangepicker.opensleft:before {
  right: 9px;
}
.flowbite .daterangepicker.opensleft:after {
  right: 10px;
}
.flowbite .daterangepicker.openscenter:before,
.flowbite .daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.flowbite .daterangepicker.opensright:before {
  left: 9px;
}
.flowbite .daterangepicker.opensright:after {
  left: 10px;
}
.flowbite .daterangepicker.drop-up {
  margin-top: -7px;
}
.flowbite .daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.flowbite .daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.flowbite .daterangepicker.single .daterangepicker .ranges,
.flowbite .daterangepicker.single .drp-calendar {
  float: none;
}
.flowbite .daterangepicker.single .drp-selected {
  display: none;
}
.flowbite .daterangepicker.show-calendar .drp-calendar,
.flowbite .daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.flowbite .daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.flowbite .daterangepicker .drp-calendar {
  display: none;
}
.flowbite .daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.flowbite .daterangepicker .drp-calendar.right {
  padding: 8px;
}
.flowbite .daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.flowbite .daterangepicker .calendar-table {
  background-color: #fff;
}
.flowbite .daterangepicker .calendar-table .next span,
.flowbite .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.flowbite .daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.flowbite .daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.flowbite .daterangepicker .calendar-table th,
.flowbite .daterangepicker .calendar-table td {
  height: 40px;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
.flowbite .daterangepicker .calendar-table td {
  padding: 2px 0;
}
.flowbite .daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.flowbite .daterangepicker td.available:hover .date-cell .date-cell-inner,
.flowbite .daterangepicker th.available:hover .date-cell .date-cell-inner {
  background-color: #F2F4F7;
  color: inherit;
}
.flowbite .daterangepicker td.week,
.flowbite .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.flowbite .daterangepicker td:first-child .date-cell {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.flowbite .daterangepicker td:last-child .date-cell {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.flowbite .daterangepicker td {
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  color: #344054;
  border-color: transparent;
}
.flowbite .daterangepicker td .date-cell {
  position: relative;
  width: 40px;
  height: 40px;
}
.flowbite .daterangepicker td .date-cell .date-cell-inner {
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
  border-radius: 50%;
}
.flowbite .daterangepicker td.today .date-cell .date-cell-inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FFBC00;
}
.flowbite .daterangepicker td.in-range {
  color: #CC9900;
}
.flowbite .daterangepicker td.in-range .date-cell {
  background-color: #FFE699;
}
.flowbite .daterangepicker td.in-range .date-cell .date-cell-inner {
  font-weight: 500;
}
.flowbite .daterangepicker td.active {
  color: #101828;
}
.flowbite .daterangepicker td.active .date-cell .date-cell-inner {
  font-weight: 500;
  border-radius: 50%;
  background-color: #FFBC00;
  color: #fff;
}
.flowbite .daterangepicker td.start-date {
  color: #101828;
}
.flowbite .daterangepicker td.start-date .date-cell {
  background-color: #FFE699;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.flowbite .daterangepicker td.start-date .date-cell .date-cell-inner {
  font-weight: 500;
}
.flowbite .daterangepicker td.end-date {
  font-weight: 500;
  color: #101828;
}
.flowbite .daterangepicker td.end-date .date-cell {
  background-color: #FFE699;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.flowbite .daterangepicker td.end-date .date-cell .date-cell-inner {
  font-weight: 500;
}
.flowbite .daterangepicker td.ends .date-cell {
  display: none;
}
.flowbite .daterangepicker td.off {
  color: #667085;
}
.flowbite .daterangepicker td.off .date-cell .date-cell-inner {
  background-color: transparent;
  color: #999;
}
.flowbite .daterangepicker td.off.in-range .date-cell,
.flowbite .daterangepicker td.off.start-date .date-cell,
.flowbite .daterangepicker td.off.end-date .date-cell {
  background-color: transparent;
  color: #999;
}
.flowbite .daterangepicker th.month {
  width: auto;
}
.flowbite .daterangepicker td.disabled,
.flowbite .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
}
.flowbite .daterangepicker select.monthselect,
.flowbite .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.flowbite .daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.flowbite .daterangepicker select.yearselect {
  width: 40%;
}
.flowbite .daterangepicker select.hourselect,
.flowbite .daterangepicker select.minuteselect,
.flowbite .daterangepicker select.secondselect,
.flowbite .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.flowbite .daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.flowbite .daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.flowbite .daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.flowbite .daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.flowbite .daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.flowbite .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.flowbite .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.flowbite .daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.flowbite .daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.flowbite .daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.flowbite .daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.flowbite .daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.flowbite .daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.flowbite .daterangepicker .ranges li:hover {
  background-color: #eee;
}
.flowbite .daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .flowbite .daterangepicker {
    width: max-content;
    direction: ltr;
    text-align: left;
  }
  .flowbite .daterangepicker .ranges ul {
    width: 140px;
  }
  .flowbite .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .flowbite .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .flowbite .daterangepicker.single .ranges,
  .flowbite .daterangepicker.single .drp-calendar {
    float: left;
  }
  .flowbite .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .flowbite .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .flowbite .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .flowbite .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .flowbite .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .flowbite .daterangepicker .ranges,
  .flowbite .daterangepicker .drp-calendar {
    float: left;
  }
}
/*# sourceMappingURL=/assets/instructor_discovery.css.map */
