.page-wrapper {
    margin-left: 0px;
    margin-bottom: 0px;
}

.main-register-wrapper {
    padding-top: 53px;
}

.main-register-wrapper.customer-registration {
    padding-top: 150px;
}

.main-register-bg-section {
    border-radius: 31px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    padding: 44px;
}

.main-register-box-section {
    border-radius: 14px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 0px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-flow: wrap;
    margin-bottom: 20px;
}

.main-register-title-section {
    display: flex;
    align-items: center;
    flex: 1;
    border-right: 1px solid #e0e0e0;
}

.main-register-title-section label {
    min-width: 200px;
    color: #000;
    font-size: 15px;
    font-weight: 800;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-register-input-section {
    flex: 1;
    padding: 10px 18px 10px 0px;
    position: relative;
}

.main-register-input-section input {
    border-radius: 15px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #ffe5e5;
    padding: 18px;
    /* color: #757575; */
    color: #1a1a1a;
    /* font-size: 14px; */
    font-size: 15px;
    /* font-weight: 400; */
    font-weight: 500;
    outline: unset;
    min-width: 100%;
}

.main-register-input-section input::placeholder {
    color: #a19f9f !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.main-register-title-section p {
    color: #e60012;
    font-size: 12px;
    font-weight: 700;
    margin: 0px 15px 0px 0px;
    width: max-content;
}

.register-input-error img {
    width: 15px;
}

.error-message {
    color: #e60012;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
}

.register-error-number {
    color: #e60012;
    font-size: 12px;
    font-weight: 500;
}

.register-input-error {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.register-demo-section label {
    border-radius: 8px;
    background: #e3e3e3;
    color: #004ea2;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    min-width: 235px;
}

.register-from-border {
    background: #004ea2;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
}

.register-input-number input {
    min-width: auto;
    width: 45%;
}

.register-input-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register-number-space {
    background: #004ea2;
    width: 13px;
    height: 2px;
}

.register-input-phone-number input {
    width: 28%;
}

.store-user-dropdown.show {
    width: 151%;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    inset: unset !important;
    transform: translate(0px, 2px) !important;
    z-index: 99;
}

.main-register-input-section .store-user-dropdown li {
    display: flex;
    align-items: center;
    /* gap: 8px; */
    /*Remove by Hardik*/
    color: #757575;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
}

.industry-dropdown-main {
    padding: 20px 0px 10px !important;
}

.register-industry-select-section .register-industry-all-data li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.main-register-input-section .store-user-dropdown input {
    width: 22px;
    height: 22px;
    min-width: 22px !important;
    min-width: auto;
    box-shadow: none;
    /* cursor: pointer; */
}

.main-register-input-section .store-user-dropdown li input {
    padding: 0px !important;
}

.main-register-input-section .store-user-dropdown input.prefecture-search-input-radio {
    width: 25px !important;
    height: 25px !important;
    box-shadow: none;
    min-width: 25px !important;
}

.main-register-input-section .dropdown {
    width: 100%;
}

.register-industry-select {
    display: flex;
    align-items: center;
    gap: 15px;
}

.store-user-dropdown .register-industry-select-section label {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.register-industry-input-section {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #004ea2;
    margin-bottom: 20px;
}

.register-industry-input-section label {
    color: #000;
    font-size: 15px;
    font-weight: 800;
    min-width: auto !important;
}

.register-industry-input-section input {
    border-radius: 6px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    outline: unset;
    padding: 12px 20px;
    width: calc(100% - 100px) !important;
    height: auto !important;
}

.trading-register-dropdown {
    width: 100% !important;
}

.trading-register-dropdown li {
    color: #000 !important;
    width: 100% !important;
}

.register-reception-dropdown li {
    color: #000 !important;
    width: 100% !important;
}

.register-question-section {
    border-radius: 14px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 29px 12px 15px;
}

.register-question-section label {
    color: #000;
    font-size: 15px;
    font-weight: 800;
}

.register-question-section textarea {
    width: 100%;
    display: block;
    border: unset;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    outline: unset;
    border: 1.5px solid #fff;
    border-radius: 8px;
    resize: vertical;
    max-height: 300px;
    min-height: 100px;
}

.register-question-section textarea::-webkit-resizer {
    display: none;
}

.register-question-section textarea::placeholder {
    color: #a19f9f;
    font-weight: 400;
}

.register-submit-btn {
    margin-top: 40px;
}

.register-submit-btn button {
    border-radius: 5px;
    background: #004ea2;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 14px;
    outline: unset;
    border: unset;
    width: 100%;
}

.register-office-search-section {
    display: flex;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #004ea2;
    margin-bottom: 20px;
}

.register-office-input-section {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 25px;
}

.register-office-input-section label {
    width: auto;
    min-width: auto !important;
    margin-right: 0;
}

.register-office-input-section input {
    width: calc(100% - 100px) !important;
    height: auto !important;
}

.register-prefecture-btn input {
    width: 100% !important;
    height: 100% !important;
    min-width: auto !important;
}

.office-register-dropdown {
    width: 26% !important;
}

.office-register-dropdown li input {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    box-shadow: none;
}

.prefecture-search-input {
    padding-bottom: 17px;
    border-bottom: 1px solid #004ea2;
    margin-bottom: 20px;
}

.prefecture-search-input input {
    padding: 15px !important;
}

.register-footer-bg-section {
    position: relative;
    width: 100%;
    margin-top: -450px;
    z-index: -1;
    height: 100%;
}

.register-footer-bg-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.register-dropdown-icon {
    position: relative;
}

.register-dropdown-icon {
    position: absolute;
    /* background: url(../img/down-btn.png); */
    width: 12px;
    height: 10px;
    z-index: 8;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    right: 2%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.store-user-dropdown li label {
    font-weight: 600;
    padding-left: 8px;
    /* Added by Hardik */
}

.store-user-dropdown .register-industry-select-section label.main-label {
    margin-bottom: 10px;
    width: 100%;
    min-width: auto;
    margin-right: 0px;
}

.register-industry-all-data {
    overflow-x: auto;
    /* margin-bottom: 10px;
    padding-bottom: 10px; */
    cursor: pointer;
    /* Added by Hardik */
}

.register-industry-all-data .register-industry-select label {
    min-width: fit-content;
    margin: 0px;
    cursor: pointer;
    /* Added by Hardik */
    padding-left: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    /* Added by Hardik */
}

.register-industry-all-data::-webkit-scrollbar {
    height: 6px;
    border-radius: 5px;
}

.register-industry-all-data::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.register-industry-all-data::-webkit-scrollbar-thumb {
    background: #004ea2;
    border-radius: 5px;
}

.register-industry-all-data-show {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 450px;
    padding: 0px 20px;
}

.register-industry-all-data-show::-webkit-scrollbar {
    width: 4px;
}

.register-industry-all-data-show::-webkit-scrollbar-track {
    border-radius: 10px;
}

.register-industry-all-data-show::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.error+.register-dropdown-icon {
    top: 40%;
}

#existing_store_box-error.error+.register-dropdown-icon {
    top: 50%;
}

.register-reception-dropdown.show {
    width: 100% !important;
}

.main-store-li li label,
.trading-register-dropdown.show li label {
    width: 100%;
    cursor: pointer;
}

.register-industry-all-existing-data-show {
    padding: 0px 20px;
}

.main-store-li {
    max-height: 450px;
    overflow: auto;
}

.main-store-li::-webkit-scrollbar {
    width: 4px;
}

.main-store-li::-webkit-scrollbar-track {
    border-radius: 10px;
}

.main-store-li::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.office-register-dropdown li label {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: auto;
    width: 100%;
    margin: 0px;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.office-register-dropdown.active {
    display: block;
}

.register-manufacturing-dropdown .register-industry-select {
    padding-bottom: 15px;
}

.trading-register-dropdown li label {
    margin-bottom: 10px;
}

.register-main-office-dropdown .register-industry-all-existing-data-show .main-store-li li {
    margin-bottom: 10px;
}

.office-register-dropdown .register-industry-all-data-show li {
    margin-bottom: 10px;
}

.register-reception-dropdown li {
    margin-bottom: 10px !important;
}

.register-reception-dropdown li:last-child {
    margin-bottom: 0px !important;
}

input[name="inquiry_type"][readonly] {
    cursor: default !important;
}

.yamada-biz-sub-text {
    font-weight: 500;
    color: black;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

.terms-checkbox input {
    border-radius: 7px;
    border: 1px solid #bfdbff;
    background: #fff;
    width: 30px;
    text-align: left;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    padding: 13px 25px 13px 15px;
    outline: unset;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.terms-checkbox a {
    color: #004ea2;
    font-family: Inter;
    margin-top: 7px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.45px;
    cursor: pointer;
    text-decoration: underline;
}

.main-term-section h1 {
    font-size: 14px;
    margin-bottom: 15px;
}
.main-term-section .main-term-title-section{
    margin-bottom: 10px;
    width: max-content;
}
.main-term-section .main-term-title-section h2{
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px 0px;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}

.main-term-section label {
    margin-left: 20px;
    display: block;
    font-size: 14px;
}

.main-term-section p {
    margin: 0px 0px 5px 15px;
    font-size: 14px;
    font-weight: 500;
}
.main-term-section span {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
}
.registration-main-modal .modal-header button{
    background: unset;
    border: unset;
}
.registration-main-modal .modal-header button span{
    font-size: 20px;
}
.register-checkout-all-data-section{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 16px;
}
.register-checkout-all-data-section input{
    width: 22px;
    height: 22px;
}
.register-checkout-all-data-section a{
    font-size: 16px;
}
.register-checkout-all-data-section input + label {
    display: none;
  }
.register-checkout-all-data-section input[id="cb1"] + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid #ea5455 ;
    border-radius: 2px;
    cursor: pointer;
  }
  .register-checkout-all-data-section input[id="cb1"]:checked + label:after {
    position: relative;
    top: -5px;
    left: 2px;
    content: '\2714';
    font-size: 18px;
  }
  .register-checkout-all-data-section input[id="cb1"] {
    accent-color: #fff;
    display: none;
    width: 22px;
    height: 22px;
  }
  .register-checkout-all-data-section label{
    color: #000;
    font-size: 15px;
    font-weight: 800;
}

  