<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sending .btn.send-btn i.fab:before {
    content: "\f110";
}

.sending .btn.send-btn i.fab {
    animation: a 2s infinite linear;
    pointer-events: none;
    color: #FFF;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.badgeFirstChat {
    background-color: #241927 !important;
}

.badgeSpeaker {
    background-color: #008b8b !important;
}

.badgeModerator {
    background-color: #3a869c !important;
}

.badgePending {
    background-color: #800020 !important;
}

.badgeApproved {
    background-color: #04844b !important;
}

.badgeRejected {
    background-color: #ad1717 !important;
}

.badgeSpam {
    background-color: #c55b10 !important;
}

span.counter-number:empty {
    display: none !important;
}

emoji-picker {
    display: none;
}

.chat-footer.emoji-active emoji-picker {
    display: block;
    position: absolute;
    bottom: 50px;
    z-index: 1 !important;
}

.window-chat-section .chat-footer.emoji-active emoji-picker {
    display: block;
    position: absolute;
    bottom: 55px;
    z-index: 1 !important;
    right: 10px;
}

.emoji-mart-category .emoji-mart-emoji span {
    cursor: pointer !important;
}

.emoji-mart-emoji {
    outline: 0 !important;
}


.chat-wrapper div#TextInput img.emoji, .chat-content-box div.chatTextInput img.emoji {
    height: auto;
    width: 20px;
}

.message-content img.emoji {
    height: auto;
    width: 20px;
    margin-right: 4px;
}

.big-emoji img.emoji {
    width: 40px;
}


.chat-wrapper.sending .chat-footer div#TextInput {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
}
.chat-wrapper .section-right .chat-room-area .messages .message-item span[class*="chat-mention"] {
    margin-bottom: 3px;
}
.chat-wrapper.sending .message-send-icon {
    display: block !important;
}
.chat-wrapper .section-left .user-list .user-item .profile-picture .status.onlineStatus-0 {
    background-color: white;
    border: 1px solid #CCC;
}
.chat-wrapper .section-left .user-list .user-item .profile-picture .status.onlineStatus-1 {
    background-color: green !important;
}
.chat-wrapper .section-left .user-list .user-item .profile-picture .status.onlineStatus-2 {
    background-color: #ad1717 !important;
}
.chat-badge {
    padding: 0.1em .5em .2em !important;
    font-size: 78% !important;
}
.chat-alert-mobile {
    font-size: 14px;
}
/*.no-chat-filter {
    border-top: 1px solid #eee;
}*/
.chat-wrapper .section-right .chat-room-area .messages .message-item span[class*="chat-mention"].normal-highlight {
    background-color: transparent;
    color: inherit;
    padding: inherit;
    font-size: 13px;
}
.badgeChatBot {
    font-size: 78% !important;
}
.window-chat-section .big-emoji img.emoji {
    width: 24px;
}

.ChatWidget .user-list .user-name, .ChatWidget .clsChatUserName {
    cursor: pointer;
}

/*#19708*/
@media all and (max-width: 991px) {
    .btnmobileFullScreenOpen {
        display: block !important;
    }

    .viewer-screen.ChatWidget.CE21Chat_ChatWidget2_0 {
        display: none;
    }

    .chat-fullscreen[data-activetab="ChatWidget"] {
        overflow: hidden !important;
    }

        .chat-fullscreen[data-activetab="ChatWidget"] .btnmobileFullScreenClose {
            display: block !important;
            margin-top: 9%;
        }

        .chat-fullscreen[data-activetab="ChatWidget"] .full-screen-link {
            display: none !important;
        }

        .chat-fullscreen[data-activetab="ChatWidget"] .CE21Chat_ChatWidget2_0 {
            width: 100%;
            height: calc(100% - 63px);
            position: fixed;
            top: 0;
            left: 0;
        }

            .chat-fullscreen[data-activetab="ChatWidget"] .CE21Chat_ChatWidget2_0 .section-right .chat-room-area {
                max-height: calc(100vh - 210px);
                min-height: calc(100vh - 260px);
            }

    .MobileAppview .CE21Chat_ChatWidget2_0 .section-right .chat-room-area { /*22056#c23995*/
        height: calc(100vh - 151px);
        max-height: none;
        min-height: auto;
    }

    .chat-fullscreen[data-activetab="ChatWidget"] .ChatWidget.CE21Chat_ChatWidget2_0.viewer-screen {
        display: block;
    }

    .chat-fullscreen[data-activetab="ChatWidget"] .btnmobileFullScreenOpen {
        display: none;
    }
}

