.calc__messages {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    color: #475569;

}

.users__content {
    height: calc(100vh - 220px);
}

.users__list {
    overflow-y: auto;
    height: 100%;
}

.users__list::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.users__list::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 5px
}

.users__list::-webkit-scrollbar-track {
    background: #f3f3f3
}

.users__list {
    scrollbar-face-color: #d9d9d9;
    scrollbar-track-color: #f3f3f3
}

.users__list {
    scrollbar-color: #d9d9d9 #f3f3f3;
    scrollbar-width: thin
}

@media (min-width: 576px) {
    .users__list::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    .users__list::-webkit-scrollbar-thumb {
        background: false;
        border-radius: false
    }

    .users__list::-webkit-scrollbar-track {
        background: false
    }

    .users__list {
        scrollbar-face-color: false;
        scrollbar-track-color: false
    }

    .users__list {
        scrollbar-color: false false;
        scrollbar-width: thin
    }
}

.user__item {
    display: block;
    position: relative;
    padding: 15px;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border-top: 1px solid #D9DBE8;
}

.user__item:last-child {
    border-bottom: 1px solid #D9DBE8;
}

.user__item.selected, .user__item:hover {
    background-color: #F1F5F9;
}

.user__item-avatar {
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #c4c4c4;
    line-height: 24px;
    margin-right: 9px;
    border: 1px solid #c4c4c4
}

.user__item-avatar.user_avatar-right {
    width: 62px;
    height: 62px;
    font-size: 24px;

}

@media (min-width: 576px) {
    .user__item-avatar {
        margin-right: 18px
    }
}

.user__item-details time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
    line-height: 19px
}

@media (min-width: 576px) {
    .user__item-details time {
        font-size: 16px;
        line-height: 21px
    }
}

.user__item-name {
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
    white-space: nowrap;
}

@media (min-width: 576px) {
    .user__item-name {
        font-size: 14px;
        line-height: 24px
    }
}

.user__item-message {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    color: #1e1b1b;
    line-height: 19px
}

@media (min-width: 576px) {
    .user__item-message {
        font-size: 16px;
        line-height: 21px
    }
}

.unread__dot {
    position: absolute;
    top: 18px;
    right: 24px;
    width: 12px;
    height: 12px;
    background-color: #008dff;
    border-radius: 50%
}

.users__search {
    padding: 10px;

    input {
        border: none !important;
        background-color: #f2f4f5;
        border-radius: 6px;
    }

    input:focus {
        background-color: #f2f4f5 !important;
        outline: 1px solid #f2f4f5;
    }

}

.telegram-folder-add {
    position: relative;
}

.telegram-folder-add .telegram-folders {
    z-index: 99;
    position: absolute;
    background: #fff;
    padding: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(10, 10, 10, 0.07);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 105%);
}

.telegram-folder-add .telegram-folders input {
    width: 16px;
    height: 16px;
}

.telegram-folder-add .telegram-folders label {
    font-weight: 600;
    margin: 4px;
}

.chat__intro {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    gap: 20px;
}

.chat__intro .telegram-folder-btns .btn.active {
    border-color: #008dff !important;
    color: #fff !important;
    background: #008dff !important;
}

.chat__intro p {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 600;
    color: #1e1b1b;
    line-height: 30px
}

.chat__intro span {
    font-size: 18px;
    font-weight: 400;
    color: #737373;
    line-height: 24px
}

.chat__intro .chat__intro-icon {
    margin-bottom: 20px;
    width: 90px;
    height: 90px
}

.chat__area, .user--setting-right {
    height: calc(100vh - 113px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat__area {
    height: calc(100vh - 340px);
}

.chat .chat__area {
    height: calc(100vh - 113px) !important;
}

.chat__area-header {
    border: 1px solid #d9d9d9;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: auto;
}

@media (min-width: 576px) {
    .chat__area-header {
        padding: 16px 20px
    }
}


.chat__content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    overflow-y: auto;
}

.chat__content::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.chat__content::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 5px
}

.chat__content::-webkit-scrollbar-track {
    background: #f3f3f3
}

.chat__content {
    scrollbar-face-color: #d9d9d9;
    scrollbar-track-color: #f3f3f3
}

.chat__content {
    scrollbar-color: #d9d9d9 #f3f3f3;
    scrollbar-width: thin
}

