.primary-500 {
    color: #39AAC3;
}

.primary-800 {
    color: #2F3D40;
}

.text-white-color {
    color: #ffffff;
}

.text-primary-color {
    color: #2E3333;
}

.text-secondary-color {
    color: #596060;
}

.text-error-color {
    color: #E5534A;
    font-family: 'Source Han Sans JP Medium';
    font-weight: 500;
    font-size: 12px;
    white-space: pre-line;
    word-break: break-word;
}

.border-error-color {
    border: 2px solid #E5534A !important;
}

.border-error-color:focus, .input-yy-editor-primary:focus {
    outline: none;
}

.border-primary-color {
    border: 1px solid #B4BABA;
}

.bg-main-color {
    background-color: #39AAC3;
}

.bg-gray-500-color {
    background-color: #878F8F;
}

.text-primary-color-gray {
    color: #B4BABA;
}

.text-gray-500 {
    color: #878F8F;
}

.btn-yy-editor-primary {
    height: 40px;
    width: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'BIZ UDGothic Bold';
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background-color: #39AAC3;
    border-radius: 6px;
}

.btn-yy-editor-primary:disabled {
    cursor: not-allowed;
}

.btn-yy-editor-secondary {
    height: 40px;
    width: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'BIZ UDGothic Bold';
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: #ffffff;
    background-color: #878F8F;
    border-radius: 6px;
}

.input-yy-editor-primary {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #878F8F;
    padding: 0 15px 0 25px;
    color: #2E3333;
}

.input-yy-editor-primary::placeholder {
    color: #596060;
}

.page-item {
    min-width: 30px;
    height: 40px;
    background-color: #D7DBDB;
    margin: 0 4px;
    border: none;
    cursor: pointer;
    font-family: "BIZ UDGothic Bold";
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2px;
}

.page-item.active-page {
    background-color: #39AAC3;
}

.page-item[disabled],
.page-item:disabled {
    cursor: default;
    opacity: 0.6;
}

.modal-yy-editor .modal-content {
    background-color: #fafcfc;
}

.modal-yy-editor .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 10px 20px;
    border-bottom: none;
}

.modal-yy-editor .modal-content {
    min-height: 160px !important;
}

.modal-yy-editor .modal-content {
    border: none;
    box-shadow: 4px 4px 10px 0px #00000040;
}

.modal-yy-editor .modal-content .modal-header .title-modal{
    font-family: "Noto Sans JP Bold";
    font-size: 20px;
    font-weight: 700;
    color: #2f3d40;
}

.modal-yy-editor .modal-content .content-body {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    color: #2e3333;
}

.modal-yy-editor .title-modal {
    font-family: "Source Han Sans JP Bold";
    font-size: 20px;
    color: #2F3D40;
    font-weight: 700;
}

/*.modal-yy-editor .label-modal {*/
/*    font-family: Noto Sans JP;*/
/*    font-family: "Source Han Sans JP Medium";*/
/*    font-size: 16px;*/
/*    color: #2e3333;*/
/*    font-weight: 500;*/
/*}*/

.content-body {
    font-family: "Source Han Sans JP Medium";
    font-weight: 500;
    font-size: 16px;
    color: #596060;
}

.modal-yy-editor .modal-dialog.large {
    min-width: 632px;
}

.modal-yy-editor .modal-body, .modal-yy-editor .modal-footer {
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-yy-editor .modal-footer {
    padding-bottom: 20px;
}

.modal-yy-editor .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.modal-yy-editor .btn-close-modal {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-yy-editor.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 1080px) {
    .modal-yy-editor .modal-dialog.large {
        min-width: 80vw;
    }
}

#modal-logout .modal-content {
    height: 230px !important;
}

#commonConfirmModal .modal-content {
    height: 215px !important;
}

#rate-limit-modal .modal-content {
    height: 180px !important;
}

#rate-limit-modal .modal-body {
    padding: 20px 40px !important;
}

body.rate-limit-error-page {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}
