﻿body{
    width:100%;
    height:100%;
    overflow:hidden;
}
.l-first-time-login {
    background-size: cover !important;
    background-attachment: fixed;
    background-position: center !important;
}
.l-lobby-user-avatar-ctn{
    position:relative;
}
.l-lobby-user-avatar {
    height: 32px;
    width: 32px;
}
.l-lobby-user-name{
    font-size:16px;
    max-width:280px;
}
.l-lobby-user-online-stt {
    position: absolute;
    right: 0;
    bottom: -2px;
    font-size: 10px;
}
    .l-lobby-user-online-stt i {
        border-width: 1px !important;
    }


.l-lobby-tabs {
}
    .l-lobby-tabs .dx-multiview-wrapper{
        border:none!important;
    }
    .l-lobby-tabs .dx-tabs {
        background-color: transparent !important;
    }

        .l-lobby-tabs .dx-tabs .dx-tab {
            background-color: transparent !important;
            padding: 0 !important;
        }
            .l-lobby-tabs .dx-tabs .dx-tab .dx-tab-text {
                font-size:9px;
                font-weight:bolder
            }

.l-recent-chat-search-box-ctn {
    margin-left: 5px;
}
    .l-recent-chat-search-box-ctn .dx-texteditor-buttons-container:first-child > .dx-button:first-child {
        margin-left: 3px !important;
    }
    .l-recent-chat-search-box-ctn::after {
        border-bottom: none !important;
    }
    .l-recent-chat-search-box-ctn .dx-texteditor-input {
        padding-left: 3px !important
    }

.l-lobby-recent-chat-grv-ctn .dx-datagrid {
    background-color: transparent !important;
}
.l-lobby-recent-chat-grv-ctn .dx-datagrid-rowsview{
    border:none !important;
}

    .l-lobby-recent-chat-grv-ctn .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
    .l-lobby-recent-chat-grv-ctn .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td,
    .l-lobby-recent-chat-grv-ctn .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
    .l-lobby-recent-chat-grv-ctn .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
        border-bottom-color: var(--bs-primary)
    }

.l-lobby-recent-chat-grv-ctn .dx-datagrid-headers {
    border: none !important;
}
.l-lobby-recent-chat-grv-ctn .dx-group-row {
    border-bottom: none
}
    .l-lobby-recent-chat-grv-ctn .dx-group-row>td {
        border: none !important;
        padding-top:15px !important
    }
.lobby-recent-chat-row {
    position: relative;
    width: 100%;
    height: 40px
}
.lobby-recent-chat-row-room-avatar{
    position:absolute;
    top:0;
    left:0;
    width:40px;
    height:40px;
}

.lobby-recent-chat-row-online-stt {
    position: absolute;
    left: 26px;
    bottom: -3px;
    font-size: 11px;
}

.lobby-recent-chat-row-sender-avatar {
    position: absolute;
    bottom: 0;
    left: 22px;
    width: 18px;
    height: 18px;
}

    .lobby-recent-chat-row-sender-avatar>img{
        border-width:2px !important
    }

.lobby-recent-chat-row-content {
    position: absolute;
    top: 3px;
    left: 50px;
    width: calc(100% - 80px);
}
.lobby-recent-chat-row-right-icons{
    position:absolute;
    top:3px;
    right:3px;
    width:30px;
    text-align:right;
}
.lobby-recent-chat-row-roomname {
    font-size: 16px;
    line-height:20px;
}
.lobby-recent-chat-row-prv-msg {
    font-size: 11px;
    margin-top: 5px;
}
    .lobby-recent-chat-row-prv-msg img{
        height:20px;
        width:auto;
    }

.lobby-recent-chat-row-prv-cmd {
    font-size: 13px;
    margin-top: 5px;
}
.lobby-recent-chat-grv .dx-datagrid .dx-row > td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:0;
    padding-right:0;
}
.lobby-recent-chat-grv-link-user-type-bkg span {
    padding-top: 5px;
    padding-bottom: 4px;
    border-radius: 5px;
}
    .lobby-recent-chat-grv-link-user-type-bkg>span>span {
        margin:3px;
    }

