.weekly_schedule {
  margin-bottom: 24px;
}

.weekly_schedule .schedule_select {
  height: 44px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 188.889% */
  margin-right: 10px;
  width: 100%;
}

.weekly_schedule .schedule_select option {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 188.889% */
}

.weekly_schedule .btn {
  width: 115px;
  padding: 9px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 5px;
}

.weekly_schedule .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.weekly_schedule .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/images/tintuc/angle-down.png") no-repeat;
  background-position: right 20px top 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.btn-app {
  display: none !important;
}

.none-result {
  color: #F30000;
  font-size: 16px;
  font-weight: 400;
  background: #FD05050A;
  padding: 10px 24px;
}

.font_16 select {
  font-size: 16px !important;
}

@media screen and (max-width: 769px) {
  .btn-app {
    display: block !important;
  }

  .btn-web {
    display: none !important;
  }
}