.btnmobileFullScreenOpen {
    display: none;
    width: 100%;
    background-color: #0e324c;
    color: #fff;
    font-weight: bolder !important;
    font-family: "Open Sans", sans-serif;
}

.chat-wrapper .section-left .user-list .user-item .profile-picture:hover::after, .chatUerOnlineStatus .user-img:hover::after {
    background-color: #0e324c;
    padding: 0 5px;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.chat-wrapper .section-left .user-list .user-item[data-online="2"] .profile-picture:hover::after, .chatUerOnlineStatus[data-online="2"] .user-img:hover::after {
    content: "away";
}

.chat-wrapper .section-left .user-list .user-item[data-online="1"] .profile-picture:hover::after, .chatUerOnlineStatus[data-online="1"] .user-img:hover::after {
    content: "online";
}

.chat-wrapper .section-left .user-list .user-item[data-online="0"] .profile-picture:hover::after, .chatUerOnlineStatus[data-online="0"] .user-img:hover::after {
    content: "away";
}

.chat-wrapper .section-left .user-list .user-item .profile-picture:hover::after {
    position: relative;
    left: 34px;
    top: -25px;
}

.chat-wrapper .section-left .user-list .user-item .profile-picture:hover {
    cursor: pointer;
}

.chatUerOnlineStatus .user-img:hover::after {
    position: absolute;
    transform: translate(47%,0%);
    left: 50%;
    font-size: 16px;
}

/*#21527*/
.msgOneToOneChat {
   display: none;
}

.MobileAppview .btnOneToOneChatOpen, .isOnMobileAppView .btnOneToOneChatOpen {
    pointer-events: none;
    background: gray;
    border: gray;
}

.MobileAppview .msgOneToOneChat, .isOnMobileAppView .msgOneToOneChat {
    display: block;
    font-size: 12px;
    margin: 5px 0px;
    text-align: center;
}

.MobileAppview .chat-wrapper .section-left .participar-user .user-list {
    height: calc(100% - 100px);
}

.MobileAppview .chat-wrapper .section-left .open-moderate .participar-user .user-list {
    height: 100%;
}
/*#22058*/
#myModalProfile .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

@media only screen and (max-width: 768px) {
    .chat-wrapper .section-right .chat-room-area .messages .message-content .highlight-option .colorpick {
        width: 22px !important;
        height: 22px !important;
        margin: 0 4px !important;
    }

    /* #22062 */
    .emoji-mart-preview .emoji-mart-preview-skins .emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch,
    .emoji-mart-preview .emoji-mart-preview-skins .emoji-mart-skin-swatches .emoji-mart-skin-swatch.selected {
        width: 30px !important;
    }

        .emoji-mart-preview .emoji-mart-preview-skins .emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch .emoji-mart-skin,
        .emoji-mart-preview .emoji-mart-preview-skins .emoji-mart-skin-swatches .emoji-mart-skin-swatch.selected .emoji-mart-skin {
            max-width: 30px !important;
        }

    .emoji-mart-preview .emoji-mart-preview-skins .emoji-mart-skin-swatches {
        border-radius: 16px;
    }

    .emoji-mart-preview .emoji-mart-preview-data .emoji-mart-title-label {
        font-size: 20px;
    }

    .emoji-mart-preview .emoji-mart-preview-skins {
        right: 7px;
    }

    .chat-wrapper .section-right .chat-filter .btn-primary {
        font-weight: 400 !important;
    }

        .chat-wrapper .section-right .chat-filter .btn-primary:focus {
            color: #000 !important;
            background: none !important;
            border: none !important;
        }

    .chat-wrapper .section-right .chat-footer {
        padding-bottom: 25px;
    }
}

/*#22061*/
.emoji-mart-scroll {
    height: calc(50vh - 60px) !important;
}

@media only screen and (max-width: 992px) {

    .emoji-mart-preview {
        height: 50px !important;
    }
    body .modal-backdrop.fade.in {
        z-index: -1;
    }
}

@media (orientation: landscape) and (max-width: 768px) {
    .chat-filter .dropdown.open .dropdown-menu {
        overflow-y: scroll;
        max-height: 130px;
    }
}

/*19940*/
.divStartGroupChat {
    background: #ffffb7;
    padding: 10px 15px;
    cursor: pointer;
}

.btnStartGroupChat {
    color: white;
    border-radius: 50%;
    font-size: 13px;
    padding: 2px 4px;
    background-color: #bfb2b2;
    margin: 0px 10px;
}

.txtStartGroupChat {
    color: #303130;
}

@media only screen and (min-width:320px) and (max-width: 768px) {

    .MobileAppview .chat-wrapper .chat-header .title-bar {
        font-weight: bold;
    }
    .MobileAppview .chat-wrapper .section-right .chat-wrap-both .chat-top {
        max-height: calc(100% - 70px);
        height: 100%;
    }
    .MobileAppview .chat-wrapper .section-right .chat-filter {
        padding: 0 1px;
        margin-bottom: 0px;
    }
    .MobileAppview .chat-wrapper .section-right .chat-filter .btn-primary {
            font-size: 14px;
            padding: 0 10px;
    }
    .MobileAppview .chat-wrapper .chat-header {
        border-bottom: 1px solid #d5d5d5;
    }
}

@media only screen and (min-width: 768px) {
    .window-chat-section .userContact-chat-msg-box.minimized .create-groupchat {
        display: none;
    }
}

.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section.chatGroupUserCount .user-details {
    overflow: hidden;
}

    .window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section.chatGroupUserCount .user-details .user-name {
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.user-group-details .user-details {
    margin-right: 0px !important;
}

.user-group-details .drpdown-content {
    display: none;
    margin: 25px 0px;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}

.chat-msg-box.expanded .user-group-details .drpdown-content {
    min-width: 310px;
}

.user-group-details .drpdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .user-group-details .drpdown-content a:hover {
        background-color: #ddd;
    }

.user-group-details:hover .drpdown-content {
    display: block;
}

.window-chat-section .group-chat-msg-box .chat-content-box .chat-msg .chat-room-area .messages .message-avatar .chatUserProfileImage:before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: 0;
    right: 3px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.window-chat-section .group-chat-msg-box .chat-content-box .chat-msg .chat-room-area .messages .message-item[data-online="0"] .chatUserProfileImage:before {
    background-color: white !important;
    border: 1px solid #3c4043 !important;
}

.window-chat-section .group-chat-msg-box .chat-content-box .chat-msg .chat-room-area .messages .message-item[data-online="1"] .chatUserProfileImage:before {
    background-color: green;
}

.window-chat-section .group-chat-msg-box .chat-content-box .chat-msg .chat-room-area .messages .message-item[data-online="2"] .chatUserProfileImage:before {
    background-color: #ad1717;
}

.group-chat-msg-box.minimized .user-group-details:hover .drpdown-content {
    display: none;
}

.group-chat-msg-box.minimized .fa-caret-down {
    display: none;
}

.window-chat-section .chat-msg-box.minimized.unread_msg .chat-header .unread-msg-count {
    width: auto !important;
    height: auto !important;
    min-width: 20px;
    min-height: 20px;
    padding: 0% 1%;
}

.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section.unread-msg .unread-msg-count {
    width: auto !important;
    height: auto !important;
    min-width: 18px;
    min-height: 18px;
    padding: 0% 1%;
}

@media only screen and (max-width: 1024px) {
    .chat-wrapper .section-left .participar-user .user-list {
        height: calc(100% - 108px);
    }

    .chat-wrapper .section-left .participant-area.open-moderate .participar-user .user-list {
        height: 100%;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {

        .atwho-container #atwho-ground-TextInput .atwho-view {
            bottom: 27px;
            top: auto !important;
        }
    }
}

/*#22509*/
.MobileAppview .lblRegistrants {
    display: inline-block;
}

.MobileAppview .chat-wrapper.visible-moderator-panel .section-left .participant-area{
    height:100%
}

/*#22234*/
.chat-wrapper .btnShowProfile i {
    color: #bdbdc7;
}

.chat-wrapper .btnShowProfile img {
    cursor: pointer;
}

/*#22235*/
.btnOneToOneChatOpen {
    width: 80px;
}

.btnBlockParticipant {
    margin-top: 15px;
}

#myModalProfile .modal-dialog .profile-picture-div {
    padding-right: 0px;
    padding-left: 30px;
}

    #myModalProfile .modal-dialog .profile-picture-div .profile-picture {
        position: relative;
        top: 0 !important;
        height: 100% !important;
        width: 100%;
        margin: 40% 0;
    }

    #myModalProfile .modal-dialog .profile-picture-div .profile-picture img {
        width: 95px;
        height: 95px;
    }

    #myModalProfile .modal-dialog .profile-picture-div .profile-picture .avatar-title {
        width: 95px;
        height: 95px;
        font-size: 60px;
    }