.l-lobby-notify-item {
    white-space: normal
}
.l-lobby-notify-item-date {
    font-size:8px;
}
.lobby-recent-chat-call-icon > .fa-stack {
    font-size:10px;
}
.lobby-recent-chat-audio-call-icon > .fa-stack {
    font-size: 7px;
}
.lobby-call-book-icon-ctn>span{
    font-size:6px;
}
/*user big avatar*/
.l-user-big-avatar-ctn {
    position: relative;
    height: 200px;
}

.l-user-big-avatar {
    top: 0;
    left: 0;
    position: absolute;
    height: 200px;
    width: 200px;
    padding: 3px;
}

.l-user-big-avatar-edit-ctn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 200px;
    height: 200px;
}

.l-user-big-avatar-edit-icon {
    background-color: #323232d4;
    line-height: 200px;
    width: 200px;
    height: 200px;
    font-size: 30px;
}
/*Room big avatar*/
.l-room-profile-avatar-ctn {
    position: relative;
    height: 150px;
}

.l-room-profile-avatar {
    top: 0;
    left: 0;
    position: absolute;
    height: 150px;
    width: 150px;
    padding: 3px;
}

.l-room-profile-avatar-edit-ctn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
}

/*Contact helper*/
.l-contact-finder-rs-avatar {
    height: 70px;
    min-width:70px;
}
.l-contact-finder-rs-mutal-friend-ctn>img{
    width:24px;
    height:24px;
}

.l-contact-finder-rs-name{
    font-size:20px
}
/*Contact helper*/

/*room*/

