body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #1b274c;
}
hr {
    border-top: 1px dotted #3F51B5; 
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
button {
    font-size: 1.0em !important;
}
.hr-gray {
    border-top: 1px dotted #8d92a5; 
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.hr-bar-gray {
    border-top: 2px solid #f5f5f5;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.title-icon {
    font-size: 17px;
}

.textarea-light-green {
    background-color: #F1F8E9;
}
.textarea-light-blue {
    background-color: #E1F5FE;
}

/*--------------------------------
 * progress
---------------------------------*/

.progress::-webkit-progress-bar {
    background-color: #f3f3f3;
}
.progress::-webkit-progress-value {
    background-color: dodgerblue;
}
.progress::-moz-progress-bar {
    background-color: dodgerblue;
}

/*--------------------------------
 * navbar
---------------------------------*/

.fa-site-icon-color {
    color: #1b274c;
}

.navbar-public {
    border-bottom: 1px solid #90A4AE; 
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.navbar-default {
    border-bottom: 1px solid #90A4AE; 
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.navbar-default-bg {
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.navbar-item-logo-check {
    max-width: 12px;
    max-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-account-photo {
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.navbar-item-logo {
    width: 200px;
    min-height: 40px;
}

.navbar-status {
    background-color: #fff;
    border-radius: 10px;
    border-width: 2px;
    padding-top: 10px;
    padding-left: 12px; 
    padding-right: 16px;
    padding-bottom: 5px;
}
.navbar-status-border {
    border-top: 1px solid #B0BEC5;
    border-left: 1px solid #B0BEC5;
    border-right: 1px solid #B0BEC5;
    border-bottom: 2px solid #B0BEC5;
}

/* Mail Badge */

.position-relative {
    position: relative;
}

.badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    border-radius: 50%;
    background-color: #ff4b60;
    color: white;
    font-size: 10px;
}

/*--------------------------------
 * Modal
---------------------------------*/

.modal {
    z-index: 1050;
}

.modal-background {
    z-index: 1040;
}

.modal-card {
    z-index: 1050;
}

/*--------------------------------
 * sidetree
---------------------------------*/

.sidetree-icon {
    width: 28px;
    height: 28px;
}

.menu-label-container {
    display: flex;
    align-items: center;
}

.icon-menu-label {
    margin-left: 5px;
    color: #1b274c;
    font-weight: bold;
}

.li-a-item-active {
    background-color: #eff0f3;
    font-weight: bold;
}

.scrollable-chat-menu-list {
    max-height: 545px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: normal;
}

/*--------------------------------
 * content
---------------------------------*/

.multiple-select-container {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    width: 100%;
}
.multiple-select {
    width: 100%;
    border: #d7d7d7 1px solid;
    font-size: medium;
    border-radius: 4px;
}

.files-check-label-danger {
    color: #E53935;
    background-color: #fff;
    border: 1px solid #E53935;
    padding: 0.5rem;
    border-radius: 0.25rem;
}
.files-check-label-success {
    color: #43A047;
    background-color: #fff;
    border: 1px solid #43A047;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

/* global */

.back-a-link-button {
    color: #1b274c;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.0em;
    padding: 0.5rem 1rem;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    background-color: #f7f7f7;
}
.back-a-link-button:hover {
    background-color: #EEEEEE;
    color: #1b274c;
    text-decoration: none;
}

.border-gray {
    border: 1px solid #B0BEC5; 
}

.readonly-field {
    background-color: #f3f3f3;
    color: #1b274c;
}

.text-info {
    color: #1a67cb;
}
.text-danger {
    color: #ff4b60;
    font-size: small;
}
.text-warning {
    color: #ff9800;
}

.text-blue {
    color: dodgerblue;
}
.text-red {
    color: #ff4b60;
}

.center-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.wrap-text {
    white-space: normal;
    word-wrap: break-word;
}

.font-weight-bold {
    font-weight: bold;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-logo-identity_verification {
    max-width: 30px;
    max-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.profile-logo-toplevel_checkmark {
    max-width: 28px;
    max-height: 28px;
    position: absolute;
    bottom: 0;
    left: auto;
    margin-left: 3px;
    margin-bottom: 7px;
}

.profile-logo-support_agreement {
    max-width: 28px;
    max-height: 28px;
    position: absolute;
    bottom: 0;
    left: auto;
    margin-left: 31px;
    margin-bottom: 7px;
}

.profile-logo-star {
    max-width: 28px;
    max-height: 28px;
    position: absolute;
    bottom: 0;
    left: auto;
    margin-left: 62px;
    margin-bottom: 7px;
}

.wrap-text {
    word-wrap: break-word;
    word-break: break-all;
}

.main-border {
    border: 1px solid #B0BEC5; 
}

.main-text-color {
    color: #1a67cb;
}

.flex-container {
    display: flex;
    align-items: center;
}

.is-flex {
    display: flex;
}
.is-align-items-center {
    align-items: center;
}

.content-icon {
    width: 35px;
    height: 35px;
}

.main-title {
    color: #1b274c;
}

.title-container {
    display: flex;
    align-items: center;
}

.session-inner-content {
    overflow: hidden;
    border-radius: 6px;
    background-color: #f5f6fc;
    box-shadow: inset 1px 3px 5px rgba(0, 0, 0, 0.1);
    margin: 0px;
    padding: 0px;
}

.content-align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.emp-separator {
    padding: 0px;
    margin: 0px;
    height: 20px;
    width: auto;
}

.hover-button {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.back-button {
    background-color: #fff !important;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #B0BEC5 !important; 
}
.back-button:hover {
    background-color: #f3f3f3 !important;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #8d92a5 !important; 
}

.breadcrumb-item {
    color: #8d92a5;
}
.breadcrumb-item a {
    color: #1b274c;
}
.breadcrumb-item a:hover {
    color: #1a67cb;
}
.breadcrumb-icon {
    max-width: 24px;
    max-height: 24px;
    width: 24px; 
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}

/* サムネイル */

.thumbnail-area {
    overflow-x: auto;
}
.thumbnail-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}
.thumbnail-label {
    margin-top: 1px;
}

/* profile */

.profile-photo {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/* staff */

.accept-request-true {
    color:dodgerblue;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: small;
}
.accept-request-false {
    color: #dc6b8a;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: small;
}

/*--------------------------------
 * footer
---------------------------------*/

.footer-public {
    border-top: 2px solid #1976D2; 
    background-color: #fff; 
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    color: #000;
}
.footer {
    border-top: 2px solid #1976D2; 
    background-color: fff;
    color: #000;
    margin-top: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.footer-bottom {
    background-color: #fff; 
    min-height: 38px;
}
.footer a {
    color: #746f57;
}
.footer a:hover {
    color: #989272;
}

.footer-icon {
    max-width: 20px; 
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
}

/*--------------------------------
 * Pagination
---------------------------------*/

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px !important;
    background-color: none;
}
.pagination-previous {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #8d92a5;
    border-radius: 50%;
    cursor: pointer;
    background-color: white;
    aspect-ratio: 1 / 1;

}
.pagination-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #8d92a5;
    border-radius: 50%;
    cursor: pointer;
    background-color: white;
    aspect-ratio: 1 / 1;
}
.pagination-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #8d92a5;
    border-radius: 50%;
    cursor: pointer;
    background-color: white;
    aspect-ratio: 1 / 1;
}
.pagination-ellipsis {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f3f3f3;
    border-radius: 50%;
    color: #8d92a5;
    cursor: pointer;
    aspect-ratio: 1 / 1;
}
.pagination-link.is-current {
    background-color: dodgerblue;
    color: #fff;
}

.pagination-link:hover {
    background-color: #d2e8ff;
    border: 1px solid #8d92a5;
    color: #1a67cb;
}
.pagination-previous:hover {
    background-color: #d2e8ff;
    border: 1px solid #8d92a5;
    color: #1a67cb;
}
.pagination-next:hover {
    background-color: #d2e8ff;
    border: 1px solid #8d92a5;
    color: #1a67cb;
}

/*--------------------------------
 * mobile
---------------------------------*/

@media (max-width: 768px) {
    .badge {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1px 2px;
        border-radius: 50%;
        background-color: #ff4b60;
        color: white;
        font-size: 8px;
    }

    .navbar-item-logo {
        max-width: 180px;
        width: 180px;
        min-width: 180px;
        min-height: 35px;
    }

    .profile-logo-identity_verification {
        max-width: 24px;
        max-height: 24px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .profile-logo-toplevel_checkmark {
        max-width: 16px;
        max-height: 16px;
        position: absolute;
        bottom: 0;
        left: auto;
        margin-left: 2px;
        margin-bottom: 3px;
    }

    .profile-logo-support_agreement {
        max-width: 16px;
        max-height: 16px;
        position: absolute;
        bottom: 0;
        left: auto;
        margin-left: 18px;
        margin-bottom: 3px;
    }

    .profile-logo-star {
        max-width: 16px;
        max-height: 16px;
        position: absolute;
        bottom: 0;
        left: auto;
        margin-left: 36px;
        margin-bottom: 3px;
    }

    .sidetree-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }

    .content-icon {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
    }

    .pagination-previous {
        flex-grow: unset !important;
    }
    .pagination-next {
        flex-grow: unset !important;
    }
}