@media (min-width: 1200px) {
    .chat__content {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.message__group + .message__group {
    margin-top: 40px
}

.message__group-date {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #d9d9d9
}

.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

.message.incoming {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.message.outgoing {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.message:not(:first-child) {
    margin-top: 30px
}

.incoming .message__body {
    background-color: #F1F5F9;
}

.outgoing .message__body {
    background-color: #E2E8F0;
}

.outgoing .user__item-avatar {
    margin-right: 0;
    margin-left: 18px
}

.message__product-label {
    margin-right: 10px
}

.message__product-value {
    font-weight: 600
}

.message__body {
    position: relative;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #1e1b1b;
    line-height: 21px;
    word-break: break-word;
    margin-right: 10px;
    transition: .3s ease;
}

.message__body:hover {
    cursor: pointer;
}

.message__actions {
    gap: 10px;
    margin-right: 10px;
}

.message__body-reply {
    font-size: 12px;
    border-left: 1px solid black;
    padding-left: 10px;
}

.message__content .message__actions {
    display: none !important;
}

.message__content:hover .message__actions {
    display: flex !important;
}

.message__actions i {
    cursor: pointer;
    padding: 5px;
    background-color: #008DFF1A;
    color: #008DFF;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message__actions i:not(:last-child) {
    margin-bottom: 8px;
}

.message__body p {
    margin-bottom: 0
}

.message__body time {
    position: absolute;
    right: 25px;
    bottom: 5px;
    pointer-events: none;
    font-size: 12px;
    font-weight: 400;
    color: #7e7e7e;
    line-height: 16px
}

.message__product-img {
    max-height: 88px;
    border: 1px solid #d9d9d9;
    border-radius: 5px
}

@media (max-width: 991px) {
    .message__product-img {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .message__product-img {
        margin-right: 27px
    }
}

#sampleAnswersDiv {
    display: flex;
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    max-height: 120px;
    overflow-y: auto;
}

#sampleAnswersDiv > p {
    position: relative;
    cursor: pointer;
    color: #008DFF;
    background-color: #008DFF1A;
    padding: 5px 10px;
    margin: 0;
    z-index: 2;
    border-radius: 100px;
}

body > span {
    color: black;
    position: absolute;
    max-width: 300px;
    width: auto;
    border-radius: 8px;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 2px 5px #bdbdbd;
    transform: translate(-25%, -105%);
    z-index: 9999;
}

#sampleAnswerTopics {
    position: absolute;
    width: 15px;
    z-index: 99;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    right: 0;
    bottom: 0;
    transform: translateX(150%);
}

#sampleAnswerTopics > span {
    cursor: pointer;
    border-radius: 50%;
    background-color: #0a53be;
    width: 15px;
    height: 15px;
}

#sampleAnswerTopics > span:first-child {
    background-color: #41ff00;
}

.chat__typing-area {
    width: calc(100% - 45px);
    position: relative;
    padding: 12px 20px;
    background-color: #fff;
    border: 1px solid #D9DBE8;
    border-radius: 100px;
    gap: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .field-send-message-input {
        width: 90%;
    }
}

.templeate__new-box {
    position: relative;
    padding: 20px;
    background-color: #f8f8fa;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
    max-height: 150px;
    overflow-y: auto;
}

.chat__typing {
    background-color: #f8f8fa;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 20px
}

@media (min-width: 1200px) {
    .chat__typing {
        padding: 20px 20px 30px
    }
}

.chat__input {
    width: 100%;
    outline: 0;
    resize: none;
    height: 24px;
    color: black !important;
    overflow: hidden;
}

.send__button {
    height: 24px;
    padding: 0;
}

.send__button-icon {
    width: 20px;
    height: 20px
}

@media (min-width: 1200px) {
    .send__button-icon {
        width: 28px;
        height: 28px
    }
}

.chat-control {
    padding: 1.5rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    appearance: none;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#quick__menu {
    display: none;
    position: absolute;
    bottom: 85px;
    max-width: 500px;
    background: #f0ffff;
    overflow: hidden;
    border-radius: 10px;
}

#quick__menu.show {
    display: block;
}

.quick__menu-list {
    max-height: 300px;
    overflow-y: auto;
}

