.top-header {
    font-weight: 300px;
    /* font-style: italic; */
}

.color-unit {
    color: #31BAD9 !important;
}

.bg-unit {
    background-color: #31BAD9 !important;
    border-color: #31BAD9 !important;
}

.bg-img-unit {
    background-color: #31BAD9;
    background-size: cover;
    background-image: linear-gradient(180deg, #31BAD9 100%, #31BAD9 100%);
}

.btn-unit {
    color: #fff;
    background-color: #31BAD9;
    border-color: #31BAD9;
}

.btn-unit:hover {
    color: #fff;
    background-color: #207c91;
    border-color: #12768d;
}

.btn-unit:focus,
.btn-unit.focus {
    color: #fff;
    background-color: #207c91;
    border-color: #12768d;
    box-shadow: 0 0 0 0.2rem #6bcce2;
}

.btn-unit.disabled,
.btn-unit:disabled {
    color: #fff;
    background-color: #31BAD9;
    border-color: #31BAD9;
}

.btn-unit:not(:disabled):not(.disabled):active,
.btn-unit:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #207c91;
    border-color: #12768d;
}

.btn-unit:not(:disabled):not(.disabled):active:focus,
.btn-unit:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2re#6bcce2;
}

.btn-unit-0 {
    color: #31BAD9;
    background-color: #e9adc8;
    border-color: #cea5b8;
}

.logo {
    object-fit: cover;
    border-radius: 20px;
    height: 200px;
    width: 200px;
}

.btn-unit-0:hover {
    color: #fff;
    background-color: #207c91;
    border-color: #12768d;
}

.btn-unit-0:focus,
.btn-unit-0.focus {
    color: #fff;
    background-color: #207c91;
    border-color: #12768d;
    box-shadow: 0 0 0 0.2rem #6bcce2;
}

.btn-unit-0.disabled,
.btn-unit-0:disabled {
    color: #fff;
    background-color: #31BAD9;
    border-color: #31BAD9;
}

.btn-unit-0:not(:disabled):not(.disabled):active,
.btn-unit-0:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #207c91;
    border-color: #12768d;
}

.btn-unit-0:not(:disabled):not(.disabled):active:focus,
.btn-unit-0:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2re#6bcce2;
}

.input-field:focus {
    box-shadow: 0 0 0 0.2rem #6bcce2;
    border-color: #5dbacf;
}

.bg-gradient-unit {
    background-color: #31BAD9;
    background-image: linear-gradient(180deg, #31BAD9 100%, #51d4f1 100%);
    background-size: cover;
}

.not-input {
    padding: 5px 5px;
}

.not-seen {
    /* color: #31BAD9; */
    background-color: #fff2f8;
}

.not-seen:hover {
    /* color: #31BAD9; */
    background-color: #ffe4f1;
}

.card-form {
    border-radius: 10px !important;
    background-color: white;
    margin-bottom: 25px;
}

.card-header-form,
.footer-form {
    padding-bottom: 0px !important;
    position: relative;
    border-radius: 10px !important;
    background-color: white !important;
    border: none !important;
}

.profile {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: none;
    object-fit: cover;
}

.profile-table {
    width: 60px;
    height: 40px;
    border: none;
    object-fit: cover;
}

.profile-resend {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: none;
    object-fit: cover;
}

.profile-chat {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: none;
    object-fit: cover;
}

.profile-name {
    padding-top: 20px !important;
    padding-left: 10px;
    color: black;
    font-size: 18px;
    font-weight: 150px;
}

.btn-coner {
    position: absolute;
    top: 15px;
    right: 16px;
    font-size: 18px;
}

.resend {
    cursor: pointer;
    position: relative;
    min-width: 200px;
    height: 60px;
    background-color: #f8f9fc;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    /* z-index: 0; */
}

.resend.read {
    font-weight: bold;
    background-color: #dde2f1;
}

.resend.read:hover {
    background-color: #cbd3ee;
}

.resend:hover {
    background-color: #eff1f8;
}

.profile-name-resend {
    position: absolute;
    top: 2px;
    left: 60px;
    min-width: 150px;
    padding-left: 5px;
    color: black;
    font-size: 18px;
    font-weight: 150px;
}

.text-resend {
    position: absolute;
    top: 25px;
    left: 60px;
    padding-left: 5px;
    color: gray;
    font-size: 15px;
    font-weight: 150px;
}

.btn-profile-resend,
.btn-profile-resend:checked {
    width: 0px;
    height: 0px;
    border: none;
}

.card-pop-up {
    width: 300px;
    height: 400px;
    position: fixed;
    bottom: 0px;
    right: 10px;
    font-size: 18px;
    z-index: 1;
    display: none;
}

.card-create-group {
    width: 400px;
    height: 230px;
    position: fixed;
    bottom: 40%;
    left: 35%;
    font-size: 18px;
    color: gray;
    display: none;
}

.not-input {
    display: none;
    background-color: white;
}

.input-file {
    border: 1px solid lightgray;
    padding: 4px 4px 4px 4px;
    border-radius: 5px;
}

.input-file:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.chat-shotcut-blog {
    overflow-y: scroll;
    height: 300px;
}

.btn-unit-size {
    font-size: 12px !important;
}

.one-image {
    width: 100%;
    max-height: auto;
    max-height: 400px;
    border: none;
    object-fit: cover;
}

#wrap {
    z-index: -9;
}


