body {
    font-family: "Noto Sans JP", sans-serif;
}

input[type="text"] {
    padding: 16px;
    border-radius: 4px;
    background: #FFF;
    font-size: 15px;
    font-weight: 400;
    height: 46px;
    padding: 12px;
    color: #363A44;
    width: 526px;
}

input[type="text"]::placeholder {
    color: #B4BAC5;
}

input[type="time"] {
    padding: 16px;
    border-radius: 4px;
    background: #FFF;
    font-size: 15px;
    font-weight: 400;
    height: 52px;
    color: #363A44;
}

input[type="datetime"] {
    padding: 16px;
    border-radius: 4px;
    background: #FFF;
    font-size: 15px;
    font-weight: 400;
    height: 52px;
    color: #363A44;
}

input[type="email"] {
    padding: 16px;
    border-radius: 4px;
    background: #FFF;
    font-size: 15px;
    font-weight: 400;
    height: 52px;
    color: #363A44;
}

input[type="password"] {
    padding: 16px;
    border-radius: 4px;
    background: #FFF;
    font-size: 15px;
    font-weight: 400;
    height: 52px;
    color: #363A44;
}

input[type="number"] {
    padding: 16px;
    border-radius: 4px;
    background: #FFF;
    font-size: 15px;
    font-weight: 400;
    height: 52px;
    color: #363A44;
}