#myModalProfile .modal-dialog .name-info-div {
    padding-right: 0px;
}

    #myModalProfile .modal-dialog .name-info-div .name-info {
       margin: 20% 0%;
        text-align: start;
    }

        #myModalProfile .modal-dialog .name-info-div .name-info h6 {
            display: inline;
            font-size: 24px;
            justify-content: start;
        }

#myModalProfile .modal-dialog .name-info-div .name-info p {
    font-size: 14px;
    margin-top: -5px;
}

#myModalProfile .modal-dialog .action-holder-div {
    margin: 10px 0px;
}

#myModalProfile .modal-dialog .action-holder-div .action-holder {
    flex-direction: column;
    height: 195px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

.action-holder-div .action-holder .btnChatBlock { 
    display: flex;
    flex-direction: column;
}

#myModalProfile .modal-dialog .name-info .user-type {
    margin: 4px 6px;
}

@media only screen and (max-width: 625px) 
{
    #myModalProfile .modal-dialog {
        max-width: 300px;
    }

    #myModalProfile .modal-dialog .profile-picture-div{
        width : 100%;
        padding: 0;
    }
    #myModalProfile .modal-dialog .profile-picture-div .profile-picture {
        margin: 0;
        display: flex;
        justify-content: center;
    }
        #myModalProfile .modal-dialog .profile-picture-div .profile-picture .avatar-title {
            width: 80px;
            height: 80px;
            font-size: 41px;
        }
        #myModalProfile .modal-dialog .profile-picture-div .profile-picture img {
            width: 80px;
            height: 80px;
        }

    #myModalProfile .modal-dialog .name-info-div {
        width: 95%;
    }
    #myModalProfile .modal-dialog .name-info-div .name-info {
        margin: 6% 0%;
    }

    #myModalProfile .modal-dialog .action-holder-div {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #myModalProfile .modal-dialog .action-holder-div .action-holder {
        border: none;
        flex-direction: row;
        height: 100%;
        padding: 0%;
    }
    #myModalProfile .modal-dialog .action-holder-div .action-holder .btnChatBlock {
        display: block;
        margin-left: 5%;
        width: 62%
    }

        #myModalProfile .modal-dialog .action-holder-div .action-holder .btnChatBlock .btnBlockParticipant {
            margin: 0% 5%;
        }
        #myModalProfile .modal-dialog .action-holder-div .action-holder .btnClosePopup {
            width: 32%;
        }
}


