* {
  margin: 0;
  padding: 0;
}
/* html {
    overflow: hidden;
    body {
        overflow: hidden;
    }
} */
html,
body {
  margin: 0;
}
body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}
body.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.main-wrapper {
  min-width: 320px !important;
  max-width: 767px !important;
  margin: 0 auto;
  padding-bottom: 16%;
  position: relative;
}
.container {
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
select:focus,
select:active,
.dropdown-item:focus,
.dropdown-item:active {
  outline: 0px !important;
  -webkit-appearance: none;
}
/* HIRAGINO SANS FONT 
==================================== */
/* @font-face {
    font-family: "HiraginoSans-W3";
    src: url("../../font/Hiragino Sans GB W3.otf") format('truetype'),
}
@font-face {
    font-family: "HiraginoSans-W4";
    src: url("../../font/Hiragino Sans GB Pro W4.otf") format('truetype'),
} 
@font-face {
    font-family: "HiraginoSans-W6";
    src: url("../../font/Hiragino Sans GB W6.otf") format('truetype'),
} */
.hidden {
  display: none;
}
.hidden-important {
  display: none !important;
}
.visibility-hidden-important {
  visibility: hidden !important;
}
.blue-bg {
  background-color: #3789e1;
  border-color: #3789e1;
}
.red-bg {
  background-color: #e14d37;
  border-color: #e14d37;
}
.light-red-bg {
  background-color: #e42b2b;
  border-color: #e42b2b;
}
.yellow-bg {
  background-color: #efc14f;
  border-color: #efc14f;
}
.orange-bg {
  background-color: #eb933e;
  border-color: #eb933e;
}
.white-bg {
  background-color: #ffffff !important;
}
/* ANABUKI BUTTONS 
===================================== */
.btn-anabuki-1 {
  width: 310px;
  height: 45px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 #9b9b9b;
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.btn-anabuki-2 {
  width: 114px;
  height: 32px;
  border-radius: 16px;
  font-family: HiraginoSans-W3, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.btn-anabuki-3 {
  width: 30.5%;
  border-radius: 16px;
  box-shadow: 0 2px 2px 0 rgba(225, 108, 55, 0.52);
  font-family: HiraginoSans-W3, sans-serif;
  font-size: 3.7vw;
  padding: 5px 0 !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #eb933e;
}
/* .btn-anabuki-3:hover {
    color: #eb933e!important;
} */
.btn-anabuki-4 {
  width: 310px;
  height: 25px;
  object-fit: contain;
  border-radius: 16px;
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0!important;
}
/* .btn:hover {
    color: #ffffff;
} */
.btn-primary {
  border-color: transparent!important;
}
.btn-primary:hover {
  border-color: transparent!important;
  background-color: #eb933e;
}
.close {
  opacity: 1 !important;
}
.btn:not([disabled]):not(.disabled):not(.btn-link):hover {
  transform: none;
  /* box-shadow: none; */
  transition: none;
  opacity: 0.7;
}
/* .btn:not([disabled]):not(.disabled):not(.btn-link):focus{
  transform: none;
  box-shadow: 0 2px 4px 0 #9b9b9b!important;
  transition: none;
} */
/* ANABUKI INPUTS 
=================================== */
.input-anabuki-1 {
  width: 310px;
  height: 50px;
  border-radius: 5px;
  background-color: #d9d9d9;
}
.input-anabuki-1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.input-anabuki-1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  opacity: 1;
}
.input-anabuki-1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  opacity: 1;
}
.input-anabuki-1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.input-anabuki-2 {
  width: 324px;
  height: 32px;
  border-radius: 5px;
  border: solid 0.8px rgba(225, 108, 55, 0.35);
  background-color: #fffaf6;
}
.input-anabuki-2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
}
.input-anabuki-2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
  opacity: 1;
}
.input-anabuki-2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
  opacity: 1;
}
.input-anabuki-2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
}
::placeholder {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
}
::-webkit-input-placeholder {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
}
::-moz-placeholder {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
}
:-ms-input-placeholder {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
}
.error-message {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e14d37;
}
/* ANABUKI BUTTON COLORS 
======================================= */
.btn-orange {
  background-color: #eb933e;
}
.btn-gray {
  background-color: #6a625f;
}
.btn-white {
  background-color: #fff8f0;
}
.btn-disable {
  background-color: #edd4bb;
}
/* ANABUKI TEXT COLORS 
====================================== */
.txt-dark {
  color: #47403d;
}
.txt-orange {
  color: #eb933e;
}
.txt-white {
  color: #ffffff;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}
a.btn-anabuki-3:hover {
  color: #eb933e !important;
}
a.footer-btn-active:hover {
  color: #ffffff !important;
}
button:hover,
button:focus,
button:active,
.btn:focus,
input:focus {
  outline: 0px !important;
  -webkit-appearance: none;
}
.btn:focus {
  outline: 0 !important;
}
img,
img:hover,
img:focus {
  outline: none !important;
}
*:focus {
  outline: none !important;
}
/* ANABUKI HEADER 
====================================== */
#header {
  top: 0;
  width: 100%;
  min-width: 320px !important;
  max-width: 767px !important;
  left: 50%;
  transform: translate(-50%, 0);
  position: fixed;
  background-color: #ffffff;
}
#header header .container .row .logo-content {
  width: 196px;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#header header .container .row .logo-content img {
  width: 196px;
  height: 24px;
  margin: 6px 0;
}
#header header .container .row .header-bottom {
  background-color: #eb933e;
  height: 40px;
  width: 100%;
  margin-top: 2px;
}
#header header .container .row .header-bottom div,
#header header .container .row .header-bottom p {
  font-family: HiraginoSans-W3, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding: 10px 15px 9px;
  margin: 0;
}
#header header .container .row .header-bottom div span img,
#header header .container .row .header-bottom p span img {
  width: 13px;
}
#header header .container .row .header-bottom div #left-angle-arrow,
#header header .container .row .header-bottom p #left-angle-arrow {
  display: block;
  float: left;
  /* margin-bottom: 11px; */
  line-height: 20px;
}
#header header .container .row .header-bottom div #header-bottom-txt,
#header header .container .row .header-bottom p #header-bottom-txt {
  display: block;
  float: left;
  margin-left: 10px;
  line-height: 26px;
}
#header header .container .row .room-header-bottom {
  height: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
  background-color: #eb933e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header header .container .row .room-header-bottom .left-part {
  width: 13%;
  margin: 0;
  padding-left: 15px;
}
#header header .container .row .room-header-bottom .left-part .back-btn {
  width: 13px;
  margin-top: -3px !important;
}
#header header .container .row .room-header-bottom .left-part .without-txt {
  margin-top: 0px!important;
}
#header header .container .row .room-header-bottom #user-budget-top-nav-inactive {
  display: none;
}
#header header .container .row .room-header-bottom .middle-part {
  margin: 0;
}
#header header .container .row .room-header-bottom .middle-part a {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
#header header .container .row .room-header-bottom .middle-part a span {
  margin-right: 10px;
}
#header header .container .row .room-header-bottom .middle-part a .down-triangle-btn {
  width: 16px;
  margin-top: -1px;
}
#header header .container .row .room-header-bottom .right-part {
  width: 5%;
}
#header header .container .row #search-form-container {
  position: absolute;
  top: 94px;
  display: none;
  height: 240px;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
  background-color: #f3b77d;
  z-index: 999;
  padding: 0 15px;
  padding-top: 0.93rem;
}
#header header .container .row #search-form-container .form-group-custom {
  overflow: hidden;
  margin-top: 9px;
  margin-bottom: 0.83rem;
}
#header header .container .row #search-form-container .form-group-custom .input-label {
  width: 26%;
  padding-top: 4px;
  float: left;
  font-family: HiraginoSans-W6, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