input[type="date"] {
    border-radius: 4px;
    background: #FFF;
    font-size: 15px;
    font-weight: 400;
    height: 46px;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border: 1px solid #8B94A5;
    color: #8B94A5;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

input[type="date"]:focus {
    border: 1px solid #3B7BF6;
    outline: none;
}

input[type="text"].empty-input {
    border: 1px solid #8B94A5;
}

input[type="text"].active-input:focus {
    outline: none;
    border: 2px solid #3B7BF6 !important;
}

input[type="text"]:disabled {
    border: 1px solid #8B94A5;
    background: #F5F6F8;
    color: #8B94A5 !important;
}

select {
    border: none;
}

input.full {
    width: 100%;
}

input.half {
    width: 290px;
}

textarea {
    width: 580px;
    height: 108px;
    padding: 12px 16px;
    color: #28293D;
    font-size: 14px;
    font-weight: 400;
}

textarea::placeholder {
    color: #8B94A5;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

textarea {
    border-radius: 4px;
}

textarea.full {
    width: 100%;
}

textarea.half {
    width: 290px;
}

label {
    color: #28293D;
    font-feature-settings: 'clig' off, 'liga' off;
    margin-bottom: 8px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

label.item-title-input span {
    color: #DB0000;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 4px;
    background: #FFF0F0;
    margin-left: 8px;
}

.item-title-input .optional {
    color: #B0B0B0;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    margin-left: 8px;
    background: #F1F1F3;
}

.container-limit-title {
    position: relative;
    display: inline-block;
}

.text-limit-one-row {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.popup-text {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 0;
    color: #FFF !important;
    font-family: "Noto Sans JP";
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    padding: 16px;
    border-radius: 4px;
    background: #555770;
    z-index: 1000;
    white-space: normal;
    max-width: 500px;
    min-width: 150px;
    width: max-content;
    box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease;
    opacity: 0;
}

.icon-text-popup {
    position: absolute;
    bottom: -7px;
    left: 5%;
    transform: translateX(-5%);
}

.container-limit-title:hover .popup-text {
    display: block;
    opacity: 1;
}

.fixed-item {
    flex: 0 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flexible-item {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*  */
.content-form {
    background: white;
    padding: 16px 40px;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    border-radius: 16px;
}

.form-input-component {
    /* height: 100vh; */
    display: flex;
    padding-bottom: 8px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 16px;
    padding: 0 120px 80px 120px;
}

.form-header {
    padding: 24px 0px;
    position: sticky;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-around;
    backdrop-filter: blur(15px);
}

.title-form {
    font-size: 20px;
    font-weight: 700;
    color: #3D3D3D;
}

.btn-back-form {
    gap: 8px;
    padding: 8px 12px;
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 700;
    margin-right: 16px;
    border-radius: 8px;
    border: 1px solid #D7DAE0;
    background: #FFF;
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    line-height: normal;
}

.btn-back-form:hover {
    background: #F6F7F9;
}

.back-icon {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #B4BAC5;
}

.back-icon i {
    position: absolute;
    content: "";
    color: #FFF;
    font-size: 9px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img.icon-back {
    width: 17px;
    height: 17px;
}

.btn-back-form-end-page {
    padding: 8px 12px;
}

.btn-save-form {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    background: #3B7BF6;
    padding: 12px 32px;
    text-decoration: none;
    border: none;
    font-style: normal;
    font-family: "Noto Sans JP";
    cursor: pointer;
}

.btn-save-form img {
    margin-right: 5px;
}

.btn-save-form:hover {
    background-color: #1D47D8;
}

.title-info-basic {
    padding: 12px 0 12px 16px;
    width: 100%;
    background: #F5F9FF;
    display: flex;
    align-items: center;
    margin: 24px 0;
    font-size: 14px;
    font-weight: 700;
    color: #255CEB;
    border-radius: 8px;
}

.title-info-warning {
    height: 59px;
    width: 100%;
    border: 1px solid #FDBF74;
    background: #FFF8ED;
    display: flex;
    align-items: center;
    margin: 24px 0;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #9A3912;
    border-radius: 4px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.group-item-input {
    margin-bottom: 24px;
}

.item-title-input {
    color: #28293D;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 9px;
}

.item-title-input .obligatory {
    margin-left: 8px;
    padding: 2px 8px;
    gap: 12px;
    border-radius: 4px;
    background: #D80C4F;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

.item-title-input .optional {
    margin-left: 8px;
    padding: 2px 8px;
    gap: 12px;
    border-radius: 4px;
    background: #F6F7F9;
    color: #24262D;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}


.group-item-input input::placeholder {
    color: #8B94A5;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.group-input {
    display: flex;
}

.group-title-input {
    display: flex;
    justify-content: end;
    width: 250px;
}

.group-input .item-title-input {
    margin-right: 32px;
}

.suggest-item-input {
    display: flex;
    align-items: center;
    width: 100%;
}

.suggest-item-input img {
    margin-right: 4px;
}


.suggest-item-input-title {
    color: #8B8DA5;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.suggest-item-input-title.hint {
    color: #6C778B !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 22px;
}

.suggest-item-input-title .example-link {
    color: #3B7BF6;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    cursor: pointer;
}

.suggest-item-input img {
    object-fit: cover;
}

.suggest-item-input {
    margin-top: 12px;
}

.page-list-group {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-list-group .pagination {
    margin-bottom: 0;
}

.group-select-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.group-select-pagination span {
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.disabled.page-item:first-child .page-link {
    color: #B4BAC5;
}

.disabled.page-item:last-child .page-link {
    color: #B4BAC5;
}

.change-show-list-item {
    width: 55px;
    height: 33px;
    position: relative;
}

.change-show-list-item>img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

.change-list-item {
    padding: 0;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #D7DAE0;
    z-index: 11;
    background: unset;
    cursor: pointer;
}

.change-list-item:focus {
    outline: 2px solid #1D47D8;
}

.rotate {
    transform: translateY(-50%) rotate(180deg) !important;
}

/*  */

select {
    padding: 10px 16px;
    border-radius: 4px;
    background: #FFF;
    font-size: 14px;
    font-weight: 400;
    height: 52px;
    color: #363A44;
}

/* select.empty-input {
    border: 1px solid #1D47D8;
} */

select.active-input:focus {
    border: none;
}

.empty-input,
.empty-input-select2 {
    border: 1px solid #8B94A5;
}

.active-input:focus {
    outline: none;
    border: 2px solid #3B7BF6 !important;
}

select:disabled {
    border: 1px solid #8B94A5;
    background: #F5F6F8;
    color: #8B94A5 !important;
}

input:disabled {
    border: 1px solid #8B94A5;
    background: #F5F6F8;
    color: #8B94A5 !important;
}

select.error-select {
    box-shadow: 0 0 0 2px #F54336;
}

input[type="text"].error-input {
    border: 2px solid #E91555;
}

textarea.active-textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #3B7BF6;
}

textarea.error-textarea {
    box-shadow: 0 0 0 2px #F54336;
}

textarea.empty-textarea {
    border-radius: 4px;
    border: 1px solid #C7C9D9;
}

textarea {
    width: 902px;
    height: 108px;
    padding: 12px 16px;
    color: #28293D;
    font-size: 14px;
    font-weight: 400;
    resize: vertical;
    min-height: 80px;
}

textarea::placeholder {
    color: #8B94A5;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* check radio */
.group-check-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.group-check-radio .check-radio {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    border-radius: 368px;
    border: 1px solid #D7DAE0;
    background: #F6F7F9;
    margin-bottom: 0;
    cursor: pointer;
    gap: 8px;
}

.check-radio input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #8F90A6;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    background: #FFF;
    z-index: 5;
}

.check-radio input[type="radio"]:checked {
    border: 2px solid #FFF;
    background: #1D47D8;
    color: #FFF
}

.check-radio input[type="radio"]:checked:hover {
    border: 2px solid #FFF;
    background: #1D47D8;
    color: #FFF
}

.check-radio input[type="radio"]:hover {
    border: 2px solid #3B7BF6;
    background: #F5F9FF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.check-radio input[type="radio"]:checked::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.check-radio:has(input[type="radio"]:checked) {
    background-color: #1D47D8;
    border: 1px solid #1D47D8;
}

.check-radio:hover {
    border: 1px solid #3B7BF6 !important
}

.check-radio input[type="radio"]:checked+span {
    color: #FFF !important;
}

.check-radio:hover span {
    color: #255CEB !important;
}

.check-radio span {
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.check-radio:hover input {
    color: #255CEB !important;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* check radio one */
.check-radio-one {
    display: flex;
    align-items: center;
    gap: 8px;
}

.check-radio-one input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #8F90A6;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    background: #FFF;
    z-index: 5;
}

.check-radio-one input[type="radio"]:checked {
    border: 2px solid #1E3BAF;
}

.check-radio-one input[type="radio"]:hover {
    border: 2px solid #1E3BAF;
}

.check-radio-one input[type="radio"]:checked::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #1E3BAF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.check-radio.error-input {
    border: 2px solid #E91555 !important;
    border-radius: 100px !important;
}

/* disabled */
.disabled-input:focus {
    outline: none !important;
}

.disabled-input {
    background-color: #F6F6F9 !important;
}

/* checkbox */
.group-check-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.group-check-box .check-box {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    border-radius: 368px;
    border: 1px solid #D7DAE0;
    background: #F6F7F9;
    margin-bottom: 0;
    cursor: pointer;
    gap: 8px;
}

.check-box input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #8F90A6;
    border-radius: 4px;
    background: #FFF;
    outline: none;
    transition: background-color 0.3s;
}

.check-box input[type="checkbox"]:checked {
    background-color: #FFF;
    border: 1px solid #1D47D8;
    position: relative;
}

.check-box input[type="checkbox"]:hover {
    border: 1px solid #1D47D8;
}

.check-box:hover {
    border: 1px solid #1D47D8 !important;
}

.check-box:hover span {
    color: #1D47D8 !important;
}

.check-box span {
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.check-box input[type="checkbox"]:checked::before {
    content: '\2714';
    font-size: 12px;
    color: #1D47D8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.check-box:has(input[type="checkbox"]:checked) {
    background-color: #1D47D8;
    border: 1px solid #1D47D8;
}

.check-box input[type="checkbox"]:checked+span {
    color: #FFF !important;
}

.check-box-one {
    cursor: pointer;
}

.check-box-one input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #8F90A6;
    border-radius: 4px;
    background: #FFF;
    outline: none;
    position: relative;
    transition: background-color 0.1s;
    cursor: pointer;
}

.check-box-one input[type="checkbox"]:checked {
    border: 1px solid #1E3BAF;
    background-color: #1E3BAF;
}

.check-box-one input[type="checkbox"]::before {
    content: '\2714';
    font-size: 12px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.check-box-one-input {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #8F90A6;
    border-radius: 4px;
    background: #FFF;
    outline: none;
    position: relative;
    transition: background-color 0.1s;
    cursor: pointer;
}

.check-box-one-input-checked {
    border: 1px solid #1E3BAF;
    background-color: #1E3BAF;
    position: relative;
}

.check-box-one-input-checked-span {
    font-size: 12px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    z-index: 10;
}

.error-input {
    color: #8B94A5;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    border: 2px solid #E91555 !important;
    background: #FFF;
}

.error-message {
    margin-top: 12px;
    color: #D80C4F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.error-message.active {
    display: block;
}

.div-error-red {
    color: #ffffff !important;
    font-size: 14px !important;
    background: #e70000 !important;
    padding: 4px 8px !important;
}

/* upload image */
.group-input-file-image,
.group-input-file-image-1,
.group-input-file-image-2,
.group-input-file-image-3 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 250px;
    height: 150px;
    padding: 16px 48px;
    background-color: #F6F7F9;
    border-radius: 8px;
    border: 1px dashed #8B94A5;
}

.group-input-file-image .input-file-image,
.group-input-file-image-1 .input-file-image-1,
.group-input-file-image-2 .input-file-image-2,
.group-input-file-image-3 .input-file-image-3 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.group-input-file-image .item-info-file-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.group-input-file-image .image-title-select-file,
.group-input-file-image-1 .image-title-select-file-1,
.group-input-file-image-2 .image-title-select-file-2,
.group-input-file-image-3 .image-title-select-file-3 {
    color: #555770;
    font-size: 12px;
    font-weight: 500;
}

.group-input-file-image .image-title-select-file span,
.group-input-file-image-1 .image-title-select-file-1 span,
.group-input-file-image-2 .image-title-select-file-2 span,
.group-input-file-image-3 .image-title-select-file-3 span {
    color: #3B7BF6;
    font-size: 14px;
    font-weight: 700;
}

.group-input-file-image .image-title-select-file,
.group-input-file-image-1 .image-title-select-file-1,
.group-input-file-image-2 .image-title-select-file-2,
.group-input-file-image-3 .image-title-select-file-3 {
    margin: 8px 0;
    text-align: center;
}

.loading-image-file {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.ml-24 {
    margin-left: 24px;
}

/* upload video */
.group-input-file-video {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 328px;
    height: 124px;
    padding: 35px;
    background-color: #FBFAFE;
    border-radius: 8px;
    border: 1px dashed #DFD6F9;
}

.group-input-file-video .input-file-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.group-input-file-video .item-info-file-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.group-input-file-video .video-title-select-file {
    color: #555770;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.group-input-file-video .video-title-select-file span {
    color: #3B7BF6;
    font-size: 14px;
    font-weight: 700;
}

.group-input-file-video .video-select-file {
    margin-bottom: 8px;
}

.group-input-file-video .loading-video-file {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.preview-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.preview-image,
.preview-image-1,
.preview-image-2,
.preview-image-3,
.preview-video {
    max-height: 150px;
    display: none;
    object-fit: cover;
    border-radius: 8px;
    max-width: 400px;
    margin-left: 24px;
}

.old-video-room,
.old-image-room,
.old-image-room-1 {
    max-height: 150px;
    object-fit: cover;
    border-radius: 8px;
    max-width: 400px;
}

@media (max-width: 1400px) {

    .preview-image,
    .preview-image-1,
    .preview-image-2,
    .preview-image-3,
    .preview-video,
    .old-video-room,
    .old-image-room,
    .old-image-room-1 {
        max-width: 300px;
    }
}

.group-item-upload {
    display: flex;
    align-items: center;
}

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

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

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

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

/*Start select2 custom*/

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F5F9FF;
    color: #28293D;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #3B7BF6;
    box-shadow: 0 0 0 2px #3B7BF6;
    height: 40px;
}

.select2-container--open .select2-dropdown--below {
    z-index: 999999;
    background: #FFF;
    margin-top: 10px;
    border-radius: 12px;
    border: none;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
}

.select2-container--open .select2-dropdown--above {
    z-index: 999999;
    background: #FFF;
    margin-bottom: 10px;
    border-radius: 12px;
    border: none;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
}

.select2-results__options {
    color: #28293D;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 12px;
}

.select2-results__options :last-child:hover {
    border-radius: 0 0 12px 12px;
}

.select2-results__option {
    padding: 8px 16px;
}

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

.select2-container .select2-selection--multiple .select2-selection__rendered {
    color: #3B7BF6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #3B7BF6;
    background: #F5F9FF;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    /* display: none; */
}

.js-example-tags-container ul {
    text-decoration: none !important;
    list-style: none;
    padding: 0;
}

.tag-selected {
    list-style: none;
    border: 1px solid #3B7BF6;
    border-radius: 4px;
    cursor: default;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding: 8px 12px;
    color: #3B7BF6;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.destroy-tag-selected {
    color: #3B7BF6;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none !important;
}

.destroy-tag-selected:hover {
    color: orangered;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 40px;
    min-width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0px;
    padding: 10px 16px;
}

.has-error .select2-selection {
    box-shadow: 0 0 0 2px #F54336;
}

.select2-container--default .select2-selection--single {
    border-radius: 4px !important;
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    padding: 10px 16px;
    line-height: unset;
    color: #555770;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

/*End select2 custom*/


/* custom modal show */
.fade {
    @include transition($transition-fade);

    &:not(.show) {
        opacity: 1 !important;
    }
}

.modal-dialog {
    top: calc(10%);
}

.fade {
    background-color: rgba(85, 87, 112, 0.5);
}

/* modal */
.show-modal-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.show-modal-overlay-publish,
.show-modal-overlay-save {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.show-modal-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 227px;
    width: 272px;
    background-color: #FFF;
    z-index: 11;
    border-radius: 8px;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.close-model {
    gap: 8px;
    padding: 12px 15px;
    color: #6C778B;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #B4BAC5;
    background: #FFF;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.close-model:hover {
    background-color: #F6F7F9;
}

/** custom button **/

.size-s {
    border-radius: 8px;
    padding: 7px 11px;
}

.size-s .title {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.size-m {
    border-radius: 8px;
    padding: 7px 15px;
}

.size-m .title {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.size-l {
    border-radius: 8px;
    padding: 11px 23px;
}

.size-l .title {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.button-blue {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #3B7BF6;
    background-color: #3B7BF6;
    text-decoration: none;
}

.button-blue svg {
    fill: #DBE9FE;
}

.button-blue .title {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.button-blue:hover {
    border: 1px solid #1D47D8;
    background-color: #1D47D8;
}

.button-blue .svg-none {
    fill: none;
}

.button-gray {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #D7DAE0;
    background-color: #FFF;
    text-decoration: none;
}

.button-gray .title {
    color: #6C778B;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.button-gray:hover {
    border: 1px solid #D7DAE0;
    background-color: #F5F9FF;
}

.button-gray .svg-none {
    fill: none;
}

.button-white-blue {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #93C1FD;
    background-color: #FFF;
    text-decoration: none;
}

.button-white-blue svg {
    fill: #255CEB;
}

.button-white-blue .title {
    color: #255CEB;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.button-white-blue:hover {
    border: 1px solid #93C1FD;
    background-color: #F5F9FF;
}

.button-white-blue .svg-none {
    fill: none;
}

.button-export {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #3B7BF6;
    background-color: #F5F9FF;
    text-decoration: none;
}

.button-export i {
    color: #fff;
}


.button-export .title {
    color: #3B7BF6;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.button-export:hover {
    border: 1px solid #1D47D8;
    background-color: #9ac6ff;
}

.button-export .svg-none {
    fill: none;
}

.button-white {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #B4BAC5;
    background-color: #fff;
    text-decoration: none;
    width: max-content;
}

.button-white svg {
    fill: #B4BAC5;
}

.button-white .title {
    color: #6C778B;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.button-white:hover {
    border: 1px solid #D7DAE0;
    background-color: #F6F7F9;
}

.button-white .svg-none {
    fill: none;
}

.button-pink {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #EB498A;
    background-color: #EB498A;
    text-decoration: none;
    width: max-content;
}

.button-pink svg {
    fill: #FFF;
}

.button-pink .title {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.button-pink:hover {
    border: 1px solid #e95490;
    background-color: #e95490;
}

.button-pink .svg-none {
    fill: none;
}

.button-fusion {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #609FFA;
    background-color: #fff;
    text-decoration: none;
}

.button-fusion .title {
    color: #255CEB;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.button-fusion:hover {
    border: 1px solid #609FFA;
    background-color: #F5F9FF;
}

.button-fusion .svg-none {
    fill: none;
}

.disabled {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #F6F6F9;
    border: 1px solid #D7D8E0;
    text-decoration: none;
    pointer-events: none;
}

.disabled svg {
    fill: #B4B6C5;
}

.disabled .svg-none path {
    stroke: #B4B6C5;
}

.disabled .title {
    color: #8B8DA5;
}

/** custom button End Here **/
.fade {
    background: rgba(0, 0, 0, 0.70);
}

.modal-body {
    padding: 32px !important;
}

.modal-body-custom {
    padding: 56px 88px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #363A44;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.modal-body-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-bottom: 24px;
}

.modal-body-buttons {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
}

.find {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #93C1FD;
    background: #FFF;
    color: #3B7BF6;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.find:hover {
    background-color: #FAF7FD;
}

.form-create-property {
    padding-top: 40px;
    padding-bottom: 40px;
}

.icon-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    background: #3B7BF6;
    color: #FFF;
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.icon-buttons.disabled {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    background: #F5F6F8;
    color: #8F90A6;
    border: 1px solid #D7DAE0;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    cursor: not-allowed;
}

.show-modal-box-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.show-modal-box-item-room {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 24px;
    padding: 56px 84px;
}

.show-modal-box-item-room>div:nth-child(1) {
    gap: 12px;
    align-items: center;
}

.show-modal-box-item-room>div:nth-child(1)>div p {
    margin: 0;
    text-align: start;
    color: #363A44;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.show-modal-box-item-room>div:nth-child(2) {
    gap: 16px;
    align-items: end;
}

.close-model:hover {
    color: #6C778B;
}


.close-model i {
    font-size: 12px;
    margin-right: 5px;
    background: #B4BAC5;
    padding: 4px 5px;
    border-radius: 50%;
    color: #FFF;
}

.close-model {
    padding: 12px 15px;
    color: #6C778B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #B4BAC5;
    background: #FFF;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.title-model-success {
    color: #255CEB;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.title-model-success img {
    margin-right: 13px;
}

#count-limit-modal {
    display: none;
    position: relative;
    z-index: 1000;
}

#count-limit-modal .show-modal-box-success {
    width: 350px;
    height: 150px;
}

#count-limit-modal .title-model-success {
    top: 40%;
    transform: translate(-50%, -60%);
}

.total-max-value {
    cursor: pointer;
}

.title-model-limit {
    display: flex;
    gap: 5px;
}

.title-model-limit img {
    margin-right: 2px;
}

#count-limit-modal .btn-back-form {
    position: absolute;
    margin-right: 0;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.add-image-model {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: #3B7BF6;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.2s;
    text-decoration: none;
    cursor: pointer;
}

.add-image-model:hover {
    background: #1D47D8;
}

.add-image-model i {
    margin-right: 8px;
}

.show-modal-box-create {
    height: 204px;
    width: 773px;
    position: fixed;
    top: 244px;
}

.show-modal-box-item-create {
    width: 597px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.show-modal-box-item-create .group-btn-modal {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.show-modal-box-success-nof {
    height: 134px;
    width: 305px;
}

.show-modal-box-success-click {
    width: 474px;
    height: 228px;
}

.icon-buttons i {
    font-size: 16px;
}

.icon-buttons:hover {
    background-color: #1D47D8;
    color: white !important;
}

.icon-buttons.size-l {
    height: 47px;
}

.fa-solid.fa-circle-xmark {
    font-size: 16px;
}

.dropdown-menu {
    border: 1px solid #B4B6C5;
    background: #FFF;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: unset !important;
}

.group-btn-modal {
    display: flex;
    justify-content: center;
    align-items: end;
}

/* modal create two */
.show-modal-box-create-two {
    width: 514px;
    height: 204px;
    position: fixed;
    top: 244px;
}

.group-btn-modal-two {
    gap: 16px;
}

.show-modal-box-item-create-two {
    width: 345px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-model-success-create-two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #363A44;
    font-size: 15px;
    font-weight: 700;
}

.title-model-success-create-two img {
    margin-right: 4px;
}

/* modal */
.show-modal-box-question {
    width: 454px;
    height: 204px;
    position: fixed;
    top: 221px;
    left: 50%;
    transform: translateX(-50%);
}

.show-modal-question-create .show-modal-box-question {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    top: 221px;
}

.show-modal-box-delete-with-discount-question {
    width: 650px;
    height: 204px;
    position: fixed;
    top: 221px;
    left: 50%;
    transform: translateX(-50%);
}

.show-modal-box-item-question {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: max-content;
    width: max-content;
}

.show-modal-box-item-question .title-model-question {
    margin-bottom: 0;
    display: flex;
    gap: 8px;
}

.show-modal-box-item-question .title-model-question span {
    color: #363A44;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.show-modal-box-success {
    width: 305px;
    height: 134px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 221px;
    left: 50%;
    transform: translate(-50%);
}

.title-model-success {
    color: #363A44;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.show-modal-box-error {
    width: 305px;
    height: 134px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 221px;
    left: 50%;
    transform: translate(-50%);
}

.title-model-error {
    color: #363A44;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    position: absolute;
    display: flex;
    gap: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.btn-room-delete-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #3B7BF6;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    border: 0;
}

.btn-room-delete-image span {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.show-modal-overlay,
.show-modal-box,
.show-modal-question-create {
    display: none;
}

.title-model-question-submit {
    display: flex;
    justify-content: center;
}

.group-input {
    padding-bottom: 24px;
}

.group-chil {
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    display: block;
}

.group-span {
    color: #6C778B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.group-date {
    display: flex;
    gap: 12px;
    align-items: center;
}

.group-setting {
    display: flex;
    padding-bottom: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.group-setting-item-cover {
    display: flex;
    padding-bottom: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.group-setting:not(:last-child) {
    border-bottom: 1px solid #D7DAE0;
}

.group-setting-title-span {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.rate-plan-group-setting-span {
    color: #6C778B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.group-setting-span {
    color: #363A44;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.group-setting-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.group-setting-item span {
    color: #363A44;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.group-setting-item-span {
    width: 158px;
}

.group-setting-item-title {
    width: 62px !important;
    color: #6C778B !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.group-setting-item select,
.group-setting-item input {
    width: 109px;
    height: 46px;
}

.group-setting-item input::placeholder {
    color: #8B94A5;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.group-setting-checkbox {
    width: 20px !important;
    height: 20px !important;
}

.group-setting-item-key {
    width: 45px;
    text-align: center;
}

.group-setting-item-value {
    width: 46px;
    text-align: right;
    white-space: nowrap;
}

.group-setting-item-unit {
    width: 36px;
    text-align: center;
    white-space: nowrap;
}

.group-setting-item-tax {
    width: 45px;
    white-space: nowrap;
}

.group-setting-item.not-available span {
    color: #8B94A5 !important;
}

.group-check-radio {
    display: flex;
    flex-wrap: wrap;
}

#list-result-search {
    list-style-type: none;
    padding: 20px 10px;
    margin: 10px 0 0 10px;
    overflow-y: auto;
    position: absolute;
    background-color: #fff;
    min-height: 200px;
    max-height: 400px;
    width: 70%;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #609FFA;
    display: none;
    z-index: 100;
}

#list-result-search li {
    padding: 10px 50px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.03);
    margin-top: 2px;
    border-radius: 5px;
}

#list-result-search li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    box-sizing: border-box;
}


#list-result-search li:first-child {
    margin-top: 0;
}

#list-result-search li:hover {
    background-color: #609FFA;
    color: #FFF;
}

#search-form-edit,
#search-button {
    width: 70px;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #D7DAE0;
    background: #FFF;
}

#search-form-edit span,
#search-button span {
    color: #6C778B;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#search-form-edit i,
#search-button i {
    color: #3B7BF6;
    font-size: 16px;
}

.not-value {
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    margin: auto;
}

.dropdown-menu.show {
    padding: 16px;
}

.dropdown-item {
    text-align: left !important;
    color: #6C778B !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.dropdown-item:hover {
    background-color: #F5F9FF;
    color: #3B7BF6 !important;
    text-decoration: none !important;
}

.dropdown-item:active,
.dropdown-item.active {
    background-color: #F5F9FF !important;
    color: #3B7BF6 !important;
    text-decoration: none !important;
}

.dropdown-item:not(last-child) {
    padding: 8px 0px;
}

.dropdown-divider {
    border-top: 1px solid #E7E7E7;
    margin: 2px 16px;
}

.header-admin-info {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    cursor: pointer;
}

.header-admin-info a {
    color: #6C778B;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.header-admin-info a:hover {
    text-decoration: underline;
}

.modal-body {
    padding: 24px !important;
    padding-bottom: 0 !important;
}

.rounded-pill {
    width: max-content;
    padding: 4px 20px;
    border-radius: 360px;
    border: 1px solid #8B94A5;
    background-color: #fff;
    color: #6C778B !important;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Body Text/body-sm-bold */
    font-family: "Noto Sans JP" !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

.avatar-rounded img {
    border-radius: 360px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.avatar-rounded-detail img {
    border-radius: 360px;
    width: 56px;
    height: 56px;
    object-fit: cover;
    border: 1px solid #474E5D;
}

#inquiries-list {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: 90vh;
    overflow-y: auto;
}

.message-area {
    height: 100vh;
    overflow: hidden;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 350px;
    float: left;
    padding: 24px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

/* .msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.chat-area .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list {
    margin-top: 15px;
    background-color: #fff;
}

.chat-list h3 {
    color: #363A44;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.chat-list p {
    color: #363A44;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

.active-partner {
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }

    .chatlist {
        width: 100%;
    }

    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }

    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }

    .msg-head h3 {
        font-size: 14px;
    }

    .msg-head p {
        font-size: 12px;
    }

    .msg-head .flex-shrink-0 img {
        height: 30px;
    }

    .send-box button {
        width: 28%;
    }

    .send-box .form-control {
        width: 70%;
    }

    .chat-list {
        background-color: #fff !important;
    }

    .chat-list h3 {
        font-size: 14px;
    }

    .chat-list p {
        font-size: 12px;
    }

    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

#renderPartner {
    overflow-y: auto;
    max-height: 705px;
}

.member-avatar-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.member-avatar-icon-detail {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.member-avatar-icon img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #474E5D;
}

.unknown-avatar {
    background-color: #ccc;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Sans JP";
}

.unknown-avatar-detail {
    background-color: #ccc;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Noto Sans JP";
}

.dashboard-session-success {
    font-family: "Noto Sans JP";
    line-height: normal;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    text-align: center;
}

.dashboard-session-success .title1 {
    font-size: 14px;
    font-weight: 700;
    color: #24262D;
}

.dashboard-session-success .title2 {
    font-size: 20px;
    font-weight: 700;
    color: #363A44;
}

.dashboard-session-success .title3 {
    font-size: 15px;
    font-weight: 500;
    color: #6C778B;
    text-align: left;
}

/** Tab Pane **/

.tab-container .btn-edit-room-detail {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #3B7BF6;
    background: #3B7BF6;
    padding: 8px 16px;
    text-decoration: none;
}

.tab-container .btn-edit-room-detail i {
    margin-right: 8px;
}

.tab-container .tabs {
    display: flex;
    gap: 12px;
}

.tab-container .tabs-border-bottom {
    display: flex;
    border-bottom: 1px solid #D7DAE0;
}

.tab-container .tabs .tab-link {
    padding: 12px 48px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #6C778B;
    background: #F6F7F9;
    position: relative;
}

.tab-container .tabs .tab-link.active {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
    color: #363A44;
    top: 1px;
}

.tab-link {
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    border: none;
    cursor: pointer;
    outline: none;
    background: none;
    top: 1px;
    border-bottom: 1px solid #D7DAE0;
}

.tab-link.active {
    border: 1px solid #D7DAE0;
}

.tab-content {
    padding-top: 24px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.group-tabs .dashboard-content-room-action-view {
    margin-top: -11px;
}

/** Tab Pane Ends Here **/

.white-pill {
    padding: 8px 12px;
    background-color: #FFF;
    border-radius: 8px;
}

.white-pill span {
    color: #6C778B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.white-pill p {
    color: #24262D;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Body Text/body-lg-bold */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.white-pill .unit {
    color: #363A44;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Body Text/body-sm */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.white-pill a {
    text-decoration: none;
}

.white-pill-no-bg {
    color: #6C778B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.white-pill-no-bg p {
    color: #6C778B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

/* search form start */
.btn-show-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #D7DAE0;
    background: #FFF;
    cursor: pointer;
}

.btn-show-search-form:hover {
    background: #F6F7F9;
}

.btn-show-search-form span {
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.group-search-popup {
    display: none;
    padding: 16px 0 32px 0;
}

.group-item-form-search {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 16px 40px;
    box-sizing: border-box;
    grid-auto-flow: row dense;
}

.group-item-form-search .item-form-search {
    display: flex;
    max-width: 100%;
    flex-direction: column;
}

.item-form-search .span-title-item-search {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.item-form-search input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D7DAE0 !important;
    background: #FFF;
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.item-form-search input::placeholder {
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.item-form-search input:focus {
    outline: 2px solid #1D47D8;
}


.item-form-search .select2-container--default .select2-selection--single {
    border: 1px solid #D7DAE0 !important;
    height: 40px;
    margin-bottom: 0;
}

.item-form-search .select2-container--default .select2-selection:focus {
    outline: 2px solid #1D47D8 !important;
}

.item-form-search .select2-container .select2-selection__arrow b {
    border: none !important;
}

.item-form-search .select2-container .select2-selection__arrow::before {
    content: '\f078' !important;
    font-family: 'FontAwesome' !important;
    font-size: 12px !important;
    color: #6C778B !important;
    transition: transform 0.3s ease;
}

.item-form-search .select2-container--open .select2-selection__arrow::before {
    transform: rotate(180deg);
}

.item-form-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    height: 40px;
    right: 16px;
    margin-bottom: 0;
}

.item-form-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-bottom: 0;
    border-radius: 4px;
    background: #FFF;
    color: #6C778B;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.group-btn-search {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    align-items: end;
}

.group-btn-search .btn-search-item {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #3B7BF6;
    border: none;
}

.group-btn-search .btn-search-item:hover {
    background-color: #1D47D8;
}

.group-btn-search .btn-search-item span {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.clear-content-search {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D7DAE0;
    background: #FFF;
    color: #6C778B;
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.clear-content-search:hover {
    background: #F6F7F9;
}

.class-btn-back-list {
    cursor: pointer;
}

/* search form start */

/** Custom Date Input **/

.custom-date-input {
    display: flex;
    align-items: center;
    border: 1px solid #8B94A5;
    border-radius: 6px;
    width: 155px;
}

.date-input {
    border: none !important;
    background: transparent !important;
    width: 75% !important;
    color: #8B94A5;
    font-size: 15px;
    padding: 0;
    outline: none !important;
}

.date-input::-webkit-calendar-picker-indicator {
    display: none;
}

.date-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    cursor: pointer;
}

.custom-date-input:hover {
    border-color: #007BFF;
}

.custom-date-input-search {
    display: flex;
    align-items: center;
    border: 1px solid #D7DAE0;
    background-color: white;
    border-radius: 4px;
    width: 155px;
}

.custom-date-input-search input {
    border: none !important;
    background: transparent !important;
    outline: none !important;
}

.custom-date-input-search:focus-within {
    outline: 2px solid #1D47D8 !important;
}

.ui-datepicker {
    z-index: 1000 !important;
}

/** Custom Date Input Ends Here **/

/** custom pre start **/
.pre-wrap {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/** custom pre end **/
.title-model-create {
    color: #363A44;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/** Custom Date Input Ends Here **/

/** Note Info Starts Here  **/

.note-info-cover {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #FFF8ED;
    border: 1px solid #FDBF74;
    margin-top: 24px;
}

.note-info-cover span {
    color: #9A3912;
    font-weight: 500;
    line-height: 20px;
}

.note-info-cover img {
    width: 17px;
    height: 16px;
    object-fit: cover;
}

/** Note Info Ends Here  **/

/** Custom Datepicker Starts Here **/

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #363A44;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #363A44;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #DBE9FE;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #3B7BF6;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #DBE9FE;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.ui-datepicker-week-col {
    color: #363A44;
    font-weight: 400;
    font-size: 0.75rem;
}

.ui-datepicker-buttonpane {
    display: flex;
    justify-content: space-between;
    margin: 15px 20px;
}

a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
    margin-top: 14px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    height: 40px;
}

.ui-datepicker-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ui-datepicker-month:hover,
.ui-datepicker-year:hover {
    outline: 1px solid #007BFF;
}

.ui-datepicker-month:focus,
.ui-datepicker-year:focus {
    outline: none;
}

.ui-datepicker-current,
.ui-datepicker-close {
    border: none;
    outline: none;
    background-color: white;
}

.ui-datepicker-current,
.ui-datepicker-close {
    color: #363A44;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
}

.ui-datepicker-current:hover,
.ui-datepicker-close:hover {
    color: #007BFF;
}

.ui-datepicker-other-month a.ui-state-default {
    color: #B4BAC5;
}

.ui-datepicker-today a.ui-state-highlight {
    border: 1px solid #007BFF;
    color: #007BFF;
}

.ui-datepicker-buttonpane {
    display: none;
}

/** Custom Datepicker Ends Here **/

/** Custom disabled checkbox **/
.checkbox-disabled>input[type="checkbox"]:checked {
    background-color: #1E3BAF;
    border: 1px solid #1E3BAF;
    cursor: default;
}

.checkbox-disabled>input[type="checkbox"] {
    border: 1px solid #8F90A6;
    cursor: default;
}

.check-box-disabled-label {
    cursor: default;
}

.suggest-item-input-title .example-link {
    color: #3B7BF6;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    cursor: pointer;
}

textarea.automation-textarea {
    resize: vertical;
    min-height: 232px;
    max-height: 500px;
}
