﻿.mix {
    display: none;
}

.loading-panel {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
}

.logo img {
    max-height: 150px;
}

.announcementmodal .modal-dialog {
    max-width: 400px;
}

.floating-chat-2 {
    position: fixed;
    right: 3%;
    bottom: 80px;
    z-index: 999;
    animation: 1.8s float ease-in-out infinite;
    max-width: 100px;
}

@media (max-width: 999px) {
    .floating-chat-2 {
        max-width: 80px;
    }
}

.table-wrapper {
    display: block;
    max-height: 400px;
    overflow-y: auto;
}

.field-icon {
    position: absolute;
    right: 9px;
    top: 12px;
    font-size: 15px;
    z-index: 1;
    color: #c4c4c4;
}

.input-wrap {
    position: relative;
    width: 100%;
}