﻿.PA-Find-form .head-title h1 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 0px; }

.PA-Find-form .head-title p {
  font-size: 18px;
  text-align: center;
  margin-top: 6px; }

.PA-Find-form .form .box {
  background-color: #fff;
  padding: 26px 16px;
  border-radius: 9px;
  border: 2px solid #4B89DC;
  text-align: center; }
  .PA-Find-form .form .box label {
    font-weight: bold;
    margin-bottom: 16px; }
  @media (min-width: 768px) {
    .PA-Find-form .form .box {
      width: 326px;
      margin: auto; } }

.PA-Find-form .radio_filter.horizontal {
  display: flex;
  justify-content: center; }

.PA-Find-form .radio_filter.horizontal .radio {
  display: inline-block;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px; }
  .PA-Find-form .radio_filter.horizontal .radio span {
    margin: auto;
    display: block;
    font-weight: bold; }

.PA-Find-form .radio_filter input[type=radio] + label {
  min-width: inherit;
  background-color: none;
  padding: 0px;
  /*width: 34px;
    height: 34px;*/ }

.PA-Find-form .radio_filter input[type=radio] {
  display: none; }

.PA-Find-form .radio_filter input[type=radio]:checked + label {
  color: #fff; }
  .PA-Find-form .radio_filter input[type=radio]:checked + label img.active {
    display: block; }
  .PA-Find-form .radio_filter input[type=radio]:checked + label img.unactive {
    display: none; }

.PA-Find-form .form-group {
  display: flex;
  flex-direction: column;
  /*padding-left: 50px;
  padding-right: 50px; */

}
  .PA-Find-form .form-group.has-error input, .PA-Find-form .form-group.has-error select {
    border-color: #C64643; }
  .PA-Find-form .form-group select {
    text-align: center !important;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center; }

.PA-Find-form .button {
  border-color: #C64643;
  background-color: #F55753;
  color: #fff; }

input, select {
  font-family: Prompt;
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.21428571em;
  padding: .6em 1em;
  background: #fff;
  border: 2px solid #6DC0F9;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2rem;
  -webkit-transition: border-color .1s ease,-webkit-box-shadow .1s ease;
  transition: border-color .1s ease,-webkit-box-shadow .1s ease;
  transition: box-shadow .1s ease,border-color .1s ease;
  transition: box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 9px;
  text-align: center; }

.hide {
  display: none; }

#Button_submit {
  display: none; }

.select-mode {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: -webkit-fill-available;
  padding: 16px;
  background-color: #EFEFEF;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .select-mode {
      position: inherit;
      height: inherit; } }
  .select-mode .head {
    padding: 9px 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .select-mode .head i.icon, .select-mode .head i {
      font-size: 27px;
      color: #929497;
      margin-top: 6px;
      width: 23.6px; }
    .select-mode .head h4 {
      margin: 0px;
      font-size: 23px;
      font-family: "Mitr", sans-serif;
      font-weight: normal;
      color: #3F4347; }
  .select-mode .item-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0px;
    height: 86vh;
    overflow-y: scroll; }
    @media (min-width: 768px) {
      .select-mode .item-list {
        height: 40vh; } }
    .select-mode .item-list > li {
      padding: 12px 0;
      text-align: center;
      background-color: #6DC0F9;
      font-weight: bold;
      font-family: "Mitr", sans-serif;
      color: #fff;
      border-radius: 6px;
      margin-bottom: 13px;
      font-size: 18px;
      transition: box-shadow ease 0.3s;
      transition: background-color ease 0.3s;
      transition: color ease 0.3s;
      transition: border ease 0.3s;
      border: 0.5px solid #fff; }
      .select-mode .item-list > li:hover {
        background-color: #4B89DC;
        border: 0.5px solid #6DC0F9;
        color: #fff;
        box-shadow: 5px 3px 12px 0px rgba(0, 0, 0, 0.29); }
      .select-mode .item-list > li.selected {
        background-color: #00CC00;
        border: 0.5px solid #009900;
        color: #fff; }
  .select-mode.day .item-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: initial; }
    .select-mode.day .item-list > li {
      width: 13.7%;
      padding: 20px 0; }
      @media (min-width: 768px) {
        .select-mode.day .item-list > li {
          width: 13%; } }