.l-room-toolbar-avatar {
    width: 32px;
    height: 32px;
}
.l-room-toolbar-name-main {
    width:100%;
    font-size:16px;
}
.l-room-toolbar-name-sub {
    width: 100%;
    font-size: 10px;
}
.l-room-main-view{

}
    .l-room-main-view .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .l-room-main-view .row>* {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
/*room*/
/*room-chat*/
.l-room-chat-goto-bottom-btn{
    position:absolute;
    right:0;
    bottom:0
}
    .l-room-chat-goto-bottom-btn i {
        margin-top: -1px!important;
        padding-right: 2px!important;
    }

.l-room-chat-input-box {
    position: relative;
}

    .l-room-chat-input-box .file-upload-region {
        border-radius: 15px;
        margin-bottom: 5px;
        height: 200px;
    }
        .l-room-chat-input-box .file-upload-region .dx-fileuploader-wrapper {
            overflow-y:unset!important;
        }

            .l-room-chat-input-box .file-upload-region .dx-fileuploader-input-wrapper {
                display: none;
            }


        .l-room-chat-input-box .file-upload-region img {
            max-width:100px;
            max-height:60px;
            height:100%;
            width:auto;
        }

        .l-room-chat-input-box .file-upload-region .dx-fileuploader-upload-button {
            display: none;
        }

    .l-room-chat-input-box .sticker-region {
        border-radius: 15px;
        overflow:hidden;
        margin-bottom: 5px;
        height: 200px;
    }
    .l-room-chat-input-box .quote-region {
        border-radius: 15px;
        margin-bottom: 5px;
        height: 200px;
    }

    .l-room-chat-input-box .sticker-btn {
        position: absolute;
        left: 8px;
        bottom: 23px;
        cursor: pointer;
    }
    .l-room-chat-input-box .contactlst-btn  {
        border-radius:50%;
    }
.l-room-chat-input-box .msg-send-btn {
    position: absolute;
    bottom: 15px;
}
.l-room-chat-input-box .msg-send-btn i {
    margin-right: 2px
}
.l-room-chat-input-box-qoutemsg-form{
    padding:10px;
    position:relative;
}

    .l-room-chat-input-box-qoutemsg-form .dx-form-group-content {
        padding:3px;
    }
    .l-room-chat-input-box-qoutemsg-form .dx-field-item {
        padding-bottom: 3px;
    }
.l-room-chat-input-box-qoutemsg-form-close-btn {
    position: absolute;
    right: 20px;
    top: 2px;
    cursor:pointer
}

.l-room-chat-input-box-extbtn-ctn {
    position: absolute;
    right: 5px;
}

.l-room-chat-input-box-editor {
    border-radius: 25px !important;
}
    .l-room-chat-input-box-editor .dx-quill-container {
        margin-right: 40px;
        margin-left: 35px;
    }
    .l-room-chat-input-box-editor .dx-htmleditor-content{
        padding-left:5px;
    }
    .l-room-chat-input-box-editor .dx-htmleditor-content.ql-blank::before{
        left:5px;
    }

.l-room-chat-viewer-msg-ctn{

}
    .l-room-chat-viewer-msg-ctn > .dx-datagrid {
        background-color:transparent;
    }
    .l-room-chat-viewer-msg-ctn .dx-group-row{
        background-color:transparent !important
    }


.l-room-chat-viewer-msg-fit-content {
    width: fit-content
}
    .l-room-chat-viewer-msg-ctn .dx-datagrid-rowsview{
        border:none;
    }
    .l-room-chat-viewer-msg-ctn .dx-group-row {
        border: none;
    }
        .l-room-chat-viewer-msg-ctn .dx-group-row > td {
            border-top: none !important;
            text-align: center !important;
            padding-top: 5px !important;
            padding-bottom: 5px !important
        }
    .l-room-chat-viewer-msg-ctn .dx-datagrid .dx-row {
        border: none;
    }
        .l-room-chat-viewer-msg-ctn .dx-datagrid .dx-row > td {
            border: none;
            padding: 0;
        }

    .l-room-chat-viewer-msg-ctn .card {
        margin-top: 3px;
        margin-bottom: 3px;
        background-color: transparent;
    }
        .l-room-chat-viewer-msg-ctn .card > .card-header {
            border: none;
        }

        .l-room-chat-viewer-msg-ctn .card > .card-body {
            /*word-break:break-all;*/
            padding: 5px;
        }
.l-room-chat-viewer-group-row {
    display: flex;
    flex-direction: row;
    padding-right: 30px;
}

    .l-room-chat-viewer-group-row:before, .l-room-chat-viewer-group-row:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid;
        margin: auto;
        opacity: 0.1;
    }

.l-room-chat-viewer-not-read-row {
    display: flex;
    flex-direction: row;
    padding-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
    .l-room-chat-viewer-not-read-row:before, .l-room-chat-viewer-not-read-row:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid;
        margin: auto;
        color: var(--bs-yellow)
    }

.l-room-chat-viewer-avatar {
    width: 32px;
    height: 32px;
    margin-top: 3px;
}
.l-room-chat-viewer-no-avatar {
    width: 37px;
    height: 35px;
}

.l-room-chat-viewer-sys-mgs-avatar {
    width: 20px;
    height: 20px;
}
.l-room-chat-viewer-user-msg-ctn-has-url{
    width:min-content;
}
.l-room-chat-viewer-user-msg-ctn {
    max-width: min(600px,90%);
}
    .l-room-chat-viewer-user-msg-ctn p {
        margin-bottom: 0;
        line-height:normal;
    }
    .l-room-chat-viewer-user-msg-ctn td {
        border-width:1px;
    }
    .l-room-chat-viewer-user-msg-ctn .msg-top-info {
        font-size: 12px;
    }
    .l-room-chat-viewer-cuser-msg-ctn .msg-top-info {
        font-size: 10px;
    }
.l-room-chat-viewer-user-msg-ctn .msg-top-info-link-user-type {
    font-size: 13px;
}
.l-room-chat-viewer-user-msg-ctn .card {
    max-width: 100%;
    width:fit-content
}

