li {
  list-style: none; }

a {
  text-decoration: none !important; }

.header_timeContainer {
  width: 150px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url(assets/img/bg_time.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 38px 0; }
  @media screen and (max-width: 480px) {
    .header_timeContainer {
      display: none; } }
  .header_timeContainer span {
    font-size: 20px;
    display: block; }
.header_menuContainer {
  width: 380px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 0;
  background-image: url(assets/img/bg_menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 14px;
  padding: 16px 0 30px 0; }
  @media screen and (max-width: 480px) {
    .header_menuContainer {
      width: 320px;
      height: 50px;
      padding: 10px 0 30px 0; } }
  .header_menuContainer ul {
    padding-left: 40px;
    margin: 0; }
    @media screen and (max-width: 480px) {
      .header_menuContainer ul {
        padding-left: 20px; } }
  .header_menuContainer .icon {
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 50% 0px;
    padding-top: 3px;
    margin-right: 5px; }
    @media screen and (max-width: 480px) {
      .header_menuContainer .icon {
        font-size: 12px; } }

.modal_wrap input {
  display: none; }

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0); }
  @media screen and (max-width: 480px) {
    .modal_overlay {
      background: rgba(0, 0, 0, 0.7);
      padding-top: 40px; } }
  .modal_overlay h2 {
    text-align: center;
    color: #fff; }

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

.modal_content {
  align-self: flex-start;
  width: 60%;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: linear-gradient(rgba(28, 147, 147, 0.6), rgba(24, 23, 23, 0.6));
  color: #333;
  line-height: 1.4em;
  transform: translateY(-100%);
  transition: 0.5s;
  border: 3px solid #DDC778;
  border-radius: 20px; }
  @media screen and (max-width: 480px) {
    .modal_content {
      width: 90%; } }
  .modal_content img {
    width: 100%; }

.close_button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 34px;
  cursor: pointer;
  color: #fff;
  background-color: #65c1bd;
  padding: 12px;
  border-radius: 10px; }

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px); }

.open_button {
  background-repeat: no-repeat;
  padding-top: 40px;
  background-position: 50% 0px; }

.open_camera {
  background-image: url(assets/img/icon_camera.png);
  background-size: 36px;
  background-repeat: no-repeat;
  display: block;
  padding-top: 36px;
  background-position: 50% 0px; }

.open_prof {
  background-image: url(assets/img/icon_prof.png);
  background-size: 30px; }

.open_use {
  background-image: url(assets/img/icon_beginner.png);
  background-size: 22px; }

.open_other {
  background-image: url(assets/img/icon_gear.png);
  background-size: 33px; }

.btn_switch {
  width: 63px;
  display: inline-block;
  color: #fff; }
  .btn_switch p {
    margin: 0; }

#btn_switch_camera {
  width: 78%; }

.modal_prof ul {
  padding: 0; }
.modal_prof li {
  background-color: #fff;
  color: #01605D;
  border-radius: 10px;
  margin-bottom: 20px; }
.modal_prof .prof_category {
  width: 20%;
  display: inline-block;
  background-color: #01605D;
  color: #fff;
  margin: 0;
  margin-right: 10px;
  padding: 10px;
  border-radius: 10px 0 0 10px; }

.modal_other ul {
  padding: 0; }
.modal_other .other_category__item {
  width: 50%;
  background-color: #fff;
  color: #01605D;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 20px;
  padding: 1px;
  text-align: center;
  border: 3px solid #DDC778; }
  .modal_other .other_category__item a {
    color: #01605D; }

.footer_textContainer {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  background-image: url(assets/img/bg_talk.png);
  background-repeat: no-repeat;
  background-size: 56% 100%;
  background-position: 50%;
  padding: 20px 10px; }
  @media screen and (max-width: 480px) {
    .footer_textContainer {
      bottom: 16px;
      background-size: 90% 100%;
      padding: 12px 0px; } }
  .footer_textContainer #sbox {
    width: 40%;
    height: 40px;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 10px;
    border: none;
    font-size: 14px; }
    @media screen and (max-width: 480px) {
      .footer_textContainer #sbox {
        width: 45%; } }
  .footer_textContainer #sendBtn {
    padding: 0;
    width: 90px;
    height: 50px;
    background-image: url(assets/img/bg_btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    color: #fff;
    font-size: 16px;
    background-color: transparent;
    border: none;
    letter-spacing: 2px; }
  .footer_textContainer #sendBtn.is-Disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }

#sendBox {
  display: none; }

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