/* .container-fluid{
    overflow-y: hidden;
    z-index:-4;
} */

.not-scroll {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
}

.not-scroll1 {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
}

.btn-like {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 18px;
    color: #31BAD9;
}

.btn-comment {
    position: absolute;
    bottom: 8px;
    left: 30%;
    font-size: 18px;
    color: #31BAD9;
}

.btn-share {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: 18px;
    color: #31BAD9;
}

.size-card-footer {
    height: 50px;
}

.btn-map {
    width: 100%;
    margin-bottom: 20px;
}

.label-chat-text-left {
    word-wrap: break-word;
    width: auto;
    max-width: 90%;
    height: auto;
    background-color: #e9adc8;
    color: black;
    padding: 8px;
    border-radius: 10px 10px 10px 0px;
    font-size: 15px;
    z-index: 2;
}

.label-chat-text-right {
    word-wrap: break-word;
    width: auto;
    max-width: 90%;
    height: auto;
    background-color: #96c4e9;
    color: black;
    padding: 8px;
    text-align: left;
    border-radius: 10px 10px 0px 10px;
    font-size: 15px;
}

.label-chat-text-right-page.replied {
    background-color: white;
    border: 1px solid lightgray;
    padding-bottom: 8px;
    cursor: pointer;
    border-radius: 10px 10px 10px 10px;
    z-index: 0;
}

.label-chat-right-page.replied {
    margin-bottom: -10px;
    cursor: pointer;
}

.label-chat-left-page.replied {
    position: relative;
    word-wrap: break-word;
    /* min-height: 40px; */
    margin-left: 35px;
    max-width: 60%;
    cursor: pointer;
    /* background-color: #76c9db; */
    /* color: black; */
    /* padding: 8px; */
    /* text-align: left; */
    /* border-radius: 10px 10px 0px 10px; */
    /* font-size: 15px; */
    width: fit-content;
    min-width: 80px;
    margin-bottom: -10px;
    z-index: 0;
}

.replied.blog-video {
    margin-bottom: -14px !important;
    max-width: 40%;
    height: 100px;
}

.forward-margin-top {
    margin-top: 3rem;
}


/**chat-reader**/

.display-name {
    position: static;
    /* bottom: 0px; */
    font-size: 10px;
    margin-bottom: 0px;
    margin-left: 35px;
    color: gray;
}

.chat-reader {
    position: relative;
    width: 100%;
    /* min-height: 60px; */
    height: auto;
}

.mt-2rem {
    margin-top: 2rem !important;
}

.profile-reader {
    position: absolute;
    bottom: 0px;
    /* top: 0px; */
    left: 0px;
    /* object-fit: cover; */
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 25px;
}

.profile-sender {
    position: absolute;
    bottom: 0px;
    /* top: 0px; */
    right: 10px;
    /* object-fit: cover; */
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 25px;
}

.label-chat-text-left-page {
    /* position: absolute; */
    position: relative;
    word-wrap: break-word;
    /* width: auto; */
    min-height: 40px;
    margin-right: 5px;
    /* max-width: 55%; */
    background-color: #96c4e9;
    color: black;
    padding: 8px;
    border-radius: 10px 10px 10px 0px;
    font-size: 15px;
    /* margin-top: 20px; */
    margin-bottom: 0px;
    margin-left: 35px;
    width: fit-content;
    min-width: 80px;
    padding-bottom: 20px;
    z-index: 2;
}

.label-chat-right-page {
    position: relative;
    word-wrap: break-word;
    /* min-height: 40px; */
    margin-right: 5px;
    max-width: 60%;
    /* background-color: #76c9db; */
    /* color: black; */
    /* padding: 8px; */
    /* text-align: left; */
    /* border-radius: 10px 10px 0px 10px; */
    /* font-size: 15px; */
    width: fit-content;
    min-width: 80px;
    margin-bottom: 20px;
}

.label-chat-text-right-page {
    position: relative;
    word-wrap: break-word;
    min-height: 40px;
    /* margin-right: 5px; */
    background-color: #76c9db;
    color: black;
    padding: 8px;
    text-align: left;
    border-radius: 10px 10px 0px 10px;
    font-size: 15px;
    width: fit-content;
    min-width: 80px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    z-index: 20;
}

