/*========= abstracts =========*/
/*========= base =========*/
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
html {
  direction: rtl;
}

body {
  font-family: "yekan";
  color: #282828;
  background-color: #F6F6F9;
}

a {
  text-decoration: none;
  color: unset;
}

ul, ol {
  list-style: none;
  padding: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "yekan";
  src: url("../../fonts/Yekan Bakh FA 04 Regular.eot") format("embedded-opentype"), url("../../fonts/Yekan Bakh FA 04 Regular.woff") format("woff"), url("../../fonts/Yekan Bakh FA 04 Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
.bold {
  font-weight: bold;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.la-15x {
  font-size: 1.5rem;
}

.la-19x {
  font-size: 1.9rem;
}

.text--main-color {
  color: #C6188D !important;
}

.text--black {
  color: #282828 !important;
}

.text--danger {
  color: #E8072F !important;
}

.text--mute {
  color: #969696 !important;
}

.text--primary {
  color: #003E9A;
}

.text--success {
  color: #2EB086 !important;
}

.text--blue {
  color: #003E9A !important;
}

.text--warning {
  color: #FFD704 !important;
}

.text--purple {
  color: #7B05D8 !important;
}

.text--small {
  font-size: small;
}

.text--medium {
  font-size: 1.7rem;
}

.text--large {
  font-size: 2.7rem;
}

.text--larger {
  font-size: larger;
}

.text-line-through {
  text-decoration: line-through;
}

.text--bold {
  font-weight: bold;
}

.text-underline {
  position: relative;
}
.text-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text-underline--mute:after {
  background-color: rgba(150, 150, 150, 0.5);
}

.bg--main-color {
  background-color: #C6188D;
}

.bg--gray {
  background-color: #F6F6F9;
}

.border-radius {
  border-radius: .5rem;
}

.position--relative {
  position: relative;
}

.cursor--pointer {
  cursor: pointer;
}

.min-w {
  width: 13rem !important;
}

.text-box {
  line-height: 30px;
}

.product-discount {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../../img/discount-bg.svg");
  background-size: contain;
  width: 56px;
  height: 21px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 575.98px) {
  .min-w {
    width: 5rem !important;
  }
}
.select2-container {
  z-index: 5000;
}

.select2-selection--multiple {
  direction: rtl;
}

.select2-selection .select2-selection--multiple {
  border-radius: .4rem;
  padding: 0 1rem;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  height: 38px !important;
  border-radius: .4rem;
  padding: 0 1rem;
}

.select2-selection__rendered {
  line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #C6188D;
}

.select2-selection--multiple .select2-selection__rendered {
  line-height: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  top: -2px;
}

.select2-selection .select2-selection--multiple {
  min-height: 38px !important;
}

.select2-selection__arrow {
  right: unset;
  left: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  text-align: right;
  line-height: 40px !important;
}

.form-control {
  border: 2px solid #E0E0E0 !important;
  box-shadow: none !important;
  border-radius: .4rem;
}

.form-select {
  border: 2px solid #E0E0E0 !important;
  box-shadow: none !important;
  border-radius: .4rem;
  background-position: left 0.75rem center !important;
  padding: .375rem .75rem .375rem 2.25rem !important;
}

.input-group {
  border: 2px solid #E0E0E0 !important;
  border-radius: .4rem;
  flex-wrap: nowrap !important;
}
.input-group .form-control {
  border: none !important;
  background-color: transparent !important;
}
.input-group-text {
  border-right: 2px solid #E0E0E0 !important;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-radius: .4rem !important;
  background-color: transparent !important;
}

.input-group--search .form-control {
  border: none !important;
  background-color: transparent !important;
  width: 13rem;
}
.input-group--search .input-group--text {
  border: 2px solid #E0E0E0 !important;
  border-radius: .4rem;
}
.input-group--search .input-group-text {
  border: none !important;
  background-color: transparent;
  color: #E0E0E0;
}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

.form-check .form-check-label {
  padding-right: 1.5rem;
}
.form-check .form-check-input {
  float: right !important;
  box-shadow: none !important;
}
.form-check .form-check-input:focus {
  box-shadow: none !important;
}
.form-check .form-check-input:checked {
  background-color: #C6188D !important;
  border-color: #C6188D !important;
}

.form-switch .form-check-input {
  box-shadow: none !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link {
  border: none !important;
  border-bottom-color: #E8072F !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #E8072F !important;
}

.nav-tabs .nav-link {
  color: #282828;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
  background-color: #C6188D;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover {
  background-color: #e842b2 !important;
}

.datepicker-plot-area {
  position: unset !important;
  float: none;
  font-family: "yekan";
  font-size: 19px;
  box-shadow: none !important;
  border-radius: .7rem;
  padding: 1rem .4rem;
  width: max-content;
}
.datepicker-plot-area .datepicker-day-view .table-days tr {
  border: none !important;
}
.datepicker-plot-area .datepicker-day-view .table-days td {
  height: 3rem;
}
.datepicker-plot-area .datepicker-day-view .table-days td > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  border-radius: .4rem;
}

.schedule-program__datepicker .datepicker-plot-area {
  width: unset !important;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
  transform: rotateZ(180deg);
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  transform: rotateZ(180deg);
}

@media only screen and (max-width: 575.98px) {
  .input-group--search {
    margin-bottom: .6rem;
  }
  .input-group--search .form-control {
    width: 10rem;
  }
}
/*========= layouts =========*/
.wrapper {
  display: flex;
}
.wrapper__content {
  width: calc(100vw - 300px);
  margin-right: 300px;
  transition: .3s;
  position: relative;
}
.wrapper__content--login {
  background-color: #fff;
  border-radius: .7rem;
  padding: 1.5em 3rem 2rem;
  width: 34rem;
}
.wrapper--closed-menu .wrapper__content {
  width: calc(100vw - 85px);
  margin-right: 85px;
}
.wrapper--login {
  width: 100vw;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background-image: url("../img/bg-login.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991.98px) {
  .wrapper__content {
    width: 100vw;
    margin-right: unset;
  }
  .wrapper__content--login {
    background-color: #fff;
    border-radius: .7rem;
    padding: 1.5em 1rem 2rem;
    width: 90vw;
  }
  .wrapper--closed-menu .wrapper__content {
    width: 100vw;
    margin-right: unset;
  }
}
header {
  padding: 1rem 0;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
header .nav-item {
  display: flex;
  font-size: 1.1rem;
}
header .clock {
  width: 70px;
  display: block;
}

.sidebar {
  background-color: #ffff;
  height: 100vh;
  width: 300px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .3s;
}
.sidebar ol, .sidebar ul {
  padding: 0 1rem;
}
.sidebar--closed-menu {
  width: 85px;
}
.sidebar--closed-menu .menu-close-disabled {
  display: none;
}
.sidebar--closed-menu .user-info {
  margin-top: 5rem;
}
.sidebar--closed-menu .user-info__img {
  width: 3rem;
  height: 3rem;
}
.sidebar--closed-menu .user-info__name, .sidebar--closed-menu .user-info__role {
  display: none;
}
.sidebar--closed-menu .exit-link__icon {
  margin-right: 12px;
}

.user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.2rem;
}
.user-info__img {
  transition: .3s;
}
.user-info__name {
  margin-top: 1rem;
  color: #C6188D;
}

.exit-link {
  font-size: 1.1rem;
  display: flex;
  width: max-content;
}
.exit-link:hover {
  animation-name: pulse;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.bars {
  position: fixed;
  right: 27px;
  top: 2.2rem;
  color: #969696;
  cursor: pointer;
  z-index: 1000;
  transition: .3s;
}
.bars--clicked {
  color: #C6188D;
}

@media only screen and (max-width: 991.98px) {
  .sidebar {
    width: 100vw;
  }
  .sidebar--closed-menu {
    width: 100vw;
    right: -100vw;
  }
  .sidebar--closed-menu .menu-close-disabled {
    display: none;
  }
  .sidebar--closed-menu .user-info {
    margin-top: 2.2rem;
  }
  .sidebar--closed-menu .user-info__img {
    width: unset;
    height: unset;
  }
  .sidebar--closed-menu .user-info__name, .sidebar--closed-menu .user-info__role {
    display: unset;
  }
  .sidebar--closed-menu .exit-link__icon {
    margin-right: unset;
  }

  .bars {
    top: 1.2rem;
    right: 13px;
  }
  .bars--clicked {
    color: #969696;
  }
}
/*========= components =========*/
.menu {
  height: calc(100vh - 286px);
  overflow-y: scroll;
  scrollbar-width: none;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.menu::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.menu::-webkit-scrollbar-track {
  background: transparent;
}
.menu::-webkit-scrollbar-thumb {
  background: transparent;
}
.menu::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.menu--closed .menu-item__text {
  display: none;
}
.menu--closed .menu-item__angle-icon {
  display: none;
}

.menu-item {
  margin-bottom: .4rem;
}
.menu-item__inner-element {
  padding: .3rem .8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.menu-item__inner-element:hover .menu-item__text {
  padding-right: .7rem;
}
.menu-item__icon {
  color: #969696;
  margin-left: .5rem;
  margin-top: 0.4rem;
}
.menu-item__text {
  transition: .3s;
  color: #282828;
}
.menu-item__angle-icon {
  transform: rotateZ(0deg);
  transition: .3s;
  transform-origin: center;
}
.menu-item--submenu {
  margin-bottom: .4rem;
}
.menu-item--submenu .menu-item__inner-element {
  padding-bottom: 0;
}
.menu-item--submenu .menu-item__icon {
  color: #282828;
}
.menu-item--submenu .menu-submenu {
  display: none;
}
.menu-item--open .menu-item__angle-icon {
  transform: rotateZ(-90deg);
}
.menu-item--active {
  background-color: #C6188D;
  border-radius: .4rem;
}
.menu-item--active .menu-item__text {
  color: #fff;
}
.menu-item--active .menu-item__icon {
  color: #fff;
}

.menu-submenu {
  position: relative;
  padding-top: .7rem;
}
.menu-submenu:before {
  content: "";
  background-color: #E0E0E0;
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 23px;
  top: 0;
}
.menu-submenu__item {
  display: block;
  margin-bottom: .6rem;
  color: #969696;
}
.menu-submenu__item:hover {
  color: #C6188D;
  transition: .3s;
}

.btn {
  border-radius: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border: 2px solid;
  cursor: pointer;
}
.btn:not(.btn--round) .las {
  padding-right: .3rem;
}
.btn--disabled, .btn--disabled:active, .btn--disabled:focus {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
  color: #282828;
  cursor: default;
  pointer-events: none;
}
.btn--white, .btn--white:active, .btn--white:focus {
  background-color: #fff;
  border: none !important;
  color: #282828;
}
.btn--danger, .btn--danger:active, .btn--danger:focus {
  background-color: #E8072F;
  border-color: #E8072F;
  color: #fff;
}
.btn--danger:hover, .btn--danger:active:hover, .btn--danger:focus:hover {
  color: #fff;
  background-color: #cf062a;
}
.btn--secondary, .btn--secondary:active, .btn--secondary:focus {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
  color: #282828;
}
.btn--secondary:hover, .btn--secondary:active:hover, .btn--secondary:focus:hover {
  color: #282828;
  background-color: lightgray;
}
.btn--success, .btn--success:active, .btn--success:focus {
  background-color: #2EB086;
  border-color: #2EB086;
  color: #fff;
}
.btn--success:hover, .btn--success:active:hover, .btn--success:focus:hover {
  color: #fff;
  background-color: #299c77;
}
.btn--main-color, .btn--main-color:active, .btn--main-color:focus {
  background-color: #C6188D;
  border-color: #C6188D;
  color: #fff;
}
.btn--main-color:hover, .btn--main-color:active:hover, .btn--main-color:focus:hover {
  color: #fff;
  background-color: #af157d;
}
.btn--dark, .btn--dark:active, .btn--dark:focus {
  background-color: #353535;
  border-color: #353535;
  color: #fff;
}
.btn--dark:hover, .btn--dark:active:hover, .btn--dark:focus:hover {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.btn--outline-main-color, .btn--outline-main-color:active, .btn--outline-main-color:focus {
  border: 2px solid #C6188D !important;
  color: #282828;
}
.btn--outline-main-color:hover, .btn--outline-main-color:active:hover, .btn--outline-main-color:focus:hover {
  background-color: #C6188D;
  color: #fff !important;
}
.btn--outline-success, .btn--outline-success:active, .btn--outline-success:focus {
  border: 2px solid #2EB086 !important;
  color: #282828;
}
.btn--outline-success:hover, .btn--outline-success:active:hover, .btn--outline-success:focus:hover {
  background-color: #2EB086;
  color: #fff !important;
}
.btn--outline-secondary, .btn--outline-secondary:active, .btn--outline-secondary:focus {
  border: 2px solid #E0E0E0 !important;
  color: #282828;
}
.btn--outline-secondary:hover, .btn--outline-secondary:active:hover, .btn--outline-secondary:focus:hover {
  background-color: #E0E0E0;
  color: #282828 !important;
}
.btn--outline-dark, .btn--outline-dark:active, .btn--outline-dark:focus {
  border: 2px solid #282828 !important;
  color: #282828;
}
.btn--outline-dark:hover, .btn--outline-dark:active:hover, .btn--outline-dark:focus:hover {
  background-color: #282828;
  color: #fff;
}
.btn--outline-light, .btn--outline-light:active, .btn--outline-light:focus {
  border: 2px solid #E0E0E0 !important;
  color: #282828;
}
.btn--outline-light:hover, .btn--outline-light:active:hover, .btn--outline-light:focus:hover {
  background-color: #f2f2f2;
}
.btn--outline-danger, .btn--outline-danger:active, .btn--outline-danger:focus {
  border: 2px solid #E8072F !important;
  color: #282828;
}
.btn--outline-danger:hover, .btn--outline-danger:active:hover, .btn--outline-danger:focus:hover {
  background-color: #E8072F;
  color: #fff !important;
}
.btn--outline-warning, .btn--outline-warning:active, .btn--outline-warning:focus {
  border: 2px solid #FFD704 !important;
  color: #282828;
}
.btn--outline-warning:hover, .btn--outline-warning:active:hover, .btn--outline-warning:focus:hover {
  background-color: #FFD704;
  color: #fff;
}
.btn--round, .btn--round:active, .btn--round:focus {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

th, td {
  vertical-align: middle;
}

tr {
  border-bottom: 2px solid #E0E0E0 !important;
}

tbody tr:last-child {
  border-bottom: none !important;
}

.table-container {
  overflow-x: auto;
}

.table__img {
  width: 6rem;
  height: 4rem;
  object-fit: cover;
}
.table__img--category-banner {
  width: 5rem;
  height: 10rem;
}

@media only screen and (max-width: 991.98px) {
  .table {
    min-width: max-content;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item {
  width: 2.2rem;
  height: 2.2rem;
  background-color: #fff;
  color: #282828;
  border: 2px solid #E0E0E0;
  border-radius: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .3rem;
  transition: .3s;
}
.pagination__item--last, .pagination__item--next {
  width: max-content;
  padding: 0 .5rem;
}
.pagination__item--active {
  background-color: #C6188D;
  color: #fff;
}
.pagination__item:hover {
  background-color: #C6188D;
  color: #fff;
}

.page-title {
  color: #282828 !important;
  display: flex;
  align-items: center;
}
.page-title__text {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: .6rem;
}

.content-box {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
}
.content-box__title {
  white-space: nowrap;
}
.content-box__title--doted {
  padding-right: 1rem;
  position: relative;
}
.content-box__title--doted:after {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: #C6188D;
}
.content-box__content {
  margin-top: 1rem;
}
.content-box__right-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content-box__right-top__item {
  margin: 0 .3rem .3rem;
}

@media only screen and (max-width: 991.98px) {
  .page-title {
    margin-top: 3rem;
  }

  .content-box__right-top {
    margin: 1rem auto 0;
  }
}
.product-img-slider {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-img-slider__item {
  display: block;
  width: 6rem;
  aspect-ratio: 90 / 72;
}
.product-img-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #969696;
  cursor: pointer;
}
.product-img-slider__btn--next {
  right: -1rem;
}
.product-img-slider__btn--prev {
  left: -1rem;
}
.product-img-slider__btn:hover {
  color: #7d7d7d;
}

.product-img-slider-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-img-slider-active img {
  width: 70%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-detail-list {
  padding: .6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product-detail-list__item {
  display: block;
  width: 49%;
  min-width: max-content;
  padding: .6rem .8rem;
  margin: .3rem .5%;
}
.product-detail-list__item--dark {
  background-color: #EBEBEB;
}
.product-detail-list__item--light {
  background-color: #F4F4F4;
}

.uploader {
  border: 2px dashed #E0E0E0;
  border-radius: 1.2rem;
  position: relative;
  height: 200px;
  overflow: hidden;
}
.uploader__input {
  display: none;
}
.uploader__preview {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.uploader__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 90%;
  transition: .3s;
  cursor: pointer;
}
.uploader__content:hover {
  opacity: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.upload-user-profile {
  display: flex;
  align-items: center;
  justify-content: start;
}
.upload-user-profile__input {
  display: none;
}
.upload-user-profile__preview {
  width: 7rem;
  height: 7rem;
  border-radius: 2rem;
  object-fit: cover;
}

.chat-message {
  padding: .6rem;
  border-radius: 1rem;
  width: 90%;
  border: 1px solid #E0E0E0;
}
.chat-message:not(.chat-message:last-child) {
  margin-bottom: 1rem;
}
.chat-message--outgoing {
  background-color: #ededed;
  margin-left: 0;
  margin-right: auto;
}
.chat-message--incoming {
  margin-right: 0;
  margin-left: auto;
}
.chat-message__content {
  padding-top: .6rem;
}
.chat-message__profile-img {
  width: 5rem;
  height: 5rem;
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  object-fit: contain;
}

.chat {
  width: 80%;
  padding: .6rem;
  position: relative;
  margin-bottom: 1rem;
}
.chat--self {
  background-color: #F6F6F9;
  margin-right: 0;
  margin-left: auto;
}
.chat--other {
  background-color: #FFF8EA;
  margin-right: auto;
  margin-left: 0;
}
.chat__date {
  color: #969696;
  position: absolute;
  left: 0;
  top: 100%;
  padding: .6rem 0;
  font-size: .8rem;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: max-content;
  border: 1px solid #E0E0E0;
  border-radius: .6rem;
  overflow: hidden;
}
.counter__input {
  border: none;
  border-right: 1px solid #E0E0E0;
  outline: none !important;
  height: 100%;
  width: 4rem;
  text-align: center;
}
.counter__btn {
  width: 2rem;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.counter__btn:first-child {
  border-bottom: 1px solid #E0E0E0;
}
.counter--disabled {
  background-color: #E0E0E0;
  cursor: default;
  pointer-events: none;
}
.counter--disabled .counter__input {
  background-color: #E0E0E0;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: start;
}
.nav-bar__item {
  margin-left: 1rem;
  padding: .3rem 0 .6rem;
  font-weight: bold;
  color: #282828;
  transition: .3s;
}
.nav-bar__item:hover {
  color: #C6188D;
}
.nav-bar__item--active {
  color: #C6188D;
  position: relative;
}
.nav-bar__item--active:after {
  content: "";
  width: 50%;
  height: .3rem;
  background-color: #C6188D;
  border-radius: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .nav-bar {
    flex-wrap: wrap;
  }
  .nav-bar__item {
    margin-bottom: 1rem;
  }
}
.show-content__content {
  display: none;
}

.show-content__not-content {
  display: block;
}

.show-content .show-content__content {
  display: block;
}
.show-content .show-content__not-content {
  display: none;
}

.schedule-program {
  background-color: #F6F6F9;
  padding: .3rem;
  border-radius: .4rem;
  overflow-x: auto;
  height: 28rem;
}
.schedule-program > div {
  display: flex;
  align-items: start;
  justify-content: start;
  height: 28rem;
  padding: .3rem;
}
.schedule-program__hours {
  width: 6rem;
  margin-bottom: 0;
}
.schedule-program__hours li {
  height: 3rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: start;
}
.schedule-program__programs {
  width: calc(100% - 6rem);
  position: relative;
  margin-bottom: 0;
}
.schedule-program__program {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: .2rem .6rem;
  border-radius: .4rem;
  position: absolute;
  right: 0;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
.schedule-program__program--laser {
  background-color: rgba(198, 24, 141, 0.05);
  color: #C6188D;
}
.schedule-program__program--grid {
  background-color: rgba(0, 62, 154, 0.05);
  color: #003E9A;
}

.scroll {
  scrollbar-width: thin;
  scrollbar-color: #969696 #EDEDED;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 12px;
}
.scroll::-webkit-scrollbar-track {
  background: #EDEDED;
  border-radius: 12px;
}
.scroll::-webkit-scrollbar-thumb {
  background: #969696;
  border-radius: 12px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background: #969696;
}
.scroll--horizontal {
  overflow-x: scroll;
  overflow-y: hidden;
}
.scroll--vertical {
  overflow-y: scroll;
  overflow-x: hidden;
}
.scroll--hidden, .schedule-program__program {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll--hidden::-webkit-scrollbar, .schedule-program__program::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 12px;
}
.scroll--hidden::-webkit-scrollbar-track, .schedule-program__program::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 12px;
}
.scroll--hidden::-webkit-scrollbar-thumb, .schedule-program__program::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 12px;
}
.scroll--hidden::-webkit-scrollbar-thumb:hover, .schedule-program__program::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

/*========= sections =========*/

/*# sourceMappingURL=main.css.map */
