/*
Theme Name: PRICE BASE CRM
*/
.contents {
  max-width: 1200px;
}

.btn-check:checked + .btn {
  color: #fff !important;
}

.btn-check:hover + .btn {
  color: inherit !important;
}

.btn-outline-danger:hover:not(.active) {
  background-color: #ff901b;
  color: #fff !important;
  opacity: 1;
}

.btn-outline-secondary:hover:not(.active) {
  background-color: #333;
  color: #fff !important;
  opacity: 1;
}

label,
.form-label {
  margin-left: 0 !important;
}

.form-content p {
  font-size: 15px;
  margin: 20px 0;
  font-weight: bold;
}

.transaction-box {
  background-color: #fdfdfd;
}

.border {
  border-color: #aaa !important;
}

.bg-dark {
  background-color: #333 !important;
}

html {
  scroll-padding-top: 60px !important;
}

input,
textarea {
  font-size: 16px !important;
}

.btn-outline-danger,
.btn-outline-secondary {
  background-color: #fff;
}

.navbar-brand {
  margin-left: 0 !important;
}

.status-item {
  table-layout: fixed;
}

.status-item tr th {
  width: 30%;
}

.footer-menu li:last-of-type a {
  border: none;
}

.footer-menu li a {
  border-right: 1px solid #fff;
}

.footer {
  margin-top: 20px;
}

.footer .nav-link {
  font-size: 1rem;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .nav-link:hover {
  opacity: 0.7 !important;
}

.hamburger {
  display: none;
}

.badge {
  font-size: 1rem;
  color: #fff !important;
  background: #f5a654;
  border-radius: 10px;
  display: inline-block;
  padding: 5px 15px;
  margin: 3px 0;
}

.badge.badge-success {
  background: #006fe4 !important;
}

.mobile-menu i::before {
  color: #333 !important;
}

.form-label {
  font-size: 16px;
}

.form-label .badge {
  font-size: 10px;
  padding: 5px 8px;
}

.confirm-btn {
  position: fixed !important;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 10px;
  display: none !important;
}

.form-content {
  overflow-y: auto;
  font-size: 12px;
  font-weight: normal;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.mwform-radio-field-text {
  font-size: 1rem;
}

.consent-wrap label,
.consent-wrap span {
  display: block !important;
}

.consent-wrap .mwform-checkbox-field-text {
  border: 1px solid #ff901b;
  color: #ff901b;
  padding: 10px 20px 10px 40px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  cursor: pointer;
  position: relative;
  -webkit-transition: none;
  transition: none;
}
.consent-wrap .mwform-checkbox-field-text::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.consent-wrap input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  background-color: #ff901b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
}

.consent:checked + .mwform-checkbox-field-text {
  color: #fff;
  background-color: #ff901b;
  border-color: #ff901b;
}

.mwform-checkbox-field-text {
  display: block;
  background-color: #fff;
  border: 1px solid #ff901b;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1rem;
  letter-spacing: -0.025rem;
  text-transform: none;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ff901b;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}

.mw_wp_form_confirm #free-kit-1-1,
.mw_wp_form_confirm #free-kit-1-2 {
  display: block !important;
}

.modal-footer .btn {
  min-width: 5rem;
}

.bank-info-table,
.bank-edit-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
}
.bank-info-table .form-group,
.bank-edit-table .form-group {
  width: 50%;
  margin: 0;
}
.bank-info-table .form-group:first-of-type, .bank-info-table .form-group:nth-of-type(3),
.bank-edit-table .form-group:first-of-type,
.bank-edit-table .form-group:nth-of-type(3) {
  padding-left: 0;
}

.bank-edit-table {
  margin-bottom: 2rem;
}

.withdraw-btn {
  padding: 40px 10px 0;
  text-align: right;
}
.withdraw-btn p {
  color: red;
  margin-top: 10px;
  font-size: 1rem;
}