.chat-time {
    background-color: rgb(18, 44, 68, 0.2);
    border-radius: 3px;
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    color: white;
    position: absolute;
}

.chat-time.right {
    bottom: 3px;
    right: 4px;
}

.chat-time.video.right {
    bottom: 22px;
    right: 4px;
}

.chat-time.file.right {
    bottom: 1px;
    right: 4px;
}

.chat-time.audio.right {
    bottom: -4px;
    right: 4px;
}

.chat-time.file1.right {
    bottom: 11px;
    right: 4px;
}

.chat-time.file.left {
    bottom: 4px;
    left: 41px;
}

.chat-time.icon.right {
    bottom: 4px;
    right: 80px;
}

.chat-time.icon.left {
    bottom: 2px;
    left: 120px;
}

.ml_audio {
    margin-left: -37px !important
}

.chat-time.audio.left {
    bottom: -7px;
    left: 39px;
}

.chat-time.left {
    bottom: 3px;
    left: 3px;
}

.chat-blog-page {
    overflow-y: scroll;
    position: absolute;
    top: 70px;
    /* left: 10px; */
    right: 4px;
    height: 500px;
    width: 100%;
}

.card-chat-page {
    height: 610px;
    width: 100%;
}

.chat-menu {
    position: relative;
    overflow-y: scroll;
    height: 635px;
}

.chat-detail {
    position: relative;
    height: 660px;
}

.btn-create-group {
    position: absolute;
    bottom: 10px;
    /* left: 10%; */
}

