.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}
.rc-steps,
.rc-steps * {
  box-sizing: border-box;
}
.rc-steps {
  line-height: 1.5;
}
.rc-steps {
  font-size: 0;
  width: 100%;
  line-height: 1.5;
}
.rc-steps .rc-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.rc-steps .rc-steps-item .rc-steps-item:last-child {
  position: absolute;
}
.rc-steps .rc-steps-item.rc-steps-status-wait .rc-steps-head-inner {
  border-color: #ccc;
  background-color: #fff;
}
.rc-steps .rc-steps-item.rc-steps-status-wait .rc-steps-head-inner > .rc-steps-icon {
  color: #ccc;
}
.rc-steps .rc-steps-item.rc-steps-status-wait .rc-steps-head-inner > .rc-steps-icon .rc-steps-icon-dot {
  background: #ccc;
}
.rc-steps .rc-steps-item.rc-steps-status-wait .rc-steps-title {
  color: #999;
}
.rc-steps .rc-steps-item.rc-steps-status-wait .rc-steps-description {
  color: #999;
}
.rc-steps .rc-steps-item.rc-steps-status-wait .rc-steps-tail > i {
  background-color: #e9e9e9;
}
.rc-steps .rc-steps-item.rc-steps-status-process .rc-steps-head-inner {
  border-color: #2db7f5;
  background-color: #2db7f5;
}
.rc-steps .rc-steps-item.rc-steps-status-process .rc-steps-head-inner > .rc-steps-icon {
  color: #fff;
}
.rc-steps .rc-steps-item.rc-steps-status-process .rc-steps-head-inner > .rc-steps-icon .rc-steps-icon-dot {
  background: #2db7f5;
}
.rc-steps .rc-steps-item.rc-steps-status-process .rc-steps-title {
  color: #666;
}
.rc-steps .rc-steps-item.rc-steps-status-process .rc-steps-description {
  color: #666;
}
.rc-steps .rc-steps-item.rc-steps-status-process .rc-steps-tail > i {
  background-color: #e9e9e9;
}
.rc-steps .rc-steps-item.rc-steps-status-finish .rc-steps-head-inner {
  border-color: #2db7f5;
  background-color: #fff;
}
.rc-steps .rc-steps-item.rc-steps-status-finish .rc-steps-head-inner > .rc-steps-icon {
  color: #2db7f5;
}
.rc-steps .rc-steps-item.rc-steps-status-finish .rc-steps-head-inner > .rc-steps-icon .rc-steps-icon-dot {
  background: #2db7f5;
}
.rc-steps .rc-steps-item.rc-steps-status-finish .rc-steps-tail > i {
  background-color: #2db7f5;
}
.rc-steps .rc-steps-item.rc-steps-status-finish .rc-steps-title {
  color: #999;
}
.rc-steps .rc-steps-item.rc-steps-status-finish .rc-steps-description {
  color: #999;
}
.rc-steps .rc-steps-item.rc-steps-status-error .rc-steps-head-inner {
  border-color: #f50;
  background-color: #fff;
}
.rc-steps .rc-steps-item.rc-steps-status-error .rc-steps-head-inner > .rc-steps-icon {
  color: #f50;
}
.rc-steps .rc-steps-item.rc-steps-status-error .rc-steps-head-inner > .rc-steps-icon .rc-steps-icon-dot {
  background: #f50;
}
.rc-steps .rc-steps-item.rc-steps-status-error .rc-steps-tail > i {
  background-color: #e9e9e9;
}
.rc-steps .rc-steps-item.rc-steps-status-error .rc-steps-title {
  color: #f50;
}
.rc-steps .rc-steps-item.rc-steps-status-error .rc-steps-description {
  color: #999;
}
.rc-steps .rc-steps-item.rc-steps-next-error .rc-steps-tail > i {
  background-color: #f50;
}
.rc-steps .rc-steps-item.rc-steps-custom .rc-steps-head-inner {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.rc-steps .rc-steps-item.rc-steps-custom .rc-steps-head-inner > .rc-steps-icon {
  font-size: 20px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.rc-steps .rc-steps-item.rc-steps-custom.rc-steps-status-process .rc-steps-head-inner > .rc-steps-icon {
  color: #2db7f5;
}
.rc-steps .rc-steps-head,
.rc-steps .rc-steps-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.rc-steps .rc-steps-head {
  background: #fff;
}
.rc-steps .rc-steps-head-inner {
  display: block;
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 26px;
  font-size: 14px;
  margin-right: 8px;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
}
.rc-steps .rc-steps-head-inner > .rc-steps-icon {
  line-height: 1;
  top: -1px;
  color: #2db7f5;
  position: relative;
}
.rc-steps .rc-steps-head-inner > .rc-steps-icon.rcicon {
  font-size: 12px;
  position: relative;
  top: -2px;
}
.rc-steps .rc-steps-main {
  margin-top: 3px;
}
.rc-steps .rc-steps-title {
  font-size: 14px;
  margin-bottom: 4px;
  color: #666;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding-right: 10px;
}
.rc-steps .rc-steps-item:last-child .rc-steps-title {
  padding-right: 0;
}
.rc-steps .rc-steps-item:last-child .rc-steps-tail {
  display: none;
}
.rc-steps .rc-steps-description {
  font-size: 12px;
  color: #999;
}
.rc-steps .rc-steps-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 12px;
  padding: 0 10px;
}
.rc-steps .rc-steps-tail > i {
  display: inline-block;
  background: #e9e9e9;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
}
.rc-steps.rc-steps-small .rc-steps-head-inner {
  border: 1px solid #ccc;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 18px;
  font-size: 12px;
  margin-right: 10px;
}
.rc-steps.rc-steps-small .rc-steps-head-inner > .rc-steps-icon.rcicon {
  font-size: 12px;
  font-size: 9px \9;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  top: -1px;
}
.rc-steps.rc-steps-small .rc-steps-main {
  margin-top: 0;
}
.rc-steps.rc-steps-small .rc-steps-title {
  font-size: 12px;
  margin-bottom: 4px;
  color: #666;
  font-weight: bold;
}
.rc-steps.rc-steps-small .rc-steps-description {
  font-size: 12px;
  color: #999;
}
.rc-steps.rc-steps-small .rc-steps-tail {
  top: 8px;
  padding: 0 8px;
}
.rc-steps.rc-steps-small .rc-steps-tail > i {
  height: 1px;
  border-radius: 1px;
  width: 100%;
}
.rc-steps.rc-steps-small .rc-steps-item.rc-steps-custom .rc-steps-head-inner,
.rc-steps .rc-steps-item.rc-steps-custom .rc-steps-head-inner {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: none;
}
.rc-steps-vertical .rc-steps-item {
  display: block;
}
.rc-steps-vertical .rc-steps-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px 0;
}
.rc-steps-vertical .rc-steps-tail > i {
  height: 100%;
  width: 1px;
}
.rc-steps-vertical .rc-steps-head {
  float: left;
}
.rc-steps-vertical .rc-steps-head-inner {
  margin-right: 16px;
}
.rc-steps-vertical .rc-steps-main {
  min-height: 47px;
  overflow: hidden;
  display: block;
}
.rc-steps-vertical .rc-steps-main .rc-steps-title {
  line-height: 26px;
}
.rc-steps-vertical .rc-steps-main .rc-steps-description {
  padding-bottom: 12px;
}
.rc-steps-vertical.rc-steps-small .rc-steps-tail {
  position: absolute;
  left: 9px;
  top: 0;
  padding: 22px 0 4px 0;
}
.rc-steps-vertical.rc-steps-small .rc-steps-tail > i {
  height: 100%;
  width: 1px;
}
.rc-steps-vertical.rc-steps-small .rc-steps-title {
  line-height: 18px;
}
.rc-steps-horizontal.rc-steps-hidden {
  visibility: hidden;
}
.rc-steps-horizontal .rc-steps-description {
  max-width: 100px;
}
.rc-steps-horizontal .rc-steps-item:not(:first-child) .rc-steps-head {
  position: relative;
  margin-left: -10px;
  padding-left: 10px;
}
.rc-steps-label-vertical .rc-steps-tail {
  padding: 0 32px;
  margin-left: 22px;
}
.rc-steps-label-vertical .rc-steps-item .rc-steps-step {
  display: inline-block;
  text-align: center;
  width: 100px;
}
.rc-steps-label-vertical .rc-steps-item:not(:first-child) .rc-steps-head {
  margin-left: 0;
  padding-left: 0;
}
.rc-steps-label-vertical .rc-steps-head {
  display: inline-block;
  padding-right: 10px;
}
.rc-steps-label-vertical .rc-steps-head-inner {
  margin: 0 auto;
}
.rc-steps-label-vertical .rc-steps-main {
  display: block;
  margin-top: 10px;
}
.rc-steps-label-vertical .rc-steps-main .rc-steps-title {
  padding-right: 0;
}
.rc-steps-label-vertical .rc-steps-main .rc-steps-description {
  text-align: left;
}
.rc-steps-dot .rc-steps-tail {
  width: 100%;
  top: 1px;
  margin: 0 0 0 50px;
  padding: 0;
}
.rc-steps-dot .rc-steps-tail > i {
  height: 3px;
}
.rc-steps-dot .rc-steps-head {
  padding-right: 0;
}
.rc-steps-dot .rc-steps-head-inner {
  width: 5px;
  height: 5px;
  line-height: 5px;
  border: 0;
}
.rc-steps-dot .rc-steps-head-inner .rc-steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 2.5px;
}
.rc-steps-dot .rc-steps-status-process .rc-steps-head {
  top: -1px;
}
.rc-steps-dot .rc-steps-status-process .rc-steps-head-inner {
  width: 7px;
  height: 7px;
  line-height: 7px;
}
.rc-steps-dot .rc-steps-status-process .rc-steps-head-inner .rc-steps-icon-dot {
  border-radius: 3.5px;
}
.rc-steps-dot.rc-steps-vertical .rc-steps-tail {
  left: 2px;
  height: 100%;
  padding: 0;
  top: 15px;
}
.rc-steps-dot.rc-steps-vertical .rc-steps-tail > i {
  height: 100%;
  width: 3px;
}
.rc-steps-dot.rc-steps-vertical .rc-steps-head {
  top: 12px;
  left: 1px;
}
.rc-steps-dot.rc-steps-vertical .rc-steps-status-process .rc-steps-head {
  left: 0;
}
.hidden {
  display: none;
}
@font-face {
  font-family: 'anticon';
  src: url('//at.alicdn.com/t/font_1434092639_4910953.eot');
  /* IE9*/
  src: url('//at.alicdn.com/t/font_1434092639_4910953.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/font_1434092639_4910953.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/font_1434092639_4910953.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/font_1434092639_4910953.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.rcicon {
  position: relative;
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
}
.rcicon:before {
  display: block;
  font-family: "anticon" !important;
}
.rcicon-step-backward:before {
  content: "\E662";
}
.rcicon-step-forward {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-step-forward:before {
  content: "\E662";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-fast-backward:before {
  content: "\E62A";
}
.rcicon-fast-forward {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-fast-forward:before {
  content: "\E62A";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-shrink:before {
  content: "\E65F";
}
.rcicon-arrow-salt:before {
  content: "\E608";
}
.rcicon-caret-down:before {
  content: "\E60F";
}
.rcicon-caret-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.rcicon-caret-left:before {
  content: "\E60F";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rcicon-caret-up {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-caret-up:before {
  content: "\E60F";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-caret-right {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rcicon-caret-right:before {
  content: "\E60F";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rcicon-caret-circle-right:before {
  content: "\E60D";
}
.rcicon-caret-circle-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-caret-circle-left:before {
  content: "\E60D";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-caret-circle-o-right:before {
  content: "\E60E";
}
.rcicon-caret-circle-o-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-caret-circle-o-left:before {
  content: "\E60E";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-circle-right:before {
  content: "\E602";
}
.rcicon-circle-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-circle-left:before {
  content: "\E602";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-circle-o-right:before {
  content: "\E603";
}
.rcicon-circle-o-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-circle-o-left:before {
  content: "\E603";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-double-right:before {
  content: "\E604";
}
.rcicon-double-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-double-left:before {
  content: "\E604";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-verticle-right:before {
  content: "\E605";
}
.rcicon-verticle-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-verticle-left:before {
  content: "\E605";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-forward:before {
  content: "\E630";
}
.rcicon-backward {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-backward:before {
  content: "\E630";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-rollback:before {
  content: "\E65A";
}
.rcicon-retweet:before {
  content: "\E659";
}
.rcicon-right:before {
  content: "\E611";
}
.rcicon-down {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.rcicon-down:before {
  content: "\E611";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rcicon-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rcicon-left:before {
  content: "\E611";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rcicon-up {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rcicon-up:before {
  content: "\E611";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rcicon-question:before {
  content: "\E655";
}
.rcicon-question-circle:before {
  content: "\E656";
}
.rcicon-question-circle-o:before {
  content: "\E657";
}
.rcicon-plus:before {
  content: "\E651";
}
.rcicon-plus-circle:before {
  content: "\E652";
}
.rcicon-plus-circle-o:before {
  content: "\E653";
}
.rcicon-pause:before {
  content: "\E64C";
}
.rcicon-pause-circle:before {
  content: "\E64D";
}
.rcicon-pause-circle-o:before {
  content: "\E64E";
}
.rcicon-minus:before {
  content: "\E646";
}
.rcicon-minus-circle:before {
  content: "\E647";
}
.rcicon-minus-circle-o:before {
  content: "\E648";
}
.rcicon-info-circle:before {
  content: "\E637";
}
.rcicon-info-circle-o:before {
  content: "\E638";
}
.rcicon-info:before {
  content: "\E63A";
}
.rcicon-exclamation:before {
  content: "\E627";
}
.rcicon-exclamation-circle:before {
  content: "\E628";
}
.rcicon-exclamation-circle-o:before {
  content: "\E629";
}
.rcicon-cross:before {
  content: "\E61E";
}
.rcicon-cross-circle:before {
  content: "\E61F";
}
.rcicon-cross-circle-o:before {
  content: "\E620";
}
.rcicon-check:before {
  content: "\E613";
}
.rcicon-check-circle:before {
  content: "\E614";
}
.rcicon-check-circle-o:before {
  content: "\E615";
}
.rcicon-clock-circle:before {
  content: "\E616";
}
.rcicon-clock-circle-o:before {
  content: "\E617";
}
.rcicon-lock:before {
  content: "\E641";
}
.rcicon-android:before {
  content: "\E601";
}
.rcicon-apple:before {
  content: "\E606";
}
.rcicon-area-chart:before {
  content: "\E607";
}
.rcicon-bar-chart:before {
  content: "\E609";
}
.rcicon-bars:before {
  content: "\E60A";
}
.rcicon-book:before {
  content: "\E60B";
}
.rcicon-calendar:before {
  content: "\E60C";
}
.rcicon-cloud:before {
  content: "\E618";
}
.rcicon-cloud-download:before {
  content: "\E619";
}
.rcicon-code:before {
  content: "\E61A";
}
.rcicon-copy:before {
  content: "\E61C";
}
.rcicon-credit-card:before {
  content: "\E61D";
}
.rcicon-delete:before {
  content: "\E621";
}
.rcicon-desktop:before {
  content: "\E622";
}
.rcicon-download-line:before {
  content: "\E623";
}
.rcicon-edit:before {
  content: "\E624";
}
.rcicon-ellipsis:before {
  content: "\E625";
}
.rcicon-environment:before {
  content: "\E626";
}
.rcicon-file:before {
  content: "\E62C";
}
.rcicon-file-text:before {
  content: "\E62D";
}
.rcicon-folder:before {
  content: "\E62E";
}
.rcicon-folder-open:before {
  content: "\E62F";
}
.rcicon-github:before {
  content: "\E631";
}
.rcicon-hdd:before {
  content: "\E632";
}
.rcicon-frown:before {
  content: "\E633";
}
.rcicon-meh:before {
  content: "\E634";
}
.rcicon-inbox:before {
  content: "\E635";
}
.rcicon-laptop:before {
  content: "\E63D";
}
.rcicon-large:before {
  content: "\E63E";
}
.rcicon-line-chart:before {
  content: "\E63F";
}
.rcicon-link:before {
  content: "\E640";
}
.rcicon-logout:before {
  content: "\E642";
}
.rcicon-mail:before {
  content: "\E643";
}
.rcicon-menu-fold:before {
  content: "\E644";
}
.rcicon-menu-unfold:before {
  content: "\E645";
}
.rcicon-mobile:before {
  content: "\E649";
}
.rcicon-notification:before {
  content: "\E64A";
}
.rcicon-paper-clip:before {
  content: "\E64B";
}
.rcicon-picture:before {
  content: "\E64F";
}
.rcicon-pie-chart:before {
  content: "\E650";
}
.rcicon-poweroff:before {
  content: "\E654";
}
.rcicon-reload:before {
  content: "\E658";
}
.rcicon-search:before {
  content: "\E65B";
}
.rcicon-setting:before {
  content: "\E65C";
}
.rcicon-share-alt:before {
  content: "\E65D";
}
.rcicon-shopping-cart:before {
  content: "\E65E";
}
.rcicon-smile:before {
  content: "\E661";
}
.rcicon-tablet:before {
  content: "\E664";
}
.rcicon-tag:before {
  content: "\E665";
}
.rcicon-tags:before {
  content: "\E666";
}
.rcicon-to-top:before {
  content: "\E667";
}
.rcicon-unlock:before {
  content: "\E668";
}
.rcicon-upload:before {
  content: "\E669";
}
.rcicon-user:before {
  content: "\E66A";
}
.rcicon-video-camera:before {
  content: "\E66B";
}
.rcicon-windows:before {
  content: "\E66C";
}
.rcicon-loading:before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  -o-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
  content: "\E610";
}
:root .rcicon-step-forward,
:root .rcicon-fast-forward,
:root .rcicon-left,
:root .rcicon-up,
:root .rcicon-down,
:root .rcicon-caret-left,
:root .rcicon-caret-up,
:root .rcicon-caret-right,
:root .rcicon-caret-circle-left,
:root .rcicon-caret-circle-o-left,
:root .rcicon-circle-left,
:root .rcicon-circle-o-left,
:root .rcicon-double-left,
:root .rcicon-verticle-left,
:root .rcicon-backward {
  -webkit-filter: none;
          filter: none;
}
@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2579ba;
  color: #fff;
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\D7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}
@charset "UTF-8";
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  -webkit-box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
          box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rbc-month-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
}

.rbc-day-bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " \BB";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "\AB   ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -ms-flex-preferred-size: 0 px;
      flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rbc-time-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

/*# sourceMappingURL=react-big-calendar.css.map */.search-field .search-box{width:200px}.search-field .search-box__control{border:solid 1px #aaa;border-radius:4px;box-shadow:none}.search-field .search-box__indicator-separator,.search-field .search-box__dropdown-indicator{display:none}
.flight_schedules .rbc-toolbar{padding:10px}.flight_schedules .rbc-calendar{height:100vh}.flight_schedules .rbc-calendar .rbc-event-label{color:#fff}.flight_schedules .rbc-calendar .rbc-event-content{color:#fff}.flight_schedules .rbc-calendar .rbc-time-content{height:1000px}.header{padding:10px}.header .left-section{display:inline-block;width:200px}.header .right-section{display:inline-block;width:1350px}.header .right-section ul{display:block;max-height:64px;overflow-y:scroll}.header h1{margin-bottom:10px}.header label{font-size:11px;color:#717d91}.header ul{display:flex;justify-content:space-between}
.flight_schedules.add{padding:100px 100px}.flight_schedules.add h1{font-size:20px;margin-bottom:40px}.flight_schedules.add .skyview-table{margin-bottom:100px}.flight_schedules.add .daily_schedules,.flight_schedules.add .time_schedules{width:50%;display:inline-block;vertical-align:top}.flight_schedules.add .copter,.flight_schedules.add .date,.flight_schedules.add .status,.flight_schedules.add .time-slot{height:80px;vertical-align:top}.flight_schedules.add .daily_schedules .status{margin-bottom:80px}.flight_schedules.add .label{display:inline-block;width:100px;vertical-align:top;font-weight:bold}.flight_schedules.add .copter .label{margin-top:20px}.flight_schedules.add .date{padding-top:20px}.flight_schedules.add .date .label{margin-right:20px}.flight_schedules.add .time-slot .label{margin-top:20px}.flight_schedules.add .status .label{margin-top:20px}.flight_schedules.add .date-picker{width:100px;display:inline-block}.flight_schedules.add .submit-button{width:300px}
.submit-cancel-buttons-container{width:100%}.submit-cancel-buttons-container button{width:50%;font-size:14px;font-weight:normal}.submit-cancel-buttons-container .cancel-button{color:#626262}.submit-cancel-buttons-container .cancel-button:hover{background-color:rgba(200,200,200,0.1)}
.text-edit-field .label{font-size:12px;color:#3f51b5}.text-edit-field .MuiInput-underline::after{border-color:#3f51b5}
.date-field .label{font-size:12px;color:#3f51b5}
.select-field .select__control{border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.select-field .select__indicator-separator{background-color:#fff}
.pagination-buttons .pagination{width:fit-content;max-width:100%;white-space:nowrap;overflow-x:scroll}.pagination-buttons .pagination li{display:flex;justify-content:center;align-items:center;margin:0 5px;height:30px;width:40px;padding:0px;border:1px solid #c3c8cc}.pagination-buttons .pagination li a{width:100%;text-align:center;color:#7d8286}.pagination-buttons .pagination li a:hover{cursor:pointer}.pagination-buttons .pagination li:hover{cursor:pointer;border:1px solid #3f8be8}.pagination-buttons .pagination li:hover a{color:#3f8be8}.pagination-buttons .pagination .active a{color:#3f8be8}.pagination-buttons .pagination .pagination__previous,.pagination-buttons .pagination .pagination__next{width:50px}.pagination-buttons .pagination .pagination__disabled a{color:#dee3e8}
.search-field .search-box{width:200px}.search-field .search-box__control{border:solid 1px #aaa;border-radius:4px;box-shadow:none}.search-field .search-box__indicator-separator,.search-field .search-box__dropdown-indicator{display:none}
html,body,div{padding:0;margin:0}html,body{height:100%;width:100%}li{list-style:none}a{text-decoration:none}*{font-family:"Noto Sans Japanese", sans-serif;padding:0;margin:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-border-box:border-box;color:#444444;font-size:14px}@font-face{font-family:"Noto Sans Japanese";src:font-url("notosansjp/light.eot");src:font-url("notosansjp/light.eot?#iefix") format("embedded-opentype"),font-url("notosansjp/light.woff2") format("woff2"),font-url("notosansjp/light.woff") format("woff"),font-url("notosansjp/light.ttf") format("truetype"),font-url("notosansjp/light.svg#websubsetfontregular") format("svg");font-style:normal;font-weight:200}@font-face{font-family:"Noto Sans Japanese";src:font-url("notosansjp/demilight.eot");src:font-url("notosansjp/demilight.eot?#iefix") format("embedded-opentype"),font-url("notosansjp/demilight.woff2") format("woff2"),font-url("notosansjp/demilight.woff") format("woff"),font-url("notosansjp/demilight.ttf") format("truetype"),font-url("notosansjp/demilight.svg#websubsetfontregular") format("svg");font-style:normal;font-weight:300}@font-face{font-family:"Noto Sans Japanese";src:font-url("notosansjp/regular.eot");src:font-url("notosansjp/regular.eot?#iefix") format("embedded-opentype"),font-url("notosansjp/regular.woff2") format("woff2"),font-url("notosansjp/regular.woff") format("woff"),font-url("notosansjp/regular.ttf") format("truetype"),font-url("notosansjp/regular.svg#websubsetfontregular") format("svg");font-style:normal;font-weight:400}@font-face{font-family:"Noto Sans Japanese";src:font-url("notosansjp/medium.eot");src:font-url("notosansjp/medium.eot?#iefix") format("embedded-opentype"),font-url("notosansjp/medium.woff2") format("woff2"),font-url("notosansjp/medium.woff") format("woff"),font-url("notosansjp/medium.ttf") format("truetype"),font-url("notosansjp/medium.svg#websubsetfontregular") format("svg");font-style:normal;font-weight:500}#sign_in{border:1px solid #b89267;width:260px;height:400px;margin:0 auto;border-radius:4px}#sign_in .logo{background:url("/images/logo_airos-66be71e4b41efb2587e12fdfbed37853.svg?vsn=d") no-repeat;width:180px;height:50px;margin:40px auto}#sign_in #sign_in_form{text-align:center}#sign_in #sign_in_form .field input{width:200px;padding:6px;margin:4px;border-radius:2px;border:1px solid #444}#sign_in #sign_in_form button{width:200px;padding:6px;text-align:center;background-color:#b89267;color:white;border:none;border-radius:2px}#sign_in a.to_sign_up{display:block;margin:30px auto;text-align:center;font-size:14px}.main-container{height:100%;width:calc(100% - 240px);margin-left:240px;position:fixed;overflow:auto}@media screen and (max-width: 768px){#nav-drawer{position:relative;display:inline-flex;justify-content:center;align-items:center}.nav-unshown{display:none}#nav-open{display:inline-block;width:30px;height:22px;vertical-align:middle}#nav-open span{position:absolute;height:3px;width:25px;border-radius:3px;background:#555;display:block;content:'';cursor:pointer}#nav-open span:before,#nav-open span:after{position:absolute;height:3px;width:25px;border-radius:3px;background:#555;display:block;content:'';cursor:pointer}#nav-open span:before{bottom:-8px}#nav-open span:after{bottom:-16px}#nav-close{display:none;position:fixed;z-index:99;top:0;left:0;width:100%;height:100%;background:black;opacity:0;transition:.3s ease-in-out}#nav-content{overflow:auto;position:fixed;top:0;left:0;z-index:9999;width:240px;max-width:330px;height:100%;background:#fff;transition:.3s ease-in-out;-webkit-transform:translateX(-105%);transform:translateX(-105%)}#nav-input:checked ~ #nav-close{display:block;opacity:.5}#nav-input:checked ~ #nav-content{-webkit-transform:translateX(0%);transform:translateX(0%);box-shadow:6px 0 25px rgba(0,0,0,0.15)}.main-container{width:100%;margin-left:0px}}.sidemenu{position:fixed;width:240px;height:100%;border-right:solid 1px #e8e8e8;overflow:auto}.sidemenu::-webkit-scrollbar{display:none}.sidemenu .sidemenu-calendar{border:none;margin-bottom:30px}.sidemenu .sidemenu-calendar .react-calendar__navigation__arrow{font-size:18px}.sidemenu .sidemenu-calendar .react-calendar__month-view__weekdays__weekday abbr{font-size:10px}.sidemenu .sidemenu-calendar .react-calendar__navigation__label{font-weight:bold;font-size:13px;padding-top:5px}.sidemenu .sidemenu-calendar .react-calendar__tile--active abbr{color:#ffffff}.sidemenu .sidemenu-calendar .react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.sidemenu .logo{background:url("/images/logo_airos_black-e5b416eb54b0e6780f59794e8e8011f7.svg?vsn=d") no-repeat;width:130px;height:25px;margin-left:30px;margin-top:3px}.sidemenu .subheader{font-size:14px;color:#0000006a}.sidemenu .list-item-star{justify-content:center}.sidemenu .list-item-star .star-icon{fill:#e91e63}.sidemenu div,.sidemenu span{font-size:12px}.add-heliport-form .error{margin-top:10px;margin-bottom:10px;color:#e91e63}@media screen and (max-width: 768px){.application-container .sidemenu{display:none}#nav-content .sidemenu{display:unset}#nav-content .sidemenu .menu{display:block}#nav-content .sidemenu .menu ul{display:block}}#main_container{height:100%;width:100%;position:fixed}#main_container #sessions_container{width:100%;height:100%;position:fixed}#main_container #sessions_container #admin_sign_in{border:1px solid #e5e5e5;margin:100px auto;height:400px;width:400px;border-radius:4px;position:relative}#main_container #sessions_container #admin_sign_in .logo{background:url("/images/logo_airos_black-e5b416eb54b0e6780f59794e8e8011f7.svg?vsn=d") no-repeat;width:180px;height:50px;margin:40px auto 20px}#main_container #sessions_container #admin_sign_in .error-msg{position:absolute;left:50px;font-size:14px;color:red}input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset}.heliports-index .header{position:relative;padding:24px}.heliports-index .header span{font-size:16px;font-weight:bold}.heliports-index .header .create-new-button{position:absolute;top:24px;right:24px;width:140px;height:32px;padding:6px 0;text-align:center;border-radius:3px;border:solid 1px #3f51b5;box-shadow:0 1px 4px rgba(0,0,0,0.3);font-size:12px;font-weight:bold;color:#3f51b5;cursor:pointer}.heliports-index .header .search-field{position:absolute;top:22px;right:200px}.heliports-index .heliports-table{width:100%;border-collapse:collapse}.heliports-index .heliports-table thead{border-top:1px solid #bfc6d5}.heliports-index .heliports-table thead tr{border-bottom:1px solid #bfc6d5;height:30px}.heliports-index .heliports-table thead tr td{color:#9BA9C7;font-size:12px;font-weight:bold;text-align:center}.heliports-index .heliports-table tbody tr{border-bottom:1px solid #bfc6d5;height:50px;cursor:pointer}.heliports-index .heliports-table tbody tr:hover{background-color:#e2e6ef}.heliports-index .heliports-table tbody .row__unavailable{opacity:0.5}.heliports-index .heliports-table tbody td{padding:0 4px;color:#394151;font-size:12px;text-align:center}.heliports-index .heliports-table tbody td.id{width:40px;min-width:40px}.heliports-index .heliports-table tbody td.name{width:160px;min-width:160px;font-weight:bold}.heliports-index .heliports-table tbody td.type{width:120px;min-width:120px}.heliports-index .heliports-table tbody td.postal-code{width:80px;min-width:80px}.heliports-index .heliports-table tbody td.address{width:250px;min-width:250px}.heliports-index .heliports-table tbody td.owner{width:160px;min-width:160px}.heliports-index .heliports-table tbody td.phone-number{width:120px;min-width:120px}.heliports-index .heliports-table tbody td.email{width:180px;min-width:180px}.heliports-index .heliports-table tbody td.remarks{padding:3px 10px;min-width:200px;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.show-heliport-page{position:relative;min-width:100%;min-height:100vh;background-color:#fafafa}.show-heliport-page .heliport-info{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:600px;height:80%;overflow-y:scroll;padding:36px 60px;margin:0 auto;background-color:#fff;border-radius:4px;border:solid 1px #c1c1c1}.show-heliport-page .heliport-info .edit-button,.show-heliport-page .heliport-info .log-button{position:absolute;top:24px;right:60px;padding:0;width:88px;height:30px;display:flex;justify-content:center;align-items:center;background-color:#85e28b;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,0.3);cursor:pointer}.show-heliport-page .heliport-info .edit-button span,.show-heliport-page .heliport-info .log-button span{color:#fff;font-size:14px}.show-heliport-page .heliport-info .log-button{right:156px;background-color:#9ddeca}.show-heliport-page .heliport-info .title-label{margin:24px 0px;font-size:16px}.show-heliport-page .heliport-info .base-info-field,.show-heliport-page .heliport-info .location-info-field,.show-heliport-page .heliport-info .owner-info-field,.show-heliport-page .heliport-info .usage-info-field{margin:8px 0;padding:16px 12px;background-color:rgba(11,104,176,0.05);border-radius:4px}.show-heliport-page .heliport-info .base-info-field .name-section,.show-heliport-page .heliport-info .base-info-field .additional-info-section,.show-heliport-page .heliport-info .base-info-field .first-section,.show-heliport-page .heliport-info .base-info-field .latlng-section,.show-heliport-page .heliport-info .base-info-field .owner-contact-section,.show-heliport-page .heliport-info .base-info-field .payment-section,.show-heliport-page .heliport-info .base-info-field .progress-status-section,.show-heliport-page .heliport-info .base-info-field .time-section,.show-heliport-page .heliport-info .base-info-field .other-section,.show-heliport-page .heliport-info .location-info-field .name-section,.show-heliport-page .heliport-info .location-info-field .additional-info-section,.show-heliport-page .heliport-info .location-info-field .first-section,.show-heliport-page .heliport-info .location-info-field .latlng-section,.show-heliport-page .heliport-info .location-info-field .owner-contact-section,.show-heliport-page .heliport-info .location-info-field .payment-section,.show-heliport-page .heliport-info .location-info-field .progress-status-section,.show-heliport-page .heliport-info .location-info-field .time-section,.show-heliport-page .heliport-info .location-info-field .other-section,.show-heliport-page .heliport-info .owner-info-field .name-section,.show-heliport-page .heliport-info .owner-info-field .additional-info-section,.show-heliport-page .heliport-info .owner-info-field .first-section,.show-heliport-page .heliport-info .owner-info-field .latlng-section,.show-heliport-page .heliport-info .owner-info-field .owner-contact-section,.show-heliport-page .heliport-info .owner-info-field .payment-section,.show-heliport-page .heliport-info .owner-info-field .progress-status-section,.show-heliport-page .heliport-info .owner-info-field .time-section,.show-heliport-page .heliport-info .owner-info-field .other-section,.show-heliport-page .heliport-info .usage-info-field .name-section,.show-heliport-page .heliport-info .usage-info-field .additional-info-section,.show-heliport-page .heliport-info .usage-info-field .first-section,.show-heliport-page .heliport-info .usage-info-field .latlng-section,.show-heliport-page .heliport-info .usage-info-field .owner-contact-section,.show-heliport-page .heliport-info .usage-info-field .payment-section,.show-heliport-page .heliport-info .usage-info-field .progress-status-section,.show-heliport-page .heliport-info .usage-info-field .time-section,.show-heliport-page .heliport-info .usage-info-field .other-section{display:flex;justify-content:space-between}.show-heliport-page .heliport-info .base-info-field .name-section .field-label,.show-heliport-page .heliport-info .base-info-field .type-section .field-label,.show-heliport-page .heliport-info .base-info-field .availability-section .field-label,.show-heliport-page .heliport-info .base-info-field .remarks-section .field-label,.show-heliport-page .heliport-info .base-info-field .postal-code-section .field-label,.show-heliport-page .heliport-info .base-info-field .prefecture-section .field-label,.show-heliport-page .heliport-info .base-info-field .address-section .field-label,.show-heliport-page .heliport-info .base-info-field .latlng-section .field-label,.show-heliport-page .heliport-info .base-info-field .owner-name-section .field-label,.show-heliport-page .heliport-info .base-info-field .owner-email-section .field-label,.show-heliport-page .heliport-info .base-info-field .owner-phone-section .field-label,.show-heliport-page .heliport-info .base-info-field .url-section .field-label,.show-heliport-page .heliport-info .base-info-field .time-section .field-label,.show-heliport-page .heliport-info .base-info-field .other-section .field-label,.show-heliport-page .heliport-info .location-info-field .name-section .field-label,.show-heliport-page .heliport-info .location-info-field .type-section .field-label,.show-heliport-page .heliport-info .location-info-field .availability-section .field-label,.show-heliport-page .heliport-info .location-info-field .remarks-section .field-label,.show-heliport-page .heliport-info .location-info-field .postal-code-section .field-label,.show-heliport-page .heliport-info .location-info-field .prefecture-section .field-label,.show-heliport-page .heliport-info .location-info-field .address-section .field-label,.show-heliport-page .heliport-info .location-info-field .latlng-section .field-label,.show-heliport-page .heliport-info .location-info-field .owner-name-section .field-label,.show-heliport-page .heliport-info .location-info-field .owner-email-section .field-label,.show-heliport-page .heliport-info .location-info-field .owner-phone-section .field-label,.show-heliport-page .heliport-info .location-info-field .url-section .field-label,.show-heliport-page .heliport-info .location-info-field .time-section .field-label,.show-heliport-page .heliport-info .location-info-field .other-section .field-label,.show-heliport-page .heliport-info .owner-info-field .name-section .field-label,.show-heliport-page .heliport-info .owner-info-field .type-section .field-label,.show-heliport-page .heliport-info .owner-info-field .availability-section .field-label,.show-heliport-page .heliport-info .owner-info-field .remarks-section .field-label,.show-heliport-page .heliport-info .owner-info-field .postal-code-section .field-label,.show-heliport-page .heliport-info .owner-info-field .prefecture-section .field-label,.show-heliport-page .heliport-info .owner-info-field .address-section .field-label,.show-heliport-page .heliport-info .owner-info-field .latlng-section .field-label,.show-heliport-page .heliport-info .owner-info-field .owner-name-section .field-label,.show-heliport-page .heliport-info .owner-info-field .owner-email-section .field-label,.show-heliport-page .heliport-info .owner-info-field .owner-phone-section .field-label,.show-heliport-page .heliport-info .owner-info-field .url-section .field-label,.show-heliport-page .heliport-info .owner-info-field .time-section .field-label,.show-heliport-page .heliport-info .owner-info-field .other-section .field-label,.show-heliport-page .heliport-info .usage-info-field .name-section .field-label,.show-heliport-page .heliport-info .usage-info-field .type-section .field-label,.show-heliport-page .heliport-info .usage-info-field .availability-section .field-label,.show-heliport-page .heliport-info .usage-info-field .remarks-section .field-label,.show-heliport-page .heliport-info .usage-info-field .postal-code-section .field-label,.show-heliport-page .heliport-info .usage-info-field .prefecture-section .field-label,.show-heliport-page .heliport-info .usage-info-field .address-section .field-label,.show-heliport-page .heliport-info .usage-info-field .latlng-section .field-label,.show-heliport-page .heliport-info .usage-info-field .owner-name-section .field-label,.show-heliport-page .heliport-info .usage-info-field .owner-email-section .field-label,.show-heliport-page .heliport-info .usage-info-field .owner-phone-section .field-label,.show-heliport-page .heliport-info .usage-info-field .url-section .field-label,.show-heliport-page .heliport-info .usage-info-field .time-section .field-label,.show-heliport-page .heliport-info .usage-info-field .other-section .field-label{font-size:12px;color:#3f51b5}.show-heliport-page .heliport-info .base-info-field .name-section .field-value,.show-heliport-page .heliport-info .base-info-field .type-section .field-value,.show-heliport-page .heliport-info .base-info-field .availability-section .field-value,.show-heliport-page .heliport-info .base-info-field .remarks-section .field-value,.show-heliport-page .heliport-info .base-info-field .postal-code-section .field-value,.show-heliport-page .heliport-info .base-info-field .prefecture-section .field-value,.show-heliport-page .heliport-info .base-info-field .address-section .field-value,.show-heliport-page .heliport-info .base-info-field .latlng-section .field-value,.show-heliport-page .heliport-info .base-info-field .owner-name-section .field-value,.show-heliport-page .heliport-info .base-info-field .owner-email-section .field-value,.show-heliport-page .heliport-info .base-info-field .owner-phone-section .field-value,.show-heliport-page .heliport-info .base-info-field .url-section .field-value,.show-heliport-page .heliport-info .base-info-field .time-section .field-value,.show-heliport-page .heliport-info .base-info-field .other-section .field-value,.show-heliport-page .heliport-info .location-info-field .name-section .field-value,.show-heliport-page .heliport-info .location-info-field .type-section .field-value,.show-heliport-page .heliport-info .location-info-field .availability-section .field-value,.show-heliport-page .heliport-info .location-info-field .remarks-section .field-value,.show-heliport-page .heliport-info .location-info-field .postal-code-section .field-value,.show-heliport-page .heliport-info .location-info-field .prefecture-section .field-value,.show-heliport-page .heliport-info .location-info-field .address-section .field-value,.show-heliport-page .heliport-info .location-info-field .latlng-section .field-value,.show-heliport-page .heliport-info .location-info-field .owner-name-section .field-value,.show-heliport-page .heliport-info .location-info-field .owner-email-section .field-value,.show-heliport-page .heliport-info .location-info-field .owner-phone-section .field-value,.show-heliport-page .heliport-info .location-info-field .url-section .field-value,.show-heliport-page .heliport-info .location-info-field .time-section .field-value,.show-heliport-page .heliport-info .location-info-field .other-section .field-value,.show-heliport-page .heliport-info .owner-info-field .name-section .field-value,.show-heliport-page .heliport-info .owner-info-field .type-section .field-value,.show-heliport-page .heliport-info .owner-info-field .availability-section .field-value,.show-heliport-page .heliport-info .owner-info-field .remarks-section .field-value,.show-heliport-page .heliport-info .owner-info-field .postal-code-section .field-value,.show-heliport-page .heliport-info .owner-info-field .prefecture-section .field-value,.show-heliport-page .heliport-info .owner-info-field .address-section .field-value,.show-heliport-page .heliport-info .owner-info-field .latlng-section .field-value,.show-heliport-page .heliport-info .owner-info-field .owner-name-section .field-value,.show-heliport-page .heliport-info .owner-info-field .owner-email-section .field-value,.show-heliport-page .heliport-info .owner-info-field .owner-phone-section .field-value,.show-heliport-page .heliport-info .owner-info-field .url-section .field-value,.show-heliport-page .heliport-info .owner-info-field .time-section .field-value,.show-heliport-page .heliport-info .owner-info-field .other-section .field-value,.show-heliport-page .heliport-info .usage-info-field .name-section .field-value,.show-heliport-page .heliport-info .usage-info-field .type-section .field-value,.show-heliport-page .heliport-info .usage-info-field .availability-section .field-value,.show-heliport-page .heliport-info .usage-info-field .remarks-section .field-value,.show-heliport-page .heliport-info .usage-info-field .postal-code-section .field-value,.show-heliport-page .heliport-info .usage-info-field .prefecture-section .field-value,.show-heliport-page .heliport-info .usage-info-field .address-section .field-value,.show-heliport-page .heliport-info .usage-info-field .latlng-section .field-value,.show-heliport-page .heliport-info .usage-info-field .owner-name-section .field-value,.show-heliport-page .heliport-info .usage-info-field .owner-email-section .field-value,.show-heliport-page .heliport-info .usage-info-field .owner-phone-section .field-value,.show-heliport-page .heliport-info .usage-info-field .url-section .field-value,.show-heliport-page .heliport-info .usage-info-field .time-section .field-value,.show-heliport-page .heliport-info .usage-info-field .other-section .field-value{margin:4px 0;font-size:16px;color:#000}.show-heliport-page .heliport-info .base-info-field .name-section .free-write,.show-heliport-page .heliport-info .base-info-field .type-section .free-write,.show-heliport-page .heliport-info .base-info-field .availability-section .free-write,.show-heliport-page .heliport-info .base-info-field .remarks-section .free-write,.show-heliport-page .heliport-info .base-info-field .postal-code-section .free-write,.show-heliport-page .heliport-info .base-info-field .prefecture-section .free-write,.show-heliport-page .heliport-info .base-info-field .address-section .free-write,.show-heliport-page .heliport-info .base-info-field .latlng-section .free-write,.show-heliport-page .heliport-info .base-info-field .owner-name-section .free-write,.show-heliport-page .heliport-info .base-info-field .owner-email-section .free-write,.show-heliport-page .heliport-info .base-info-field .owner-phone-section .free-write,.show-heliport-page .heliport-info .base-info-field .url-section .free-write,.show-heliport-page .heliport-info .base-info-field .time-section .free-write,.show-heliport-page .heliport-info .base-info-field .other-section .free-write,.show-heliport-page .heliport-info .location-info-field .name-section .free-write,.show-heliport-page .heliport-info .location-info-field .type-section .free-write,.show-heliport-page .heliport-info .location-info-field .availability-section .free-write,.show-heliport-page .heliport-info .location-info-field .remarks-section .free-write,.show-heliport-page .heliport-info .location-info-field .postal-code-section .free-write,.show-heliport-page .heliport-info .location-info-field .prefecture-section .free-write,.show-heliport-page .heliport-info .location-info-field .address-section .free-write,.show-heliport-page .heliport-info .location-info-field .latlng-section .free-write,.show-heliport-page .heliport-info .location-info-field .owner-name-section .free-write,.show-heliport-page .heliport-info .location-info-field .owner-email-section .free-write,.show-heliport-page .heliport-info .location-info-field .owner-phone-section .free-write,.show-heliport-page .heliport-info .location-info-field .url-section .free-write,.show-heliport-page .heliport-info .location-info-field .time-section .free-write,.show-heliport-page .heliport-info .location-info-field .other-section .free-write,.show-heliport-page .heliport-info .owner-info-field .name-section .free-write,.show-heliport-page .heliport-info .owner-info-field .type-section .free-write,.show-heliport-page .heliport-info .owner-info-field .availability-section .free-write,.show-heliport-page .heliport-info .owner-info-field .remarks-section .free-write,.show-heliport-page .heliport-info .owner-info-field .postal-code-section .free-write,.show-heliport-page .heliport-info .owner-info-field .prefecture-section .free-write,.show-heliport-page .heliport-info .owner-info-field .address-section .free-write,.show-heliport-page .heliport-info .owner-info-field .latlng-section .free-write,.show-heliport-page .heliport-info .owner-info-field .owner-name-section .free-write,.show-heliport-page .heliport-info .owner-info-field .owner-email-section .free-write,.show-heliport-page .heliport-info .owner-info-field .owner-phone-section .free-write,.show-heliport-page .heliport-info .owner-info-field .url-section .free-write,.show-heliport-page .heliport-info .owner-info-field .time-section .free-write,.show-heliport-page .heliport-info .owner-info-field .other-section .free-write,.show-heliport-page .heliport-info .usage-info-field .name-section .free-write,.show-heliport-page .heliport-info .usage-info-field .type-section .free-write,.show-heliport-page .heliport-info .usage-info-field .availability-section .free-write,.show-heliport-page .heliport-info .usage-info-field .remarks-section .free-write,.show-heliport-page .heliport-info .usage-info-field .postal-code-section .free-write,.show-heliport-page .heliport-info .usage-info-field .prefecture-section .free-write,.show-heliport-page .heliport-info .usage-info-field .address-section .free-write,.show-heliport-page .heliport-info .usage-info-field .latlng-section .free-write,.show-heliport-page .heliport-info .usage-info-field .owner-name-section .free-write,.show-heliport-page .heliport-info .usage-info-field .owner-email-section .free-write,.show-heliport-page .heliport-info .usage-info-field .owner-phone-section .free-write,.show-heliport-page .heliport-info .usage-info-field .url-section .free-write,.show-heliport-page .heliport-info .usage-info-field .time-section .free-write,.show-heliport-page .heliport-info .usage-info-field .other-section .free-write{font-size:14px}.show-heliport-page .heliport-info .base-info-field .right,.show-heliport-page .heliport-info .location-info-field .right,.show-heliport-page .heliport-info .owner-info-field .right,.show-heliport-page .heliport-info .usage-info-field .right{text-align:right}.show-heliport-page .heliport-info .back-section{display:flex;justify-content:center}.create-heliport-page{position:relative;min-width:100%;min-height:100vh;background-color:#fafafa}.create-heliport-page .create-heliport-form{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:600px;height:80%;overflow-y:scroll;padding:36px 60px;margin:0 auto;background-color:#fff;border-radius:4px;border:solid 1px #c1c1c1}.create-heliport-page .create-heliport-form .title-label{margin:24px 0px;font-size:16px}.create-heliport-page .create-heliport-form .base-info-field,.create-heliport-page .create-heliport-form .location-info-field,.create-heliport-page .create-heliport-form .owner-info-field,.create-heliport-page .create-heliport-form .usage-info-field{margin:8px 0;padding:16px 12px;background-color:rgba(11,104,176,0.05);border-radius:4px}.create-heliport-page .create-heliport-form .base-info-field .name-section,.create-heliport-page .create-heliport-form .base-info-field .additional-info-section,.create-heliport-page .create-heliport-form .base-info-field .first-section,.create-heliport-page .create-heliport-form .base-info-field .latlng-section,.create-heliport-page .create-heliport-form .base-info-field .owner-contact-section,.create-heliport-page .create-heliport-form .base-info-field .payment-section,.create-heliport-page .create-heliport-form .base-info-field .progress-status-section,.create-heliport-page .create-heliport-form .base-info-field .time-section,.create-heliport-page .create-heliport-form .base-info-field .other-section,.create-heliport-page .create-heliport-form .location-info-field .name-section,.create-heliport-page .create-heliport-form .location-info-field .additional-info-section,.create-heliport-page .create-heliport-form .location-info-field .first-section,.create-heliport-page .create-heliport-form .location-info-field .latlng-section,.create-heliport-page .create-heliport-form .location-info-field .owner-contact-section,.create-heliport-page .create-heliport-form .location-info-field .payment-section,.create-heliport-page .create-heliport-form .location-info-field .progress-status-section,.create-heliport-page .create-heliport-form .location-info-field .time-section,.create-heliport-page .create-heliport-form .location-info-field .other-section,.create-heliport-page .create-heliport-form .owner-info-field .name-section,.create-heliport-page .create-heliport-form .owner-info-field .additional-info-section,.create-heliport-page .create-heliport-form .owner-info-field .first-section,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section,.create-heliport-page .create-heliport-form .owner-info-field .owner-contact-section,.create-heliport-page .create-heliport-form .owner-info-field .payment-section,.create-heliport-page .create-heliport-form .owner-info-field .progress-status-section,.create-heliport-page .create-heliport-form .owner-info-field .time-section,.create-heliport-page .create-heliport-form .owner-info-field .other-section,.create-heliport-page .create-heliport-form .usage-info-field .name-section,.create-heliport-page .create-heliport-form .usage-info-field .additional-info-section,.create-heliport-page .create-heliport-form .usage-info-field .first-section,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section,.create-heliport-page .create-heliport-form .usage-info-field .owner-contact-section,.create-heliport-page .create-heliport-form .usage-info-field .payment-section,.create-heliport-page .create-heliport-form .usage-info-field .progress-status-section,.create-heliport-page .create-heliport-form .usage-info-field .time-section,.create-heliport-page .create-heliport-form .usage-info-field .other-section{display:flex;justify-content:space-between}.create-heliport-page .create-heliport-form .base-info-field .name-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .type-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .availability-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .address-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .url-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .time-section .field-label,.create-heliport-page .create-heliport-form .base-info-field .other-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .name-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .type-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .availability-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .address-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .url-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .time-section .field-label,.create-heliport-page .create-heliport-form .location-info-field .other-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .name-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .type-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .address-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .url-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .time-section .field-label,.create-heliport-page .create-heliport-form .owner-info-field .other-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .name-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .type-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .address-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .url-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .time-section .field-label,.create-heliport-page .create-heliport-form .usage-info-field .other-section .field-label{display:block;font-size:12px;color:#3f51b5}.create-heliport-page .create-heliport-form .base-info-field .name-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .type-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .availability-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .address-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .url-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .time-section .field-value,.create-heliport-page .create-heliport-form .base-info-field .other-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .name-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .type-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .availability-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .address-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .url-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .time-section .field-value,.create-heliport-page .create-heliport-form .location-info-field .other-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .name-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .type-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .address-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .url-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .time-section .field-value,.create-heliport-page .create-heliport-form .owner-info-field .other-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .name-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .type-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .address-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .url-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .time-section .field-value,.create-heliport-page .create-heliport-form .usage-info-field .other-section .field-value{margin:4px 0;font-size:16px;color:#000}.create-heliport-page .create-heliport-form .base-info-field .name-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .type-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .availability-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .address-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .url-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .time-section .error-msg,.create-heliport-page .create-heliport-form .base-info-field .other-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .name-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .type-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .availability-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .address-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .url-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .time-section .error-msg,.create-heliport-page .create-heliport-form .location-info-field .other-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .name-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .type-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .address-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .url-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .time-section .error-msg,.create-heliport-page .create-heliport-form .owner-info-field .other-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .name-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .type-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .address-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .url-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .time-section .error-msg,.create-heliport-page .create-heliport-form .usage-info-field .other-section .error-msg{display:block;font-size:12px;color:red}.create-heliport-page .create-heliport-form .base-info-field .name-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .type-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .availability-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .address-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .url-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .time-section .hidden,.create-heliport-page .create-heliport-form .base-info-field .other-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .name-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .type-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .availability-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .address-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .url-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .time-section .hidden,.create-heliport-page .create-heliport-form .location-info-field .other-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .name-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .type-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .address-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .url-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .time-section .hidden,.create-heliport-page .create-heliport-form .owner-info-field .other-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .name-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .type-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .address-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .url-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .time-section .hidden,.create-heliport-page .create-heliport-form .usage-info-field .other-section .hidden{display:none}.create-heliport-page .create-heliport-form .base-info-field .name-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .type-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .availability-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .address-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .url-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .time-section .free-write,.create-heliport-page .create-heliport-form .base-info-field .other-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .name-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .type-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .availability-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .address-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .url-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .time-section .free-write,.create-heliport-page .create-heliport-form .location-info-field .other-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .name-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .type-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .address-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .url-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .time-section .free-write,.create-heliport-page .create-heliport-form .owner-info-field .other-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .name-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .type-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .address-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .url-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .time-section .free-write,.create-heliport-page .create-heliport-form .usage-info-field .other-section .free-write{font-size:14px}.create-heliport-page .create-heliport-form .base-info-field .name-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .name-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .name-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .type-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .type-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .type-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .type-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .availability-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .availability-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .availability-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .availability-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .address-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .address-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .address-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .address-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .url-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .url-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .url-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .url-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .time-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .time-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .time-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .time-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .other-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .other-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .other-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .other-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .name-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .name-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .name-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .type-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .type-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .type-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .type-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .availability-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .availability-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .availability-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .availability-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .address-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .address-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .address-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .address-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .url-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .url-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .url-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .url-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .time-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .time-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .time-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .time-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .other-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .other-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .other-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .other-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .name-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .name-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .name-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .type-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .type-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .type-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .type-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .address-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .address-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .address-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .address-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .url-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .url-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .url-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .url-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .time-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .time-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .time-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .time-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .other-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .other-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .other-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .other-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .name-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .name-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .name-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .type-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .type-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .type-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .type-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .address-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .address-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .address-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .address-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .url-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .url-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .url-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .url-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .time-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .time-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .time-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .time-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .other-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .other-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .other-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .other-section .hanger-heliport-field{margin:8px 0;width:100%;text-align:left}.create-heliport-page .create-heliport-form .base-info-field .name-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .name-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .name-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .name-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .type-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .type-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .type-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .type-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .availability-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .availability-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .availability-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .availability-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .address-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .address-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .address-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .address-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .url-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .url-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .url-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .url-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .time-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .time-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .time-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .time-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .base-info-field .other-section .availability-field__control,.create-heliport-page .create-heliport-form .base-info-field .other-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .base-info-field .other-section .prefecture-field__control,.create-heliport-page .create-heliport-form .base-info-field .other-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .name-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .name-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .name-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .name-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .type-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .type-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .type-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .type-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .availability-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .availability-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .availability-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .availability-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .address-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .address-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .address-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .address-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .url-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .url-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .url-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .url-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .time-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .time-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .time-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .time-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .location-info-field .other-section .availability-field__control,.create-heliport-page .create-heliport-form .location-info-field .other-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .location-info-field .other-section .prefecture-field__control,.create-heliport-page .create-heliport-form .location-info-field .other-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .name-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .name-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .name-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .name-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .type-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .type-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .type-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .type-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .address-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .address-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .address-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .address-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .url-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .url-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .url-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .url-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .time-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .time-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .time-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .time-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .owner-info-field .other-section .availability-field__control,.create-heliport-page .create-heliport-form .owner-info-field .other-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .owner-info-field .other-section .prefecture-field__control,.create-heliport-page .create-heliport-form .owner-info-field .other-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .name-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .name-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .name-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .name-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .type-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .type-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .type-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .type-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .address-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .address-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .address-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .address-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .url-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .url-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .url-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .url-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .time-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .time-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .time-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .time-section .hanger-heliport-field__control,.create-heliport-page .create-heliport-form .usage-info-field .other-section .availability-field__control,.create-heliport-page .create-heliport-form .usage-info-field .other-section .heliport-type-field__control,.create-heliport-page .create-heliport-form .usage-info-field .other-section .prefecture-field__control,.create-heliport-page .create-heliport-form .usage-info-field .other-section .hanger-heliport-field__control{position:relative;border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.create-heliport-page .create-heliport-form .base-info-field .name-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .name-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .name-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .name-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .type-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .type-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .type-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .type-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .availability-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .availability-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .availability-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .availability-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .address-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .address-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .address-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .address-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .url-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .url-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .url-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .url-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .time-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .time-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .time-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .time-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .other-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .other-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .other-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .base-info-field .other-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .name-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .name-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .name-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .name-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .type-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .type-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .type-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .type-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .availability-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .availability-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .availability-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .availability-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .address-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .address-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .address-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .address-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .url-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .url-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .url-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .url-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .time-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .time-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .time-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .time-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .other-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .other-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .other-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .location-info-field .other-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .name-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .name-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .name-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .name-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .type-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .type-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .type-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .type-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .address-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .address-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .address-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .address-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .url-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .url-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .url-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .url-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .time-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .time-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .time-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .time-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .other-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .other-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .other-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .owner-info-field .other-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .name-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .name-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .name-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .name-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .type-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .type-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .type-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .type-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .address-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .address-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .address-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .address-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .url-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .url-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .url-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .url-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .time-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .time-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .time-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .time-section .hanger-heliport-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .other-section .availability-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .other-section .heliport-type-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .other-section .prefecture-field__control--is-focused,.create-heliport-page .create-heliport-form .usage-info-field .other-section .hanger-heliport-field__control--is-focused{border-bottom:solid 2px #3f51b5}.create-heliport-page .create-heliport-form .base-info-field .name-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .name-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .name-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .name-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .type-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .type-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .type-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .type-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .availability-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .availability-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .availability-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .availability-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .address-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .address-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .address-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .address-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .url-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .url-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .url-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .url-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .time-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .time-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .time-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .time-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .other-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .other-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .other-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .base-info-field .other-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .name-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .name-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .name-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .name-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .type-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .type-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .type-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .type-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .availability-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .availability-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .availability-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .availability-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .address-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .address-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .address-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .address-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .url-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .url-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .url-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .url-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .time-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .time-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .time-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .time-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .other-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .other-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .other-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .location-info-field .other-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .name-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .name-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .name-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .name-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .type-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .type-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .type-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .type-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .address-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .address-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .address-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .address-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .url-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .url-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .url-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .url-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .time-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .time-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .time-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .time-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .other-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .other-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .other-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .owner-info-field .other-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .name-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .name-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .name-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .name-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .type-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .type-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .type-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .type-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .address-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .address-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .address-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .address-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .url-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .url-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .url-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .url-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .time-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .time-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .time-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .time-section .hanger-heliport-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .other-section .availability-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .other-section .heliport-type-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .other-section .prefecture-field__indicator-separator,.create-heliport-page .create-heliport-form .usage-info-field .other-section .hanger-heliport-field__indicator-separator{background-color:#fff}.create-heliport-page .create-heliport-form .base-info-field .name-section textarea,.create-heliport-page .create-heliport-form .base-info-field .type-section textarea,.create-heliport-page .create-heliport-form .base-info-field .availability-section textarea,.create-heliport-page .create-heliport-form .base-info-field .remarks-section textarea,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section textarea,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section textarea,.create-heliport-page .create-heliport-form .base-info-field .address-section textarea,.create-heliport-page .create-heliport-form .base-info-field .latlng-section textarea,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section textarea,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section textarea,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section textarea,.create-heliport-page .create-heliport-form .base-info-field .url-section textarea,.create-heliport-page .create-heliport-form .base-info-field .time-section textarea,.create-heliport-page .create-heliport-form .base-info-field .other-section textarea,.create-heliport-page .create-heliport-form .location-info-field .name-section textarea,.create-heliport-page .create-heliport-form .location-info-field .type-section textarea,.create-heliport-page .create-heliport-form .location-info-field .availability-section textarea,.create-heliport-page .create-heliport-form .location-info-field .remarks-section textarea,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section textarea,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section textarea,.create-heliport-page .create-heliport-form .location-info-field .address-section textarea,.create-heliport-page .create-heliport-form .location-info-field .latlng-section textarea,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section textarea,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section textarea,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section textarea,.create-heliport-page .create-heliport-form .location-info-field .url-section textarea,.create-heliport-page .create-heliport-form .location-info-field .time-section textarea,.create-heliport-page .create-heliport-form .location-info-field .other-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .name-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .type-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .availability-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .address-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .url-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .time-section textarea,.create-heliport-page .create-heliport-form .owner-info-field .other-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .name-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .type-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .availability-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .address-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .url-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .time-section textarea,.create-heliport-page .create-heliport-form .usage-info-field .other-section textarea{margin-top:4px;width:100%;height:80px;padding:4px;resize:none;border:solid 1px rgba(11,104,176,0.5);border-radius:4px}.create-heliport-page .create-heliport-form .base-info-field .name-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .type-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .availability-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .address-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .url-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .time-section .availability-field,.create-heliport-page .create-heliport-form .base-info-field .other-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .name-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .type-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .availability-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .address-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .url-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .time-section .availability-field,.create-heliport-page .create-heliport-form .location-info-field .other-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .name-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .type-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .address-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .url-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .time-section .availability-field,.create-heliport-page .create-heliport-form .owner-info-field .other-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .name-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .type-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .address-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .url-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .time-section .availability-field,.create-heliport-page .create-heliport-form .usage-info-field .other-section .availability-field{width:120px}.create-heliport-page .create-heliport-form .base-info-field .name-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .type-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .availability-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .address-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .url-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .time-section .heliport-type-field,.create-heliport-page .create-heliport-form .base-info-field .other-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .name-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .type-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .availability-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .address-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .url-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .time-section .heliport-type-field,.create-heliport-page .create-heliport-form .location-info-field .other-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .name-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .type-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .address-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .url-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .time-section .heliport-type-field,.create-heliport-page .create-heliport-form .owner-info-field .other-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .name-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .type-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .address-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .url-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .time-section .heliport-type-field,.create-heliport-page .create-heliport-form .usage-info-field .other-section .heliport-type-field{width:200px}.create-heliport-page .create-heliport-form .base-info-field .name-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .type-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .availability-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .address-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .url-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .time-section .prefecture-field,.create-heliport-page .create-heliport-form .base-info-field .other-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .name-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .type-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .availability-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .address-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .url-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .time-section .prefecture-field,.create-heliport-page .create-heliport-form .location-info-field .other-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .name-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .type-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .address-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .url-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .time-section .prefecture-field,.create-heliport-page .create-heliport-form .owner-info-field .other-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .name-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .type-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .address-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .url-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .time-section .prefecture-field,.create-heliport-page .create-heliport-form .usage-info-field .other-section .prefecture-field{width:150px}.create-heliport-page .create-heliport-form .base-info-field .name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .type-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .availability-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .remarks-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .postal-code-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .prefecture-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .address-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .latlng-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .owner-name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .owner-email-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .owner-phone-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .url-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .time-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .base-info-field .other-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .type-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .availability-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .remarks-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .postal-code-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .prefecture-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .address-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .latlng-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .owner-name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .owner-email-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .owner-phone-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .url-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .time-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .location-info-field .other-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .type-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .availability-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .remarks-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .postal-code-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .prefecture-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .address-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .latlng-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-email-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .owner-phone-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .url-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .time-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .owner-info-field .other-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .type-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .availability-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .remarks-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .postal-code-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .prefecture-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .address-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .latlng-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-name-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-email-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .owner-phone-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .url-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .time-section .hanger-heliport-field,.create-heliport-page .create-heliport-form .usage-info-field .other-section .hanger-heliport-field{width:250px}.create-heliport-page .create-heliport-form .base-info-field .right,.create-heliport-page .create-heliport-form .location-info-field .right,.create-heliport-page .create-heliport-form .owner-info-field .right,.create-heliport-page .create-heliport-form .usage-info-field .right{text-align:right}.create-heliport-page .create-heliport-form .back-section{display:flex;justify-content:center}.edit-heliport-page{position:relative;min-width:100%;min-height:100vh;background-color:#fafafa}.edit-heliport-page .edit-heliport-form{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:600px;height:80%;overflow-y:scroll;padding:36px 60px;margin:0 auto;background-color:#fff;border-radius:4px;border:solid 1px #c1c1c1}.edit-heliport-page .edit-heliport-form .title-label{margin:24px 0px;font-size:16px}.edit-heliport-page .edit-heliport-form .base-info-field,.edit-heliport-page .edit-heliport-form .location-info-field,.edit-heliport-page .edit-heliport-form .owner-info-field,.edit-heliport-page .edit-heliport-form .usage-info-field{margin:8px 0;padding:16px 12px;background-color:rgba(11,104,176,0.05);border-radius:4px}.edit-heliport-page .edit-heliport-form .base-info-field .name-section,.edit-heliport-page .edit-heliport-form .base-info-field .additional-info-section,.edit-heliport-page .edit-heliport-form .base-info-field .first-section,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section,.edit-heliport-page .edit-heliport-form .base-info-field .owner-contact-section,.edit-heliport-page .edit-heliport-form .base-info-field .payment-section,.edit-heliport-page .edit-heliport-form .base-info-field .progress-status-section,.edit-heliport-page .edit-heliport-form .base-info-field .time-section,.edit-heliport-page .edit-heliport-form .base-info-field .other-section,.edit-heliport-page .edit-heliport-form .location-info-field .name-section,.edit-heliport-page .edit-heliport-form .location-info-field .additional-info-section,.edit-heliport-page .edit-heliport-form .location-info-field .first-section,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section,.edit-heliport-page .edit-heliport-form .location-info-field .owner-contact-section,.edit-heliport-page .edit-heliport-form .location-info-field .payment-section,.edit-heliport-page .edit-heliport-form .location-info-field .progress-status-section,.edit-heliport-page .edit-heliport-form .location-info-field .time-section,.edit-heliport-page .edit-heliport-form .location-info-field .other-section,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section,.edit-heliport-page .edit-heliport-form .owner-info-field .additional-info-section,.edit-heliport-page .edit-heliport-form .owner-info-field .first-section,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-contact-section,.edit-heliport-page .edit-heliport-form .owner-info-field .payment-section,.edit-heliport-page .edit-heliport-form .owner-info-field .progress-status-section,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section,.edit-heliport-page .edit-heliport-form .usage-info-field .additional-info-section,.edit-heliport-page .edit-heliport-form .usage-info-field .first-section,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-contact-section,.edit-heliport-page .edit-heliport-form .usage-info-field .payment-section,.edit-heliport-page .edit-heliport-form .usage-info-field .progress-status-section,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section{display:flex;justify-content:space-between}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .field-label,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .field-label,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .field-label,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .field-label,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .field-label{display:block;font-size:12px;color:#3f51b5}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .field-value,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .field-value,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .field-value,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .field-value,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .field-value{margin:4px 0;font-size:16px;color:#000}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .error-msg,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .error-msg,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .error-msg,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .error-msg,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .error-msg{display:block;font-size:12px;color:red}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .hidden,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .hidden,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .hidden,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .hidden,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .hidden{display:none}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .free-write,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .free-write,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .free-write,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .free-write,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .free-write{font-size:14px}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .hanger-heliport-field{margin:8px 0;width:100%;text-align:left}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .availability-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .availability-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .availability-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .hanger-heliport-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .availability-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .heliport-type-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .prefecture-field__control,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .hanger-heliport-field__control{position:relative;border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .hanger-heliport-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .availability-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .heliport-type-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .prefecture-field__control--is-focused,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .hanger-heliport-field__control--is-focused{border-bottom:solid 2px #3f51b5}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .name-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .hanger-heliport-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .availability-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .heliport-type-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .prefecture-field__indicator-separator,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .hanger-heliport-field__indicator-separator{background-color:#fff}.edit-heliport-page .edit-heliport-form .base-info-field .name-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .type-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .address-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .url-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .time-section textarea,.edit-heliport-page .edit-heliport-form .base-info-field .other-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .name-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .type-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .address-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .url-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .time-section textarea,.edit-heliport-page .edit-heliport-form .location-info-field .other-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section textarea,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section textarea,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section textarea{margin-top:4px;width:100%;height:80px;padding:4px;resize:none;border:solid 1px rgba(11,104,176,0.5);border-radius:4px}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .availability-field,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .availability-field,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .availability-field,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .availability-field,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .availability-field{width:120px}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .heliport-type-field,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .heliport-type-field{width:200px}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .prefecture-field,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .prefecture-field,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .prefecture-field,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .prefecture-field,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .prefecture-field{width:150px}.edit-heliport-page .edit-heliport-form .base-info-field .name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .type-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .availability-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .remarks-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .postal-code-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .prefecture-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .address-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .latlng-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-email-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .owner-phone-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .url-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .time-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .base-info-field .other-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .type-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .availability-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .remarks-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .postal-code-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .prefecture-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .address-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .latlng-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-email-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .owner-phone-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .url-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .time-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .location-info-field .other-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .type-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .availability-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .remarks-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .postal-code-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .prefecture-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .address-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .latlng-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-email-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .owner-phone-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .url-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .time-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .owner-info-field .other-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .type-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .availability-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .remarks-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .postal-code-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .prefecture-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .address-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .latlng-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-name-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-email-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .owner-phone-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .url-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .time-section .hanger-heliport-field,.edit-heliport-page .edit-heliport-form .usage-info-field .other-section .hanger-heliport-field{width:250px}.edit-heliport-page .edit-heliport-form .base-info-field .right,.edit-heliport-page .edit-heliport-form .location-info-field .right,.edit-heliport-page .edit-heliport-form .owner-info-field .right,.edit-heliport-page .edit-heliport-form .usage-info-field .right{text-align:right}.edit-heliport-page .edit-heliport-form .back-section{display:flex;justify-content:center}.sale-log-container{position:relative;padding:24px 0}.sale-log-container .title{margin:12px 24px;font-size:16px}.sale-log-container .back-button{position:absolute;top:24px;right:24px;padding:4px 18px;color:#3f51b5;font-size:12px;font-weight:bold;border:solid 1px #3f51b5;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,0.3);cursor:pointer}.sale-log-container .log-table{width:100%;border-collapse:collapse}.sale-log-container .log-table thead{border-top:1px solid #bfc6d5}.sale-log-container .log-table thead tr{border-bottom:1px solid #bfc6d5;height:30px}.sale-log-container .log-table thead tr td{color:#9BA9C7;font-size:12px;font-weight:bold;text-align:center}.sale-log-container .log-table tbody tr{border-bottom:1px solid #bfc6d5;height:50px}.sale-log-container .log-table tbody td{padding:0 4px;color:#394151;font-size:12px;text-align:center}.sale-log-container .log-table tbody td.datetime{width:150px;min-width:150px;white-space:normal}.sale-log-container .log-table tbody td.editor-id{width:50px;min-width:50px}.sale-log-container .log-table tbody td.editor-name{width:120px;min-width:120px;white-space:normal}.sale-log-container .log-table tbody td.action{width:60px;min-width:60px;white-space:normal}.sale-log-container .log-table tbody td.name{width:160px;min-width:160px;white-space:normal;font-weight:bold}.sale-log-container .log-table tbody td.en-name,.sale-log-container .log-table tbody td.hanger-heliport{width:160px;min-width:160px}.sale-log-container .log-table tbody td.type{width:120px;min-width:120px}.sale-log-container .log-table tbody td.postal-code{width:80px;min-width:80px}.sale-log-container .log-table tbody td.prefecture{width:100px;min-width:100px}.sale-log-container .log-table tbody td.address,.sale-log-container .log-table tbody td.en-address{width:250px;min-width:250px}.sale-log-container .log-table tbody td.lat,.sale-log-container .log-table tbody td.lng{width:60px;min-width:60px}.sale-log-container .log-table tbody td.availability{width:100px;min-width:100px}.sale-log-container .log-table tbody td.owner{width:160px;min-width:160px}.sale-log-container .log-table tbody td.email{width:180px;min-width:180px;white-space:normal}.sale-log-container .log-table tbody td.phone-number{width:120px;min-width:120px}.sale-log-container .log-table tbody td.url{width:120px;min-width:120px}.sale-log-container .log-table tbody td.start-time,.sale-log-container .log-table tbody td.end-time{width:120px;min-width:120px}.sale-log-container .log-table tbody td.time-slot{width:100px;min-width:100px}.sale-log-container .log-table tbody td.landing-fee{width:100px;min-width:100px}.sale-log-container .log-table tbody td.remarks{min-width:200px;text-align:left}.heliport-weather-page__header{position:fixed;top:0;width:100%;height:96px;border-bottom:solid 1px rgba(0,0,0,0.2);background-color:#fff}.heliport-weather-page__header .title{position:absolute;top:48px;left:36px;font-size:16px;font-weight:bold}.heliport-weather-page__header .toggle-button{position:fixed;top:36px;right:48px}.heliport-weather-page__header .toggle-button button{width:72px}.heliport-weather-page .weather-table-wrapper{width:fit-content;margin:140px auto 12px}.heliport-weather-page .weather-table-wrapper table{margin:24px 24px;border-collapse:collapse;border-bottom:solid 1px rgba(0,0,0,0.1)}.heliport-weather-page .weather-table-wrapper table thead .header-column,.heliport-weather-page .weather-table-wrapper table tbody .header-column{width:160px;min-width:160px;text-align:center;font-weight:bold}.heliport-weather-page .weather-table-wrapper table thead .day-column,.heliport-weather-page .weather-table-wrapper table tbody .day-column{width:160px;min-width:160px;padding:4px 0}.heliport-weather-page .weather-table-wrapper table thead .day-column__today,.heliport-weather-page .weather-table-wrapper table tbody .day-column__today{background-color:#eee}.heliport-weather-page .weather-table-wrapper table thead .day-column__judge-day,.heliport-weather-page .weather-table-wrapper table tbody .day-column__judge-day{background-color:#fae4e4}.heliport-weather-page .weather-table-wrapper table thead .day-column .time-column,.heliport-weather-page .weather-table-wrapper table tbody .day-column .time-column{width:100px;text-align:center}.heliport-weather-page .weather-table-wrapper table thead{border-bottom:solid 1px rgba(0,0,0,0.1)}.heliport-weather-page .weather-table-wrapper table thead .time-names .day-column{padding:8px 0}.heliport-weather-page .weather-table-wrapper table thead .time-names .day-column .time-column{height:18px;font-size:12px;line-height:1;color:#424242}.heliport-weather-page .weather-table-wrapper table tbody tr{height:48px}.heliport-weather-page .weather-table-wrapper table tbody tr .day-column{border-left:solid 1px rgba(0,0,0,0.1)}.heliport-weather-page .weather-table-wrapper table tbody tr .day-column .time-column{font-size:14px}.heliport-weather-page .weather-table-wrapper table tbody tr .day-column .time-column svg{font-size:24px}.heliport-weather-page .weather-table-wrapper table tbody tr .day-column .time-column .sunny{fill:#ffa500}.heliport-weather-page .weather-table-wrapper table tbody tr .day-column .time-column .cloudy{color:#ffa500;fill:#727272}.heliport-weather-page .weather-table-wrapper table tbody tr .day-column .time-column .rainy{color:red;fill:#075aeb}.heliport-weather-page .weather-table-wrapper table tbody tr .day-column .time-column .windy{color:red;fill:#87d0f1}.heliport-weather-page .weather-table-wrapper table tbody tr .day-column .time-column .not-available{fill:#999}.heliport-weather-page .weather-table-wrapper table tbody tr .sunset-time{text-align:center}.heliport-weather-page .forecast-at{position:fixed;right:48px;font-size:12px;color:#727272}.account-index .header{position:relative;padding:24px}.account-index .header span{font-size:16px;font-weight:bold}.account-index .header .search-field{position:absolute;top:50%;right:188px;transform:translateY(-50%)}.account-index .header .create-new-button{position:absolute;top:50%;transform:translateY(-50%);right:24px;width:140px;height:32px;padding:6px 0;text-align:center;border-radius:3px;border:solid 1px #3f51b5;box-shadow:0 1px 4px rgba(0,0,0,0.3);font-size:12px;font-weight:bold;color:#3f51b5;cursor:pointer}.account-index .admin-table{width:100%;border-collapse:collapse}.account-index .admin-table thead{border-top:1px solid #bfc6d5}.account-index .admin-table thead tr{border-bottom:1px solid #bfc6d5;height:30px}.account-index .admin-table thead tr td{color:#9BA9C7;font-size:12px;font-weight:bold;text-align:center}.account-index .admin-table tbody tr{border-bottom:1px solid #bfc6d5;height:50px;cursor:pointer}.account-index .admin-table tbody tr:hover{background-color:#e2e6ef}.account-index .admin-table tbody td{padding:0 4px;color:#394151;font-size:12px;text-align:center}.account-index .admin-table tbody td.id{width:60px;min-width:60px}.account-index .admin-table tbody td.name{width:120px;min-width:120px;font-weight:bold}.account-index .admin-table tbody td.email{width:120px;min-width:120px}.account-index .admin-table tbody td.heliports{width:200px;min-width:200px;padding-left:24px;text-align:left}.account-index .admin-table tbody td.heliports ul li{font-size:12px}.edit-crew-account-page{position:relative;min-width:100%;min-height:100vh;background-color:#eee}.edit-crew-account-page .edit-crew-account-form{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:600px;height:80%;overflow-y:scroll;padding:36px 120px;margin:0 auto;background-color:#fff;border-radius:4px;box-shadow:0 2px 16px rgba(0,0,0,0.3)}.edit-crew-account-page .edit-crew-account-form .title-label{margin:20px 0px}.show-crew-account-page{position:relative;min-width:100%;min-height:100vh;background-color:#fafafa}.show-crew-account-page .crew-account-info{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:600px;height:80%;overflow-y:scroll;padding:36px 120px;margin:0 auto;background-color:#fff;border-radius:4px;border:solid 1px #c1c1c1}.show-crew-account-page .crew-account-info .edit-button,.show-crew-account-page .crew-account-info .log-button{position:absolute;top:24px;right:24px;padding:0;width:88px;height:30px;display:flex;justify-content:center;align-items:center;background-color:#85e28b;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,0.3);cursor:pointer}.show-crew-account-page .crew-account-info .edit-button span,.show-crew-account-page .crew-account-info .log-button span{color:#fff;font-size:14px}.show-crew-account-page .crew-account-info .log-button{right:120px;background-color:#9ddeca}.show-crew-account-page .crew-account-info .title-label{margin:20px 0px;font-size:16px}.show-crew-account-page .crew-account-info .info-field .admin-name-section .admin-name-field{width:100%}.show-crew-account-page .crew-account-info .info-field .admin-name-section .admin-name-field__control{position:relative;border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.show-crew-account-page .crew-account-info .info-field .admin-name-section .admin-name-field__control--is-focused{border-bottom:solid 2px #3f51b5}.show-crew-account-page .crew-account-info .info-field .admin-name-section .admin-name-field__indicator-separator{background-color:#fff}.show-crew-account-page .crew-account-info .info-field .admin-name-section .field-label,.show-crew-account-page .crew-account-info .info-field .email-section .field-label,.show-crew-account-page .crew-account-info .info-field .heliport-section .field-label{font-size:12px;color:#3f51b5}.show-crew-account-page .crew-account-info .info-field .admin-name-section .field-value,.show-crew-account-page .crew-account-info .info-field .email-section .field-value,.show-crew-account-page .crew-account-info .info-field .heliport-section .field-value{margin:4px 0;font-size:16px;color:#000}.show-crew-account-page .crew-account-info .info-field .heliport-section .field-value .heliport-name{margin:4px 0;font-size:16px;color:#000}.show-crew-account-page .crew-account-info .info-field .select-heliport-section{display:flex;vertical-align:middle;justify-content:space-between;margin:24px 0}.show-crew-account-page .crew-account-info .info-field .select-heliport-section .heliport-field{width:80%}.show-crew-account-page .crew-account-info .info-field .select-heliport-section .heliport-field__control{border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.show-crew-account-page .crew-account-info .info-field .select-heliport-section .heliport-field__indicator-separator{background-color:#fff}.show-crew-account-page .crew-account-info .info-field .select-heliport-section .delete-button{position:relative;width:40px;transition:background-color 0.2s}.show-crew-account-page .crew-account-info .info-field .select-heliport-section .delete-button::before{position:absolute;content:"";top:50%;left:50%;width:16px;height:16px;border-radius:16px;transform:translate(-50%, -50%);border:solid 2px #c1c1c1}.show-crew-account-page .crew-account-info .info-field .select-heliport-section .delete-button::after{position:absolute;content:"";top:50%;left:50%;width:12px;height:2px;transform:translate(-50%, -50%);background-color:#c1c1c1}.show-crew-account-page .crew-account-info .info-field .select-heliport-section .delete-button:hover{background-color:#e4e4e4;transition:background-color 0.2s}.show-crew-account-page .crew-account-info .info-field .add-button div{background-color:#f2f2f2;transition:background-color 0.2s}.show-crew-account-page .crew-account-info .info-field .add-button div:hover{background-color:#e4e4e4;transition:background-color 0.2s}.show-crew-account-page .crew-account-info .back-section{display:flex;justify-content:center}.created-account-modal{padding:32px;text-align:center}.created-account-modal .message{width:80%;margin:0 auto;padding:12px;text-align:left;font-size:16px;font-weight:bold}.created-account-modal .admin-info{position:relative;width:80%;margin:0 auto;padding:24px;text-align:left;border:solid 1px #3f51b5;border-radius:5px}.created-account-modal .admin-info .copy-button{position:absolute;top:0;right:0;padding:4px 8px;font-size:12px;font-weight:bold;border:solid 1px #000;border-radius:4px;background-color:#efeeff;box-shadow:0px 2px 2px rgba(0,0,0,0.3);cursor:pointer}.created-account-modal .admin-info__name,.created-account-modal .admin-info__email,.created-account-modal .admin-info__password{padding:4px 0;font-size:16px}.created-account-modal .admin-info__name span,.created-account-modal .admin-info__email span,.created-account-modal .admin-info__password span{display:inline-block;font-size:12px;width:50px}.created-account-modal .close-warning{display:inline-block;width:80%;margin:12px auto 0;text-align:left;color:#e3502b;font-size:12px}.edit-crew-account-page{position:relative;min-width:100%;min-height:100vh;background-color:#eee}.edit-crew-account-page .edit-crew-account-form{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:600px;height:80%;overflow-y:scroll;padding:36px 120px;margin:0 auto;background-color:#fff;border-radius:4px;box-shadow:0 2px 16px rgba(0,0,0,0.3)}.edit-crew-account-page .edit-crew-account-form .title-label{margin:20px 0px;font-size:16px}.edit-crew-account-page .edit-crew-account-form .change-pw-button{position:absolute;top:24px;right:24px;padding:8px 12px;background-color:#e45959;border-radius:2px;color:#fff;font-size:12px;box-shadow:0 2px 4px rgba(0,0,0,0.3);cursor:pointer}.log-container{position:relative;padding:24px 0}.log-container .title{margin:12px 24px;font-size:16px}.log-container .back-button{position:absolute;top:24px;right:24px;padding:4px 18px;color:#3f51b5;font-size:12px;font-weight:bold;border:solid 1px #3f51b5;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,0.3);cursor:pointer}.log-container .log-table{width:100%;border-collapse:collapse}.log-container .log-table thead{border-top:1px solid #bfc6d5}.log-container .log-table thead tr{border-bottom:1px solid #bfc6d5;height:30px}.log-container .log-table thead tr td{color:#9BA9C7;font-size:12px;font-weight:bold;text-align:center}.log-container .log-table tbody tr{border-bottom:1px solid #bfc6d5;height:50px}.log-container .log-table tbody td{padding:0 4px;color:#394151;font-size:12px;text-align:center}.log-container .log-table tbody td.datetime{width:150px;min-width:150px;white-space:normal}.log-container .log-table tbody td.editor-id{width:60px;min-width:60px}.log-container .log-table tbody td.editor-name{width:150px;min-width:150px;white-space:normal}.log-container .log-table tbody td.action{width:70px;min-width:70px;white-space:normal}.log-container .log-table tbody td.name{width:150px;min-width:150px;white-space:normal;font-weight:bold}.log-container .log-table tbody td.email{width:200px;min-width:200px;white-space:normal}.text-field .field-label{font-size:12px;color:#3f51b5}.text-field .field-value{margin:4px 0;font-size:16px;color:#000}.text-field .error-msg{font-size:12px;color:red}.text-field .hidden{display:none}.role-section .field-label{font-size:12px;color:#3f51b5;margin-bottom:3px}.role-section .role-field{height:48px}.role-section .role-field__control{border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.role-section .role-field__indicator-separator{background-color:#fff}.heliport-section .field-label{font-size:12px;color:#3f51b5}.heliport-section .heliport-selector{display:flex;vertical-align:middle;justify-content:space-between;margin:24px 0}.heliport-section .heliport-selector .heliport-field{width:80%}.heliport-section .heliport-selector .heliport-field__control{border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.heliport-section .heliport-selector .heliport-field__indicator-separator{background-color:#fff}.heliport-section .heliport-selector .delete-button{position:relative;width:40px;transition:background-color 0.2s}.heliport-section .heliport-selector .delete-button::before{position:absolute;content:"";top:50%;left:50%;width:16px;height:16px;border-radius:16px;transform:translate(-50%, -50%);border:solid 2px #c1c1c1}.heliport-section .heliport-selector .delete-button::after{position:absolute;content:"";top:50%;left:50%;width:12px;height:2px;transform:translate(-50%, -50%);background-color:#c1c1c1}.heliport-section .heliport-selector .delete-button:hover{background-color:#e4e4e4;transition:background-color 0.2s}.heliport-section .add-button div{background-color:#f2f2f2;transition:background-color 0.2s}.heliport-section .add-button div:hover{background-color:#e4e4e4;transition:background-color 0.2s}.show-account-modal{padding:32px;text-align:center}.show-account-modal .message{width:80%;margin:0 auto;padding:12px;text-align:left;font-size:16px;font-weight:bold}.show-account-modal .copy-button{position:absolute;top:0;right:0;padding:4px 8px;font-size:12px;font-weight:bold;border:solid 1px #000;border-radius:4px;background-color:#efeeff;box-shadow:0px 2px 2px rgba(0,0,0,0.3);cursor:pointer}.show-account-modal .admin-info{position:relative;width:80%;margin:0 auto;padding:24px;text-align:left;border:solid 1px #3f51b5;border-radius:5px}.show-account-modal .admin-info__name,.show-account-modal .admin-info__email,.show-account-modal .admin-info__password{padding:4px 0;font-size:16px}.show-account-modal .admin-info__name span,.show-account-modal .admin-info__email span,.show-account-modal .admin-info__password span{display:inline-block;font-size:12px;width:50px}.show-account-modal .close-warning{display:inline-block;width:80%;margin:12px auto 0;text-align:left;color:#e3502b;font-size:12px}.reservations.index{height:100%;overflow-y:scroll;padding-bottom:10px}.reservations.index::-webkit-scrollbar{display:none}.reservations.index p{color:#394151;font-size:13px}.reservations.index .header{width:100%;border-bottom:1px solid #c1c1c1;position:sticky;top:0;z-index:1000;background:#fff}.reservations.index .header .title{display:inline-block;font-size:15px;padding:22px 0px 0px 30px;margin-right:40px}.reservations.index .header .pagination{margin-top:12px}.reservations.index .header .pagination ul.pagination{display:inline-block;padding-top:5px;padding-left:15px;padding-right:15px;padding-bottom:20px;white-space:nowrap;overflow:scroll;width:100%;margin:auto;vertical-align:top;margin-left:0}.reservations.index .header .pagination ul.pagination::-webkit-scrollbar{display:none}.reservations.index .header .pagination ul.pagination li{display:inline-block;margin-right:10px;height:30px;width:40px;padding:0px;border:1px solid #c3c8cc}.reservations.index .header .pagination ul.pagination li a{display:block;color:#7d8286;width:100%;text-align:center;padding:6px 0px}.reservations.index .header .pagination ul.pagination li a:hover{cursor:pointer}.reservations.index .header .pagination ul.pagination li:hover{cursor:pointer}.reservations.index .header .pagination ul.pagination .active a{color:#3f8be8}.reservations.index .header .pagination ul.pagination .previous{height:30px;width:50px}.reservations.index .header .pagination ul.pagination .next{height:30px;width:50px}.reservations.index .header .pagination ul.pagination .disabled a{color:#dee3e8}.reservations.index .header .pagination ul.pagination .break a{cursor:default}.reservations.index table.reservation-table{border-collapse:collapse;width:100%;min-width:1024px;padding-bottom:10px;margin-bottom:40px}.reservations.index table.reservation-table thead{border-top:1px solid #bfc6d5}.reservations.index table.reservation-table thead tr{border-bottom:1px solid #bfc6d5;height:30px}.reservations.index table.reservation-table thead tr td{color:#9BA9C7;font-size:12px;text-align:center;white-space:nowrap;padding:0 8px}.reservations.index table.reservation-table tbody tr{border-bottom:1px solid #bfc6d5;height:30px;cursor:pointer}.reservations.index table.reservation-table tbody tr:hover{background-color:#e2e6ef}.reservations.index table.reservation-table tbody tr.inactive_row td,.reservations.index table.reservation-table tbody tr.inactive_row p{color:#afb8c9 !important}.reservations.index table.reservation-table tbody tr.inactive_row svg{fill:#afb8c9 !important}.reservations.index table.reservation-table tbody tr.halfactive_row td,.reservations.index table.reservation-table tbody tr.halfactive_row p{color:#a2a2a2 !important}.reservations.index table.reservation-table tbody tr.halfactive_row svg{fill:#a2a2a2 !important}.reservations.index table.reservation-table tbody tr.waitlist_row{background-color:#fff6c6}.reservations.index table.reservation-table tbody tr.scheduling_row{background-color:#ddf1ff !important}.reservations.index table.reservation-table tbody tr.closure_row{background-color:#feebfa !important}.reservations.index table.reservation-table tbody tr.flight_ticket_row{background-color:#d1eae8}.reservations.index table.reservation-table tbody tr.unpaid_row{background-color:#dee4fe}.reservations.index table.reservation-table tbody td{color:#394151;font-size:12px;padding:0 8px}.reservations.index table.reservation-table tbody td.center{text-align:center}.reservations.index table.reservation-table tbody td.star{width:30px;min-width:30px}.reservations.index table.reservation-table tbody td.created-at{width:130px;min-width:130px}.reservations.index table.reservation-table tbody td.traffic-source{width:140px;min-width:140px;text-align:center}.reservations.index table.reservation-table tbody td.traffic-source svg{display:inline-block;vertical-align:top;margin-top:2px;margin-right:2px}.reservations.index table.reservation-table tbody td.traffic-source .traffic-source.airos{color:#b89267;font-size:12px;font-weight:bold}.reservations.index table.reservation-table tbody td.traffic-source .traffic-source.skyview{color:#5fa9ff;font-size:12px;font-weight:bold}.reservations.index table.reservation-table tbody td.traffic-source .traffic-source.airos.tel{display:inline-block;vertical-align:top;color:#b89267;font-size:12px;margin-top:1px;font-weight:bold}.reservations.index table.reservation-table tbody td.traffic-source .traffic-source.skyview.tel{display:inline-block;vertical-align:top;color:#5fa9ff;font-size:12px;margin-top:1px;font-weight:bold}.reservations.index table.reservation-table tbody td.traffic-source .traffic-source.agency{display:inline-block;vertical-align:top;color:#003366;font-size:12px;margin-top:1px;font-weight:bold}.reservations.index table.reservation-table tbody td.traffic-source .traffic-source.default{color:#424242;font-size:12px;font-weight:bold}.reservations.index table.reservation-table tbody td.business-type{width:120px;min-width:120px}.reservations.index table.reservation-table tbody td.copter-company{width:86px;min-width:120px}.reservations.index table.reservation-table tbody td.departure-heliport{width:86px;min-width:120px}.reservations.index table.reservation-table tbody td.progress-status{width:86px;min-width:100px;font-size:12px;font-weight:bold;text-align:center;padding:0 4px}.reservations.index table.reservation-table tbody td.progress-status.red{color:#f50057}.reservations.index table.reservation-table tbody td.progress-status.blue{color:#5fa9ff}.reservations.index table.reservation-table tbody td.progress-status.green{color:#85e28b}.reservations.index table.reservation-table tbody td.progress-status .closing-reason{font-size:10px;font-weight:normal}.reservations.index table.reservation-table tbody td.flight-date-time{width:130px;min-width:130px}.reservations.index table.reservation-table tbody td.flight-date-time p{font-size:12px;font-weight:bold}.reservations.index table.reservation-table tbody td.id{width:60px;min-width:60px;padding:0px 8px}.reservations.index table.reservation-table tbody td.name{width:150px;min-width:150px;padding:0px 4px}.reservations.index table.reservation-table tbody td.important_remarks{width:200px;min-width:200px;padding:0px 4px}.reservations.index table.reservation-table tbody td.flight-duration{width:72px;min-width:72px}.reservations.index table.reservation-table tbody td.option{width:85px;min-width:85px;padding:0px 4px}.reservations.index table.reservation-table tbody td.option.red{color:#f50057}.reservations.index table.reservation-table tbody td.option.green{color:#85e28b}.reservations.index table.reservation-table tbody td.no-cancelable-option.blue{color:#5fa9ff}.reservations.index table.reservation-table tbody td.phone{width:100px;min-width:100px;padding:0px 4px}.reservations.index table.reservation-table tbody td.payment-deadline{width:130px;min-width:130px}.reservations.index table.reservation-table tbody td.paid-date{width:130px;min-width:130px}.reservations.index table.reservation-table tbody td.remarks{min-width:500px;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0px 20px}@media screen and (max-width: 768px){.reservations.index table.reservation-table{min-width:initial}.reservations.index table.reservation-table thead tr td,.reservations.index table.reservation-table tbody tr td{font-size:8px;height:50px}.reservations.index table.reservation-table thead tr td.star,.reservations.index table.reservation-table thead tr td.created-at,.reservations.index table.reservation-table thead tr td.traffic-source,.reservations.index table.reservation-table thead tr td.payment-deadline,.reservations.index table.reservation-table thead tr td.paid-date,.reservations.index table.reservation-table thead tr td.business-type,.reservations.index table.reservation-table thead tr td.remarks,.reservations.index table.reservation-table tbody tr td.star,.reservations.index table.reservation-table tbody tr td.created-at,.reservations.index table.reservation-table tbody tr td.traffic-source,.reservations.index table.reservation-table tbody tr td.payment-deadline,.reservations.index table.reservation-table tbody tr td.paid-date,.reservations.index table.reservation-table tbody tr td.business-type,.reservations.index table.reservation-table tbody tr td.remarks{display:none}.reservations.index table.reservation-table thead tr td.flight-date-time,.reservations.index table.reservation-table thead tr td.flight-duration,.reservations.index table.reservation-table thead tr td.copter-company,.reservations.index table.reservation-table thead tr td.departure-heliport,.reservations.index table.reservation-table thead tr td.name,.reservations.index table.reservation-table thead tr td.phone,.reservations.index table.reservation-table thead tr td.progress-status,.reservations.index table.reservation-table tbody tr td.flight-date-time,.reservations.index table.reservation-table tbody tr td.flight-duration,.reservations.index table.reservation-table tbody tr td.copter-company,.reservations.index table.reservation-table tbody tr td.departure-heliport,.reservations.index table.reservation-table tbody tr td.name,.reservations.index table.reservation-table tbody tr td.phone,.reservations.index table.reservation-table tbody tr td.progress-status{font-size:8px}.reservations.index table.reservation-table thead tr td.flight-date-time p,.reservations.index table.reservation-table thead tr td.flight-duration p,.reservations.index table.reservation-table thead tr td.copter-company p,.reservations.index table.reservation-table thead tr td.departure-heliport p,.reservations.index table.reservation-table thead tr td.name p,.reservations.index table.reservation-table thead tr td.phone p,.reservations.index table.reservation-table thead tr td.progress-status p,.reservations.index table.reservation-table tbody tr td.flight-date-time p,.reservations.index table.reservation-table tbody tr td.flight-duration p,.reservations.index table.reservation-table tbody tr td.copter-company p,.reservations.index table.reservation-table tbody tr td.departure-heliport p,.reservations.index table.reservation-table tbody tr td.name p,.reservations.index table.reservation-table tbody tr td.phone p,.reservations.index table.reservation-table tbody tr td.progress-status p{font-size:8px}.reservations.index table.reservation-table thead tr td.option,.reservations.index table.reservation-table tbody tr td.option{width:30px;min-width:30px}.reservations.index table.reservation-table thead tr td.flight-date-time,.reservations.index table.reservation-table tbody tr td.flight-date-time{min-width:80px}.reservations.index table.reservation-table thead tr td.departure-heliport,.reservations.index table.reservation-table tbody tr td.departure-heliport{min-width:80px}.reservations.index table.reservation-table thead tr td.flight-duration,.reservations.index table.reservation-table tbody tr td.flight-duration{min-width:50px}.reservations.index table.reservation-table thead tr td.name,.reservations.index table.reservation-table tbody tr td.name{min-width:100px}.reservations.index table.reservation-table thead tr td.important_remarks,.reservations.index table.reservation-table tbody tr td.important_remarks{min-width:120px}}@media screen and (min-width: 769px){.header #nav-drawer{display:none}}.reservations.show{min-width:1200px}.reservations.show p{color:#394151}.reservations.show .header{height:60px;width:100%;border-bottom:1px solid #c1c1c1;z-index:1000;background:#fff}.reservations.show .header .title{font-weight:bold;font-size:15px;padding:22px 0px 0px 30px;margin-right:100px}.reservations.show .reservation{padding:30px 50px}.reservations.show .reservation .label{color:#9BA9C7;font-size:12px}.reservations.show .reservation table.skyview-section,.reservations.show .reservation table.airos-section,.reservations.show .reservation table.content{width:100%;padding:10px 20px}.reservations.show .reservation table.skyview-section td,.reservations.show .reservation table.airos-section td,.reservations.show .reservation table.content td{height:30px}.reservations.show .reservation table.skyview-section td.label,.reservations.show .reservation table.airos-section td.label,.reservations.show .reservation table.content td.label{width:41%}.reservations.show .reservation table.skyview-section .passenger-info,.reservations.show .reservation table.skyview-section .option-info,.reservations.show .reservation table.airos-section .passenger-info,.reservations.show .reservation table.airos-section .option-info,.reservations.show .reservation table.content .passenger-info,.reservations.show .reservation table.content .option-info{padding:10px 0px}.reservations.show .reservation table.skyview-section .passenger-info .info,.reservations.show .reservation table.skyview-section .option-info .info,.reservations.show .reservation table.airos-section .passenger-info .info,.reservations.show .reservation table.airos-section .option-info .info,.reservations.show .reservation table.content .passenger-info .info,.reservations.show .reservation table.content .option-info .info{font-size:12px}.reservations.show .reservation table.skyview-section .passenger-info .info span,.reservations.show .reservation table.skyview-section .option-info .info span,.reservations.show .reservation table.airos-section .passenger-info .info span,.reservations.show .reservation table.airos-section .option-info .info span,.reservations.show .reservation table.content .passenger-info .info span,.reservations.show .reservation table.content .option-info .info span{font-size:12px;color:#9BA9C7}.reservations.show .reservation table.skyview-section .copy-button,.reservations.show .reservation table.airos-section .copy-button,.reservations.show .reservation table.content .copy-button{display:inline;margin-left:12px;vertical-align:top}.reservations.show .reservation table.skyview-section .copy-button svg,.reservations.show .reservation table.airos-section .copy-button svg,.reservations.show .reservation table.content .copy-button svg{font-size:16px;fill:#929292}.reservations.show .reservation table.skyview-section .copy-button svg:hover,.reservations.show .reservation table.airos-section .copy-button svg:hover,.reservations.show .reservation table.content .copy-button svg:hover{fill:#424242}.reservations.show .reservation table.skyview-section td.label{width:395px;text-align:right;padding-right:30px}.reservations.show .reservation .airos-section .header .label{color:#b89267}.reservations.show .reservation .skyview-section .header .label{color:#5fa9ff}.reservations.show .reservation .airos-section,.reservations.show .reservation .skyview-section,.reservations.show .reservation .refund-info-section{background-color:#f2f6fa;padding:10px 30px;margin-bottom:10px}.reservations.show .reservation .airos-section tr.header,.reservations.show .reservation .skyview-section tr.header,.reservations.show .reservation .refund-info-section tr.header{height:40px;background-color:#f2f6fa}.reservations.show .reservation .divider{border:none;margin-top:20px;margin-bottom:10px;border-top:1px solid #e2e6ef}.reservations.show .reservation .traffic-source-section{display:inline-block;width:180px;height:30px;padding:0px}.reservations.show .reservation .traffic-source-section .traffic-source{color:#fff;padding:4px 10px;border-radius:4px;font-size:13px;font-weight:bold;text-align:center}.reservations.show .reservation .traffic-source-section .traffic-source.airos{border:1px solid #b89267;background-color:#b89267;width:120px}.reservations.show .reservation .traffic-source-section .traffic-source.airos.tel{border:1px solid #b89267;background-color:#b89267;width:120px}.reservations.show .reservation .traffic-source-section .traffic-source.skyview{border:1px solid #5fa9ff;background-color:#5fa9ff;width:120px}.reservations.show .reservation .traffic-source-section .traffic-source.skyview.tel{border:1px solid #5fa9ff;background-color:#5fa9ff;width:120px}.reservations.show .reservation .traffic-source-section .traffic-source.agency{border:1px solid #003366;background-color:#003366;min-width:120px}.reservations.show .reservation .traffic-source-section .traffic-source.default{border:1px solid #424242;background-color:#424242;min-width:120px}.reservations.show .reservation .content-header{margin-top:15px;height:40px;display:flex;justify-content:space-between;align-items:center}.reservations.show .reservation .content-header .traffic-source-section,.reservations.show .reservation .content-header .created-section,.reservations.show .reservation .content-header .updated-section,.reservations.show .reservation .content-header .progress-section,.reservations.show .reservation .content-header .label{display:inline-block}.reservations.show .reservation .content-header .right-section{display:flex;align-items:center;column-gap:16px;flex-wrap:wrap}.reservations.show .reservation .content-header .right-section .aircraft-section{min-width:80px}.reservations.show .reservation .content-header .right-section .label{margin-right:10px}.reservations.show .reservation .content-header .right-section .former-cxl-policy-label{color:#006edc}.reservations.show .reservation table.content{padding-left:20px;table-layout:fixed}.reservations.show .reservation table.content td.label{width:395px}.reservations.show .reservation table.content td.label .label{float:right;margin-right:30px}.reservations.show .reservation table.content .remarks-line{height:20px;display:table-row}.reservations.show .reservation table.content tr.payment-url{height:60px}.reservations.show .reservation table.content tr.payment-url .label{height:30px}.reservations.show .reservation table.content tr.payment-url a{color:#5FA9FF;text-decoration:underline}.reservations.show .reservation table.content .attachment{margin-top:10px;height:30px;margin-left:-20px}.reservations.show .reservation table.content .attachment .name{display:inline-block;font-size:14px;color:#5FA9FF;width:460px}.reservations.show .reservation table.content .attachment .name:hover{color:#7ab8ff;text-decoration:underline;cursor:pointer}.reservations.show .reservation table.content .paid-date .check-icon{display:inline-block;width:20px;margin-right:10px;vertical-align:top}.reservations.show .reservation table.content p.paid-date{display:inline-block;width:300px;margin-left:-30px}.reservations.show .reservation table.content .check-mark{display:inline-block;width:20px;margin-left:-25px;fill:#2ebc8a}.reservations.show .reservation table.content .check-mark svg{width:20px;height:20px;margin:0px}.reservations.show .reservation .customer-section{display:flex;flex-wrap:wrap;margin:0px 0px 10px 0px;padding:10px 20px 10px 20px;background-color:#f2f6fa}.reservations.show .reservation .customer-section .label{display:block;width:100%;margin-bottom:10px}.reservations.show .reservation .customer-section .name-section{width:33%}.reservations.show .reservation .customer-section .name-section .name{display:inline-block;vertical-align:top;margin-left:30px}.reservations.show .reservation .customer-section .important_remarks-section{display:inline-block;margin:10px 0;width:33%}.reservations.show .reservation .customer-section .important_remarks-section .important_remarks{display:inline-block;margin-left:30px}.reservations.show .reservation .customer-section .phone-section{width:33%}.reservations.show .reservation .customer-section .phone-section .phone{display:inline-block;vertical-align:top;margin-left:30px}.reservations.show .reservation .customer-section .email-section{width:33%}.reservations.show .reservation .customer-section .email-section .email{display:inline-block;vertical-align:top;margin-left:30px}.reservations.show .reservation .customer-section .name-section .copy-button,.reservations.show .reservation .customer-section .phone-section .copy-button,.reservations.show .reservation .customer-section .email-section .copy-button{display:inline-block;margin-left:12px;cursor:pointer}.reservations.show .reservation .customer-section .name-section .copy-button svg,.reservations.show .reservation .customer-section .phone-section .copy-button svg,.reservations.show .reservation .customer-section .email-section .copy-button svg{font-size:14px;fill:#929292}.reservations.show .reservation .customer-section .name-section .copy-button svg:hover,.reservations.show .reservation .customer-section .phone-section .copy-button svg:hover,.reservations.show .reservation .customer-section .email-section .copy-button svg:hover{fill:#424242}.reservations.show .reservation .refund-info-section .title{width:385px;text-align:right;margin:12px 0;padding-right:30px;font-size:12px;color:#f54545}.reservations.show .reservation .refund-info-section td{height:28px}.reservations.show .reservation .refund-info-section td.label{width:385px;text-align:right;padding-right:30px}.reservations.show .reservation svg{display:inline-block;vertical-align:bottom}.reservations.show .reservation .content{padding:0px 30px}.reservations.show .reservation .progress-section{display:inline-block;margin-left:20px;margin-right:20px}.reservations.show .reservation .progress-section .progress{font-weight:bold;margin-top:7px}.reservations.show .reservation .progress .rc-steps{margin-bottom:20px;margin-left:10px}.reservations.show .reservation .progress .rc-steps .rc-steps-title{font-size:10px;margin-left:-10px}.reservations.show .reservation .progress .rc-steps-tail i{margin-bottom:20px}.reservations.show .reservation_logs{padding:0 18px;width:100%;overflow-x:scroll;margin-bottom:40px}.reservations.show .reservation_logs h3{padding:20px 10px}.reservations.show .reservation_logs table th,.reservations.show .reservation_logs table td{font-size:13px;text-align:center;white-space:nowrap;padding:4px 8px}.reservations.show .reservation_logs table td{border-top:solid 1px #ddd}.reservations.show .reservation_logs table td.date{width:150px;min-width:150px;white-space:normal}.reservations.show .reservation_logs table td.name{width:150px;min-width:150px;white-space:normal}.reservations.show .reservation_logs table td.important-remarks{width:200px;min-width:200px;white-space:normal}.reservations.show .reservation_logs table td.copter-company{width:120px;min-width:120px;white-space:normal}.reservations.show .reservation_logs table td.heliport{width:120px;min-width:120px;white-space:normal}.reservations.show .reservation_logs table td.remarks{width:300px;min-width:300px;white-space:normal}.reservations.show .reservation_logs table td.staff-remarks{width:300px;min-width:300px;white-space:normal}.reservations.show .reservation_logs table td.traffic-source{width:120px;min-width:120px;white-space:normal}@media screen and (max-width: 768px){.reservations.show{min-width:unset;overflow:hidden}.reservations.show .header.nav{display:flex}.reservations.show .reservation{padding:0 8px}.reservations.show .reservation .content-header{height:unset;display:block}.reservations.show .reservation .content-header .right-section{position:relative;margin-top:8px}.reservations.show .reservation .content-header .right-section .created-section,.reservations.show .reservation .content-header .right-section .updated-section,.reservations.show .reservation .content-header .right-section .aircraft-section{display:flex}.reservations.show .reservation .content-header .right-section .edit-button{position:absolute;top:10px;right:0}.reservations.show .reservation .content-header .left-section{position:relative;width:100%}.reservations.show .reservation .content-header .left-section .progress-section{position:absolute;top:0;right:0}.reservations.show .reservation table.content td.label{width:35%}.reservations.show .reservation table.content td{overflow:scroll}.customer-section{display:flex;flex-direction:column}.customer-section .name-section,.customer-section .phone-section,.customer-section .email-section,.customer-section .important_remarks-section{width:100% !important}table.skyview-section td.label{width:40% !important;text-align:right;padding-right:0}.copy-title td:last-child{overflow:scroll}.copy-description td:last-child{overflow:scroll}.add-calendar td:last-child{overflow:scroll}}.ReactModal__Content{padding:0px 10px}.inactive{display:none}.ReactModalPortal .form-wrapper{padding:0px 0px;background-color:#fff;width:100%}.ReactModalPortal .form-wrapper .label{color:#9BA9C7;font-size:12px}.ReactModalPortal .form-wrapper .label p.label{float:right}.ReactModalPortal .form-wrapper input.date-picker{padding-left:10px}.ReactModalPortal .form-wrapper .tabs{width:100%;border-bottom:0.5px solid #9BA9C7;margin-bottom:10px}.ReactModalPortal .form-wrapper .tabs li{display:inline-block;vertical-align:top;width:100px;color:#9BA9C7;font-size:10px;padding:10px 0px;text-align:center;cursor:pointer}.ReactModalPortal .form-wrapper .tabs li.active{font-weight:bold;color:#394151}.ReactModalPortal .form-wrapper .tabs li:hover{color:rgba(96,169,255,0.67)}.ReactModalPortal .form-wrapper table{width:100%}.ReactModalPortal .form-wrapper table td{height:50px;vertical-align:center}.ReactModalPortal .form-wrapper table td.default{padding-left:23px}.ReactModalPortal .form-wrapper table td.label{width:30%}.ReactModalPortal .form-wrapper table .business-type-selector div{width:150px}.ReactModalPortal .form-wrapper table tr.button{height:100px;padding-top:30px}.ReactModalPortal .form-wrapper table .attachment-form .add-attachment{text-decoration:underline}.ReactModalPortal .form-wrapper table .attachment-form .add-attachment:hover{color:#7ab8ff;text-decoration:underline;cursor:pointer}.ReactModalPortal .form-wrapper table .attachment{margin-top:10px;height:30px;vertical-align:top}.ReactModalPortal .form-wrapper table .attachment svg{vertical-align:top}.ReactModalPortal .form-wrapper table .attachment .name{display:inline-block;margin-bottom:20px;font-size:14px;color:#5FA9FF}.ReactModalPortal .form-wrapper table .attachment .name:hover{color:#7ab8ff;text-decoration:underline;cursor:pointer}.ReactModalPortal .form-wrapper table .date-picker{height:30px}.ReactModalPortal .form-wrapper table .mail-template .header{display:block;width:100%;border-bottom:1px solid #e4e4e4;margin-bottom:10px;margin-top:-8px}.ReactModalPortal .form-wrapper table .mail-template .header .label{display:inline-block}.ReactModalPortal .form-wrapper table .mail-template .header .copter-company{display:inline-block;margin-top:10px;margin-left:0px;margin-bottom:10px}.ReactModalPortal .form-wrapper table .mail-template hr{width:100%}.ReactModalPortal .form-wrapper table .mail-template .label{margin-left:20px;width:100px}.ReactModalPortal .form-wrapper table .mail-template .template-selector,.ReactModalPortal .form-wrapper table .mail-template .access-selector,.ReactModalPortal .form-wrapper table .mail-template .payment-status,.ReactModalPortal .form-wrapper table .mail-template .officer-selector{vertical-align:top;display:inline-block}.ReactModalPortal .form-wrapper table .mail-template .template-selector{width:305px}.ReactModalPortal .form-wrapper table .mail-template .payment-status{vertical-align:top;width:400px}.ReactModalPortal .form-wrapper table .mail-template .payment-status .label,.ReactModalPortal .form-wrapper table .mail-template .payment-status .status{width:140px;display:inline-block}.ReactModalPortal .form-wrapper table .mail-template .payment-status .status{margin-left:20px;margin-top:20px}.ReactModalPortal .form-wrapper table .mail-template .payment-status .payment-button{display:inline-block}.ReactModalPortal .form-wrapper table .mail-template .officer-selector .copter-company,.ReactModalPortal .form-wrapper table .mail-template .officer-selector .menu{display:inline-block;vertical-align:top}.ReactModalPortal .form-wrapper table .mail-template .officer-selector .company{margin-left:25px;margin-top:18px}.ReactModalPortal .form-wrapper table .mail-template .copy-button{width:300px;margin-top:30px}.ReactModalPortal .form-wrapper table .mail-template .add-button{width:300px;margin-top:30px}.ReactModalPortal .form-wrapper table .automail-template .payment-status{vertical-align:top;width:400px;height:100%}.ReactModalPortal .form-wrapper table .automail-template .payment-status .label,.ReactModalPortal .form-wrapper table .automail-template .payment-status .status{width:140px;display:inline-block}.ReactModalPortal .form-wrapper table .automail-template .payment-status .status{margin-left:20px;margin-top:20px}.ReactModalPortal .form-wrapper table .automail-template .payment-status .payment-button{display:inline-block}.ReactModalPortal .form-wrapper table.inactive{display:none}.ReactModalPortal .create-passenger-tab-content-table{display:flex;flex-direction:column;align-items:center}.reservations.new{background-color:#f6f7fa;padding-bottom:10px}.reservations.new .header{height:60px;width:100%;border-bottom:1px solid #c1c1c1;z-index:1000;background:#fff}.reservations.new .header .title{font-weight:bold;font-size:15px;padding:22px 0px 0px 30px;margin-right:100px}.reservations.new .label{color:#9BA9C7;font-size:12px}.reservations.new .label p.label{float:right}.reservations.new .form-wrapper{margin:40px auto;padding:20px 50px;background-color:#fff;border:1px solid #dadee7;width:70%;min-width:700px}.reservations.new .form-wrapper table{width:100%}.reservations.new .form-wrapper table td{height:50px;vertical-align:center}.reservations.new .form-wrapper table td.default{padding-left:23px}.reservations.new .form-wrapper table td.label{width:30%}.reservations.new .form-wrapper table tr.button{height:100px;padding-top:50px}.reservations.new .form-wrapper table .date-picker{height:30px}.reservations.new .form-wrapper table td.business-type-selector div{width:150px}@media screen and (max-width: 768px){.reservations.new .form-wrapper{margin:0px;padding:0px;width:100%;min-width:unset}}.refunded-reservations-index-container .header{position:fixed;top:0;width:calc(100% - 240px);height:248px;background-color:#fff;z-index:999;box-shadow:4px 0 4px rgba(0,0,0,0.5)}.refunded-reservations-index-container .header .filtering-box-container{position:relative;display:flex;justify-content:space-between;align-items:center;width:80%;height:140px;margin:24px auto 24px;padding:12px 24px;background-color:#fff;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,0.5)}.refunded-reservations-index-container .header .filtering-box-container .search-icon{padding-top:8px}.refunded-reservations-index-container .header .filtering-box-container .input-sections-container .row{display:flex;margin:12px 0}.refunded-reservations-index-container .header .filtering-box-container .input-sections-container .row .input-field-label{font-size:10px;color:#3f51b5}.refunded-reservations-index-container .header .filtering-box-container .input-sections-container .row .date-range-field .date-fields{display:flex;margin-top:2px}.refunded-reservations-index-container .header .filtering-box-container .input-sections-container .row .date-range-field .date-fields span{margin:0 24px}.refunded-reservations-index-container .header .filtering-box-container .input-sections-container .row .refund-type-field,.refunded-reservations-index-container .header .filtering-box-container .input-sections-container .row .refund-reason-field,.refunded-reservations-index-container .header .filtering-box-container .input-sections-container .row .refund-source-field{margin-right:24px}.refunded-reservations-index-container .header .filtering-box-container .input-sections-container .row .refund-type-field{width:250px}.refunded-reservations-index-container .header .filtering-box-container .input-sections-container .row .refund-reason-field{width:150px}.refunded-reservations-index-container .header .filtering-box-container .input-sections-container .row .refund-source-field{width:120px}.refunded-reservations-index-container .header .filtering-box-container .buttons .search{width:80px;margin:0 4px;color:#3f51b5;border-color:#3f51b5}.refunded-reservations-index-container .header .filtering-box-container .buttons .active{background-color:#3f51b5;color:#fff}.refunded-reservations-index-container .header .filtering-box-container .buttons .clear{width:80px;margin:0 4px;color:#929292;border-color:#929292}.refunded-reservations-index-container .header .pagination-buttons{margin:8px 0}.refunded-reservations-index-container .header .pagination-buttons .pagination{margin:0 auto}.refunded-reservations-index-container .table-wrapper .loading-icon{position:fixed;top:50vh;left:240px;right:0;margin:auto}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table{min-width:100%;margin:248px 0 24px;border-collapse:collapse}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table thead tr td,.refunded-reservations-index-container .table-wrapper .refunded-reservations-table tbody tr td{padding:4px 8px;font-size:12px;text-align:center}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table thead tr td.id,.refunded-reservations-index-container .table-wrapper .refunded-reservations-table tbody tr td.id{width:80px;min-width:80px}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table thead tr td.name,.refunded-reservations-index-container .table-wrapper .refunded-reservations-table tbody tr td.name{width:150px;min-width:150px;font-weight:bold}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table thead tr td.refunded-date,.refunded-reservations-index-container .table-wrapper .refunded-reservations-table tbody tr td.refunded-date{width:200px;min-width:200px}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table thead tr td.refunded-amount,.refunded-reservations-index-container .table-wrapper .refunded-reservations-table tbody tr td.refunded-amount{width:100px;min-width:100px}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table thead tr td.refund-type,.refunded-reservations-index-container .table-wrapper .refunded-reservations-table tbody tr td.refund-type{width:240px;min-width:240px}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table thead tr td.refund-reason,.refunded-reservations-index-container .table-wrapper .refunded-reservations-table tbody tr td.refund-reason{width:120px;min-width:120px}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table thead tr td.refund-source,.refunded-reservations-index-container .table-wrapper .refunded-reservations-table tbody tr td.refund-source{width:120px;min-width:120px}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table .table-header{height:30px}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table .table-header td{color:#9BA9C7;font-size:12px;font-weight:bold;border-top:1px solid #bfc6d5;border-bottom:1px solid #bfc6d5}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table .table-row{height:50px;cursor:pointer}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table .table-row:hover{background-color:#e2e6ef}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table .table-row td{border-bottom:1px solid #bfc6d5}.refunded-reservations-index-container .table-wrapper .refunded-reservations-table .invalid{opacity:0.5}.edit-passenger-page{text-align:center;margin:24px 0}.edit-passenger-page .passengers-section .passenger-container{display:flex;align-items:center;margin:24px auto;width:fit-content}.edit-passenger-page .passengers-section .passenger-container .passenger-form{padding:0 16px;text-align:left}.edit-passenger-page .passengers-section .passenger-container .passenger-form .title{display:inline-block;margin-bottom:16px;font-size:16px;font-weight:bold}.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .label{margin-right:23px;font-size:12px;color:#9BA9C7}.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .rep-field,.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .nationality-field{text-align:left}.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .rep-field__single-value,.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .nationality-field__single-value{font-size:16px}.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .rep-field__value-container,.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .nationality-field__value-container{padding:0}.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .rep-field__control,.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .nationality-field__control{border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .rep-field__indicator-separator,.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .nationality-field__indicator-separator{background-color:#fff}.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .rep-field{width:120px}.edit-passenger-page .passengers-section .passenger-container .passenger-form tr .field .nationality-field{width:200px}.edit-passenger-page .passengers-section .passenger-container .delete-button{position:relative;width:40px;height:40px;cursor:pointer;background-color:#fff;transition:background-color 0.2s}.edit-passenger-page .passengers-section .passenger-container .delete-button:hover{background-color:#e4e4e4;transition:background-color 0.2s}.edit-passenger-page .passengers-section .passenger-container .delete-button::before{position:absolute;content:"";top:0;bottom:0;left:0;right:0;margin:auto;width:20px;height:20px;border-radius:20px;border:solid 2px #c1c1c1}.edit-passenger-page .passengers-section .passenger-container .delete-button::after{position:absolute;content:"";top:0;bottom:0;left:0;right:0;margin:auto;width:15px;height:2px;background-color:#c1c1c1}.edit-passenger-page .add-button{background-color:#eee !important}.edit-passenger-page .add-button:hover{background-color:#e4e4e4 !important}.edit-passenger-page .errorMsg{margin:12px 0;display:block;font-size:14px;color:red}.edit-passenger-page .button-section{display:flex;justify-content:space-between;margin:36px auto;width:400px}.edit-passenger-page .button-section .cancel-button,.edit-passenger-page .button-section .submit-button{width:45%}.edit-refund-tab-content{position:relative;margin:0 auto;width:420px;padding:24px 0}.edit-refund-tab-content .clear-button{position:absolute;right:0;top:36px;padding:2px 4px;font-size:12px}.edit-refund-tab-content .refunded-date,.edit-refund-tab-content .refunded-amount,.edit-refund-tab-content .refund-type,.edit-refund-tab-content .refund-reason,.edit-refund-tab-content .refund-source{margin:12px 0}.edit-refund-tab-content .refunded-date .label{margin-bottom:4px}.edit-refund-tab-content .buttons-container{margin-top:56px}.announce-wrapper{padding:0px 24px;margin:24px 0 12px}.announce-wrapper .announce-top{display:flex;align-items:center;margin-bottom:12px}.announce-wrapper .announce-top .announce-title{margin-right:12px;font-size:18px;font-weight:bold}.announce-wrapper .announce-top .announce-buttons{display:flex}.announce-wrapper .announce-top .announce-buttons .announce-edit-button,.announce-wrapper .announce-top .announce-buttons .announce-submit-button,.announce-wrapper .announce-top .announce-buttons .announce-cancel-button{width:20px;height:20px;margin:0 4px;cursor:pointer}.announce-wrapper .announce-top .announce-buttons .announce-edit-button .announce-edit-icon,.announce-wrapper .announce-top .announce-buttons .announce-edit-button .announce-submit-icon,.announce-wrapper .announce-top .announce-buttons .announce-edit-button .announce-cancel-icon,.announce-wrapper .announce-top .announce-buttons .announce-submit-button .announce-edit-icon,.announce-wrapper .announce-top .announce-buttons .announce-submit-button .announce-submit-icon,.announce-wrapper .announce-top .announce-buttons .announce-submit-button .announce-cancel-icon,.announce-wrapper .announce-top .announce-buttons .announce-cancel-button .announce-edit-icon,.announce-wrapper .announce-top .announce-buttons .announce-cancel-button .announce-submit-icon,.announce-wrapper .announce-top .announce-buttons .announce-cancel-button .announce-cancel-icon{width:100%;height:100%}.announce-wrapper .announce-top .announce-buttons .announce-edit-button .announce-edit-icon,.announce-wrapper .announce-top .announce-buttons .announce-submit-button .announce-edit-icon,.announce-wrapper .announce-top .announce-buttons .announce-cancel-button .announce-edit-icon{fill:#424242}.announce-wrapper .announce-top .announce-buttons .announce-edit-button .announce-submit-icon,.announce-wrapper .announce-top .announce-buttons .announce-submit-button .announce-submit-icon,.announce-wrapper .announce-top .announce-buttons .announce-cancel-button .announce-submit-icon{fill:green}.announce-wrapper .announce-top .announce-buttons .announce-edit-button .announce-cancel-icon,.announce-wrapper .announce-top .announce-buttons .announce-submit-button .announce-cancel-icon,.announce-wrapper .announce-top .announce-buttons .announce-cancel-button .announce-cancel-icon{fill:red}.announce-wrapper .announce-top .red{color:red}.announce-wrapper .announce-top .toggle-button{width:25px;height:25px;margin:0 8px;cursor:pointer;transition:0.3s}.announce-wrapper .announce-top .toggle-button .toggle-icon{width:100%;height:100%}.announce-wrapper .announce-top .expand-more{transform:scale(-1);transition:0.3s}.announce-wrapper .announce-main .announce-content-edit textarea{resize:none;width:100%;max-width:600px;padding:4px}.announce-wrapper .announce-main .announce-content-show{white-space:pre-wrap}.announce-wrapper .announce-main p{font-size:14px;margin-bottom:8px}.announce-wrapper .announce-main span{font-size:8px;color:#999}.ferry_flights.index{height:100%;overflow-y:scroll;padding-bottom:10px}.ferry_flights.index::-webkit-scrollbar{display:none}.ferry_flights.index p{color:#394151;font-size:12px}.ferry_flights.index .header{height:60px;width:100%;border-bottom:1px solid #c1c1c1;position:fixed;z-index:1000;background:#fff;display:flex}.ferry_flights.index .header .title{display:inline-block;font-size:15px;padding:22px 0px 0px 30px;margin-right:40px}.ferry_flights.index .header ul.pagination{display:inline-block;padding-top:5px;padding-left:15px;padding-right:15px;padding-bottom:20px;white-space:nowrap;overflow:scroll;width:100%;margin:auto;vertical-align:top;margin-left:0}.ferry_flights.index .header ul.pagination::-webkit-scrollbar{display:none}.ferry_flights.index .header ul.pagination li{display:inline-block;margin-right:10px;height:30px;width:40px;padding:0px;border:1px solid #c3c8cc}.ferry_flights.index .header ul.pagination li a{display:block;color:#7d8286;width:100%;text-align:center;padding:6px 0px}.ferry_flights.index .header ul.pagination li a:hover{cursor:pointer}.ferry_flights.index .header ul.pagination li:hover{cursor:pointer}.ferry_flights.index .header ul.pagination .active a{color:#3f8be8}.ferry_flights.index .header ul.pagination .previous{height:30px;width:50px}.ferry_flights.index .header ul.pagination .next{height:30px;width:50px}.ferry_flights.index .header ul.pagination .disabled a{color:#dee3e8}.ferry_flights.index .header ul.pagination .break a{cursor:default}.ferry_flights.index table.ferry_flight-table{margin-top:60px;border-collapse:collapse;width:100%;min-width:1024px;padding-bottom:10px}.ferry_flights.index table.ferry_flight-table thead{border-top:1px solid #bfc6d5}.ferry_flights.index table.ferry_flight-table thead tr{border-bottom:1px solid #bfc6d5;height:30px}.ferry_flights.index table.ferry_flight-table thead tr td{color:#9BA9C7;font-size:12px;font-weight:bold;text-align:center}.ferry_flights.index table.ferry_flight-table tbody tr{border-bottom:1px solid #bfc6d5;height:50px;cursor:pointer}.ferry_flights.index table.ferry_flight-table tbody tr:hover{background-color:#e2e6ef}.ferry_flights.index table.ferry_flight-table tbody tr.inactive_row td,.ferry_flights.index table.ferry_flight-table tbody tr.inactive_row p{color:#afb8c9 !important}.ferry_flights.index table.ferry_flight-table tbody tr.inactive_row svg{fill:#afb8c9 !important}.ferry_flights.index table.ferry_flight-table tbody td{color:#394151;font-size:12px;text-align:center}.ferry_flights.index table.ferry_flight-table tbody p{font-size:12px}.ferry_flights.index table.ferry_flight-table tbody p span{font-size:12px}.ferry_flights.index table.ferry_flight-table tbody .blue{font-weight:bold;color:#5fa9ff}.ferry_flights.index table.ferry_flight-table tbody .red{font-weight:bold;color:#f50057}.ferry_flights.index table.ferry_flight-table tbody .navy span{font-weight:bold;color:#003366}.ferry_flights.index table.ferry_flight-table tbody td.center{text-align:center}.ferry_flights.index table.ferry_flight-table tbody td.star{width:30px;min-width:30px}.ferry_flights.index table.ferry_flight-table tbody td.created-at{width:130px;min-width:130px}.ferry_flights.index table.ferry_flight-table tbody td.traffic-source{width:90px;min-width:90px;padding-right:20px;text-align:right}.ferry_flights.index table.ferry_flight-table tbody td.traffic-source svg{display:inline-block;vertical-align:top;margin-top:2px;margin-right:2px}.ferry_flights.index table.ferry_flight-table tbody td.traffic-source .traffic-source.airos{color:#b89267;font-size:12px;font-weight:bold}.ferry_flights.index table.ferry_flight-table tbody td.traffic-source .traffic-source.skyview{color:#5fa9ff;font-size:12px;font-weight:bold}.ferry_flights.index table.ferry_flight-table tbody td.traffic-source .traffic-source.airos.tel{display:inline-block;vertical-align:top;color:#b89267;font-size:12px;margin-top:1px;font-weight:bold}.ferry_flights.index table.ferry_flight-table tbody td.traffic-source .traffic-source.skyview.tel{display:inline-block;vertical-align:top;color:#5fa9ff;font-size:12px;margin-top:1px;font-weight:bold}.ferry_flights.index table.ferry_flight-table tbody td.traffic-source .traffic-source.default{color:#003366;font-size:12px;font-weight:bold}.ferry_flights.index table.ferry_flight-table tbody td.copter-company{width:86px;min-width:120px}.ferry_flights.index table.ferry_flight-table tbody td.departure-heliport{width:86px;min-width:120px}.ferry_flights.index table.ferry_flight-table tbody td.progress-status{width:86px;min-width:96px;font-size:12px;font-weight:bold;text-align:center}.ferry_flights.index table.ferry_flight-table tbody td.progress-status.red{color:#f50057}.ferry_flights.index table.ferry_flight-table tbody td.progress-status.blue{color:#5fa9ff}.ferry_flights.index table.ferry_flight-table tbody td.flight-date-time{width:130px;min-width:130px}.ferry_flights.index table.ferry_flight-table tbody td.flight-date-time p{font-size:12px;font-weight:bold}.ferry_flights.index table.ferry_flight-table tbody td.name{width:150px;min-width:150px;padding:0px 4px}.ferry_flights.index table.ferry_flight-table tbody td.flight-duration{width:72px;min-width:72px}.ferry_flights.index table.ferry_flight-table tbody td.option{width:100px;min-width:100px;padding:0px 4px}.ferry_flights.index table.ferry_flight-table tbody td.option.red{color:#f50057}.ferry_flights.index table.ferry_flight-table tbody td.no-cancelable-option.blue{color:#5fa9ff}.ferry_flights.index table.ferry_flight-table tbody td.phone{width:120px;min-width:120px;padding:0px 4px}.ferry_flights.index table.ferry_flight-table tbody td.payment-deadline{width:130px;min-width:130px}.ferry_flights.index table.ferry_flight-table tbody td.paid-date{width:130px;min-width:130px}.ferry_flights.index table.ferry_flight-table tbody td.remarks{min-width:500px;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0px 20px}@media screen and (max-width: 768px){.ferry_flights.index table.ferry_flight-table{min-width:initial}.ferry_flights.index table.ferry_flight-table thead tr td,.ferry_flights.index table.ferry_flight-table tbody tr td{font-size:8px}.ferry_flights.index table.ferry_flight-table thead tr td.star,.ferry_flights.index table.ferry_flight-table thead tr td.created-at,.ferry_flights.index table.ferry_flight-table thead tr td.traffic-source,.ferry_flights.index table.ferry_flight-table thead tr td.payment-deadline,.ferry_flights.index table.ferry_flight-table thead tr td.paid-date,.ferry_flights.index table.ferry_flight-table thead tr td.remarks,.ferry_flights.index table.ferry_flight-table tbody tr td.star,.ferry_flights.index table.ferry_flight-table tbody tr td.created-at,.ferry_flights.index table.ferry_flight-table tbody tr td.traffic-source,.ferry_flights.index table.ferry_flight-table tbody tr td.payment-deadline,.ferry_flights.index table.ferry_flight-table tbody tr td.paid-date,.ferry_flights.index table.ferry_flight-table tbody tr td.remarks{display:none}.ferry_flights.index table.ferry_flight-table thead tr td.flight-date-time,.ferry_flights.index table.ferry_flight-table thead tr td.copter-company,.ferry_flights.index table.ferry_flight-table thead tr td.departure-heliport,.ferry_flights.index table.ferry_flight-table thead tr td.name,.ferry_flights.index table.ferry_flight-table thead tr td.phone,.ferry_flights.index table.ferry_flight-table thead tr td.progress-status,.ferry_flights.index table.ferry_flight-table tbody tr td.flight-date-time,.ferry_flights.index table.ferry_flight-table tbody tr td.copter-company,.ferry_flights.index table.ferry_flight-table tbody tr td.departure-heliport,.ferry_flights.index table.ferry_flight-table tbody tr td.name,.ferry_flights.index table.ferry_flight-table tbody tr td.phone,.ferry_flights.index table.ferry_flight-table tbody tr td.progress-status{min-width:initial;font-size:8px}.ferry_flights.index table.ferry_flight-table thead tr td.flight-date-time p,.ferry_flights.index table.ferry_flight-table thead tr td.copter-company p,.ferry_flights.index table.ferry_flight-table thead tr td.departure-heliport p,.ferry_flights.index table.ferry_flight-table thead tr td.name p,.ferry_flights.index table.ferry_flight-table thead tr td.phone p,.ferry_flights.index table.ferry_flight-table thead tr td.progress-status p,.ferry_flights.index table.ferry_flight-table tbody tr td.flight-date-time p,.ferry_flights.index table.ferry_flight-table tbody tr td.copter-company p,.ferry_flights.index table.ferry_flight-table tbody tr td.departure-heliport p,.ferry_flights.index table.ferry_flight-table tbody tr td.name p,.ferry_flights.index table.ferry_flight-table tbody tr td.phone p,.ferry_flights.index table.ferry_flight-table tbody tr td.progress-status p{font-size:8px}.ferry_flights.index table.ferry_flight-table thead tr td.option,.ferry_flights.index table.ferry_flight-table tbody tr td.option{width:30px;min-width:30px}}@media screen and (min-width: 769px){.header #nav-drawer{display:none}}.ferry-flight.show{min-width:1200px}.ferry-flight.show p{color:#394151;font-size:15px}.ferry-flight.show .header{height:60px;width:100%;border-bottom:1px solid #c1c1c1;z-index:1000;background:#fff}.ferry-flight.show .header .title{font-weight:bold;font-size:15px;padding:22px 0px 0px 30px;margin-right:100px}.ferry-flight.show .ferry-flight{padding:30px 50px}.ferry-flight.show .ferry-flight .ferry-section .label{color:#9BA9C7;font-size:12px}.ferry-flight.show .ferry-flight .ferry-section .divider{border:none;margin-top:20px;margin-bottom:10px;border-top:1px solid #e2e6ef}.ferry-flight.show .ferry-flight .ferry-section table.content{padding-left:20px;table-layout:fixed}.ferry-flight.show .ferry-flight .ferry-section table.content tr{height:40px}.ferry-flight.show .ferry-flight .ferry-section table.content td.label{width:395px}.ferry-flight.show .ferry-flight .ferry-section table.content td.label .label{float:right;margin-right:30px}.ferry-flight.show .ferry-flight .ferry-section table.content span.navy{font-weight:bold;color:#003366}.ferry-flight.show .ferry-flight .ferry-section table.content p{font-size:13px}.ferry-flight.show .ferry-flight .ferry-section table.content p.blue{font-weight:bold;color:#5fa9ff}.ferry-flight.show .ferry-flight .ferry-section table.content p.red{font-weight:bold;color:#f50057}.ferry-flight.show .ferry-flight .ferry-section table.content .remarks-line{height:20px;display:table-row}.ferry-flight.show .ferry-flight .ferry-section table.content tr.payment-url{height:60px}.ferry-flight.show .ferry-flight .ferry-section table.content tr.payment-url .label{height:30px}.ferry-flight.show .ferry-flight .ferry-section table.content tr.payment-url a{color:#5FA9FF;text-decoration:underline}.ferry-flight.show .ferry-flight .ferry-section table.content .attachment{margin-top:10px;height:30px;margin-left:-20px}.ferry-flight.show .ferry-flight .ferry-section table.content .attachment .name{display:inline-block;font-size:14px;color:#5FA9FF;width:460px}.ferry-flight.show .ferry-flight .ferry-section table.content .attachment .name:hover{color:#7ab8ff;text-decoration:underline;cursor:pointer}.ferry-flight.show .ferry-flight .ferry-section table.content .paid-date .check-icon{display:inline-block;width:20px;margin-right:10px;vertical-align:top}.ferry-flight.show .ferry-flight .ferry-section table.content p.paid-date{display:inline-block;width:300px;margin-left:-30px}.ferry-flight.show .ferry-flight .ferry-section table.content .check-mark{display:inline-block;width:20px;margin-left:-25px}.ferry-flight.show .ferry-flight .ferry-section table.content .check-mark svg{width:20px;height:20px;margin:0px}.ferry-flight.show .ferry-flight .ferry-section table.content .check-mark svg path{fill:#2ebc8a}.ferry-flight.show .ferry-flight .ferry-section table.content .check-mark svg polygon{fill:#2ebc8a}.ferry-flight.show .ferry-flight .ferry-section .customer-section{margin:0px 0px 10px 0px;padding:10px 20px 10px 20px;background-color:#f2f6fa}.ferry-flight.show .ferry-flight .ferry-section .customer-section .label{display:inline-block;width:120px;margin-bottom:10px}.ferry-flight.show .ferry-flight .ferry-section .customer-section .name-section{display:inline-block;width:33%}.ferry-flight.show .ferry-flight .ferry-section .customer-section .name-section .name{display:inline-block;margin-left:30px}.ferry-flight.show .ferry-flight .ferry-section .customer-section .phone-section{display:inline-block;width:33%}.ferry-flight.show .ferry-flight .ferry-section .customer-section .phone-section .phone{display:inline-block;vertical-align:top;margin-left:30px}.ferry-flight.show .ferry-flight .ferry-section .customer-section .email-section{display:inline-block;width:33%}.ferry-flight.show .ferry-flight .ferry-section .customer-section .email-section .email{display:inline-block;vertical-align:top;margin-left:30px}.ferry-flight.show .ferry-flight .ferry-section svg{display:inline-block;vertical-align:bottom}.ferry-flight.show .ferry-flight .ferry-section .content{padding:0px 30px}.ferry-flight.show .ferry-flight .ferry-section .progress-section{display:inline-block;margin-left:50px;margin-right:40px}.ferry-flight.show .ferry-flight .ferry-section .progress-section .progress{font-weight:bold;margin-top:7px}.ferry-flight.show .ferry-flight .ferry-section .progress .rc-steps{margin-bottom:20px;margin-left:10px}.ferry-flight.show .ferry-flight .ferry-section .progress .rc-steps .rc-steps-title{font-size:10px;margin-left:-10px}.ferry-flight.show .ferry-flight .ferry-section .progress .rc-steps-tail i{margin-bottom:20px}.ferry-flight.show .ferry-flight .ferry-section .reserved{color:#5fa9ff;cursor:pointer}.ferry-flight.show .button-section{margin:36px 0;width:100%;text-align:center}.ferry-flight.show .ferry-flight_logs{border-top:solid 1px #c1c1c1;padding:8px 8px 32px}.ferry-flight.show .ferry-flight_logs h3{padding:20px 10px}.ferry-flight.show .ferry-flight_logs .ferry-flight_log-table{width:100%;padding:8px 0;overflow-x:scroll}.ferry-flight.show .ferry-flight_logs .ferry-flight_log-table table{width:100%;padding-bottom:100px;border-collapse:collapse;border-bottom:solid 1px #e2e6ef}.ferry-flight.show .ferry-flight_logs .ferry-flight_log-table table thead{background-color:#e2e6ef}.ferry-flight.show .ferry-flight_logs .ferry-flight_log-table table th,.ferry-flight.show .ferry-flight_logs .ferry-flight_log-table table td{padding:4px 12px;font-size:13px;text-align:center;white-space:nowrap}.ferry-flight.show .ferry-flight_logs .ferry-flight_log-table table td{max-width:200px;padding:16px 12px}.ferry-flight_edit .form-wrapper table tbody .heliport-selector{width:80%}.ferry-flight_edit .form-wrapper table tbody .company-selector,.ferry-flight_edit .form-wrapper table tbody .aircraft-selector{width:50%}.ferry-flight_edit .form-wrapper table tbody .ispublished-selector{width:40%}.ferry-flight_edit .form-wrapper table tbody .heliport-selector,.ferry-flight_edit .form-wrapper table tbody .company-selector,.ferry-flight_edit .form-wrapper table tbody .aircraft-selector,.ferry-flight_edit .form-wrapper table tbody .ispublished-selector{margin-left:20px}.ferry-flight_edit .form-wrapper table tbody .heliport-selector__control,.ferry-flight_edit .form-wrapper table tbody .company-selector__control,.ferry-flight_edit .form-wrapper table tbody .aircraft-selector__control,.ferry-flight_edit .form-wrapper table tbody .ispublished-selector__control{border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.ferry-flight_edit .form-wrapper table tbody .heliport-selector__indicator-separator,.ferry-flight_edit .form-wrapper table tbody .company-selector__indicator-separator,.ferry-flight_edit .form-wrapper table tbody .aircraft-selector__indicator-separator,.ferry-flight_edit .form-wrapper table tbody .ispublished-selector__indicator-separator{background-color:#fff}.ferry-flight_edit .form-wrapper .button-section{margin:36px 0}@media screen and (max-width: 768px){.ferry-flight.show{min-width:unset}.ferry-flight.show .header.nav{display:flex}.ferry-flight.show .ferry-flight{padding:0}.ferry-flight.show .ferry-flight .content-header{height:unset}.ferry-flight.show .ferry-flight .content-header .right-section{float:unset;width:unset}.ferry-flight.show .ferry-flight .content-header .left-section{width:unset}.ferry-flight.show .ferry-flight table.content td.label{width:unset}}.ferry-flights.new{background-color:#f6f7fa;padding-bottom:10px}.ferry-flights.new .header{height:60px;width:100%;border-bottom:1px solid #c1c1c1;z-index:1000;background:#fff}.ferry-flights.new .header .title{font-weight:bold;font-size:15px;padding:22px 0px 0px 30px;margin-right:100px}.ferry-flights.new .label{color:#9BA9C7;font-size:12px}.ferry-flights.new .label p.label{float:right}.ferry-flights.new .form-wrapper{margin:40px auto;padding:20px 50px;background-color:#fff;border:1px solid #dadee7;width:70%;min-width:700px}.ferry-flights.new .form-wrapper table{width:100%}.ferry-flights.new .form-wrapper table td{height:50px;vertical-align:center}.ferry-flights.new .form-wrapper table td.default{padding-left:23px}.ferry-flights.new .form-wrapper table td.label{width:30%}.ferry-flights.new .form-wrapper table tr.button{height:100px;padding-top:50px}.ferry-flights.new .form-wrapper table .date-picker{height:30px}.ferry-flights.new .form-wrapper table .heliport-selector{width:80%}.ferry-flights.new .form-wrapper table .company-selector,.ferry-flights.new .form-wrapper table .aircraft-selector{width:50%}.ferry-flights.new .form-wrapper table .ispublished-selector{width:40%}.ferry-flights.new .form-wrapper table .heliport-selector__control,.ferry-flights.new .form-wrapper table .company-selector__control,.ferry-flights.new .form-wrapper table .aircraft-selector__control,.ferry-flights.new .form-wrapper table .ispublished-selector__control{border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.ferry-flights.new .form-wrapper table .heliport-selector__indicator-separator,.ferry-flights.new .form-wrapper table .company-selector__indicator-separator,.ferry-flights.new .form-wrapper table .aircraft-selector__indicator-separator,.ferry-flights.new .form-wrapper table .ispublished-selector__indicator-separator{background-color:#fff}.ferry-flights.new .form-wrapper .button{margin:50px 0;display:flex;justify-content:space-evenly}@media screen and (max-width: 768px){.ferry-flights.new .form-wrapper{margin:0px;padding:0px;width:100%;min-width:unset}}.sales-index .header{position:relative;padding:24px}.sales-index .header span{font-size:16px;font-weight:bold}.sales-index .header .create-new-button{position:absolute;top:24px;right:24px;width:140px;height:32px;padding:6px 0;text-align:center;border-radius:3px;border:solid 1px #3f51b5;box-shadow:0 1px 4px rgba(0,0,0,0.3);font-size:12px;font-weight:bold;color:#3f51b5;cursor:pointer}.sales-index .header .search-field{position:absolute;top:22px;right:200px}.sales-index .sales-table{width:100%;border-collapse:collapse}.sales-index .sales-table thead{border-top:1px solid #bfc6d5}.sales-index .sales-table thead tr{border-bottom:1px solid #bfc6d5;height:30px}.sales-index .sales-table thead tr td{color:#9BA9C7;font-size:12px;font-weight:bold;text-align:center}.sales-index .sales-table tbody tr{border-bottom:1px solid #bfc6d5;height:50px;cursor:pointer}.sales-index .sales-table tbody tr:hover{background-color:#e2e6ef}.sales-index .sales-table tbody .table-row__finished-row{opacity:0.5}.sales-index .sales-table tbody td{padding:0 4px;color:#394151;font-size:12px;text-align:center}.sales-index .sales-table tbody td.id{width:40px;min-width:40px}.sales-index .sales-table tbody td.created-date{width:100px;min-width:100px}.sales-index .sales-table tbody td.name{width:120px;min-width:120px;font-weight:bold}.sales-index .sales-table tbody td.payment-amount{width:80px;min-width:80px}.sales-index .sales-table tbody td.season{width:80px;min-width:80px}.sales-index .sales-table tbody td.email{width:180px;min-width:180px}.sales-index .sales-table tbody td.phone-number{width:120px;min-width:120px}.sales-index .sales-table tbody td.pic{width:80px;min-width:80px}.sales-index .sales-table tbody td.item-category{width:80px;min-width:80px}.sales-index .sales-table tbody td.status{width:200px;min-width:200px}.sales-index .sales-table tbody td.status__waiting{color:red;font-weight:bold}.sales-index .sales-table tbody td.probability{width:50px;min-width:50px}.sales-index .sales-table tbody td.remarks{padding:3px 10px;min-width:200px;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.show-aircraft-sale-page{position:relative;min-width:100%;min-height:100vh;background-color:#fafafa}.show-aircraft-sale-page .aircraft-sale-info{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:700px;height:80%;overflow-y:scroll;padding:36px 60px;margin:0 auto;background-color:#fff;border-radius:4px;border:solid 1px #c1c1c1}.show-aircraft-sale-page .aircraft-sale-info .edit-button,.show-aircraft-sale-page .aircraft-sale-info .log-button{position:absolute;top:24px;right:60px;padding:0;width:88px;height:30px;display:flex;justify-content:center;align-items:center;background-color:#85e28b;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,0.3);cursor:pointer}.show-aircraft-sale-page .aircraft-sale-info .edit-button span,.show-aircraft-sale-page .aircraft-sale-info .log-button span{color:#fff;font-size:14px}.show-aircraft-sale-page .aircraft-sale-info .log-button{right:156px;background-color:#9ddeca}.show-aircraft-sale-page .aircraft-sale-info .title-label{margin:24px 0px;font-size:16px}.show-aircraft-sale-page .aircraft-sale-info .datetime-section{position:absolute;top:88px;right:60px}.show-aircraft-sale-page .aircraft-sale-info .datetime-section span{position:relative;display:inline-block;min-width:60px;margin:0 8px;color:#888;font-size:10px}.show-aircraft-sale-page .aircraft-sale-info .datetime-section span::before{position:absolute;top:-16px;left:0;font-size:6px;color:#aaa}.show-aircraft-sale-page .aircraft-sale-info .datetime-section .created-date::before{content:"\53D7\4ED8\65E5"}.show-aircraft-sale-page .aircraft-sale-info .datetime-section .first-move-date::before{content:"\4E00\6B21\5BFE\5FDC\65E5"}.show-aircraft-sale-page .aircraft-sale-info .datetime-section .updated-datetime::before{content:"\6700\7D42\66F4\65B0\65E5\6642"}.show-aircraft-sale-page .aircraft-sale-info .customer-info-field,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field{margin:8px 0;padding:16px 12px;background-color:rgba(11,104,176,0.05);border-radius:4px}.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .customer-name-section .customer-name-field,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .customer-name-section .customer-name-field{width:100%}.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .contact-section,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .payment-section,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .progress-status-section,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .contact-section,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .payment-section,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .progress-status-section{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:10px}.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .pic-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .status-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .probability-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .item-category-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .customer-name-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .email-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .phone-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .payment-amount-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .season-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .contact-content-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .remarks-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .pic-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .status-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .probability-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .item-category-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .customer-name-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .email-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .phone-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .payment-amount-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .season-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .contact-content-section .field-label,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .remarks-section .field-label{font-size:12px;color:#3f51b5}.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .pic-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .status-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .probability-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .item-category-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .customer-name-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .email-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .phone-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .payment-amount-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .season-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .contact-content-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .remarks-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .pic-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .status-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .probability-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .item-category-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .customer-name-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .email-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .phone-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .payment-amount-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .season-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .contact-content-section .field-value,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .remarks-section .field-value{margin:4px 0;font-size:16px;color:#000}.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .pic-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .status-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .probability-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .item-category-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .customer-name-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .email-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .phone-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .payment-amount-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .season-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .contact-content-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .remarks-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .pic-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .status-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .probability-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .item-category-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .customer-name-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .email-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .phone-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .payment-amount-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .season-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .contact-content-section .free-write,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .remarks-section .free-write{font-size:14px;white-space:pre-wrap}.show-aircraft-sale-page .aircraft-sale-info .customer-info-field .right,.show-aircraft-sale-page .aircraft-sale-info .progress-info-field .right{text-align:right}.show-aircraft-sale-page .aircraft-sale-info .back-section{display:flex;justify-content:center}.edit-aircraft-sale-page{position:relative;min-width:100%;min-height:100vh;background-color:#eee}.edit-aircraft-sale-page .edit-aircraft-sale-form{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:700px;height:80%;overflow-y:scroll;padding:36px 60px;margin:0 auto;background-color:#fff;border-radius:4px;box-shadow:0 2px 16px rgba(0,0,0,0.3)}.edit-aircraft-sale-page .edit-aircraft-sale-form .title-label{margin:20px 0px;font-size:16px}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field{margin:8px 0;padding:16px 12px;background-color:rgba(11,104,176,0.03);border-radius:4px}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .customer-name-section .customer-name-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .customer-name-section .customer-name-field{width:100%}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .customer-name-section .customer-name-field__control,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .customer-name-section .customer-name-field__control{position:relative;border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .customer-name-section .customer-name-field__control--is-focused,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .customer-name-section .customer-name-field__control--is-focused{border-bottom:solid 2px #3f51b5}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .customer-name-section .customer-name-field__indicator-separator,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .customer-name-section .customer-name-field__indicator-separator{background-color:#fff}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .contact-section,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .payment-section,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .progress-status-section,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .contact-section,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .payment-section,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .progress-status-section{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:10px}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .pic-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .status-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .probability-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .customer-name-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .email-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .phone-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .payment-amount-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .season-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .item-category-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .contact-content-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .remarks-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .pic-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .status-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .probability-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .customer-name-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .email-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .phone-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .payment-amount-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .season-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .item-category-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .contact-content-section .field-label,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .remarks-section .field-label{display:block;font-size:12px;color:#3f51b5}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .pic-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .status-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .probability-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .customer-name-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .email-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .phone-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .payment-amount-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .season-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .item-category-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .contact-content-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .remarks-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .pic-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .status-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .probability-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .customer-name-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .email-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .phone-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .payment-amount-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .season-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .item-category-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .contact-content-section .field-value,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .remarks-section .field-value{margin:4px 0;font-size:16px;color:#000}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .pic-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .status-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .probability-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .customer-name-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .email-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .phone-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .payment-amount-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .season-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .item-category-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .contact-content-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .remarks-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .pic-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .status-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .probability-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .customer-name-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .email-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .phone-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .payment-amount-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .season-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .item-category-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .contact-content-section .error-msg,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .remarks-section .error-msg{font-size:12px;color:red}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .pic-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .status-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .probability-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .customer-name-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .email-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .phone-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .payment-amount-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .season-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .item-category-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .contact-content-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .remarks-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .pic-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .status-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .probability-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .customer-name-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .email-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .phone-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .payment-amount-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .season-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .item-category-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .contact-content-section .hidden,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .remarks-section .hidden{display:none}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .contact-content-section textarea,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .remarks-section textarea,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .contact-content-section textarea,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .remarks-section textarea{margin-top:4px;width:100%;height:80px;padding:4px;resize:none;border:solid 1px rgba(11,104,176,0.5);border-radius:4px}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .probability-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .item-category-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .pic-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .status-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .probability-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .item-category-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .pic-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .status-field{margin-top:4px}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .probability-field__control,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .item-category-field__control,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .pic-field__control,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .status-field__control,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .probability-field__control,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .item-category-field__control,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .pic-field__control,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .status-field__control{border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .probability-field__indicator-separator,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .item-category-field__indicator-separator,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .pic-field__indicator-separator,.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .status-field__indicator-separator,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .probability-field__indicator-separator,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .item-category-field__indicator-separator,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .pic-field__indicator-separator,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .status-field__indicator-separator{background-color:#fff}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .item-category-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .item-category-field{width:100px}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .probability-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .probability-field{width:100px}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .pic-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .pic-field{width:180px}.edit-aircraft-sale-page .edit-aircraft-sale-form .customer-info-field .status-field,.edit-aircraft-sale-page .edit-aircraft-sale-form .progress-info-field .status-field{width:150px}.create-aircraft-sale-page{position:relative;min-width:100%;min-height:100vh;background-color:#eee}.create-aircraft-sale-page .create-aircraft-sale-form{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:700px;height:80%;overflow-y:scroll;padding:36px 60px;margin:0 auto;background-color:#fff;border-radius:4px;box-shadow:0 2px 16px rgba(0,0,0,0.3)}.create-aircraft-sale-page .create-aircraft-sale-form .title-label{margin:20px 0px;font-size:16px}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field{margin:8px 0;padding:16px 12px;background-color:rgba(11,104,176,0.03);border-radius:4px}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .customer-name-section .customer-name-field,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .customer-name-section .customer-name-field{width:100%}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .customer-name-section .customer-name-field__control,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .customer-name-section .customer-name-field__control{position:relative;border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .customer-name-section .customer-name-field__control--is-focused,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .customer-name-section .customer-name-field__control--is-focused{border-bottom:solid 2px #3f51b5}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .customer-name-section .customer-name-field__indicator-separator,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .customer-name-section .customer-name-field__indicator-separator{background-color:#fff}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .contact-section,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .payment-section,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .progress-status-section,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .contact-section,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .payment-section,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .progress-status-section{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:10px}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .pic-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .status-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .probability-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .customer-name-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .email-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .phone-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .payment-amount-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .item-category-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .season-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .contact-content-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .remarks-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .pic-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .status-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .probability-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .customer-name-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .email-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .phone-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .payment-amount-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .item-category-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .season-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .contact-content-section .field-label,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .remarks-section .field-label{display:block;font-size:12px;color:#3f51b5}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .pic-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .status-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .probability-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .customer-name-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .email-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .phone-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .payment-amount-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .item-category-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .season-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .contact-content-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .remarks-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .pic-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .status-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .probability-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .customer-name-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .email-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .phone-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .payment-amount-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .item-category-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .season-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .contact-content-section .field-value,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .remarks-section .field-value{margin:4px 0;font-size:16px;color:#000}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .pic-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .status-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .probability-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .customer-name-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .email-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .phone-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .payment-amount-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .item-category-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .season-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .contact-content-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .remarks-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .pic-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .status-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .probability-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .customer-name-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .email-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .phone-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .payment-amount-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .item-category-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .season-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .contact-content-section .error-msg,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .remarks-section .error-msg{font-size:12px;color:red}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .pic-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .status-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .probability-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .customer-name-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .email-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .phone-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .payment-amount-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .item-category-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .season-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .contact-content-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .remarks-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .pic-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .status-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .probability-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .customer-name-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .email-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .phone-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .payment-amount-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .item-category-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .season-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .contact-content-section .hidden,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .remarks-section .hidden{display:none}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .contact-content-section textarea,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .remarks-section textarea,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .contact-content-section textarea,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .remarks-section textarea{margin-top:4px;width:100%;height:80px;padding:4px;resize:none;border:solid 1px rgba(11,104,176,0.5);border-radius:4px}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .probability-field,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .item-category-field,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .pic-field,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .status-field,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .probability-field,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .item-category-field,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .pic-field,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .status-field{margin-top:4px}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .probability-field__control,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .item-category-field__control,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .pic-field__control,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .status-field__control,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .probability-field__control,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .item-category-field__control,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .pic-field__control,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .status-field__control{border:none;border-bottom:solid 1px #ddd;border-radius:0;box-shadow:none}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .probability-field__indicator-separator,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .item-category-field__indicator-separator,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .pic-field__indicator-separator,.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .status-field__indicator-separator,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .probability-field__indicator-separator,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .item-category-field__indicator-separator,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .pic-field__indicator-separator,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .status-field__indicator-separator{background-color:#fff}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .item-category-field,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .item-category-field{width:100px}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .probability-field,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .probability-field{width:100px}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .pic-field,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .pic-field{width:180px}.create-aircraft-sale-page .create-aircraft-sale-form .customer-info-field .status-field,.create-aircraft-sale-page .create-aircraft-sale-form .progress-info-field .status-field{width:150px}.sale-log-container{position:relative;padding:24px 0}.sale-log-container .title{margin:12px 24px;font-size:16px}.sale-log-container .back-button{position:absolute;top:24px;right:24px;padding:4px 18px;color:#3f51b5;font-size:12px;font-weight:bold;border:solid 1px #3f51b5;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,0.3);cursor:pointer}.sale-log-container .log-table{width:100%;border-collapse:collapse}.sale-log-container .log-table thead{border-top:1px solid #bfc6d5}.sale-log-container .log-table thead tr{border-bottom:1px solid #bfc6d5;height:30px}.sale-log-container .log-table thead tr td{color:#9BA9C7;font-size:12px;font-weight:bold;text-align:center}.sale-log-container .log-table tbody tr{border-bottom:1px solid #bfc6d5;height:50px}.sale-log-container .log-table tbody td{padding:0 4px;color:#394151;font-size:12px;text-align:center}.sale-log-container .log-table tbody td.datetime{width:150px;min-width:150px;white-space:normal}.sale-log-container .log-table tbody td.editor-id{width:50px;min-width:50px}.sale-log-container .log-table tbody td.editor-name{width:120px;min-width:120px;white-space:normal}.sale-log-container .log-table tbody td.action{width:60px;min-width:60px;white-space:normal}.sale-log-container .log-table tbody td.name{width:120px;min-width:120px;white-space:normal;font-weight:bold}.sale-log-container .log-table tbody td.payment-amount{width:80px;min-width:80px}.sale-log-container .log-table tbody td.season{width:80px;min-width:80px}.sale-log-container .log-table tbody td.email{width:200px;min-width:200px;white-space:normal}.sale-log-container .log-table tbody td.phone-number{width:100px;min-width:100px}.sale-log-container .log-table tbody td.contact-content{width:200px;min-width:200px}.sale-log-container .log-table tbody td.pic{width:120px;min-width:120px}.sale-log-container .log-table tbody td.status{width:60px;min-width:60px}.sale-log-container .log-table tbody td.probability{width:60px;min-width:60px}.sale-log-container .log-table tbody td.remarks{width:200px;min-width:200px}.discount-codes-index-container .header{position:fixed;top:0;width:calc(100% - 240px);height:198px;background-color:#fff;z-index:999;box-shadow:4px 0 4px rgba(0,0,0,0.5)}.discount-codes-index-container .header .filtering-box-container{position:relative;display:flex;justify-content:center;align-items:center;width:80%;height:80px;margin:24px auto 24px;padding:12px 24px;background-color:#fff;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,0.5)}.discount-codes-index-container .header .filtering-box-container .search-icon{padding-top:8px}.discount-codes-index-container .header .filtering-box-container .input-sections-container{display:flex;margin:0 12px}.discount-codes-index-container .header .filtering-box-container .input-sections-container .input-field-label{font-size:10px;color:#3f51b5}.discount-codes-index-container .header .filtering-box-container .input-sections-container .search-input-field .MuiInput-underline::after{border-color:#3f51b5}.discount-codes-index-container .header .filtering-box-container .input-sections-container .search-section{margin:0 12px}.discount-codes-index-container .header .filtering-box-container .input-sections-container .id-section .id-fields{display:flex;align-items:center}.discount-codes-index-container .header .filtering-box-container .input-sections-container .id-section .id-fields .search-input-field{width:50px}.discount-codes-index-container .header .filtering-box-container .input-sections-container .id-section .id-fields span{margin:0 12px;font-size:12px}.discount-codes-index-container .header .filtering-box-container .input-sections-container .code-section .search-input-field,.discount-codes-index-container .header .filtering-box-container .input-sections-container .agent-section .search-input-field{width:200px}.discount-codes-index-container .header .filtering-box-container .buttons .search{width:80px;margin:0 4px;color:#3f51b5;border-color:#3f51b5}.discount-codes-index-container .header .filtering-box-container .buttons .active{background-color:#3f51b5;color:#fff}.discount-codes-index-container .header .filtering-box-container .buttons .clear{width:80px;margin:0 4px;color:#929292;border-color:#929292}.discount-codes-index-container .header .pagination-buttons{margin:8px 0}.discount-codes-index-container .header .pagination-buttons .pagination{margin:0 auto}.discount-codes-index-container .table-wrapper .loading-icon{position:fixed;top:50vh;left:240px;right:0;margin:auto}.discount-codes-index-container .table-wrapper .discount-codes-table-container{min-width:100%;margin:198px 0 24px;border-collapse:collapse}.discount-codes-index-container .table-wrapper .discount-codes-table-container thead tr td,.discount-codes-index-container .table-wrapper .discount-codes-table-container tbody tr td{padding:4px 8px;font-size:12px;text-align:center}.discount-codes-index-container .table-wrapper .discount-codes-table-container thead tr td.id,.discount-codes-index-container .table-wrapper .discount-codes-table-container tbody tr td.id{width:80px;min-width:80px}.discount-codes-index-container .table-wrapper .discount-codes-table-container thead tr td.code,.discount-codes-index-container .table-wrapper .discount-codes-table-container tbody tr td.code{width:150px;min-width:150px;font-weight:bold}.discount-codes-index-container .table-wrapper .discount-codes-table-container thead tr td.agent-name,.discount-codes-index-container .table-wrapper .discount-codes-table-container tbody tr td.agent-name{width:300px;min-width:300px}.discount-codes-index-container .table-wrapper .discount-codes-table-container thead tr td.status,.discount-codes-index-container .table-wrapper .discount-codes-table-container tbody tr td.status{width:120px;min-width:120px}.discount-codes-index-container .table-wrapper .discount-codes-table-container thead tr td.expired-date,.discount-codes-index-container .table-wrapper .discount-codes-table-container tbody tr td.expired-date{width:160px;min-width:160px}.discount-codes-index-container .table-wrapper .discount-codes-table-container thead tr td.plan-nums,.discount-codes-index-container .table-wrapper .discount-codes-table-container tbody tr td.plan-nums{width:120px;min-width:120px}.discount-codes-index-container .table-wrapper .discount-codes-table-container .table-header{height:30px}.discount-codes-index-container .table-wrapper .discount-codes-table-container .table-header td{color:#9BA9C7;font-size:12px;font-weight:bold;border-top:1px solid #bfc6d5;border-bottom:1px solid #bfc6d5}.discount-codes-index-container .table-wrapper .discount-codes-table-container .table-row{height:50px;cursor:pointer}.discount-codes-index-container .table-wrapper .discount-codes-table-container .table-row:hover{background-color:#e2e6ef}.discount-codes-index-container .table-wrapper .discount-codes-table-container .table-row td{border-bottom:1px solid #bfc6d5}.discount-codes-index-container .table-wrapper .discount-codes-table-container .invalid{opacity:0.5}.discount-codes-show-page{position:relative;width:100%;padding:72px 120px 96px;background-color:#fff}.discount-codes-show-page .title{font-size:18px;font-weight:bold}.discount-codes-show-page .log-button,.discount-codes-show-page .edit-button{position:absolute;top:60px}.discount-codes-show-page .log-button button,.discount-codes-show-page .edit-button button{padding:3px 24px;border-radius:0;font-size:14px;color:#fff}.discount-codes-show-page .log-button{right:215px}.discount-codes-show-page .log-button button{background-color:#9ddeca}.discount-codes-show-page .edit-button{right:120px}.discount-codes-show-page .edit-button button{background-color:#85e28b}.discount-codes-show-page .info-container{margin-bottom:24px}.discount-codes-show-page .info-container .title{font-size:16px;font-weight:bold;color:#000}.discount-codes-show-page .info-container .info-table{margin:8px 0;padding:16px 24px;background-color:rgba(11,104,176,0.05);border-radius:4px}.discount-codes-show-page .info-container .info-table .info-element{display:flex;align-items:center;margin:16px 0}.discount-codes-show-page .info-container .info-table .info-element .label{font-size:14px;width:180px;color:#3f51b5}.discount-codes-show-page .info-container .info-table .info-element .value{margin:4px 0;font-size:16px;color:#000}.discount-codes-show-page .discount-amounts-table-container .title{font-size:14px;font-weight:bold;color:#626262}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table{margin:8px 0;min-width:100%;border-collapse:collapse}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table thead tr td,.discount-codes-show-page .discount-amounts-table-container .table-wrapper table tbody tr td{text-align:center;padding:4px 8px;border-bottom:1px solid #bfc6d5}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table thead tr td.left,.discount-codes-show-page .discount-amounts-table-container .table-wrapper table tbody tr td.left{text-align:left}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table thead tr td.id,.discount-codes-show-page .discount-amounts-table-container .table-wrapper table tbody tr td.id{width:30px;min-width:30px}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table thead tr td.plan-title,.discount-codes-show-page .discount-amounts-table-container .table-wrapper table tbody tr td.plan-title{width:350px;min-width:350px;max-width:350px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table thead tr td.rate,.discount-codes-show-page .discount-amounts-table-container .table-wrapper table tbody tr td.rate{width:80px;min-width:80px}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table thead tr td.price,.discount-codes-show-page .discount-amounts-table-container .table-wrapper table tbody tr td.price{width:80px;min-width:80px}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table .table-header{background-color:rgba(11,104,176,0.05)}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table .table-header td{color:#929292;font-size:12px;font-weight:bold}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table .table-row{background-color:#fff}.discount-codes-show-page .discount-amounts-table-container .table-wrapper table .table-row td{height:42px}.discount-codes-show-page .back-button{position:fixed;right:0;bottom:0;display:flex;justify-content:center;align-items:center;margin:0 auto;width:calc(100% - 240px);height:72px;background-color:#fff;opacity:0.2;transition:opacity 0.1s}.discount-codes-show-page .back-button:hover{opacity:1;transition:opacity 0.3s}.discount-codes-show-page .back-button button{width:240px;height:48px;font-size:16px;color:#3f51b5}.discount-codes-new-page{position:relative;width:100%;padding:72px 120px 96px;background-color:#fff}.discount-codes-new-page .title{font-size:18px;font-weight:bold}.discount-codes-new-page .info-edit-container{margin-bottom:24px}.discount-codes-new-page .discount-amounts-edit-container{margin:12px 0}.discount-codes-new-page .buttons-container{position:fixed;right:0;bottom:0;display:flex;align-items:center;width:calc(100% - 240px);height:72px;padding:0 120px;background-color:#fff}.discount-codes-edit-page{position:relative;width:100%;padding:72px 120px 96px;background-color:#fff}.discount-codes-edit-page .title{font-size:18px;font-weight:bold}.discount-codes-edit-page .duplicate-button{position:absolute;top:64px;right:120px}.discount-codes-edit-page .info-edit-container{margin-bottom:24px}.discount-codes-edit-page .discount-amounts-edit-container{margin:12px 0}.discount-codes-edit-page .buttons-container{position:fixed;right:0;bottom:0;display:flex;align-items:center;width:calc(100% - 240px);height:72px;padding:0 120px;vertical-align:middle;background-color:#fff}.discount-codes-log-page .header{position:fixed;top:0;width:calc(100% - 240px);height:72px}.discount-codes-log-page .header .title{position:absolute;bottom:12px;left:24px;font-size:16px;font-weight:bold}.discount-codes-log-page .header .back-button{position:absolute;top:24px;right:60px}.discount-codes-log-page .header .back-button button{padding:4px;border:solid 1px #3f51b5;color:#3f51b5}.discount-codes-log-page .table-wrapper{width:100%;margin-top:72px}.discount-codes-log-page .table-wrapper table{border-collapse:collapse}.discount-codes-log-page .table-wrapper table thead tr td,.discount-codes-log-page .table-wrapper table tbody tr td{text-align:center;font-size:12px}.discount-codes-log-page .table-wrapper table thead tr td.time,.discount-codes-log-page .table-wrapper table tbody tr td.time{width:140px;min-width:140px}.discount-codes-log-page .table-wrapper table thead tr td.admin_id,.discount-codes-log-page .table-wrapper table tbody tr td.admin_id{width:60px;min-width:60px}.discount-codes-log-page .table-wrapper table thead tr td.admin,.discount-codes-log-page .table-wrapper table tbody tr td.admin{width:100px;min-width:100px}.discount-codes-log-page .table-wrapper table thead tr td.action,.discount-codes-log-page .table-wrapper table tbody tr td.action{width:100px;min-width:100px}.discount-codes-log-page .table-wrapper table thead tr td.code,.discount-codes-log-page .table-wrapper table tbody tr td.code{width:120px;min-width:120px}.discount-codes-log-page .table-wrapper table thead tr td.expired_date,.discount-codes-log-page .table-wrapper table thead tr td.expired_flight_date,.discount-codes-log-page .table-wrapper table tbody tr td.expired_date,.discount-codes-log-page .table-wrapper table tbody tr td.expired_flight_date{width:100px;min-width:100px}.discount-codes-log-page .table-wrapper table thead tr td.agent_name,.discount-codes-log-page .table-wrapper table tbody tr td.agent_name{width:200px;min-width:200px}.discount-codes-log-page .table-wrapper table thead tr td.code_is_valid,.discount-codes-log-page .table-wrapper table tbody tr td.code_is_valid{width:60px;min-width:60px}.discount-codes-log-page .table-wrapper table thead tr td.skyview_id,.discount-codes-log-page .table-wrapper table tbody tr td.skyview_id{width:60px;min-width:60px}.discount-codes-log-page .table-wrapper table thead tr td.skyview,.discount-codes-log-page .table-wrapper table tbody tr td.skyview{width:200px;min-width:200px}.discount-codes-log-page .table-wrapper table thead tr td.rate,.discount-codes-log-page .table-wrapper table tbody tr td.rate{width:70px;min-width:70px}.discount-codes-log-page .table-wrapper table thead tr td.price,.discount-codes-log-page .table-wrapper table tbody tr td.price{width:80px;min-width:80px}.discount-codes-log-page .table-wrapper table .table-header{height:30px}.discount-codes-log-page .table-wrapper table .table-header td{color:#9BA9C7;font-size:12px;font-weight:bold;border-top:1px solid #bfc6d5;border-bottom:1px solid #bfc6d5}.discount-codes-log-page .table-wrapper table .table-row{height:50px}.discount-codes-log-page .table-wrapper table .table-row td{padding:4px 8px;border-bottom:1px solid #bfc6d5}.info-edit-container .title{font-size:16px;font-weight:bold;color:#000}.info-edit-container .info-table{margin:8px 0;padding:16px 24px;background-color:rgba(11,104,176,0.05);border-radius:4px}.info-edit-container .info-table .text-edit-field{display:flex;align-items:center;margin:24px 0}.info-edit-container .info-table .text-edit-field .label{width:180px;font-size:14px}.info-edit-container .info-table .date-field{display:flex;align-items:center;margin:24px 0}.info-edit-container .info-table .date-field .label{width:180px;font-size:14px}.discount-amounts-edit-container .header{display:flex;padding:0;margin:0}.discount-amounts-edit-container .header .title{margin-right:12px;font-size:14px;font-weight:bold;color:#626262}.discount-amounts-edit-container .header .create-multiple-button{cursor:pointer}.discount-amounts-edit-container .header .create-multiple-button svg{fill:#424242}.discount-amounts-edit-container .table-wrapper{width:100%;margin-top:8px}.discount-amounts-edit-container .table-wrapper table{border-collapse:collapse}.discount-amounts-edit-container .table-wrapper table thead tr td,.discount-amounts-edit-container .table-wrapper table tbody tr td{text-align:center;padding:4px 4px}.discount-amounts-edit-container .table-wrapper table thead tr td.left,.discount-amounts-edit-container .table-wrapper table tbody tr td.left{text-align:left}.discount-amounts-edit-container .table-wrapper table thead tr td.id,.discount-amounts-edit-container .table-wrapper table tbody tr td.id{width:50px}.discount-amounts-edit-container .table-wrapper table thead tr td.plan-title,.discount-amounts-edit-container .table-wrapper table tbody tr td.plan-title{width:660px}.discount-amounts-edit-container .table-wrapper table thead tr td.delete-button,.discount-amounts-edit-container .table-wrapper table tbody tr td.delete-button{padding:0;min-width:64px;width:64px}.discount-amounts-edit-container .table-wrapper table thead tr td.delete-button button svg,.discount-amounts-edit-container .table-wrapper table tbody tr td.delete-button button svg{fill:#929292}.discount-amounts-edit-container .table-wrapper table thead tr td.delete-button button span,.discount-amounts-edit-container .table-wrapper table tbody tr td.delete-button button span{display:none}.discount-amounts-edit-container .table-wrapper table thead tr td .text-edit-field .MuiInput-underline::before,.discount-amounts-edit-container .table-wrapper table tbody tr td .text-edit-field .MuiInput-underline::before{border-color:#ddd}.discount-amounts-edit-container .table-wrapper table thead tr td .text-edit-field input,.discount-amounts-edit-container .table-wrapper table tbody tr td .text-edit-field input{height:37px;padding:0}.discount-amounts-edit-container .table-wrapper table thead .table-header,.discount-amounts-edit-container .table-wrapper table tbody .table-header{background:rgba(11,104,176,0.05)}.discount-amounts-edit-container .table-wrapper table thead .table-header td,.discount-amounts-edit-container .table-wrapper table tbody .table-header td{color:#929292;font-size:12px;font-weight:bold;border-bottom:1px solid #bfc6d5}.discount-amounts-edit-container .table-wrapper .add-button{width:100%;padding:4px;font-size:12px;color:#424242}.discount-amounts-edit-container .error-msg{font-size:12px;color:red}.add-multiple-modal .title{margin:8px 0;font-size:14px;font-weight:bold}.add-multiple-modal .price-rate-section{display:flex;width:100%;justify-content:flex-start;margin-bottom:12px}.add-multiple-modal .price-rate-section .rate,.add-multiple-modal .price-rate-section .price{margin-right:12px}.add-multiple-modal .id-section{margin-bottom:12px}.add-multiple-modal .id-section .label{font-size:12px;color:#3f51b5}.add-multiple-modal .id-section .id-input-fields{display:flex}.add-multiple-modal .id-section .id-input-fields span{margin:0 12px}#sign_up{width:300px;height:500px;border:1px solid #b89267}#sign_up #registrations_header{width:100%;height:40px;background-color:#f5f5f5}#sign_up #registrations_header ul li{float:left}#sign_up #registrations_header ul li.right_area,#sign_up #registrations_header ul li.left_area{padding:10px 4px;display:block}#sign_up #registrations_header ul li.right_area{width:40px}#sign_up #registrations_header ul li.left_area{width:40px}#sign_up #registrations_header ul li.page_title{width:calc(100% - 80px);text-align:center;height:40px}#sign_up #registrations_header ul li a.disable_link{color:#ccc;font-weight:normal}#sign_up #auth_info{padding:10px}#sign_up #auth_info form .field{width:260px;margin:0 auto}#sign_up #auth_info form .field input{padding:6px;width:260px}#sign_up #auth_info form button{margin:10px auto;display:block}#sign_up #profile{padding:10px}#sign_up #profile form input{padding:4px;width:260px}#sign_up #credit_card .visa,#sign_up #credit_card .master,#sign_up #credit_card .amex{width:60px;height:20px}#sign_up #credit_card .visa{background:url("/images/credit_card/visa-0c8151e41de1859fe00bd998bc111368.png?vsn=d") no-repeat}#sign_up #credit_card .master{background:url("/images/credit_card/master.png") no-repeat}#sign_up #credit_card .amex{background:url("/images/credit_card/amex.png") no-repeat}@media screen and (min-width: 769px){#main_container{position:relative}#payment{position:relative;top:20px;width:600px;height:900px;margin:0 auto;background-color:#FAFAFA;box-shadow:0px 0px 8px 0px #888;-moz-box-shadow:0px 0px 8px 0px #888;-webkit-box-shadow:0px 0px 8px 0px #888;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}#payment .header{width:100%;height:120px;background-color:#0D123A}#payment .header .logo{background:url("/images/logo_airos_white-83f14d89fe09709ecaa8dc81e7402fce.svg?vsn=d") no-repeat;width:180px;height:30px;position:relative;top:50px;margin:0 auto}#payment .info{position:relative;top:40px;width:460px;min-height:600px;margin:0 auto}#payment .info div{height:40px}#payment .info div.name,#payment .info div.course,#payment .info div.plan,#payment .info div.payment{border-bottom:1px solid rgba(0,0,0,0.1);-moz-box-shadow:0px 1px 0 rgba(255,255,255,0.6);-webkit-box-shadow:0px 1px 0 rgba(255,255,255,0.6);box-shadow:0px 1px 0 rgba(255,255,255,0.6);height:auto;padding:25px 0px}#payment .info div.name .guest_name{margin:10px auto}#payment .info div.name .guest_name span{font-size:18px}#payment .info div.payment .price>span{font-size:20px}#payment .info div.plan .departure_time,#payment .info div.plan .flight_duration{margin-bottom:10px}#payment .info div.payment .price{margin-bottom:10px}#payment .info div.payment .price span{font-size:17px}#payment .info div label{width:200px;text-align:right;display:inline-block;margin-right:20px}#payment .pay_button_box{padding:10px;text-align:center;height:100px;display:block;margin-top:20px}#payment .pay_button_box img{width:50px;margin:10px;display:inline-block}#payment .pay_button_box.stripe{height:120px}#payment .pay_button_box.payjp{height:100px}#payment .pay_button_box.payjp #payjp_checkout_box input[type=button]{width:300px;font-size:16px;padding:12px 0px 10px}#payment button{background:none;background-color:#0D123A;border-color:rgba(0,0,0,0.2);box-shadow:0px 0px 6px 2px rgba(0,0,0,0.4);-moz-box-shadow:0px 0px 6px 2px rgba(0,0,0,0.4);-webkit-box-shadow:0px 0px 6px 2px rgba(0,0,0,0.4);color:#FFF;width:300px;border-radius:4px;padding:12px 0px 10px;cursor:pointer}#payment button:hover{background-color:#25294d;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}}@media screen and (max-width: 768px){#main_container{position:relative}#payment{position:relative;width:100%;margin:0 auto;background-color:#EFEFEF;box-shadow:0px 0px 8px 0px #888;-moz-box-shadow:0px 0px 8px 0px #888;-webkit-box-shadow:0px 0px 8px 0px #888}#payment .header{height:40px;padding:15px 0px}#payment .header .logo{background:url("/images/logo_airos_blue_black-9817380d253f6631f24f6f7440812178.svg?vsn=d") no-repeat;width:160px;height:26px;position:relative;margin:0 auto}#payment .info{position:relative;width:100%;padding:6px}#payment .info div{background-color:#FFF;border-radius:4px;margin:6px auto}#payment .info div.name,#payment .info div.course,#payment .info div.plan,#payment .info div.payment{height:auto;padding:6px 12px}#payment .info div.name label,#payment .info div.course label,#payment .info div.plan label,#payment .info div.payment label{font-size:12px;font-weight:bold;display:block;color:#0D123A}#payment .info div.name p,#payment .info div.course p,#payment .info div.plan p,#payment .info div.payment p{margin:0px auto}#payment .info div.name span,#payment .info div.course span,#payment .info div.plan span,#payment .info div.payment span{font-size:18px}#payment .info div.plan .departure_time,#payment .info div.plan .flight_duration{margin-bottom:10px}#payment .info div.payment .price{margin-bottom:10px}#payment button{font-size:14px;background:none;background-color:rgba(13,18,58,0.6);border-color:rgba(0,0,0,0.2);color:#FFF;width:100%;border-radius:2px;padding:12px 0px 10px;display:block;margin:0 auto;bottom:40px;left:0;right:0;cursor:pointer;background-image:-webkit-linear-gradient(rgba(13,18,58,0.6) 0, rgba(13,18,58,0.8) 48%, #0D123A 100%);background-image:-moz-linear-gradient(rgba(13,18,58,0.6) 0, rgba(13,18,58,0.8) 48%, #0D123A 100%);background-image:-o-linear-gradient(rgba(13,18,58,0.6) 0, rgba(13,18,58,0.8) 48%, #0D123A 100%);background-image:linear-gradient(rgba(13,18,58,0.6) 0, rgba(13,18,58,0.8) 48%, #0D123A 100%)}#payment button:hover{background-color:#25294d;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}#payment div.pay_button_box{padding:10px;text-align:center}#payment div.pay_button_box img{width:40px;margin:10px;display:inline-block}#payment #payjp_checkout_box input[type=button]{width:100%;font-size:14px;padding:12px 0px 10px}}@media screen and (min-width: 769px){background-color:#FAFAFA;#main_container{position:relative}#payment{position:relative;top:20px;width:600px;height:900px;margin:0 auto;background-color:#FAFAFA;box-shadow:0px 0px 8px 0px #888;-moz-box-shadow:0px 0px 8px 0px #888;-webkit-box-shadow:0px 0px 8px 0px #888;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}#payment .header{width:100%;height:120px;background-color:#0D123A}#payment .header .logo{background:url("/images/logo_airos_white-83f14d89fe09709ecaa8dc81e7402fce.svg?vsn=d") no-repeat;width:180px;height:30px;position:relative;top:50px;margin:0 auto}#payment .description{width:460px;margin:0 auto;padding:40px 0 30px}#payment .description p{font-size:18px;margin:8px 0;-webkit-font-smoothing:antialiased}#payment .copter-logo{background:url("/images/bk-36876b7e9ddc30316b06bde897f2bc6f.svg?vsn=d") no-repeat;width:300px;height:100px;margin:30px auto}#payment .to_airos{color:#0D123A;font-size:16px;font-weight:bold;display:table;margin:0 auto}#payment .to_skyview{color:#2CAFDD;font-size:16px;font-weight:bold;display:table;margin:6px auto}}@media screen and (max-width: 768px){background-color:#EFEFEF;#main_container{position:relative}html,body{height:100%}#payment{position:relative;width:100%;height:auto;margin:0 auto;padding-bottom:20px;box-shadow:0px 0px 8px 0px #888;-moz-box-shadow:0px 0px 8px 0px #888;-webkit-box-shadow:0px 0px 8px 0px #888}#payment .header{width:100%;height:auto;background-color:#0D123A}#payment .header .logo{background:url("/images/logo_airos_white-83f14d89fe09709ecaa8dc81e7402fce.svg?vsn=d") no-repeat;width:160px;height:30px;position:relative;margin:10px auto}#payment .description{width:100%;margin:0 auto;padding:40px 10px 30px}#payment .description p{font-size:14px;margin:8px 0;-webkit-font-smoothing:antialiased}#payment .copter-logo{background:url("/images/bk-36876b7e9ddc30316b06bde897f2bc6f.svg?vsn=d") no-repeat;width:300px;height:100px;margin:10px auto 30px}#payment .to_airos{color:#0D123A;font-size:16px;font-weight:bold;display:table;margin:0 auto}#payment .to_skyview{color:#2CAFDD;font-size:16px;font-weight:bold;display:table;margin:6px auto}}#staff-container .top .no-area-warning{margin-top:156px;text-align:center}#staff-container .top .no-area-warning span{font-size:18px}#staff-container .top .top-container{margin:156px 18px;padding:12px 0;width:calc(100% - 36px);min-height:calc(100vh - 144px)}#staff-container .top .top-container .list-card{line-height:1;padding:8px;background-color:#f5f5f5;margin:0 0 12px;width:100%;height:70px;border-radius:6px;position:relative}#staff-container .top .top-container .list-card__location-name{display:flex;height:100%;align-items:center;margin-left:20px;font-size:18px;font-weight:bold}#staff-container .top .top-container .list-card::after{content:"";position:absolute;width:12px;height:12px;top:27px;right:20px;border-right:solid 2px #000;border-top:solid 2px #000;transform:rotate(45deg)}#staff-container .top .top-container .area{position:relative}#staff-container .top .top-container .area::before{content:"";display:inline-block;position:absolute;width:3px;height:60%;top:50%;left:10px;transform:translateY(-50%);border-radius:1px;background-color:#424242}#staff-container .top .top-container .caravans{position:relative}#staff-container .top .top-container .caravans::before{content:"";display:inline-block;position:absolute;width:3px;height:60%;top:50%;left:10px;transform:translateY(-50%);border-radius:1px;background-color:#0b68b0}#staff-container .area .header{position:fixed;z-index:999;top:0;left:0;width:100%;height:144px;background-color:#424242;color:#ffffff;padding:24px 24px 16px;font-size:12px;line-height:1}#staff-container .area .header__top{display:flex;justify-content:space-between}#staff-container .area .header__top .logout{margin-top:8px;width:36px;height:36px;border-radius:6px;border:1px solid #ffffff;position:relative}#staff-container .area .header__top .logout span{width:18px;border:1px solid #ffffff;top:17px;right:0;left:0;margin:auto;position:absolute}#staff-container .area .header__top .logout:before{position:absolute;content:"";width:16px;border:1px solid #ffffff;top:10px;right:0;left:0;margin:auto}#staff-container .area .header__top .logout:after{position:absolute;content:"";width:16px;border:1px solid #ffffff;top:24px;right:0;left:0;margin:auto}#staff-container .area .header__top .camera{margin-top:8px;width:36px;height:36px;border-radius:6px;border:1px solid #ffffff;position:relative}#staff-container .area .header__top .camera::after{position:absolute;top:50%;left:50%;transform:translate(-30%, -50%) rotate(-45deg);content:"";width:12px;height:12px;border-top:2px solid #ffffff;border-left:2px solid #ffffff}#staff-container .area .header .title{font-size:14px;color:#fff;text-align:center}#staff-container .area .header__bottom{display:flex;justify-content:space-between;margin-top:18px}#staff-container .area .header__bottom .info .label{font-size:10px;color:#fff;line-height:1.2}#staff-container .area .header__bottom .info .content{font-size:12px;color:#fff;line-height:1.67}#staff-container .area .header__bottom .right{text-align:right}#staff-container .area .search-container{position:fixed;top:156px;left:50%;transform:translateX(-50%);z-index:999;width:calc(100% - 36px);height:36px;border-radius:4px;box-shadow:0 0 4px 0 rgba(0,0,0,0.16);display:flex;justify-content:space-evenly;align-items:center;background-color:#ffffff}#staff-container .area .search-container .search-button{width:calc(100% / 4);text-align:center;border-right:solid 1px #999999}#staff-container .area .search-container .search-button span{font-size:12px;font-weight:bold;color:#367cf5}#staff-container .area .search-container .search-button:last-child{border:none}#staff-container .area .search-container .search-button__selected span{color:#424242;opacity:0.4}#staff-container .area .index-container{margin:156px 18px;padding:60px 0;min-height:calc(100vh-144px);width:calc(100% - 36px)}#staff-container .area .index-container .list .flight-list-card{display:flex;justify-content:space-between}#staff-container .area .index-container .list .flight-list-card__hidden{display:none}#staff-container .area .index-container .list .flight-list-card .list-card{position:relative;display:flex;margin:0 0 12px;padding-top:12px;width:100%;border-radius:6px;box-shadow:0 1px 6px 0 rgba(0,0,0,0.16);overflow:hidden;transition:box-shadow 0.2s ease-in, transform 0.1s ease-in}#staff-container .area .index-container .list .flight-list-card .list-card__has-remarks{height:144px}#staff-container .area .index-container .list .flight-list-card .list-card__has-double-remarks{height:172px}#staff-container .area .index-container .list .flight-list-card .list-card__dragging{box-shadow:4px 6px 14px 4px rgba(0,0,0,0.1);transform:rotate(1deg) scale(1.02);transition:box-shadow 0.2s ease-in, transform 0.1s ease-in}#staff-container .area .index-container .list .flight-list-card .list-card .list-card-top{position:absolute;top:0;left:0;width:100%;height:12px;font-size:10px;line-height:1;color:#ffffff;padding:1px 16px}#staff-container .area .index-container .list .flight-list-card .list-card__left{display:flex;flex-direction:column;row-gap:8px;justify-content:space-between;width:calc(100% - 128px);height:100%;padding:14px 16px;background-color:#f5f5f5}#staff-container .area .index-container .list .flight-list-card .list-card__left .content-line{width:100%;max-width:100%}#staff-container .area .index-container .list .flight-list-card .list-card__left .content-line__el{display:inline-block;margin-right:18px}#staff-container .area .index-container .list .flight-list-card .list-card__left .content-line__el__label{font-size:10px;line-height:1;color:#999999}#staff-container .area .index-container .list .flight-list-card .list-card__left .content-line__el__value{font-size:16px;font-weight:bold;line-height:1;margin-top:4px;color:#000000;white-space:nowrap}#staff-container .area .index-container .list .flight-list-card .list-card__left .content-line__el__value span{font-size:10px;font-weight:bold}#staff-container .area .index-container .list .flight-list-card .list-card__left .content-line .landing-time{display:none}#staff-container .area .index-container .list .flight-list-card .list-card__left .hidden{display:none}#staff-container .area .index-container .list .flight-list-card .list-card__left .pax-name{width:100%}#staff-container .area .index-container .list .flight-list-card .list-card__left .pax-name .content-line__el__value{overflow:hidden;text-overflow:ellipsis}#staff-container .area .index-container .list .flight-list-card .list-card__left .important_remarks{width:100%}#staff-container .area .index-container .list .flight-list-card .list-card__left .important_remarks .content-line__el__value{font-size:12px;font-weight:normal;overflow:hidden;text-overflow:ellipsis}#staff-container .area .index-container .list .flight-list-card .list-card__right{display:flex;flex-direction:column;justify-content:space-between;width:140px;height:100%;padding:14px 12px;background-color:#efefef}#staff-container .area .index-container .list .flight-list-card .list-card__right .passenger-detail{width:100%}#staff-container .area .index-container .list .flight-list-card .list-card__right .passenger-detail .copter-company{white-space:nowrap;font-size:14px;font-weight:bold}#staff-container .area .index-container .list .flight-list-card .list-card__right .passenger-detail__info{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.4}#staff-container .area .index-container .list .flight-list-card .list-card__right .passenger-detail .flight-status{font-size:14px;font-weight:bold}#staff-container .area .index-container .list .flight-list-card .list-card__landed .list-card-top{background-color:#999999}#staff-container .area .index-container .list .flight-list-card .list-card__landed .flight-status{color:#999999}#staff-container .area .index-container .list .flight-list-card .list-card__landed .content-line__el,#staff-container .area .index-container .list .flight-list-card .list-card__landed .passenger-detail{opacity:0.3}#staff-container .area .index-container .list .flight-list-card .list-card__inflight{width:calc(100% - 72px)}#staff-container .area .index-container .list .flight-list-card .list-card__inflight.parent{width:100%}#staff-container .area .index-container .list .flight-list-card .list-card__inflight .list-card-top{background-color:#367cf5}#staff-container .area .index-container .list .flight-list-card .list-card__inflight .flight-status{color:#367cf5}#staff-container .area .index-container .list .flight-list-card .list-card__inflight .list-card__left{width:calc(100% - 90px)}#staff-container .area .index-container .list .flight-list-card .list-card__inflight .list-card__left .content-line .duration,#staff-container .area .index-container .list .flight-list-card .list-card__inflight .list-card__left .content-line .pax-num{display:none}#staff-container .area .index-container .list .flight-list-card .list-card__inflight .list-card__left .content-line .landing-time{display:inline-block}#staff-container .area .index-container .list .flight-list-card .list-card__inflight .list-card__left .content-line .landing-time .content-line__el__label,#staff-container .area .index-container .list .flight-list-card .list-card__inflight .list-card__left .content-line .landing-time .content-line__el__value{color:#367cf5}#staff-container .area .index-container .list .flight-list-card .list-card__inflight .list-card__left .hidden{display:none}#staff-container .area .index-container .list .flight-list-card .list-card__inflight .list-card__right{width:90px;padding:14px 10px}#staff-container .area .index-container .list .flight-list-card .list-card__arrived .list-card-top{background-color:#34c759}#staff-container .area .index-container .list .flight-list-card .list-card__arrived .flight-status{color:#34c759}#staff-container .area .index-container .list .flight-list-card .list-card__checked-in .list-card-top{background-color:#ffa500}#staff-container .area .index-container .list .flight-list-card .list-card__checked-in .flight-status{color:#ffa500}#staff-container .area .index-container .list .flight-list-card .list-card__not-arrived .list-card-top{background-color:#ff3434}#staff-container .area .index-container .list .flight-list-card .list-card__not-arrived .flight-status{color:#ff3434}#staff-container .area .index-container .list .flight-list-card .list-card__no-service .list-card-top{background-color:#424242}#staff-container .area .index-container .list .flight-list-card .list-card__no-service .flight-status{color:#424242}#staff-container .area .index-container .list .flight-list-card .list-card__no-service .content-line__el,#staff-container .area .index-container .list .flight-list-card .list-card__no-service .passenger-detail{opacity:0.3}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation{border-radius:6px;box-shadow:0 1px 6px 0 rgba(0,0,0,0.16);background-color:#f5f5f5;margin-top:-9px;margin-bottom:12px;height:fit-content;padding-top:0}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation .content-line{width:100%;max-width:100%;padding:14px 16px}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation .content-line__el{display:inline-block;margin-right:18px}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation .content-line__el__label{font-size:10px;line-height:1;color:#999999}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation .content-line__el__value{font-size:16px;font-weight:bold;line-height:1;margin-top:4px;color:#000000;white-space:nowrap}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation .list-card__right{width:100%;max-width:128px;height:initial;justify-content:flex-end}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__not-arrived,#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__arrived,#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__inflight,#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__landed{border-radius:8px;position:relative}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__not-arrived::after,#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__arrived::after,#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__inflight::after,#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__landed::after{content:"";background:linear-gradient(-45deg, #ff3434, 14px, transparent 0);display:block;width:20px;height:20px;position:absolute;bottom:0;right:0}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__not-arrived::after{background:linear-gradient(-45deg, #ff3434, 14px, transparent 0)}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__arrived{padding:0}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__arrived::after{background:linear-gradient(-45deg, #34c759, 14px, transparent 0)}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__inflight{width:100%}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__inflight::after{background:linear-gradient(-45deg, #367cf5, 14px, transparent 0)}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__landed::after{background:linear-gradient(-45deg, #999, 14px, transparent 0)}#staff-container .area .index-container .list .flight-list-card .list-card__jointed-reservation.list-card__landed .content-line{opacity:.3}#staff-container .area .index-container .list .flight-list-card .joint-flight-card-wrapper{width:100%}#staff-container .area .index-container .list .flight-list-card .joint-flight-card-wrapper.inflight{width:calc(100% - 72px)}#staff-container .area .index-container .list .flight-list-card .landing-button{width:64px;border-radius:4px;background-color:#367cf5;margin-bottom:12px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:bold;color:#ffffff}#staff-container .area .index-container .list .flight-list-card .landing-button.with-joint-ride{height:174px}#staff-container .area .index-container .list .flight-list-card .landing-button.with-joint-ride.has-double-remarks{height:234px}#staff-container .area .index-container .list .flight-list-card .has-remarks{height:144px}#staff-container .area .index-container .list .flight-list-card .has-double-remarks{height:172px}#staff-container .area .index-container .list .flight-list-card .disabled{display:none}#staff-container .reload{position:fixed;right:10px;bottom:10px;width:80px;height:75px}#staff-container .reload .reload-button{position:absolute;left:50%;top:0;transform:translateX(-50%);width:50px;height:50px;border-radius:50px;background-image:url("/images/reload-47db615948cf1375dc21d4104d8ab3ea.png?vsn=d");background-size:contain}#staff-container .reload .reload-button__active{background-color:#ff3434}#staff-container .reload .reload-time{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:100%;text-align:center;font-size:12px}#staff-container .area .detail-container{margin:156px 18px;padding:0 0 232px 0;min-height:calc(100vh-144px)}#staff-container .area .detail-container__info{margin:24px 0 18px;padding:16px;background-color:rgba(11,104,176,0.05);border-radius:6px}#staff-container .area .detail-container__info__line{display:flex;justify-content:space-between;padding:8px}#staff-container .area .detail-container__info__line__el:last-child{text-align:right}#staff-container .area .detail-container__info__line__el__label{font-size:12px;line-height:1;padding:0 0 10px;color:#999999}#staff-container .area .detail-container__info__line__el__value{font-size:16px;line-height:1.4;font-weight:bold;color:#000000;width:100%;overflow:hidden}#staff-container .area .detail-container__info__line__el .inflight{color:#367cf5}#staff-container .area .detail-container__info__line__el .arrived{color:#34c759}#staff-container .area .detail-container__info__line__el .not-arrived{color:#ff3434}#staff-container .area .detail-container__info__line__el .weight-normal{font-size:14px;font-weight:normal}#staff-container .area .detail-container__info__line__el .red{color:red}#staff-container .area .detail-container__info__line .free-write{max-width:calc(100% - 128px)}#staff-container .area .detail-container__info__line .free-write__value{display:inline-block;text-align:left}#staff-container .area .detail-container__info__line .remarks{position:relative;width:100%;text-align:left}#staff-container .area .detail-container__info__line .remarks .detail-container__info__line__el__value{line-height:1.6}#staff-container .area .detail-container__info__line .remarks .edit-button{position:absolute;top:-6px;right:0;padding:2px 12px;background-color:#fff;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,0.3);font-size:12px;color:#626262;cursor:pointer}#staff-container .area .detail-container__info__line .remarks .edit-controll-buttons{position:absolute;top:-6px;right:0;display:flex}#staff-container .area .detail-container__info__line .remarks .edit-controll-buttons__button{padding:4px 8px;margin:0 2px;font-size:12px;background-color:#fff;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,0.3)}#staff-container .area .detail-container__info__line .remarks .edit-controll-buttons .ok{padding:4px 16px;color:#367cf5}#staff-container .area .detail-container__info__line .remarks .edit-controll-buttons .cancel{color:#ff3434}#staff-container .area .detail-container__info__line .remarks .remarks-edit-field{position:absolute;top:17px;left:50%;width:calc(100% * 16 / 14);height:calc(100% * 16 / 14);font-size:16px;transform:translateX(calc(-50% - 1px)) scale(calc(14 / 16));outline:none}#staff-container .area .detail-container__info .hidden{display:none}#staff-container .area .detail-container__pax{margin:24px 0 18px;padding:22px 32px 26px;background-color:rgba(11,104,176,0.05);border-radius:6px}#staff-container .area .detail-container__pax__label{font-size:12px;line-height:1;padding:10px 0 10px;color:#999999}#staff-container .area .detail-container__pax__passenger__info{font-size:16px;line-height:1;font-weight:normal;color:#424242}#staff-container .area .detail-container__pax__passenger__info>*{padding:0 0 10px}#staff-container .area .detail-container__pax__small{font-size:12px;line-height:1;color:#424242;font-weight:normal}#staff-container .area .detail-container__joint-reservation{padding:24px 32px;background-color:rgba(11,104,176,0.05);border-radius:6px}#staff-container .area .detail-container__joint-reservation__top{display:flex;justify-content:space-between;align-items:center}#staff-container .area .detail-container__joint-reservation__top__label{font-size:12px;line-height:1;padding:0;color:#999999}#staff-container .area .detail-container__joint-reservation__list{margin-top:8px;padding-top:8px}#staff-container .area .detail-container__joint-reservation__list__table{margin-top:8px;width:100%}#staff-container .area .detail-container__joint-reservation__list__item{width:33%;text-align:center}#staff-container .area .detail-container__joint-reservation__list__item__label{line-height:1;padding:0 0 10px;color:#999999;width:33%;font-weight:normal;font-size:12px}#staff-container .area .detail-container__joint-reservation__list__item__content{text-align:center}#staff-container .area .detail-container__joint-reservation__select-area{margin-top:16px;display:flex;justify-content:space-between;align-items:center}#staff-container .area .detail-container__joint-reservation__select-area__select-box{width:80%;height:32px;border:1px solid #ccc;border-radius:4px}#staff-container .area .detail-container__joint-reservation__button{padding:2px 12px;background-color:#fff;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,0.3);font-size:12px;color:#626262;cursor:pointer;border:none}.change-status-container,.change-status-container__closed{margin-bottom:6px;width:353px;height:232px;padding:18px 11px 12px;border-radius:8px;background:linear-gradient(to right, #367cf5, #0b68b0)}.change-status-container .change-status-container-top .change-status-container-line,.change-status-container__closed .change-status-container-top .change-status-container-line{display:flex;justify-content:space-between;padding:6px 7px 12px}.change-status-container .change-status-container-top .change-status-container-line__el,.change-status-container__closed .change-status-container-top .change-status-container-line__el{max-width:100%}.change-status-container .change-status-container-top .change-status-container-line__el__label,.change-status-container__closed .change-status-container-top .change-status-container-line__el__label{color:#fff;font-size:12px;line-height:1}.change-status-container .change-status-container-top .change-status-container-line__el__value,.change-status-container__closed .change-status-container-top .change-status-container-line__el__value{color:#fff;font-size:22px;margin-top:6px;line-height:1;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.change-status-container .change-status-container-top .change-status-container-line__el .unit,.change-status-container__closed .change-status-container-top .change-status-container-line__el .unit{color:#fff;font-size:14px}.change-status-container .change-status-container-top .top-line .change-status-container-line__el:last-child,.change-status-container__closed .change-status-container-top .top-line .change-status-container-line__el:last-child{text-align:right}.change-status-container .change-status-container-top .close-button,.change-status-container__closed .change-status-container-top .close-button{position:relative;width:15px}.change-status-container .change-status-container-top .close-button::before,.change-status-container .change-status-container-top .close-button::after,.change-status-container__closed .change-status-container-top .close-button::before,.change-status-container__closed .change-status-container-top .close-button::after{position:absolute;content:"";left:2px;width:9px;height:9px;opacity:0;transform:rotate(-135deg);border-top:solid 2px #fff;border-left:solid 2px #fff;animation-duration:1.5s;animation-iteration-count:infinite}.change-status-container .change-status-container-top .close-button::before,.change-status-container__closed .change-status-container-top .close-button::before{animation-name:Arrow1}.change-status-container .change-status-container-top .close-button::after,.change-status-container__closed .change-status-container-top .close-button::after{animation-name:Arrow2}@keyframes Arrow1{0%{top:-5px;opacity:0}90%{top:0;opacity:1}100%{top:0;opacity:0}}@keyframes Arrow2{0%{top:-20px;opacity:0}90%{top:-5px;opacity:0.8}100%{top:-5px;opacity:0}}.change-status-container .change-status-container-top .expand::before,.change-status-container .change-status-container-top .expand::after,.change-status-container__closed .change-status-container-top .expand::before,.change-status-container__closed .change-status-container-top .expand::after{transform:rotate(45deg);width:7px;height:7px}.change-status-container .change-status-container-top .expand::before,.change-status-container__closed .change-status-container-top .expand::before{animation-name:Arrow3}.change-status-container .change-status-container-top .expand::after,.change-status-container__closed .change-status-container-top .expand::after{animation-name:Arrow4}@keyframes Arrow3{0%{top:5px;opacity:0}90%{top:0;opacity:1}100%{top:0;opacity:0}}@keyframes Arrow4{0%{top:12px;opacity:0}90%{top:5px;opacity:0.8}100%{top:5px;opacity:0}}.change-status-container .divider,.change-status-container__closed .divider{width:100%;border-bottom:2px solid rgba(255,255,255,0.3)}.change-status-container__bottom__title,.change-status-container__closed__bottom__title{color:#fff;font-size:12px;line-height:1;font-weight:bold;padding:18px 0 6px}.change-status-container__bottom__buttons,.change-status-container__closed__bottom__buttons{display:flex;justify-content:space-between}.change-status-container__bottom__buttons .button,.change-status-container__closed__bottom__buttons .button{width:calc(calc(100% - 22px) / 4);height:50px;padding:17px 0;background-color:#34c759;border-radius:4px;text-align:center}.change-status-container__bottom__buttons .button span,.change-status-container__closed__bottom__buttons .button span{line-height:1;color:#fff;font-size:14px;font-weight:bold}.change-status-container__bottom__buttons .selected,.change-status-container__closed__bottom__buttons .selected{background-color:rgba(255,255,255,0.4)}.change-status-container__bottom__buttons .selected span,.change-status-container__closed__bottom__buttons .selected span{position:relative;padding-left:10px}.change-status-container__bottom__buttons .selected span::before,.change-status-container__closed__bottom__buttons .selected span::before{position:absolute;content:"";display:inline-block;width:12px;height:8px;top:0;left:-10px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(-45deg)}.change-status-container__bottom__buttons .disabled,.change-status-container__closed__bottom__buttons .disabled{opacity:0.5}.change-status-container__closed{display:flex;flex-direction:column;justify-content:space-between;height:72px;padding:12px 16px}.change-status-container__closed .change-status-container-top .change-status-container-line{padding:0}.change-status-container__closed .change-status-container-top .change-status-container-line__el{padding:4px 0}.change-status-container__closed .change-status-container-top .change-status-container-line__el__label{display:inline;margin-right:12px}.change-status-container__closed .change-status-container-top .change-status-container-line__el__value{display:inline;font-size:16px}.change-status-container__closed .divider{display:none}.change-status-container__closed .change-status-container__bottom{display:none}.payment-status-container{display:flex;justify-content:space-between;align-items:center;padding:8px 11px 8px 16px;margin-bottom:8px;transition:height 0.2s}.payment-status-container__closed{height:0;margin:0;padding:0;transition:height 0.2s}.payment-status-container__closed .payment-info{display:none}.payment-status-container__not-paid{width:353px;height:66px;border-radius:8px;background-color:#ff3434}.payment-status-container__not-paid .payment-info{display:flex;align-items:flex-end;font-weight:bold}.payment-status-container__not-paid .payment-info__source{margin:0 2px;font-size:14px;color:#ffffff}.payment-status-container__not-paid .payment-info__price{margin:0 2px;font-size:22px;color:#ffffff}.payment-status-container__not-paid .payment-info__price span{margin:0 2px;font-size:14px;color:#ffffff}.payment-status-container__not-paid .pay-button{position:relative;width:105px;height:50px;border-radius:4px;background-color:#34c759}.payment-status-container__not-paid .pay-button::after{position:absolute;content:"\672A\6C7A\6E08";font-size:14px;font-weight:bold;color:#ffffff;top:50%;left:50%;transform:translate(-50%, -50%)}.payment-status-container__not-paid .paid-button{display:none}.payment-status-container__paid{width:353px;height:48px;border-radius:8px;background-color:#999999}.payment-status-container__paid .payment-info{display:flex;align-items:flex-end;font-weight:bold}.payment-status-container__paid .payment-info__source{margin:0 2px;font-size:10px;color:#ffffffff}.payment-status-container__paid .payment-info__price{margin:0 2px;font-size:16px;color:#ffffff}.payment-status-container__paid .payment-info__price span{margin:0 2px;font-size:10px;color:#ffffff}.payment-status-container__paid .pay-button{display:none}.payment-status-container__paid .paid-button{position:relative;width:105px;height:32px;border-radius:4px;border:solid 1px #ffffff}.payment-status-container__paid .paid-button::after{position:absolute;content:"\652F\6255\3044\6E08\307F";white-space:nowrap;font-size:14px;font-weight:bold;color:#ffffff;top:50%;left:50%;transform:translate(-50%, -50%)}.status-container{position:fixed;bottom:0;left:50%;transform:translateX(-50%);margin-bottom:4px}.status-container .control{position:absolute;top:-26px;right:0;width:24px;height:24px;transform:translateX(-50%)}.status-container .control__open::before,.status-container .control__close::before{position:absolute;content:"";top:50%;left:50%;width:12px;height:12px;border-left:solid 2px rgba(100,100,100,0.7);border-top:solid 2px rgba(100,100,100,0.7)}.status-container .control__open::after,.status-container .control__close::after{position:absolute;content:"";top:50%;left:50%;width:10px;height:10px;border-left:solid 2px rgba(100,100,100,0.5);border-top:solid 2px rgba(100,100,100,0.5)}.status-container .control__open::before{transform:translate(-50%, -50%) rotate(45deg)}.status-container .control__open::after{transform:translate(-50%, -10%) rotate(45deg)}.status-container .control__close::before{transform:translate(-50%, -50%) rotate(225deg)}.status-container .control__close::after{transform:translate(-50%, -90%) rotate(225deg)}.inputmodal-container{width:100%;height:100%;background-color:#eee}.inputmodal-container .message-container{justify-content:center;align-items:center;height:120px;padding:12px 0}.inputmodal-container .message-container .title{display:block;text-align:center;font-size:18px;font-weight:bold}.inputmodal-container .message-container .message{display:block;text-align:center;font-size:16px}.inputmodal-container .message-container .input-field{display:flex;padding:12px 0;justify-content:center}.inputmodal-container .message-container .input-field__field{height:26px;margin:0 5px;font-size:16px;color:#000;background-color:#ddd;border:1px solid #fff}.inputmodal-container .message-container .input-field span{font-size:18px;font-weight:bold}.inputmodal-container .button-container{display:flex;justify-content:space-evenly;align-items:center;height:50px;background-color:#eee;border-top:solid 1px rgba(0,0,0,0.3)}.inputmodal-container .button-container .button{width:50%;height:100%;font-size:16px;font-weight:normal}.inputmodal-container .button-container .ok{color:#2483ff;border-right:solid 0.5px rgba(0,0,0,0.5)}.inputmodal-container .button-container .cancel{color:#ff2424;border-left:solid 0.5px rgba(0,0,0,0.5)}.selected-modal-container{width:100%;height:100%;background-color:#eee}.selected-modal-container .message-container{justify-content:center;align-items:center;height:80px;padding:12px 0}.selected-modal-container .message-container .title{display:block;text-align:center;font-size:18px;font-weight:bold}.selected-modal-container .message-container .message{display:block;text-align:center;font-size:16px}.selected-modal-container .button-container{display:flex;justify-content:space-evenly;align-items:center;height:50px;background-color:#eee;border-top:solid 1px rgba(0,0,0,0.3)}.selected-modal-container .button-container .button{height:100%;font-size:16px;font-weight:normal}.selected-modal-container .button-container .select{color:#2483ff;border-right:solid 0.5px rgba(0,0,0,0.5)}.selected-modal-container .button-container .cancel{color:#ff2424}.selected-modal-container .button-container__num-2 .button{width:calc(100% / 2)}.selected-modal-container .button-container__num-3 .button{width:calc(100% / 3)}#staff-container{height:100%;width:100%}#staff-container #sessions_container{width:100%;height:100%;position:fixed}#staff-container #sessions_container #admin_sign_in{margin:100px auto;height:400px;max-width:400px;padding:0 50px;position:relative}#staff-container #sessions_container #admin_sign_in .logo{width:100%;height:30px;margin:40px auto 0px;position:relative}#staff-container #sessions_container #admin_sign_in .logo::after{position:absolute;width:100%;height:100%;text-align:center;content:"FLIGHT MANAGER";font-size:20px;font-weight:normal;color:#777}#staff-container #sessions_container #admin_sign_in .error-msg{position:absolute;left:50px;font-size:12px;color:red}input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset}

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