.swal-text {
  font-size: 14px; }

#corona-test .question-blocks .question-block {
  display: none; }
  #corona-test .question-blocks .question-block:nth-child(1) {
    display: block; }
  #corona-test .question-blocks .question-block .question-count {
    margin-bottom: 10px; }
  #corona-test .question-blocks .question-block .question-title {
    margin-bottom: 10px;
    height: 150px;
    position: relative; }
    #corona-test .question-blocks .question-block .question-title .question-content {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #corona-test .question-blocks .question-block .question-answer .btn {
    height: 50px; }
    #corona-test .question-blocks .question-block .question-answer .btn.btn-light {
      border-bottom: 2px solid #cccccc; }

.content-planner {
  background: #f0f3f5 !important; }
  .content-planner .planning {
    margin-top: 100px !important;
    max-height: calc(100vh - (100px + 75px)) !important;
    padding: 15px !important;
    background: #f0f3f5 !important; }
    @media screen and (min-height: 800px) and (max-width: 450px) {
      .content-planner .planning {
        max-height: calc(100vh - (100px + 100px)) !important; } }
    .content-planner .planning:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      border: none !important; }
    .content-planner .planning .closed-lessons {
      background: #e8e8e8;
      padding: 10px;
      margin-bottom: 15px;
      text-align: center; }
    .content-planner .planning .planner-box {
      height: 126px;
      padding: 20px 0;
      background: #fff;
      border: 1px solid #e8e8e8;
      margin-bottom: 15px;
      cursor: pointer;
      transition: all 0.05s; }
      .content-planner .planning .planner-box .date-time {
        width: 100px;
        float: left;
        height: calc(126px - 40px);
        text-align: center; }
        .content-planner .planning .planner-box .date-time .box-timestamp {
          font-weight: bold;
          color: #404040;
          font-size: 16px; }
        .content-planner .planning .planner-box .date-time .box-duration {
          color: rgba(13, 13, 13, 0.5);
          font-size: 13px; }
      .content-planner .planning .planner-box .lesson-information {
        padding: 0 30px 0 0; }
        .content-planner .planning .planner-box .lesson-information .lesson-name {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #000000;
          font-size: 16px;
          margin-bottom: 2px; }
        .content-planner .planning .planner-box .lesson-information .lesson-location, .content-planner .planning .planner-box .lesson-information .lesson-instructor {
          font-size: 12px;
          height: 18px;
          color: rgba(13, 13, 13, 0.5);
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .content-planner .planning .planner-box .lesson-information .lesson-spots {
          margin-top: 5px;
          color: #0090ff;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .content-planner .planning .planner-box.reserved {
        border: 1px solid #8bc34a; }
        .content-planner .planning .planner-box.reserved .box-timestamp {
          color: #8bc34a !important; }
        .content-planner .planning .planner-box.reserved .lesson-name {
          color: #8bc34a !important; }
        .content-planner .planning .planner-box.reserved .lesson-spots {
          color: #8bc34a !important; }
      .content-planner .planning .planner-box.full .lesson-spots {
        color: red !important; }
      .content-planner .planning .planner-box.is-hold {
        border: 1px solid #0090ff;
        transition: all 0.2s; }

#planModal.active .modal-content {
  height: 385px !important; }
#planModal .custom-box {
  height: 126px !important;
  padding: 20px 0;
  background: #fff !important;
  border: 1px solid #0090ff !important;
  border-radius: 0 !important;
  transition: all 0.05s;
  box-shadow: none !important; }
  #planModal .custom-box .date-time {
    width: 100px;
    float: left;
    height: calc(126px - 40px);
    text-align: center; }
    #planModal .custom-box .date-time .box-timestamp {
      font-weight: bold;
      color: #404040;
      font-size: 16px; }
    #planModal .custom-box .date-time .box-duration {
      color: rgba(13, 13, 13, 0.5);
      font-size: 13px; }
  #planModal .custom-box .lesson-information {
    padding: 0 30px 0 0; }
    #planModal .custom-box .lesson-information .lesson-name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #000000;
      font-size: 16px;
      margin-bottom: 2px; }
    #planModal .custom-box .lesson-information .lesson-location, #planModal .custom-box .lesson-information .lesson-instructor {
      font-size: 12px;
      height: 18px;
      color: rgba(13, 13, 13, 0.5);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #planModal .custom-box .lesson-information .lesson-spots {
      margin-top: 5px;
      color: #0090ff;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  #planModal .custom-box.reserved {
    border: 1px solid #8bc34a; }
    #planModal .custom-box.reserved .box-timestamp {
      color: #8bc34a !important; }
    #planModal .custom-box.reserved .lesson-name {
      color: #8bc34a !important; }
    #planModal .custom-box.reserved .lesson-spots {
      color: #8bc34a !important; }
  #planModal .custom-box.full .lesson-spots {
    color: red !important; }
  #planModal .custom-box.is-hold {
    border: 1px solid #0090ff;
    transition: all 0.2s; }