/*#22236*/
.direct-chat-window-view {
    padding-bottom: 55px;
}

/*#22376*/
.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section .unread-msg-count-new {
    display: none;
}

.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section.unread-msg .unread-msg-count-new {
    display: block;
    color: white;
    height: auto !important;
    width: auto !important;
    background-color: red !important;
    border: 1px solid white !important;
    position: absolute;
    bottom: 0;
    margin-bottom: -3px;
    right: 2px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    min-width: 18px;
    min-height: 18px;
    padding: 0% 4%;
}

.window-chat-section .chat-msg-box .user-desc-section .user-img:before,
.window-chat-section .userContact-chat-msg-box .user-desc-section .user-img:before,
.window-chat-section .chat-msg-box .chat-header .user-details-section.user-group-details .user-img:before {
    height: 0px !important;
    width: 0px !important;
}

.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section .user-chat-action {
    color: #878791;
    padding: 0px;
    display: flex;
}

.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section:hover .user-chat-action .chat-mute-icon {
    display: none;
}

.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section .user-chat-action .groupChatActions .dropdown-menu &gt; li {
    color: #878791;
}

.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section .user-chat-action .groupChatActions .dropdown-menu &gt; li &gt; a {
    color: #535356;
    padding: 3px 10px;
}

.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section .user-chat-action .groupChatActions .dropdown-toggle {
    opacity:0;
    font-size: 18px;
    padding: 0;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #3c4043;
}

