@charset "UTF-8";

input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "AvenirLTStd Medium", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif, "メイリオ", Meiryo;
  font-size: 14px;
  font-weight: 500;
  padding-top: 80px;
}

a {
  color: #3B6BF9;
}

a:hover {
  color: #547efa;
}

div#timeRange {
  background: #fff;
  cursor: pointer;
  padding: 9px 8px;
  border: 1px solid #ccc;
  /* width: 100%; */
  border-radius: 5px;
}

@media screen and (max-width: 540px) {
  div#timeRange {
    margin-top: 15px !important;
  }
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.font-20 {
  font-size: 20px !important;
}

.custom-select2 .select2-selection__rendered {
  display: contents !important;
}

.select2-selection__rendered {
  color: #a1a5b7 !important;
}

.user-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.ql-editor {
  height: 133px !important;
  min-height: 250px;
  overflow: auto !important;
  background-color: #f5f8fa;
  border-color: #f5f8fa;
  color: #5e6278;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-size: 1.1rem !important;
  font-family: Poppins, Helvetica, sans-serif !important;
  font-weight: 500 !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "見出し_h2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "サブ見出し_h3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "テキスト";
}

.ql-container {
  height: 65% !important;
}

.ql-editor:focus-visible {
  background-color: #eef3f7;
  border-color: #eef3f7;
  color: #5e6278;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.download-margin {
  margin-right: 5px !important;
}

.editor-height {
  height: 200px !important;
}

#privacyPolicyId {
  height: 58% !important;
}

.hide {
  display: none;
}

#valid-msg,
.profile-valid-msg {
  color: green;
  margin-left: 2px;
}

#error-msg,
.profile-error-msg {
  color: red;
  margin-left: 2px;
}

.testimonial-modal-img {
  width: 125px !important;
  height: 125px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border: 3px solid #fff !important;
}

.mobile-itel-width .iti {
  width: 100%;
}

.menu-state-title-primary .menu-item .menu-link:hover i {
  color: #547efa !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: normal !important;
}

.select2-container .select2-search--inline {
  float: none !important;
}

.menu-state-primary .menu-item .menu-link:hover i {
  color: #547efa !important;
}

.job-front-action-dropdown {
  transform: translate(0px, 35px) !important;
  min-width: 8rem;
}

.ql-editor.ql-blank::before {
  font-size: 14.3px !important;
  font-weight: 500 !important;
  font-family: Poppins, Helvetica, sans-serif;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: Poppins, Helvetica, sans-serif !important;
}