.l-room-chat-viewer-user-msg-ctn .card-footer {
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px
}
    .l-room-chat-viewer-user-msg-ctn .msg-sending-options {
    }

    .l-room-chat-viewer-user-msg-ctn .msg-senderror-options {
    }

    .l-room-chat-viewer-user-msg-ctn .msg-edit-mark {
        font-size:8px;
    }

    .l-room-chat-viewer-user-msg-ctn .msg-options {
        display: none
    }

    .l-room-chat-viewer-user-msg-ctn:hover .msg-options {
        display: inline-block
    }
.l-room-chat-viewer-sys-msg-ctn {
    margin-right: 30px;
    margin-bottom:3px;
    margin-top:3px;
}

.l-room-chat-viewer-call-icon .fa-stack {
    font-size: 7px;
}

.l-room-chat-viewer-cuser-msg-ctn {
    margin-right: 30px;
}

    .l-room-chat-viewer-cuser-msg-ctn .dx-fileuploader-input-wrapper {
        display: none;
    }
    .l-room-chat-viewer-cuser-msg-ctn .dx-fileuploader-upload-button {
        display: none;
    }

.l-room-chat-viewer-cuser-msg-ctn .msg-top-info {
    text-align: right;
}
.l-room-chat-viewer-cuser-msg-ctn .card {
    float: right;
}
.l-room-chat-viewer-reader-avatar{
    width:18px;
    height:18px;
    margin-left:1px;
    margin-right:1px;
}
.l-room-chat-viewer-pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: inherit;
    font-size: inherit;
    margin-bottom:0;
}
.l-room-chat-viewer-reader-ctn {
    cursor: pointer;
}

.l-chat-emotion-select-item {
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    cursor: pointer
}