#header header .container .row #search-form-container .form-group-custom .input-container {
  width: 73%;
  float: left;
}
#header header .container .row #search-form-container .form-group-custom .input-container .form-control-custom {
  width: 100%;
  padding: 0.375rem 0.5rem;
  height: 32px;
  border-radius: 5px;
  border: 0.8px solid #ffede5;
  background-color: #fffaf6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#header header .container .row #search-form-container .form-group-custom .input-container .form-control-custom:focus {
  outline: none;
}
#header header .container .row #search-form-container .form-group-custom .input-container select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background-image: url(../../img/sp/down-triangle-black@3x.png);
  background-position-x: 95.2%;
  background-position-y: 56%;
  background-repeat: no-repeat;
  background-size: 15px;
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #47403d;
}
#header header .container .row #search-form-container .form-group-custom .input-container select.form-control-custom {
  padding-top: 2px;
}
#header header .container .row #search-form-container .form-group-custom .input-container #date {
  padding-top: 6px!important;
}
#header header .container .row #search-form-container .form-group-custom .input-container ::placeholder {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
}
#header header .container .row #search-form-container .form-group-custom .input-container ::-moz-placeholder {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
}
#header header .container .row #search-form-container .form-group-custom .input-container :-ms-input-placeholder {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(211, 203, 203, 0.87);
}
#header header .container .row #search-form-container .form-group-custom #month-year-view-total-budget .month-year-input {
  position: absolute;
  z-index: 999;
  opacity: 0;
  left: 104px;
  width: 100%;
  height: 33px;
}
#header header .container .row #search-form-container .form-group-custom:nth-child(1) {
  margin-bottom: 0.75rem;
}
#header header .container .row #search-form-container .form-group-button {
  text-align: center;
  margin-top: 1.38rem;
}
#header header .container .row #search-form-container .form-group-button button#search-btn {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  width: 270px;
  height: 41px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #aa3702;
  background-color: #eb933e;
}
#header header .container .row .details-header .left-part {
  width: 100%;
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
#header header .container .row .details-header .left-part span {
  margin-left: 8px;
}
/* ANABUKI NAVBAR 
====================================== */
#nav nav .container {
  padding-left: 15px;
  padding-right: 15px;
}
#nav nav .container .row .navbar {
  height: 59px;
  background-color: rgba(220, 213, 201, 0.2);
  width: 100%;
}
#nav nav .container .row .navbar .date-container {
  width: 96%;
  height: 38px;
  border-radius: 3px;
  background-color: rgba(235, 147, 62, 0.1);
}
#nav nav .container .row .navbar .date-container img {
  position: absolute;
}
#nav nav .container .row .navbar .date-container .back-icon {
  margin-left: -19px;
  width: 40px;
  height: 40px;
}
#nav nav .container .row .navbar .date-container .next-icon {
  right: 0;
  top: 0;
  margin-top: 11px;
  margin-right: 3px;
  width: 40px;
  height: 40px;
}
#nav nav .container .row .navbar .date-container .fc-date {
  font-family: HiraginoSans-W6, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.56;
  letter-spacing: normal;
  margin-top: 15px;
}
#nav nav .container .row .navbar #date-container-previous {
  display: none;
}
#nav nav .container .row .navbar #date-container-next {
  display: none;
}
/* ANABUKI TAB NAV 
====================================== */
.nav-tabs {
  border-bottom: 0px;
}
.nav-tabs .nav-link {
  border: 0px solid transparent;
}
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent!important;
  border-color: transparent!important;
}
.nav-tabs .nav-link.active {
  background-color: transparent!important;
  border-bottom: solid 3px;
  border-color: #eb933e !important;
}
.nav-tabs .nav-link:focus {
  border-bottom: solid 3px;
  border-color: #eb933e !important;
}
.nav-tabs .nav-link:hover {
  border-bottom: solid 3px;
  border-color: #eb933e !important;
}
#main-container {
  padding-top: 5.9rem;
}
/* ANABUKI FOOTER 
====================================== */
#footer {
  bottom: 0;
  width: 100%;
  min-width: 320px !important;
  max-width: 767px !important;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  position: fixed;
}
#footer footer .container .row .footer-container {
  z-index: 999;
  background-color: #f3bf8f;
  height: 60px;
  width: 100%;
  margin-top: 14px;
}
#footer footer .container .row .footer-container .button-container {
  margin-top: 14px;
}
#footer footer .container .row .footer-container .button-container a {
  margin-left: 2px;
}
#footer footer .container .row .footer-container .button-container a.footer-btn-active {
  color: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  background-color: #eb933e;
}
/* ANABUKI FOOD RESERVATION FOOTER 
====================================== */
#fr-footer {
  left: 0;
  bottom: 60px;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  position: static;
}
#fr-footer footer .container .row .footer-container {
  width: 100%;
}
#fr-footer footer .container .row .orange-btn-container {
  margin-top: 20px;
}
#fr-footer footer .container .row .orange-btn-container button {
  width: 39.51%;
  margin-bottom: 29px;
}
#fr-footer footer .container .row .orange-btn-container #btn-list {
  margin-left: 13px;
}
#fr-footer footer .container .row .gray-btn-container {
  height: 85px;
  background-color: rgba(220, 207, 207, 0.2);
}
#fr-footer footer .container .row .gray-btn-container button {
  width: 270px;
  margin-top: 18px;
}
/* ANABUKI MODALS 
====================================== */
.modal-backdrop.in {
  opacity: 1;
}
#food-detail-modal .modal-content {
  width: 97%!important;
  /* height: 215px!important;
        margin-top: -62px!important; */
  margin-left: 6px!important;
  /* padding: 0 20px 15px; */
}
#food-detail-modal .modal-content .modal-header {
  border-bottom: transparent!important;
}
#food-detail-modal .modal-content .modal-header button span img {
  margin-top: -15px;
  width: 23px;
  height: 22px;
}
#food-detail-modal .modal-content .modal-body {
  flex: none!important;
  padding: 0!important;
}
#food-detail-modal .modal-content .modal-body button {
  margin-top: -2px;
  width: 90%!important;
}
#food-detail-modal .modal-content .modal-body p {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 16px;
  padding: 0 20px;
}
#food-detail-modal .modal-content .modal-footer {
  border-top: transparent!important;
}
#food-detail-modal .modal-content .modal-footer button {
  width: 232px!important;
  height: 40px!important;
  font-size: 14px!important;
  margin-top: -11px;
  margin-bottom: 10px;
}
#food-reservation-accounts-modal {
  /* width */
  /* Track */
  /* background: #f1f1f1;  */
  /* Handle */
  /* Handle on hover */
}
#food-reservation-accounts-modal .modal-content {
  width: 97%!important;
  /* height: 552!important; */
  margin-left: 6px!important;
  margin-top: 25px;
}
#food-reservation-accounts-modal .modal-content .modal-header {
  border-bottom: transparent!important;
  display: block;
  align-items: center;
  padding: 0!important;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-title {
  overflow: hidden;
  background-color: #eb933e;
  border-radius: 0.25rem 0.25rem 0 0;
  height: 40px;
  padding: 10px;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-title p {
  float: left;
  width: 100%;
  text-align: center;
  font-family: HiraginoSans-W3, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: -2px;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-title .close {
  padding: 0!important;
  margin: 0!important;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-title button {
  position: absolute;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-title button span img {
  width: 23px;
  height: 23;
  margin-top: -15px;
  margin-left: -30px;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-search {
  width: 100%;
  height: 58px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
  background-color: #f3b77d;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-search form {
  width: 100%;
  margin: auto;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-search form .form-group {
  width: 100%;
  padding: 10px;
  padding-top: 11px;
  display: flex;
  justify-content: space-between;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-search form .form-group input {
  width: 80%;
  border: solid 0.8px #ffc6ac !important;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-search form .form-group input:focus {
  outline-width: 0 !important;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-search form .form-group button {
  width: 20%;
  min-width: 64px!important;
  height: 30px!important;
  margin-left: 9px;
  padding: 0!important;
  box-shadow: 0 2px 4px 0 #aa3702 !important;
}
#food-reservation-accounts-modal .modal-content .modal-header .modal-header-search form .form-group .form-control:focus {
  border: none;
  outline: none;
}
#food-reservation-accounts-modal .modal-content .modal-body {
  overflow-x: hidden;
  flex: none!important;
  padding: 0!important;
  overflow-y: scroll;
  /* height: 335px; */
  min-height: 260px;
  width: 94%;
  margin: 0 auto;
  margin-top: 20px;
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #47403d;
}
#food-reservation-accounts-modal .modal-content .modal-body .food-result-list {
  list-style: none;
  padding-left: 9px;
  width: 98.5%;
  /* margin-top: -7px; */
}
#food-reservation-accounts-modal .modal-content .modal-body .food-result-list .room-num {
  padding-left: 42px;
  float: left;
  width: 40%;
}
#food-reservation-accounts-modal .modal-content .modal-body .food-result-list .user-name {
  float: left;
  width: 50%;
  padding-left: 10px;
}
#food-reservation-accounts-modal .modal-content .modal-body .food-result-list .resv-account-row-gap {
  margin-top: 10px;
}
#food-reservation-accounts-modal .modal-content .modal-body .food-result-list li {
  position: relative;
  padding-left: 27px;
  line-height: 37px;
}
#food-reservation-accounts-modal .modal-content .modal-body .food-result-list li .name {
  padding-left: 40px;
}
#food-reservation-accounts-modal .modal-content .modal-body .food-result-list li:before,
#food-reservation-accounts-modal .modal-content .modal-body .list-style-square {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  background-image: url('../../img/sp/square-icon.png');
  background-size: cover;
  background-position: center;
  /* top: 48%; */
  margin-top: 12px;
  margin-left: -12px;
  transform: translateY(-50%);
}
#food-reservation-accounts-modal .modal-content .modal-body .search-error-message-modal {
  text-align: center;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#food-reservation-accounts-modal .modal-content .modal-footer {
  border-top: transparent!important;
  height: 85px;
  border-radius: 3px;
  background-color: rgba(220, 207, 207, 0.2);
  width: 100%;
  margin-top: 10px;
}
#food-reservation-accounts-modal .modal-content .modal-footer button {
  width: 232px!important;
  height: 40px!important;
  font-size: 14px!important;
}
#food-reservation-accounts-modal ::-webkit-scrollbar {
  width: 6px;
}
#food-reservation-accounts-modal ::-webkit-scrollbar-thumb {
  background: #888;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(225, 108, 55, 0.32);
  background-color: #eb933e;
}
#food-reservation-accounts-modal ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#edit-reservation-confirm-modal .modal-content {
  width: 89.14% !important;
  height: 503px;
  margin-top: 33px!important;
  margin-left: 21px!important;
  border: none;
}
#edit-reservation-confirm-modal .modal-content .modal-header {
  border-bottom: transparent!important;
}
#edit-reservation-confirm-modal .modal-content .modal-header button span img {
  margin-top: -15px;
  width: 23px;
  height: 22px;
}
#edit-reservation-confirm-modal .modal-content .modal-body {
  flex: none!important;
  padding: 0!important;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #room-number-section {
  width: 96%;
  margin: 0 auto;
  margin-top: -2px;
  min-height: 34px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  background-color: rgba(235, 147, 62, 0.1);
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #room-number-section #room-number-modal {
  padding-right: 12px;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #room-number-section #user-name-modal {
  padding-left: 12px;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #room-number-section #room-number-modal,
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #room-number-section #user-name-modal {
  font-family: HiraginoSans-W4, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #eb933e;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #per-day-meal-cost-section {
  padding-top: 18px;
  padding-bottom: 5%;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #per-day-meal-cost-section #meal-date,
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #per-day-meal-cost-section #meal-cost {
  display: flex;
  justify-content: center;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #per-day-meal-cost-section #meal-date .content,
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #per-day-meal-cost-section #meal-cost .content {
  font-family: HiraginoSans-W5, HiraginoSans-W4, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #per-day-meal-cost-section #meal-date .content {
  font-size: 20px;
  color: #47403d;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #per-day-meal-cost-section #meal-cost {
  padding-top: 0;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #per-day-meal-cost-section #meal-cost .content {
  font-size: 27px;
  color: #eb933e;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #correction-input-section {
  padding-top: 2.8%;
  height: 145.73px;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #correction-input-section .correction-row {
  display: flex;
  margin-bottom: 4.5%;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #correction-input-section .correction-row .meal-type-container {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  padding-right: 6%;
  margin-left: 20px;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #correction-input-section .correction-row .meal-type-container .meal-type-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5%;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #correction-input-section .correction-row .meal-type-container .meal-type-icon img {
  width: 19.2px;
  height: 22.4px;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #correction-input-section .correction-row .meal-type-container .meal-type-name {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #correction-input-section .correction-row .meal-type-container .meal-type-name .meal-label {
  font-family: HiraginoSans-W5, HiraginoSans-W4, sans-serif;
  font-size: 18px;
  color: #47403d;
  margin-top: 4px;
  margin-right: 6px;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #correction-input-section .correction-row .meal-type-container .meal-type-name .meal-tag {
  width: 46px;
  height: 18px;
  border-radius: 2px;
  font-family: HiraginoSans-W6, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  display: none;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #correction-input-section .correction-row .meal-type-container .meal-type-name-modify {
  margin-left: 15px;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #correction-input-section .correction-row .meal-type-price {
  padding-left: 3.5%;
  width: 50%;
  display: flex;
  margin-left: -64px !important;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #edit-reservation-confirm-text {
  font-family: HiraginoSans-W6, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #47403d;
  padding-top: 20px;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #button-section {
  text-align: center;
  margin-top: 10.3%;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #button-section .btn {
  font-family: HiraginoSans-W5, HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #button-section #form-submit-cancel-btn-modal {
  width: 120px;
  height: 40px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #9b9b9b;
  background-color: #6a625f;
  margin-right: 8px;
}
#edit-reservation-confirm-modal .modal-content .modal-body #user-expense-edit-modal #button-section #form-submit-confirm-btn-modal {
  width: 120px;
  height: 40px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #9b9b9b;
  background-color: #eb933e;
  margin-left: 8px;
}
#edit-reservation-confirm-modal .modal-content .modal-footer {
  border-top: transparent!important;
}
#edit-reservation-success-modal .modal-content {
  width: 97%!important;
  height: auto;
  margin-top: -62px !important;
  margin-left: 6px!important;
}
#edit-reservation-success-modal .modal-content .modal-header {
  border-bottom: transparent!important;
}
#edit-reservation-success-modal .modal-content .modal-header button span img {
  margin-top: -15px;
  width: 23px;
  height: 22px;
}
#edit-reservation-success-modal .modal-content .modal-body {
  flex: none!important;
  padding: 0!important;
}
#edit-reservation-success-modal .modal-content .modal-body p {
  font-family: HiraginoSans-W6, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #47403d;
}
#edit-reservation-success-modal .modal-content .modal-body #button-section {
  text-align: center;
  margin-top: 11.3%;
}
#edit-reservation-success-modal .modal-content .modal-body #button-section .btn {
  font-family: HiraginoSans-W5, HiraginoSans-W4, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
