.error-parent>div {
    margin-bottom: 20px;
}

.items-location {
    position: relative;
    width: 100%;
}

.items-location-inline {
    position: absolute;
    left: 0;
    top: 100%
}

.tag-large {
    width: 59px;
}

.pb20 {
    padding-bottom: 5px !important;
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .disabled {
    display: none;
}

.page-item {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.page-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.page-item {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.pagination .active {
    cursor: default;
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.pagination .active:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.pagination .active {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.page-item .page-link {
    display: block;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.page-item span {
    cursor: default;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close,
.modal-header .mailbox-attachment-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        min-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        min-height: 500px;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 585px !important;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.input__cusstom-checkbox {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.label__cusstom-checkbox {
    position: relative;
    cursor: pointer;
}

.label__cusstom-checkbox:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #4b5563;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    transition: transform 2s ease;
}

.input__cusstom-checkbox:checked+.label__cusstom-checkbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 12px;
    border: solid #4b5563;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.label__cusstom-checkbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 12px;
    border: solid #4b5563;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.input__cusstom-checkbox:checked+.label__cusstom-checkbox:after {
    opacity: 1;
}

.required {
    color: red;
    font-weight: bold;
    margin-left: 4px;
}

.is-invalid {
    border-color: red;
}

.ck-editor__editable_inline {
    height: 300px;
}

.form__container {
    position: relative;
    width: 100%;
    height: 200px;
    border: 2px dashed #60a5fa;
    display: flex;
    font-size: 127px;
    color: silver;
    margin-bottom: 10px;
    justify-content: center;
    line-height: normal;
}

/* input class form__container */


.form__container.active {
    background-color: rgba(192, 192, 192, 0.2);
}

.form__file {
    position: absolute;
    /* width: 100%; */
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.form__files-container {
    display: flex;
    width: 100%;
    font-size: 0;
    flex-wrap: wrap;
}

.form__files-container-cover {
    display: flex;
    width: 100%;
    font-size: 0;
    justify-content: center;
}

.form__image-container {
    display: inline-block;
    width: 23%;
    height: 167px;
    margin: 5px;
    position: relative;
}

.form__image-container:after {
    content: "✕";
    position: absolute;
    line-height: 167px;
    font-size: 30px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.form__image-container:hover:after {
    opacity: 1;
    cursor: pointer;
}

.form__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

input[type="text"]:disabled {
    background-color: #eeeeee;
    cursor: not-allowed;
    opacity: 0.8;
}

.list-images {
    width: 105%;
}

.hidden {
    display: none;
}

.box-image {
    float: left;
}

.box-image img {
    object-fit: cover;
    width: 236px;
    height: 167px;
}

.btn-delete-image {
    cursor: pointer;
}

/* Administrator Login */

.login-form-container {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.login-form-footer {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 7px;
}

.login-form-footer span {
    color: #6C6E8B;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.login-form-title {
    color: #000;
    font-family: Pacifico;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.mrb-logo-cover img {
    width: 175px;
    /* height: max-content; */
}

.login-form {
    width: 380px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.login-form.register-form {
    width: 480px;
}

.login-form-content {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.login-full-form-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 32px;
}

.login-form-confirm-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
}

@media screen and (max-width: 750px) {
    .login-form {
        width: auto;
    }
    
    .login-form.register-form {
        width: 480px;
    }
}

.login-request {
    display: flex;
    flex-direction: column;
}

.login-request-title {
    padding: 24px 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.login-request-form {
    width: 100vw;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 32px 44px;
}

.login-request-form-title-cover {
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #F5F9FF;
}

.login-form-cover-title {
    color: #3D3E4F;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-form-cover-title.forgot-password {
    color: #24262D;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-request-form-member-account {
    height: max-content;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 44px 32px;
    gap: 24px;
}

.login-request-form-partner {
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 16px 40px 40px 40px;
    gap: 24px;
}

.login-request-form-title {
    color: #24262D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 24px 0px;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(15px);
}

.login-request-form-span {
    color: var(--Text-Primary-dark, #1E3BAF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.login-request-form-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.login-request-bar-title {
    color: var(--Text-Primary, #255CEB);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login_form_input_field_cover {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.login-form-input-row {
    gap: 32px;
    padding-bottom: 24px;
}

.login-form-input-row:not(:last-child) {
    border-bottom: 1px solid #F2ECFB;
}

.login-form-input-cover {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-form-input-title {
    width: 248px;
    color: #363A44;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-form-input-title-full {
    width: 100%;
    color: #575972;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap: 8px;
}

.login-form-input-title span.required {
    border-radius: 4px;
    background: #D80C4F;
    padding: 3px 8px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form-input-title span.optional {
    border-radius: 4px;
    background: #F6F6F9;
    padding: 3px 8px;
    color: #363A44;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form-input {
    width: 380px;
    padding: 12px !important;
    flex: 1;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #C7C9D9;
    color: #363A44;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.login-form-input:focus {
    border: 2px solid #3B7BF6;
    --tw-ring-color: none;
}

.login-form-label {
    padding: 16px;
    width: 380px;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #C7C9D9;
    color: #555770;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

label.login-form-label {
    height: 53.74px;
}

.login-form-input::placeholder {
    color: #8B8DA5;
}

.long {
    width: 659px;
}

.medium {
    width: 526px;
}

.short {
    width: 200px;
}

.login-form-input-unit {
    color: #28293D;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login-form-input-desc {
    color: #6C778B;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.login-form-input-desc img {
    width: 16px;
    height: 16px;
}



input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1.75px solid #8F90A6;
    border-radius: 4px;
}

input[type="checkbox"]:focus {
    display: none;
}

.login-form-input-desc-link {
    color: #3B7BF6;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
}

.submit-checkbox-span {
    color: #6C778B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-form-input-error {
    color: #FF0000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login-form-input-success {
    color: #03c703;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login-form-actions-cover {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.login-button-options {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 19px;
    align-items: center;
    justify-content: center;
}

.login-form-submit {
    width: 380px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #1D47D8;
    transition: all 0.2s ease;
}

.stretch {
    align-self: stretch;
}

.login-form-submit span {
    color: #FFF;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-form-back {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D7DAE0;
    background: #FFF;
    transition: all 0.2s ease;
}

.login-form-back span {
    color: #6C778B;
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-form-submit:hover {
    background: #1D47D8;
}

.login-form-submit:disabled {
    background: #F5F6F8;
    cursor: not-allowed;
    opacity: 0.6;
    border: 1px solid #D7DAE0;
}

.login-form-submit:disabled span {
    color: #8F90A6;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-form-back:hover {
    background-color: #f6f7f9;
}

.social-login {
    background: #FFF;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
}

.social-login span {
    color: #28293D;
}

.login-form-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 16px;
}

.login-form-action-item {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 8px;
}

.login-form-action-item.forgot-password a {
    color: #6090FA;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login-form-action-item a {
    color: #6C778B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.title-login-bottom {
    display: none;
    color: #3B7BF6;
    font-size: 14px;
    font-weight: 700;
}

.back-to-login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
}

.back-to-login-page span,
a {
    color: #28293D;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.back-to-login-page a {
    color: #3B7BF6;
}

.back-to-login-page a:hover {
    text-decoration-line: underline;
}

.login-form-side {
    background: #F5F9FF;
    padding-top: 100px;
    padding-left: 105px;
    display: flex;
    flex-direction: column;
    gap: 98px;
    overflow: hidden;
}

.login-form-side span {
    color: #3B7BF6;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    white-space: pre-line;
}


.login-form-side img {
    border-radius: 12px 0px 0px 12px;
    box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 1150px) {
    .login-form-input {
        width: auto;
    }

    .login-form-submit {
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .login-form-container {
        width: 100%;
    }

    .login-form-side {
        display: none;
    }
    
    .title-login-bottom {
        display: block;
    }
}

/* Administrator Login Ends Here */

/* Forgot Password */

.forgot-password-form-container {
    position: relative;
    margin: 24px;
}

.forgot-password-cover {
    width: 100%;
    gap: 24px;
}

.forgot-password-cover-content {
    width: 100%;
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.forgot-password-form-cover {
    position: absolute;
    top: 0;
    left: 0;
}

/* Forgot Password Ends Here */

.input-focus-common:focus {
    border: 2px solid #3B7BF6;
}

/* Sign up Option */

.login-form-sign-up-option {
    display: flex;
    padding: 20px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: #3B7BF6;
    transition: all 0.2s ease;
}

.login-form-sign-up-option span {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-form-sign-up-option:hover {
    background: #609FFA;
}

/* Custom select2 */

.select2-container--default .select2-selection--multiple {
    border: 1px solid #C7C9D9 !important;
}

/* Custom select2 ends here */

/* Request result form */

.request-result-row {
    gap: 44px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F2ECFB;
}

.request-result-form-input-title {
    width: 200px;
    color: #3D3E4F;
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.request-result-form-label {
    width: 400px;
    color: #363A44;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Request result form ends here */


/* register form */
.input-password-register {
    width: 480px;
}

.login-form-side-register {
    padding-top: 100px;
    padding-left: 48px;
    display: flex;
    flex-direction: column;
    gap: 98px;
}

.login-form-cover-title {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-form-cover-subtitle {
    color: #6C778B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.camera-icon {
    background-color: #F6F7F9;
    border: 1px solid #8B94A5;
}

.login-form-footer-register {
    color: #6C778B;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info-table-item-desc span {
    margin-left: unset !important;
}