body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #1b274c;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}

hr {
    border-top: 1px dotted #1a67cb;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.hr-gray {
    border-top: 1px dotted #8d92a5;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-wrapper {
    padding-top: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}


/*--------------------------------
 * progress
---------------------------------*/

.progress::-webkit-progress-bar {
    background-color: #f3f3f3;
}

.progress::-webkit-progress-value {
    background-color: dodgerblue;
}

.progress::-moz-progress-bar {
    background-color: dodgerblue;
}

/*--------------------------------
 * navbar
---------------------------------*/

.navbar-public {
    border-bottom: 1px solid #8d92a5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.navbar-default {
    border-bottom: 1px solid #8d92a5;
    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;
}

.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: 1px solid #d7d7d7;
}

/* 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;
}

.fas.fa-bell {
    color: #323232;
}

.fas.fa-envelope {
    color: #323232;
}

/*--------------------------------
 * sidetree
---------------------------------*/

.sidetree-icon {
    width: 28px;
    height: 28px;
}

.menu-label-container {
    display: flex;
    align-items: center;
}

.icon-menu-label {
    margin-left: 5px;
    color: #7a7a7a;
    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
---------------------------------*/

/* global */

.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 #ccc;
}

.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: #505050;
}

.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 #ccc !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;
}

/* profile */

.profile-photo {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

/* search */

.search-container {
    display: flex;
    align-items: center;
}

.search-input {
    margin-left: 5px;
    border: none;
    padding: 10px;
    font-weight: bold;
    font-size: large;
    width: 80%;
}

/* 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;
}

/* chat */

.chat-ground {
    background-color: #fff;
}

.chat-column {
    max-width: 50%;
    word-wrap: break-word;
}

.left-chat {
    background-color: #1b274c;
    color: #fff;
    border: 1px solid #8d92a5;
}

.right-chat {
    background-color: #fff;
    color: #1b274c;
    border: 1px solid #8d92a5;
}

.left-chat-system {
    background-color: #29b53e;
    color: #fff;
}

.right-chat-system {
    background-color: #29b53e;
    color: #fff;
}

.message-textarea {
    background-color: #fcfcfc;
    color: #1b274c;
    border: 1px solid #8d92a5;
}

.unread-mark-container {
    display: flex;
    align-items: center;
    padding: 0px;
}

.unread-mark {
    background-color: #ff4b60;
    color: white;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 50%;
}

.chat-message-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-chat-list-background {
    background-color: #f4f5ff;
}

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

/*--------------------------------
 * footer
---------------------------------*/

.footer-public {
    border-top: 2px solid #4c6ad1;
    background-color: #fff;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    color: #000;
}

.footer {
    border-top: 2px solid #4c6ad1;
    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;
}

/*--------------------------------
 * 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;
    }
}