#edit-reservation-success-modal .modal-content .modal-body #button-section #form-submit-cancel-btn-modal {
  width: 120px;
  height: 40px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #9b9b9b;
  background-color: #6a625f;
  margin-right: 8px;
}
#edit-reservation-success-modal .modal-content .modal-footer {
  border-top: transparent!important;
}
.datepicker {
  z-index: 999999;
}
.dropdown-menu {
  color: #47403d !important;
  font-family: HiraginoSans-W3, sans-serif !important;
  font-size: 11.5px;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #eb933e;
  background-image: linear-gradient(to bottom, #f3bf8f, #eb933e);
}
.datepicker td.span.active,
.datepicker td.span.active:hover {
  color: #ffffff;
  background-color: #eb933e;
  background-image: linear-gradient(to bottom, #f3bf8f, #eb933e);
}
.datepicker thead tr:first-child th {
  cursor: default;
}
.datepicker thead tr:first-child th:hover {
  background-color: #fff;
}
.datepicker td.active,
.datepicker td.active:hover {
  text-shadow: none;
}
#btn-menus:focus,
#btn-list:focus {
  box-shadow: 0 2px 4px 0 #9b9b9b !important;
}
.btn-disable:hover,
.btn-disable:focus,
.btn-disable:active {
  box-shadow: 0 2px 4px 0 #9b9b9b !important;
  background-color: #edd4bb !important;
  opacity: 1 !important;
}
.modal-content {
  border: none!important;
}
/*
  Auth: RoktimSazib
  Desc:style for SP
*/
#fr-footer .orange-btn-container .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #eb933e !important;
}
#food-menu-name {
  text-align: left;
  padding: 0 30px !important;
}
/* #inputLeavingDate  ::focus{
:*; 
    

} */
@media screen and (width: 412px) {
  #header header .container .row .header-bottom p #header-bottom-txt {
    margin-top: -2px !important;
  }
}
@media screen and (width: 684px) {
  #header header .container .row .header-bottom p #header-bottom-txt {
    margin-top: -2px !important;
  }
}
@media screen and (width: 375px) {
  #room-number-section .square-bullet {
    position: relative;
    left: -9px;
    top: -3px;
  }
  #room-number-section #room-number-label {
    position: relative;
    left: -10px;
  }
  #inputLeavingDate {
    margin-left: 9px;
  }
  #inputLeavingDate1 {
    position: relative;
    left: 7px;
    top: 4px;
  }
}