.btn-create-group-pu {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.create-group-name-pu {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 75%;
}

.chat-sender {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.text-sender {
    /* height: 90px;   */
    width: 78%;
    position: absolute;
    bottom: 10px;
    left: 100px;
}

.icon2-sender {
    width: 5%;
    position: absolute;
    bottom: 0px;
    left: 38px;
}

.icon1-sender {
    width: 5%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.cancel-sender {
    position: absolute;
    top: 2px;
    right: 3px;
}

.cancel-sender:hover {
    color: gray !important;
}

.image-sender {
    border: none;
    z-index: 2;
    width: 75%;
    height: 80px;
    position: absolute;
    bottom: 6px;
    left: 6vw;
    display: none;
}

div.relay {
    /* border: 1px solid lightgray; */
    z-index: 2;
    background-color: none;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.image-preview {
    display: inline-block;
    color: white;
    text-align: center;
    margin-right: 2px;
    text-decoration: none;
    position: relative;
    width: 120px;
    height: 80px;
}

.img-pre {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    z-index: 1;
}

.btn-delete {
    position: absolute;
    top: 1px;
    right: 5px;
    z-index: 2;
    font-size: 16px;
    color: red;
    cursor: pointer;
}

.image-chat {
    min-height: 40px;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    border-radius: 10px 10px 0px 10px;
    z-index: 2;
    /* margin-bottom: 20px; */
}

.image-chat.replied {
    border-radius: 10px;
    width: 40%;
}

.blog-image {
    min-height: 40px;
    /* max-width: 55%; */
    height: auto;
    max-height: 300px;
    object-fit: contain;
    border-radius: 10px 10px 0px 10px;
    /* margin-bottom: 20px; */
}

.blog-image.replied {
    cursor: pointer;
}

.reader-blog-image {
    min-height: 40px;
    /* max-width: 55%; */
    margin-left: 35px;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    border-radius: 10px 10px 10px 0px;
    /* margin-bottom: 20px; */
}

.blog-album.replied {
    width: 40% !important;
    height: auto;
}

.disabled-blog {
    height: 100%;
    width: 100%;
    background-color: rgb(240, 241, 243, 0.5);
    z-index: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 5px;
}

.forward-icon {
    top: 0px;
    width: 19px;
    color: gray !important;
}

.disabled-blog.audio {
    border-radius: 20px !important;
}

.disabled-blog.image {
    width: 40% !important;
}

.disabled-blog.video {
    width: 100% !important;
    z-index: 10;
}

.disabled-blog.left {
    left: 0px !important;
}

.blog-album {
    /* min-height: 20px; */
    /* max-width: 55%; */
    height: auto;
    object-fit: contain;
    border-radius: 10px 10px 0px 10px;
    /* margin-bottom: 20px; */
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.reader-blog-album {
    min-height: 40px;
    /* max-width: 55%; */
    height: auto;
    object-fit: contain;
    border-radius: 10px 10px 0px 10px;
    /* margin-bottom: 20px; */
    width: 100% !important;
    margin-left: 35px !important;
    margin-right: 0px !important;
}

a {
    cursor: pointer;
}

.blog-video {
    height: 300px;
    width: 500px;
    object-fit: cover;
    border-radius: 10px 10px 0px 10px;
    margin-bottom: 20px;
}

.blog-video.replied {
    border-radius: 10px 10px 10px 10px;
}

.reader-blog-video {
    margin-left: 35px;
    height: 300px;
    width: 500px;
    object-fit: cover;
    border-radius: 10px 10px 10px 0px;
    /* margin-bottom: 20px; */
}

.image-chat.row,
.reader-image-chat.row {
    max-height: 600px;
    height: auto !important;
}

.image-album {
    /* min-height: 40px; */
    width: 100%;
    max-height: 120px;
    /* max-height: 200px; */
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid lightgray;
}

audio {
    /* margin-left: 35px; */
    margin-bottom: -8px;
    border: none;
}

.audio-replied {
    width: 150px;
    height: 45px;
}

.audio-left {
    margin-left: 35px;
}

.like-chat {
    width: 80px;
    height: 63px;
    object-fit: cover;
    /* margin-bottom: 20px; */
}

.file-chat {
    background-color: lightgray;
    width: 200px;
    padding: 12px;
}

.file-chat.replied {
    background-color: lightgray;
    width: 100px !important;
    padding: 6px !important;
}

.reader-image-chat {
    min-height: 40px;
    margin-right: 5px;
    max-width: 100%;
    border-radius: 10px 10px 10px 0px;
    /* margin-left: 35px; */
    object-fit: cover;
    max-height: 300px;
    margin-bottom: 0px;
}

.reader-like-chat {
    margin-left: 35px;
    width: 80px;
    height: 63px;
    object-fit: cover;
    /* margin-top: 20px; */
}

.reader-file-chat {
    margin-left: 35px;
    background-color: lightgray;
    width: 200px;
    /* margin-top: 20px; */
}

.file-sender {
    z-index: 2;
    width: 150px;
    background-color: lightgray;
    border-radius: 5px;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 6px;
    left: 6vw;
    display: none;
}

.btn-sender {
    width: 65px;
    position: absolute;
    bottom: 1px;
    right: 0px;
}

.like-sender {
    width: 50px;
    position: absolute;
    bottom: 1px;
    right: 0px;
}

.like-sender:hover {
    cursor: pointer;
}

.custom-label {
    width: 5%;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    /* background:white;  */
    display: table;
    color: #31BAD9;
    /* border: 1px solid lightgray; */
}

.custom-label:hover,
.custom-label.active {
    color: white;
    background-color: #31BAD9;
}

.custom-input-file {
    display: none;
}

.chat-header-page {
    position: absolute;
    top: 10px;
}

.is-online {
    position: absolute;
    top: 42px;
    left: 47px;
    color: blue;
    font-size: 10px;
    z-index: 1;
    display: none;
}

.select-user {
    position: absolute;
    /* width: 200px; */
    height: auto;
    border-radius: 10px;
    border: none;
    overflow-y: scroll;
    z-index: 2;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-height: 600px;
    display: none;
}

.btn-back {
    position: fixed;
    bottom: 40px;
    right: 10px;
}

.pop-up-users {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: none;
}

.show-users {
    max-height: 500px;
    overflow-y: auto;
}

.btn-cancel-list {
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 20px;
}

.preview-message {
    background-color: white;
    position: relative;
    /* border: 1px solid gray; */
    width: 100%;
    height: 50px;
    top: 20px;
    padding-left: 6vw;
    display: none;
}

.reply-forward {
    position: absolute;
    top: 0px;
    display: none;
}

.reply-forward.sender {
    left: -20px;
}

.reply-forward.reader {
    right: -20px;
}

.btn-remove-pin {
    position: relative;
    top: 2px;
    margin-left: 20px;
}

.preview-message>.btn-delete {
    right: 3vw;
}

.pin-replied {
    position: absolute;
    right: 0px;
    top: -30px;
}

.label-chat-pinned.text {
    border: 1px solid lightgray;
    background-color: white;
    padding: 8px;
    width: 100%;
    max-height: 40px;
}

.btn-forward {
    position: absolute;
    top: 14px;
    right: 10px;
}

.label-forward {
    padding: 3px;
    font-size: 12px;
    background-color: transparent;
    border: none;
    color: gray;
    /* border-radius: 5px; */
    /* min-width: 125px; */
    width: 100%;
    right: 0px;
    position: absolute;
    top: -20px;
}

.label-forward.right {
    text-align: left;
}

.label-forward.left {
    text-align: right;
}

.badge-in-list {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
}

.pin-property {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: rgb(237, 238, 241) !important;
    z-index: 100;
    display: none;
}

.pin-image {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 65px;
    height: 45px;
    cursor: pointer !important;
}

.pin-title {
    position: absolute;
    top: 1px;
    left: 80px;
    color: gray !important;
    font-size: 18px;
}

.pin-price {
    position: absolute;
    top: 25px;
    left: 80px;
}