.quick__menu-item {
    padding: 9px;
    line-height: 1.5;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

.quick__menu-item.selected {
    background: #e7f3f0;
}

.quick__menu-item:hover {
    background: #e7f3f0;
}

.quick__menu-item span {
    pointer-events: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.telegram_chat-title {
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #0F172A;
    display: flex;
    align-items: center;
}

.telegram_chat-header-label {
    background-color: #008DFF1A;
    color: #008DFF;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;

    i {
        margin: 0;
        width: 24px;
        height: 24px;
    }
}

.telegram_chat-header-label:hover {
    background-color: #008DFF1A;
    color: #008DFF;
}

.not_active-user {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 20px;
}

.form-group.field-send-message-input {
    margin: 0 !important;
    color: black !important;
}

.chat__tab-list a {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #94A3B8;
    margin-right: 15px;
}

.chat__tab-list .nav-link:hover {
    background-color: #008DFF1A;
}

.chat__tab-list .nav-link.active {
    background-color: #008DFF1A;
    color: #008DFF;
    border-bottom: 2px solid #008DFF;
}

.media_chat__area {
    z-index: 2;
    padding-top: 0 !important;
    top: -10px;
}

.media_chat__area ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #D9DBE8;
    border-radius: 0 !important;
}

.media__items-document {
    width: 100%;
    height: 80px;
    margin-right: 5px;
    margin-bottom: 15px;
    background-color: #F1F5F9;
    border-radius: 20px;
    display: flex;
    justify-content: start;
    gap: 20px;
    align-items: center;
}

.file_background-img {
    height: 100%;
    width: 40px;
    background-image: url("./../../images/icons/file-background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

.open__user-acardion:focus {
    outline: none !important;
    border: none !important;
}

.open__user-acardion {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #060606;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acaedion_main-box {
    padding: 5px;
}

.acardion__user-list {
    padding: 0;
}

.acaedion_main-box .acardion__user-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.acardion__user-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #64748B;
}

.acardion__user-item a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #008DFF;
    border-bottom: 1px solid #008DFF;
}

.empty__tegs, .empty__orders, .empty__notes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.tegs__empty-text, .notes__empty-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #64748B;
}

.add__product-acardion {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008DFF;
}

.order__empty-list {
    margin-top: 10px;
    border: 1px solid #D9DBE8;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 10px;
}

.order__empty-list .order__empty-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.order__empty-items span {
    color: black;
    font-weight: 700;
}

.acardion__orders-button, .save__new-notes {
    border-radius: 8px;
    background-color: #008DFF;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;

}

.acardion__orders-button:hover {
    color: white;
}

.orders__create-button {
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #00BFAF;
    color: #00BFAF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;

}

.orders__create-button:hover {
    color: #00BFAF;
}

.acardion__box {
    scrollbar-width: thin;
    scrollbar-color: #CBD5E1 #f0f0f0
}

.acardion__box::-webkit-scrollbar {
    display: none;
}