.day-selection-box {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 995;
  transition: all 0.4s;
  overflow: hidden;
  bottom: calc(100% - 150px);
  background: #fff;
  border-bottom: 1px solid #e8e8e8; }
  .day-selection-box .button-wrapper .triple-column {
    float: left;
    line-height: 50px;
    color: #404040;
    border-radius: 50%;
    transition: background 0.4s; }
    .day-selection-box .button-wrapper .triple-column.prev-column {
      text-align: center;
      width: 50px;
      cursor: pointer; }
    .day-selection-box .button-wrapper .triple-column.date-column {
      text-align: center;
      font-weight: bold;
      font-size: 12px;
      width: calc(100% - 100px);
      text-transform: uppercase; }
    .day-selection-box .button-wrapper .triple-column.next-column {
      text-align: center;
      width: 50px;
      cursor: pointer; }
    .day-selection-box .button-wrapper .triple-column.is-hold {
      background: #e8e8e8;
      transition: background 0.01s; }

.filter-box .filters .selected-holder:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 47px;
  right: 33px; }
.filter-box .filters .selected-holder select {
  background: white !important;
  box-shadow: none !important;
  border: 1px solid #ced4da !important; }
.filter-box .filters select, .filter-box .filters option {
  -webkit-appearance: none; }

.page-personal .planning {
  padding: 0 15px 15px 15px !important; }
  .page-personal .planning:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none !important; }
  .page-personal .planning .planner-box {
    height: 100px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.05s; }
    .page-personal .planning .planner-box .date-time {
      width: 75px;
      float: left;
      height: calc(126px - 40px);
      text-align: center; }
      .page-personal .planning .planner-box .date-time .box-timestamp {
        font-weight: bold;
        color: #404040;
        font-size: 16px; }
      .page-personal .planning .planner-box .date-time .box-duration {
        color: rgba(13, 13, 13, 0.5);
        font-size: 13px; }
    .page-personal .planning .planner-box .lesson-information {
      padding: 0 30px 0 0; }
      .page-personal .planning .planner-box .lesson-information .lesson-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000000;
        font-size: 16px;
        margin-bottom: 2px; }
      .page-personal .planning .planner-box .lesson-information .lesson-location, .page-personal .planning .planner-box .lesson-information .lesson-instructor {
        font-size: 12px;
        height: 18px;
        color: rgba(13, 13, 13, 0.5);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .page-personal .planning .planner-box .lesson-information .lesson-spots {
        color: #0090ff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .page-personal .planning .planner-box.reserved {
      border-left: 3px solid #8bc34a; }
      .page-personal .planning .planner-box.reserved .box-timestamp {
        color: #8bc34a !important; }
      .page-personal .planning .planner-box.reserved .lesson-name {
        color: #8bc34a !important; }
      .page-personal .planning .planner-box.reserved .lesson-spots {
        color: #8bc34a !important; }
    .page-personal .planning .planner-box.full .lesson-spots {
      color: red !important; }
    .page-personal .planning .planner-box.is-hold {
      border: 1px solid #0090ff;
      transition: all 0.2s; }

.content-blog-view .blog-wrapper {
  padding: 0 !important; }
  .content-blog-view .blog-wrapper .image-wrapper {
    position: relative; }
    .content-blog-view .blog-wrapper .image-wrapper a {
      position: absolute;
      top: 20px;
      left: 20px;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 5px;
      padding: 5px 20px;
      color: black !important;
      z-index: 9999; }
    .content-blog-view .blog-wrapper .image-wrapper img {
      width: 100%;
      height: 40vh !important;
      border-radius: 0 !important;
      box-shadow: none !important; }
    .content-blog-view .blog-wrapper .image-wrapper .background-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }
    .content-blog-view .blog-wrapper .image-wrapper h3 {
      width: calc(100% - 40px);
      position: absolute;
      left: 20px;
      bottom: 20px;
      color: #fff;
      margin: 0; }
  .content-blog-view .blog-wrapper .blog-content .blog-stats {
    padding: 0 20px;
    margin-top: 20px; }
  .content-blog-view .blog-wrapper .blog-content-wrapper {
    padding: 0 20px; }

.blog-box .background-image {
  transition: all 0.2s !important; }
.blog-box.is-hold {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.16) !important; }
  .blog-box.is-hold .background-image {
    transform: scale(0.92);
    overflow: hidden;
    width: 75vw;
    height: 350px;
    transition: all 0.2s; }

.post.is-hold {
  background: #fdfdfd !important; }

.install-else .install-banner #cancel-prompt {
  color: #fff;
  background-color: #bababa;
  border-color: #bababa;
  -webkit-box-shadow: 0 2px 6px 0 rgba(38, 38, 38, 0.5);
  box-shadow: 0 2px 6px 0 rgba(38, 38, 38, 0.5);
  -webkit-box-shadow: 0 2px 6px 0 rgba(38, 38, 38, 0.5);
  box-shadow: 0 2px 6px 0 rgba(38, 38, 38, 0.5); }

/* C H A N G E = */
.planner-box {
  position: relative !important; }
  .planner-box .change-is-bars {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .planner-box .change-is-bars div {
      height: 4px;
      float: left; }
      .planner-box .change-is-bars div:nth-child(1) {
        background: #ffc60a !important;
        width: 13%; }
      .planner-box .change-is-bars div:nth-child(2) {
        background: #f78d20 !important;
        width: 7%; }
      .planner-box .change-is-bars div:nth-child(3) {
        background: #e61d5d !important;
        width: 9%; }
      .planner-box .change-is-bars div:nth-child(4) {
        background: #e863a3 !important;
        width: 4%; }
      .planner-box .change-is-bars div:nth-child(5) {
        background: #c7298f !important;
        width: 8%; }
      .planner-box .change-is-bars div:nth-child(6) {
        background: #612e8f !important;
        width: 5%; }
      .planner-box .change-is-bars div:nth-child(7) {
        background: #008cd1 !important;
        width: 7%; }
      .planner-box .change-is-bars div:nth-child(8) {
        background: #03b8f0 !important;
        width: 5%; }
      .planner-box .change-is-bars div:nth-child(9) {
        background: #0aad99 !important;
        width: 12%; }
      .planner-box .change-is-bars div:nth-child(10) {
        background: #058760 !important;
        width: 12%; }
      .planner-box .change-is-bars div:nth-child(11) {
        background: #abd138 !important;
        width: 9%; }
      .planner-box .change-is-bars div:nth-child(12) {
        background: #e5dd23 !important;
        width: 9%; }

.content-deals .coupon-list {
  padding: 15px; }
  .content-deals .coupon-list .deal-coupon {
    padding: 10px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px; }
    .content-deals .coupon-list .deal-coupon #expired-text {
      display: none; }
    .content-deals .coupon-list .deal-coupon.expired-coupon {
      background: #eaeaea;
      box-shadow: none; }
      .content-deals .coupon-list .deal-coupon.expired-coupon.is-hold {
        background: #eaeaea; }
      .content-deals .coupon-list .deal-coupon.expired-coupon #expired-text {
        display: inline-block;
        color: #e86969; }
    .content-deals .coupon-list .deal-coupon.is-hold {
      background: #fcfcfc; }
    .content-deals .coupon-list .deal-coupon .coupon-header {
      height: 50px;
      margin-bottom: 10px; }
      .content-deals .coupon-list .deal-coupon .coupon-header .coupon-img {
        float: left;
        width: 75px;
        height: 50px;
        margin-right: 10px; }
        .content-deals .coupon-list .deal-coupon .coupon-header .coupon-img img {
          width: 75px;
          height: 50px;
          border-radius: 5px;
          overflow: hidden;
          object-fit: cover;
          object-position: 50%, 50%; }
      .content-deals .coupon-list .deal-coupon .coupon-header .coupon-title-wrap {
        float: left;
        width: calc(100% - 85px); }
        .content-deals .coupon-list .deal-coupon .coupon-header .coupon-title-wrap .coupon-title {
          font-weight: bold; }
    .content-deals .coupon-list .deal-coupon .coupon-body {
      margin-bottom: 10px; }

#dealModal {
  margin-top: 100px; }
  #dealModal .coupon-timer {
    display: none; }
  #dealModal.used-deal #coupon-description,
  #dealModal.used-deal #coupon-date {
    display: none; }
  #dealModal.used-deal .coupon-timer {
    display: block; }
    #dealModal.used-deal .coupon-timer #timer-time {
      font-size: 30px; }
  #dealModal .modal-body {
    padding: 0 0 15px 0; }
    #dealModal .modal-body .coupon-image img {
      border-radius: .3em .3em 0 0;
      width: 100%;
      height: 130px;
      object-fit: cover;
      object-position: 50%, 50%; }
    #dealModal .modal-body #coupon-name {
      text-align: center;
      font-weight: bold; }
    #dealModal .modal-body #coupon-sale {
      color: green; }
    #dealModal .modal-body #coupon-description {
      padding: 0 15px; }
    #dealModal .modal-body #coupon-date {
      padding: 0 15px; }

/*# sourceMappingURL=style.css.map */