.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section:hover .user-chat-action .groupChatActions .dropdown-toggle {
    display: inline-flex;
    opacity: 1;
    pointer-events: inherit;
    cursor: pointer;
}

.window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section .user-chat-action .groupChatActions .dropdown-toggle:hover, .window-chat-section .userContact-chat-msg-box .chat-userlist .user-desc-section .user-chat-action .groupChatActions .dropdown-toggle:focus {
    background-color: #eeeeee;
    text-decoration: none;
}

.window-chat-section .chat-msg-box .user-desc-section .user-desc-div {
    padding: 0px;
    display: flex;
}

.window-chat-section .userContact-chat-msg-box .chat-userlist {
    height: 100%;
}

/*22369*/
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .chat-wrapper.viewer-screen.collapse-participants-panel .section-left {
        margin-left: -200px;
    }

    .chat-wrapper.viewer-screen .section-left .participant-header {
        min-height: 45px;
    }

    .chat-wrapper.viewer-screen .section-left {
        width: 200px;
    }

    .chat-wrapper.viewer-screen .section-right {
        width: calc(100% - 200px);
        margin-left: auto;
    }

    .chat-wrapper .section-right {
        width: calc(100% - 300px);
        transition: 0.5s all ease;
        position: relative;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
    .chat-wrapper .section-left .participant-header .collapse-link {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .chat-wrapper.viewer-screen.collapse-participants-panel .section-left {
        margin-left: inherit;
        left: -100%;
    }

    .chat-wrapper.viewer-screen .section-left .participant-header {
        padding-right: 35px;
    }

    .chat-wrapper.viewer-screen .section-left .title-bar .collapse-link {
        display: flex;
    }

    .chat-wrapper.viewer-screen .section-left {
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .chat-wrapper.viewer-screen .section-right {
        width: 100%;
    }
}

/*22375*/
.window-chat-section .chat-msg-box .chat-content-box .chat-msg .chat-room-area .messages .system-message-div {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    margin-bottom: 3rem;
}

.window-chat-section .chat-msg-box .chat-content-box .chat-msg .chat-room-area .messages .system-message-div .system-message {
    background-color: #f4f4f4;
    color: #898484;
    font-size: 13px;
    padding: 0px 6px;
    border-radius: 0.25em;
}

.window-chat-section .chat-msg-box .chat-content-box .chat-msg .chat-room-area .messages .system-message-div .system-message p {
    margin: 0;
}

.ClassroomViewer .chat-wrapper .section-left .user-list .user-item .profile-picture:hover::after,
.exhibitorChatElement .chat-wrapper .section-left .user-list .user-item .profile-picture:hover::after{
    white-space: pre;
}

#myModalProfile .modal-dialog .action-holder-div .action-holder.currentLoginUser {
    justify-content: end;
}

    #myModalProfile .modal-dialog .action-holder-div .action-holder.currentLoginUser .btnChatBlock {
        display: none;
    }

/*22805*/
.chat-wrapper.viewer-screen .section-left {
    width: 200px;
}

.chat-wrapper.viewer-screen .section-right {
    width: calc(100% - 200px);
}
.chat-wrapper.viewer-screen.collapse-participants-panel .section-left {
    margin-left: -200px;
}

/* #22864 */
#myModalProfile .modal-dialog .action-holder .btn-dark {
    background-color: #071926 !important;
    border: 1px solid #071926 !important;
    color: #fff;
    background-image: none;
}

#myModalProfile .modal-dialog .action-holder .btn-dark:hover {
    background-color: transparent !important;
    color: #071926 !important;
}

#myModalProfile .modal-dialog .action-holder .btn-dark-outline {
    background-color: transparent;
    border: 1px solid #071926;
    color: #071926;
    background-image: none;
}

#myModalProfile .modal-dialog .action-holder .btn-dark-outline:hover {
    background-color: #071926;
    color: #fff;
}</pre></body></html>