.setting__user-right {
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.switch__user-chat {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch__user-chat input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider__user-chat {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(204, 204, 204, 0.45);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider__user-chat:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider__user-chat {
    background-color: #2196F3;
}

input:focus + .slider__user-chat {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider__user-chat:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.slider__user-chat.round {
    border-radius: 34px;
}

.slider__user-chat.round:before {
    border-radius: 50%;
}

.setting__user-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #0F172A;
}

.setting__user-item {
    margin-bottom: 20px;
}

.button-outline-gray {
    background-color: white;
    color: black;
    border: 1px solid #D9DBE8;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.count-acardion-items {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F1F5F9;
    color: #94A3B8;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-right: 5px;
}

.delete__notes {
    border: none;
    background-color: transparent !important;
}

.note__box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;

    p {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: #0F172A;
        margin: 0 !important;
    }
}

.goo__back {
    border: none;
    background-color: transparent !important;

    img {
        transform: rotate(90deg);
    }
}


.add__notes-modal, .modal__template__content {
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(6px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;

    .add__notes-content {
        width: 500px;
        height: 100%;
        background-color: white;
        position: absolute;
        right: 0;
        top: 80px;
        padding: 25px 50px;
    }
}

.add__notes-body textarea {
    border: 1px solid #D9DBE8;
    width: 100%;
    border-radius: 6px;
    padding: 10px 5px;
    margin: 10px 0;
}

.add__notes-modal.active, .modal__template__content.active {
    display: block;
    opacity: 1;
}

.template__text-button {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-content: center;
}

.template__text-content {
    position: absolute;
    width: 270px;
    height: 360px;
    z-index: 9;
    background-color: white;
    border-radius: 8px;
    bottom: 0px;
    right: 10px;
    box-shadow: 0px 4px 24px 0px #61656C1F;

    .template__text-content-head {
        padding: 10px 20px;

        border-bottom: 1px solid #D9DBE8;

        h3 {
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
        }

        .search__templates {
            border: none !important;
            background-color: #F2F4F5 !important;
            border-radius: 6px;
            padding: 10px 15px !important;
            width: 100%;
            margin-top: 10px;
        }
    }

    .template__text-content-body {
        background-color: transparent;
        padding: 10px 20px;
        overflow-y: auto;
    }
}

.button__template-button {
    text-align: start;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #D9DBE8;
    margin-top: 10px;
    cursor: pointer;

    span {
        font-family: Raleway;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;

    }

    p {
        font-family: Raleway;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.button__template-button.active {
    border: 1px solid #0a53be;
    background: rgba(10, 88, 202, 0.05);
    padding: 10px;
    border-radius: 10px;
}

/*order- new style*/
.new-form__order {
    input, select, textarea, .select2-selection, .gender-box {
        border: none !important;
        background-color: #F2F4F5 !important;
        border-radius: 6px;
        padding: 5px 10px !important;

        label {
            margin: 0 !important;
        }
    }
}

/*.open__right-user-setting {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: 1px solid black;*/
/*    font-size: 18px;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    cursor: pointer;*/
/*}*/

.teg__modal-element-new {
    padding: 10px;
    background-color: #F1F5F9;
    position: relative;
    border-radius: 12px;
    font-size: 16px;

    p {
        margin: 0 !important;
    }
}

.delete__tegs {
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    font-size: 16px;
}

.tagModal {
    width: 300px;
    max-height: 220px;
    border-radius: 8px 0px 0px 0px;
    box-shadow: 0px 4px 24px 0px #61656C1F;
    position: absolute;
    right: 35px;
    background-color: white;
    padding: 10px 20px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    top: 350px;
    flex-wrap: wrap;
    gap: 10px;
    overflow-x: clip;
    overflow-y: auto;

    .teg__modal-element {
        padding: 5px;
        cursor: pointer;
        background-color: #F1F5F9;

        p {
            margin: 0 !important;
        }
    }

}


.tagModal {
    scrollbar-width: thin;
    scrollbar-color: #CBD5E1 #f0f0f0
}

.tagModal::-webkit-scrollbar {
    display: none;
}

.hover__info-button {
    text-align: center;
    color: #009c9f;
    min-width: 300px;
    right: -15px;
    top: 30px;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0px 4px 32px 0px #535D673D;
    z-index: 999;
    background-color: white;
    display: none;
    font-size: 16px;
}

.hover__open-info:hover .hover__info-button {
    display: block;
}

.delete__modal-pop {
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;

    .delete__modal-pop-content {
        width: 300px;
        height: 150px;
        background-color: white;
        padding: 25px;
        box-shadow: 1px 5px 10px #ddd;
        border-radius: 12px;
        font-size: 14px;
        color: black !important;
    }
}

.loader-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    backdrop-filter: blur(4px) !important;
}

form {
    margin: 0;
}

.close__modal-tag-box {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    border-radius: 50%;
    transform: rotate(45deg)
}

.close__tag-modal {
    cursor: pointer;
    font-size: 24px;
}

.tag__search-input {
    border: none !important;
    background-color: #f2f4f5;
    border-radius: 6px;
    padding: 8px;
}

.sen__file-modal {
    position: fixed;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(6px) !important;
    width: 100%;
    height: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;

    .send__file-content {
        width: 670px;
        height: 520px;
        border-radius: 16px;
        background-color: white;
        box-shadow: 1px 3px 118px 1px rgba(0, 0, 0, .23);
        padding: 25px;
    }

    .send-content-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .send-content-body {
        width: 100%;
        height: 75%;
        margin-top: 20px;
        margin-bottom: 30px;
        border: 1px dashed silver;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        img {
            min-height: 100px;
            min-width: 100px;
            max-width: 100%;
            max-height: 100%;
        }
    }

    .send__file-input-button {
        background-color: #F8FAFC;
        border-radius: 8px;
        padding: 10px;

        input {
            border: none;
            font-size: 16px;
            color: black;
            background-color: transparent;
            width: 88%;
            padding: 8px;
        }

        input:focus {
            outline: none !important;
        }
    }

}

.go_down-button {
    cursor: pointer;
    position: absolute;
    bottom: 80px;
    right: 10px;
    width: 60px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.go_down-button.active {
    z-index: 99;
    opacity: 1;
}

.media__items-chat-img {
    width: 200px;
    height: 200px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

#kvFileinputModal {
    display: none !important;
}