.l-room-chat-url-preview {
    max-width: max(400px,100%);
    min-width:400px;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}
    .l-room-chat-url-preview > a {
        text-decoration: none;
        color: unset;
    }
    .l-room-chat-url-preview img.card-img-top {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .l-room-chat-url-preview img.img-fluid {
        height: 18px;
        margin-right: 3px;
    }
.l-room-chat-fwd-msg-ctn {
    margin:0;
}

.l-room-chat-sticker-msg{
    height:170px;
    width:auto;
    border-radius:10px;
}
.l-room-chat-contact-msg {
    height: 155px;
    max-width:210px;
    min-width:150px;
    width: auto;
    padding:10px;
    border-radius: 10px;
    text-align:center;
}
    .l-room-chat-contact-msg > img {
        width: 64px;
        height: 64px;
        text-align: center;
    }

.l-room-chat-viewer-quote-msg {
    margin: 5px;
    border: none;
    margin-left: 10px;
    border-left: solid 2px;
}
.l-room-chat-bigger-emojis {
    font-size: 80px;
    line-height: 100px;
    font-family:none
}
/*room-chat*/
/*room-call*/
.l-room-call-layout-selector:hover {
    background-color: var(--bs-secondary);
}
.l-room-chat-call-layout-left-rg {
    /*width: calc(100% - 450px);*/
    width:100%;
}
.l-room-chat-call-layout-right-rg{
    width:450px
}

.l-room-call-static-layout-add-item-ctn{
    width:100%;
    height:100%;
    cursor:pointer;
}
    .l-room-call-static-layout-add-item-ctn > span {
        display: none;
    }
    .l-room-call-static-layout-add-item-ctn:hover>span{
        display:block;
    }
.l-room-call-media-viewer {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-room-call-media-viewer-header {
    position: absolute;
    top: 0;
    left: 1px;
    right: 0;
}

.l-room-call-media-viewer-footer {
    position: absolute;
    bottom:0;
    left: 1px;
    right: 0;
    height:32px;
    overflow:hidden;
}
.l-room-call-media-viewer-footer-toolbar-fullScreen {
    position: absolute;
    top: -50px;
    left: 50%;
    right: 50%;
}
.l-room-call-media-viewer-footer-toolbar {
    display: none
}
.l-room-call-media-viewer:hover .l-room-call-media-viewer-footer-toolbar {
    display: block
}

.l-room-call-media-viewer-avatar-ctn {
    width: auto;
    height: 45%;
}
.l-room-call-media-viewer-avatar-ctn>img{
    height:100%;
    width:auto
}
.l-room-call-media-viewer-select-video-popup .row{
    margin-left:0!important;
    margin-right:0!important;
}
.l-room-call-media-viewer-select-video-popup .row > * {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
/*-room-call-*/
/*-room call history manager*/
.l-room-call-history-icon-ctn>span{
    font-size:12px
}
/*-room call history manager*/
/*landing*/

.l-landing-screen-header-toolbar {
    z-index: 2;
    position: relative;
}
.l-landing-screen-summary-form {
    z-index: 2;
    position: relative;
}
.l-landing-screen-ctn {
    position: relative;
    background-size: cover !important;
    background-attachment: fixed;
    background-position: center !important;
}
.l-landing-screen-bkg-handler {
    z-index: 0 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover !important;
    background-attachment: fixed;
    background-position: center !important;
}
.l-landing-screen-online-stt-ctn {
    position: absolute;
    bottom: 0;
    left: 100px;
    font-size: 20px;
    text-align: left;
    width: 200px;
}

.l-landing-screen-online-stt-edit-item-ctn {
    cursor:pointer;
    font-size:15px;
    padding:10px;
    margin:5px !important;
}
    .l-landing-screen-online-stt-edit-item-ctn:hover {
        background-color: var(--landing-item-bkg-color);
        border: solid 1px var(--landing-item-border-color)
    }
    .l-landing-screen-online-stt-ctn > span {
        line-height: 25px;
        vertical-align: text-top;
    }

        .l-landing-screen-online-stt-ctn > span>.badge {
            font-size: 15px
        }
.l-landing-screen-user-title {
    font-size: 13px;
    font-weight: normal;
}
.l-landing-screen-user-name-ctn {
    font-size: 30px;
    font-weight: bold;
    margin: 10px;
}
.l-landing-screen-big-avatar-ctn {
    width: 160px;
    height: 160px;
}
    .l-landing-screen-big-avatar-ctn .l-user-big-avatar-ctn {
        width: 160px;
        height: 160px;
    }
    .l-user-big-avatar-ctn .l-user-big-avatar-edit-ctn {
        width: 150px;
        height: 150px;
    }
    .l-user-big-avatar-ctn .l-user-big-avatar {
        width: 150px;
        height: 150px;
    }
    .l-user-big-avatar-ctn .l-user-big-avatar-edit-icon {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }

.l-landing-screen-ctn .dx-toolbar .dx-button-content > span {
    line-height: 20px;
}
.l-landing-screen-bottom-region{
    position:absolute;
    bottom:10px;
    left:10px;
    right:10px;
}
.l-landing-screen-summary-region{

}

.vx-landing-screen-today-scheduler .dx-scheduler-header {
    height: 0 !important;
    overflow: hidden;
    border: none;
}
.vx-landing-screen-today-scheduler .dx-scheduler-container{
    border-radius:8px
}
.vx-landing-screen-today-scheduler .dx-scheduler-work-space {
    border-radius: 8px
}

.vx-landing-screen-toolbar-btn .dx-buttongroup, .vx-landing-screen-toolbar-btn .dx-widget, .vx-landing-screen-toolbar-btn .dx-button {
    color: inherit
}

.vx-landing-screen-bottom-slider {
    width: 100%;
    height:160px
}

    .vx-landing-screen-bottom-slider li {
        height: 140px
    }
.vx-landing-screen-bottom-slider-yt {
    cursor: pointer;
    border-radius:10px
}
.vx-landing-screen-bkg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.l-landing-screen-ctn:hover .vx-landing-screen-bkg-ctr-ctn {
    background-color: var(--bs-warning);
    color: var(--bs-body-color)
}
.vx-landing-screen-bkg-ctr-ctn {
    color:transparent;
    right: 10px;
    cursor: pointer;
    position: absolute !important;
    border-radius: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 36px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}
    .vx-landing-screen-bkg-ctr-ctn:hover {
        max-width: 800px;
    }
.vx-user-sticky-note {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}
.vx-user-sticky-note ul {
    width: 100% !important;
}
    .vx-user-sticky-note li {
        height: 220px !important;
        margin-top: 0 !important;
        box-shadow: none !important;
    }
.vx-user-sticky-note-delete-btn{
    cursor:pointer;
    position:absolute;
    top:0;
    right:0
}

.vx-user-sticky-note-content {
    max-height:100%;
    overflow-y:scroll;
}

    .vx-user-sticky-note-content::-webkit-scrollbar {
        width: 15px;
    }

    .vx-user-sticky-note-content::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .vx-user-sticky-note-content::-webkit-scrollbar-thumb {
        background-color: #d6dee1;
        border-radius: 15px;
        border: 6px solid transparent;
        background-clip: content-box;
    }

        .vx-user-sticky-note-content::-webkit-scrollbar-thumb:hover {
            background-color: #a8bbbf;
        }

.vx-user-sticky-note-content a {
    color: inherit;
}
.vx-user-sticky-note-content p {
    margin-bottom: 0.5rem;
}

.vx-bookshelf {
    width: 426px;
}
.vx-bookshelf-row {
    position: relative;
    margin-left: 33px;
    width: 360px;
    height: 158px;
}
    .vx-bookshelf-row:after {
        background: url('/imgs/landing/wall-bookshelf.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom left;
        display: block;
        content: "";
        height: 210px;
        margin-left: -38px;
    }
.vx-bookshelf-row-loc {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.vx-bookshelf-row-book {
    width: 87px;
    height: 115px;
    margin: auto;
    position: relative;
    z-index: 1;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 60%);
    transition: transform 0.1s;
    transform: translate(0, 0);
    margin-right: 25px;
}
    .vx-bookshelf-row-book:hover {
        z-index: 2;
        cursor: pointer;
        background-color: white;
        -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
        -moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
        -ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
        -o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
        transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
    }
/*landing*/
/*contact call notify*/
.vx-call-notify-popup {
}
.vx-call-notify-popup li {
    position:relative;
    height: 600px;
    width:400px!important;
}
    .vx-call-notify-popup img {
        left: 50%;
        transform: translate(-50%,0%);
        width: 200px;
    }
.vx-call-notify-reject-icon {
    transform: rotate(135deg);
}

/*-contact call notify-*/
.l-hide-overflow-y {
    overflow-y: hidden!important;
}
.l-user-type-org-def{
    font-size:14px;
}
.l-user-def-avatar{
    width:32px;
    height:32px
}

.vx-sticker-img-ctn{
    width:64px;
    height:64px;
}

.vx-sticker-img-ctn > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vx-sticker-img-preview-ctn{
    padding-top:5px;
    height:180px;
    max-width:100%;
    width:auto;
}
    .vx-sticker-img-preview-ctn > img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.vx-gradient-text {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.vx-group-video-icon-inner{
    width:70%
}

.vx-contact-audio-im-icon-inner {
    transform: rotate(315deg);
    font-size: 1.4em;
    margin-left: 0.35em;
    margin-top: -0.4em;
}
.vx-contact-audio-og-icon-inner {
    transform: rotate(315deg);
    margin-left: 0.35em;
    margin-top: -0.4em;
    font-size: 1.4em;
}
.vx-contact-video-im-icon-inner {
    margin-left: -0.45em;
}

.vx-contact-video-og-icon-inner {
    margin-left: -0.45em;
}

.vx-animation-blink {
    animation: vx-animation-blinker 1s linear infinite;
}

.vx-contact-new-slider-compact {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .vx-contact-new-slider-compact > img {
        top: 0;
        left: 0;
    }

.vx-contact-new-slider-full {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.vx-contact-new-slider-full-img {
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    padding:0!important
}
.vx-contact-new-slider-full-active-boder{
    border:solid 2px;
    border-radius:10px;
}
.vx-contact-new-slider-full-name {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    color: white;
    font-size: 8px;
    font-weight: bold;
    border-radius: 5px;
    width: min-content;
    padding-left: 3px;
    padding-right: 3px;
    max-width: 90%;
}

.vx-contact-new-slider-full-self-expand {
    position: absolute;
    font-size: 21px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
}

.vx-contact-new-slider-full-self-collapse {
    position: absolute;
    font-size: 30px;
    left: calc(50% - 20px);
    bottom: 3px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
}
.vx-contact-new-slider-full-self-add {
    display:none;
    position: absolute;
    font-size: 30px;
    left: calc(50% - 20px);
    top: 3px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
}
.vx-contact-new-slider-avatar {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: solid 2px;
}
.vx-contact-new-slider-full-self-ctn:hover > .vx-contact-new-slider-full-self-add{
    display:block;
}

.vx-user-new-content-form .dx-field-item {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.vx-user-new-content-form .dx-texteditor.dx-editor-filled::after{
    border-bottom:none
}
.vx-user-new-video-drop-ctn {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@keyframes vx-animation-blinker {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.vx-wm-task-comment-avatar {
    width: 32px;
    height: 32px;
}


.vx-wm-chart-title {
    font-size: 28px;
    font-family: "Segoe UI Light", "Helvetica Neue Light", "Segoe UI", "Helvetica Neue", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 200;
}

.lx-preview-template-bkg {
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.mfp-bg{
    z-index:2000;
}
.mfp-wrap {
    z-index:2000;
}

/*dev 22 css fix*/
.l-toolbar-buton-text-fix {
}

    .l-toolbar-buton-text-fix .dx-button-text {
        line-height: 23px;
    }

    .l-toolbar-buton-text-fix .dx-buttongroup-item .dx-button-content {
        padding-left: 0;
    }

.vx-project-manage-comment-view p {
    margin-bottom: 0 !important;
}

.vx-media-loading-src-video{
    width:1px;
    height:1px;
    position:absolute;
    top:0;
    z-index:9999999;
}

.l-room-chat-input-box-editor .dx-htmleditor-content{
    overflow-y:scroll;
}

.l-room-chat-input-box-editor .dx-htmleditor-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
}

.l-room-chat-input-box-editor .dx-htmleditor-content::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.l-room-chat-input-box-editor .dx-htmleditor-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: transparent;
}

.l-chat-custom-ui-bkg-preview {
    overflow: hidden;
    background-size: cover !important;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}
.l-chat-custom-ui-def-style-icon {
    line-height: 24px;
    height: 24px;
    width: 24px;
    cursor:pointer;
    border-radius: 50%;
}

.l-landing-screen-chatbot-box {
    height:270px;
    position:relative;
    background: url(/imgs/backgrounds/chatbot_banner.jpg);
    background-size: cover;
    border-radius:20px;
}
    .l-landing-screen-chatbot-box .dx-autocomplete {
        position: absolute;
        border-radius: 20px;
        width: calc(100% - 120px);
        top: 60px;
        left: 110px;
    }
    .l-landing-screen-chatbot-box .dx-texteditor-input-container>input{
        font-size:16px
    }
    .l-landing-screen-chatbot-box .dx-placeholder {
        font-size: 16px;
    }
    .l-landing-screen-chatbot-box .dx-texteditor::after{
        border:none!important
    }
    .l-landing-screen-chatbot-box .dx-texteditor::before {
        border: none !important
    }
.l-landing-screen-chatbot-box-chatbtn {
    position: absolute;
    top:120px;
    right:10px;
}
    .l-landing-screen-chatbot-box-chatbtn .btn {
        border-radius: 20px;
    }
.l-landing-screen-chatbot-box-contact {
    position: absolute;
    right:10px;
    left:110px;
    text-align:right;
    bottom:10px
}