@charset "UTF-8";
.h2 {
  font-size: 2rem !important;
}
.w-10 {
  width: 10%;
}
.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #e2e5ec !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
}
.datetimepicker table tr td.disabled {
  opacity: 0.3;
}
.l-job-form {
  margin-bottom: 60px;
}
.l-job-form__footer {
  background-color: white;
}
.l-job-form__footer-price-text {
  font-size: 2rem;
}
.l-job-form__footer-price-estimate {
  line-height: 2.5;
  font-size: 1.2rem;
}
/* TODO: componentsに移す */
.vue-map-container .vue-map {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 415px) {
  .pickers-container {
    height: 86% !important;
  }
}
.pm-menus .col-md-12 a {
  display: block;
}
.pm-menus .col-md-12 a:hover {
  background-color: #f8f8f8;
}
.kt-subheader .pagination-count {
  margin-top: -10px;
}
.map-inner {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.autocomplete__box {
  border: 1px solid #e2e5ec !important;
}
.theta-imgs {
  width: 100% !important;
  height: 100% !important;
}
.theta-imgs canvas {
  width: 100% !important;
  height: 100% !important;
}
.v-align-top {
  vertical-align: top;
}
.kt-badge--gray {
  background-color: #DDE2EC;
  color: #5A5D6D;
}
.inquiry-message-box {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.inquiry-message-chat {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.inquiry-message-chat--left {
  flex-direction: row;
}
.inquiry-message-avatar {
  flex-shrink: 0;
  width: 60px;
  text-align: center;
}
.inquiry-message-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inquiry-message-author {
  display: inline-block;
  margin-top: 4px;
  color: #76838f;
  font-size: 11px;
  word-break: break-all;
}
.inquiry-message-body {
  max-width: calc(100% - 80px);
  padding: 0 8px;
}
.inquiry-message-content {
  position: relative;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 6px;
  background-color: #e8f1fb;
  text-align: left;
}
.inquiry-message-content p {
  margin-bottom: 4px;
}
.inquiry-message-content::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e8f1fb;
}
.inquiry-message-chat--left .inquiry-message-content {
  background-color: #f3f7f9;
}
.inquiry-message-chat--left .inquiry-message-content::after {
  right: auto;
  left: -6px;
  border-left: 0;
  border-right: 6px solid #f3f7f9;
}
.inquiry-message-text {
  word-wrap: break-word;
  word-break: break-word;
}
.inquiry-message-time {
  display: block;
  color: #a3afb7;
  font-size: 11px;
}
.report-img-area {
  position: relative;
}
.report-img-area__uploader {
  position: absolute;
  top: 10px;
  right: 10px;
}
.report-img-area__uploader .dropdown-item {
  position: relative;
}
.report-img-area__uploader-form {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.report-beta-badge {
  padding-top: 0.24rem !important;
}

/*# sourceMappingURL=application-b8183ec0.css.map*/