.pagination {
  gap: 10px;
}
.pagination span,
.pagination a {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 34px;
  width: 34px;
  min-height: 34px;
  height: 34px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.pagination span:hover,
.pagination a:hover {
  background-color: #333;
  color: #fff;
}
.pagination span.current,
.pagination a.current {
  background-color: #333;
  color: #fff;
}

.birth-date-input {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.minor-notice {
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(247, 247, 247);
  padding: 20px 10px 10px;
  margin: 20px 0;
}
.minor-notice p {
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.minor-notice a {
  color: #f5a654;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
.minor-notice a:hover {
  opacity: 0.7;
}

@media (min-width: 1500px) {
  .navbar-vertical {
    left: 50% !important;
    -webkit-transform: translateX(-760px) !important;
    transform: translateX(-760px) !important;
  }
}
@media (min-width: 1200px) {
  .footer .card-body {
    margin-left: 300px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .pc-only {
    display: none;
  }
  body {
    margin-top: 70px;
  }
  .fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1001;
    text-align: center;
    padding: 10px 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .fixed-header img {
    max-width: 150px;
  }
  .card .card-body {
    padding: 2rem 1rem;
  }
  .navbar-brand {
    margin-left: auto !important;
  }
  .status-item {
    border: none !important;
  }
  .status-item tr {
    border: none !important;
    padding: 5px 0;
  }
  .status-item td,
  .status-item th {
    padding: 0 10px !important;
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
  }
  .btn {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .btn-accept button {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .detailsTable tr {
    border-bottom: 1px solid #ccc !important;
  }
  .sp-menu {
    white-space: nowrap;
  }
  .btn-caption {
    font-size: 0.9em;
    white-space: nowrap;
  }
  .badge {
    margin: 10px 0 5px;
  }
  .btn-close {
    position: absolute;
    top: 10px;
    color: #333;
    opacity: 1;
    right: 10px !important;
    width: 25px;
    height: 25px;
  }
  .btn-close span {
    font-size: 24px;
  }
  .hamburger-btn {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    border: none;
    background: transparent;
    cursor: pointer;
    margin-left: 20px;
    color: #333;
    padding: 0;
  }
  .hamburger-btn-line {
    width: 24px;
    height: 14px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    z-index: 1100;
  }
  .hamburger-btn .bar {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .hamburger-btn.open .bar:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
  .hamburger-btn.open .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger-btn.open .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 1rem;
    z-index: 1000;
    display: none;
    overflow-y: auto;
    padding-top: 100px;
  }
  .mobile-menu.open {
    display: block;
  }
  .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-list li {
    border-bottom: 1px solid #ccc;
  }
  .menu-list li a {
    display: block;
    padding: 1rem;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
  }
  .menu-list li a:hover {
    background-color: #f7f7f7;
  }
  .footer-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin: 0 auto 40px !important;
    border-top: 1px solid #fff;
    max-width: 400px;
    width: 100%;
  }
  .footer-menu li,
  .footer-menu a {
    width: auto;
    display: block;
    border-right: none !important;
  }
  .footer-menu a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #fff !important;
  }
  footer .card-body {
    padding: 40px 20px !important;
  }
  .footer-inner {
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .confirm-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .form-check {
    margin: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .form-check .horizontal-item {
    margin: 0 !important;
  }
  .btn-confirm {
    padding-right: 24px;
    font-size: 16.5px !important;
  }
  .btn-confirm-arrow {
    right: 10px;
  }
  .modal-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-footer .btn {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .consent-wrap .mwform-checkbox-field-text {
    font-size: 16px;
  }
  .bank-info-table .form-group,
  .bank-edit-table .form-group {
    width: 100%;
    padding-left: 0;
  }
  .withdraw-btn p {
    text-align: left;
  }
  .application-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .application-table td {
    width: 100%;
  }
  .birth-date-input select {
    max-width: 30% !important;
  }
  .birth-date-input button {
    width: 100%;
  }
}