.select2-results__option--selected {
  display: block;
  padding-left: 8px !important;
  padding-right: 30px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slot-bg-danger {
  background: #e9000042;
}

.slot-bg-success {
  background: #1ed5484f;
}

table.dataTable > thead .sorting:after {
  content: "" !important;
  opacity: 1;
}

.select2-selection__choice {
  background: #3B6BF9 !important;
  color: white !important;
}

.select2-selection__choice__remove {
  background-image: url(/images/close-icon.png?d669e968d0966d2e35651d61745bdef4) !important;
  background-size: 75% !important;
  opacity: 1 !important;
}

.noCalendar .numInputWrapper span {
  opacity: 0.5;
  left: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  transition: 0.3s all;
  border-radius: 0.475rem;
}

.noCalendar .numInputWrapper span:hover {
  background: #f5f8fa !important;
  opacity: 1;
}

.noCalendar.flatpickr-calendar.hasTime .flatpickr-time {
  max-height: 140px !important;
  height: 140px !important;
  line-height: 140px;
  align-items: center;
}

.noCalendar.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper {
  height: 140px !important;
}

.noCalendar.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper input.flatpickr-hour,
.noCalendar.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper input.flatpickr-minute {
  font-size: 18px;
  font-weight: bold;
  color: #3f4254;
}

.noCalendar.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper span:after {
  border: solid #5e6278 !important;
  border-width: 0 1px 1px 0 !important;
  display: inline-block;
  padding: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
}

.noCalendar.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper span.arrowUp {
  top: 12px !important;
}

.noCalendar.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper span.arrowUp:after {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 14px !important;
}

.noCalendar.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper span.arrowDown {
  bottom: 12px;
  top: unset;
}

.noCalendar.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper span.arrowDown:after {
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  bottom: 14px;
  top: unset !important;
}

.custom-bullet:before {
  content: "•" !important;
  margin-left: -20px;
  margin-right: 10px;
}

.sidebar-dropdown {
  position: relative;
}

.sidebar-dropdown:hover .hoverable-dropdown {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (min-width: 576px) {
  .sidebar-dropdown .hoverable-dropdown {
    left: 275px;
    margin-top: -39px;
    position: fixed;
    background-color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    border-radius: 2px;
    visibility: hidden;
  }
}

.sidebar-dropdown .hoverable-dropdown::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  transform: rotate(180deg);
  top: 12px;
  left: -8px;
}

@media (max-width: 575px) {
  .sidebar-dropdown .hoverable-dropdown {
    display: none;
  }
}

@media (max-width: 991px) {
  .sidebar-dropdown .hoverable-dropdown {
    left: 255px;
  }
}

.sidebar-dropdown .hoverable-dropdown li .menu-link:hover {
  background-color: rgba(245, 248, 250, 0.8) !important;
}

.sidebar-dropdown .hoverable-dropdown li .menu-link:hover .menu-title {
  color: #3B6BF9 !important;
}

.menu-li-hover-color {
  background-color: rgba(245, 248, 250, 0.8) !important;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.messenger-header {
  background: #435BBD;
}

.notification-header {
  background: #435BBD;
}

.mypage-logo {
  font-size: 24px;
  color: #261B1A;
}

@media screen and (max-width: 991px) {
  .mypage-logo {
    font-size: 16px;
  }
}

/* override */

.livewire-table table.table thead tr th {
  color: #0b0b0b !important;
}

.btn-primary {
  background-color: #3B6BF9 !important;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #547efa !important;
}

.btn-primary:hover {
  background-color: #547efa !important;
  border: 1px solid #547efa !important;
}

.btn-primary:focus {
  box-shadow: none !important;
  outline: none;
}

.bg-primary {
  background-color: #3B6BF9 !important;
}

.bg-gray {
  background-color: #e4e4dc;
}

.text-hover-primary:hover {
  color: #3B6BF9 !important;
}

.btn-check:active + .btn.btn-active-color-primary,
.btn-check:checked + .btn.btn-active-color-primary,
.btn.btn-active-color-primary.active,
.btn.btn-active-color-primary.show,
.btn.btn-active-color-primary:active:not(.btn-active),
.btn.btn-active-color-primary:focus:not(.btn-active),
.btn.btn-active-color-primary:hover:not(.btn-active),
.show > .btn.btn-active-color-primary {
  color: #3B6BF9 !important;
}

.btn-check:active + .btn.btn-primary,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show > .btn.btn-primary {
  background-color: #547efa !important;
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(100, 100, 100, 0.5);
  z-index: 2147483647;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
}

.star5_rating:before,
.star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

/* 星5 */

.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

/* 星4.5 */

.star5_rating[data-rate="4"]:after {
  width: 80%;
}

/* 星4 */

.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

/* 星3.5 */

.star5_rating[data-rate="3"]:after {
  width: 60%;
}

/* 星3 */

.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

/* 星2.5 */

.star5_rating[data-rate="2"]:after {
  width: 40%;
}

/* 星2 */

.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

/* 星1.5 */

.star5_rating[data-rate="1"]:after {
  width: 20%;
}

/* 星1 */

.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

/* 星0.5 */

.star5_rating[data-rate="0"]:after {
  width: 0%;
}

/* 星0 */

.proposed_items_table img {
  max-width: 100px;
}

.proposal-area {
  border: 3px solid #e4e6ef;
  border-radius: 4px;
  background: #f5f8fa;
  padding: 1rem;
}

.proposal-area h5 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.proposal-area .title {
  padding-top: 0.5rem;
}

.proposal-area .title a {
  font-size: 14px;
}

.proposal-area .title a:hover {
  text-decoration: underline !important;
}

.proposal-area .proposed_items_table img {
  width: 42px !important;
}

.page-item.active .page-link {
  background-color: #3B6BF9 !important;
}

.menu-state-title-primary .menu-item.here > .menu-link .menu-title,
.menu-state-title-primary .menu-item.show > .menu-link .menu-title {
  color: #3B6BF9 !important;
}

.form-control.form-control-solid {
  font-weight: initial;
  color: #261B1A !important;
}

.text-gray-700 {
  color: #261B1A !important;
}

.text-primary {
  color: #3B6BF9 !important;
}

.btn.btn-light {
  color: #5e6278;
}

.livewire-table .livewire-search-box .search-box {
  font-weight: normal;
}

.livewire-table .livewire-search-box .search-box:hocus {
  font-weight: normal;
}

.wrapper d-flex flex-column flex-row-fluid {
  padding-top: 30px;
}

.header-fixed.toolbar-fixed .wrapper {
  padding-top: 40px;
}

.aside-dark .menu .menu-item .menu-link .menu-title-black {
  color: #261B1A !important;
}

.menu-title-gray-700 .menu-item .menu-link .menu-title {
  color: #261B1A;
  font-size: 14px;
}

.aside-menu .menu .menu-item .menu-content,
.aside-menu .menu .menu-item .menu-link {
  font-size: 14px !important;
}

.aside.aside-dark {
  background-color: #000;
}

.shadow2 {
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.2) !important;
}


