.globalTaskSpinner {
    position: fixed;
    width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.loading_Main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    font-size: 18px;
}
.autoCompleteProfile {
    border-radius: 23px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    margin: 1px 5px 0 5px;
    float: left;
}
.autocomplete-username {
    padding: 8px 5px 8px 0;
    float: left;
}
.autocomplete-loading {
    width: 185px;
    height: 35px;
    margin: 0 !important;
    padding: 5px;
    background: white url("/web2/assets/images/spinnerSmall.gif?v=46088") 5px center no-repeat;
}
.autocomplete-no-result {
    width: 185px;
    height: 35px;
    margin: 0 !important;
    padding: 10px 5px 5px 5px;
    margin: 0;
}
.memmberSearchInput {
    margin: 4px 10px 4px 0;
    padding: 3px 0;
}
.spinnerWholePage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #ffffff url("/web2/assets/images/spinnerMedium.gif?v=46088") center center no-repeat;
}
.chatCommentBoxBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.nc-toast-top-center-notification {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    z-index: 99999;
}
.nc-toast {
    padding: 8px 12px;
}
.nc-toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.nc-toast-success {
    display: flex;
    align-items: center;
    border-color: #f0c36d;
    background-color: #f9edbe;
    border: 1px solid #e2b45d;
    color: #222;
    text-align: center;
    font-weight: bold;
}
.nc-toast-close-button {
    margin-left: 8px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}
.visibilityHidden {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
}
.visibilityVisible {
    visibility: visible;
}
.hideVideo {
    position: absolute;
    background: white;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.viewEditProfileNoImg {
    letter-spacing: 5px;
    height: 130px;
    width: 130px;
    line-height: 120px;
    text-align: center;
    color: #fff;
    font-size: 36px;
}
.otherVideoError {
    height: 100%;
    display: table;
    text-align: center;
    width: 100%;
}
.closeIcon {
    z-index: 99999;
}
.my-date-picker-month {
    float: left;
}
.my-date-picker-year {
    float: right;
}
.click-link-notification {
    text-align: left;
    color: #222 !important;
}
.retryLink {
    padding-left: 15px;
    text-decoration: underline;
    color: #222;
}
.wa-opacity {
    opacity: 0;
}
.markReadOnly {
    pointer-events: none;
}
.inline-block {
    display: inline-block;
}
.noDisplay {
    display: none;
}
.displayBlock {
    display: block;
}
.disable-select {
    cursor: default !important;
}
.mainSpinner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.mainSpinnerh {
    padding: 10px;
    font-size: 16px;
    text-align: center;
}
div.token-input-dropdown-wa ul {
    margin: 0;
    padding: 0;
}
div.token-input-dropdown-wa ul li.token-input-selected-dropdown-item-wa {
    background-color: #f5f5f5;
}
div.token-input-dropdown-wa ul li.token-input-dropdown-item2-wa {
    background-color: #fff;
}
div.token-input-dropdown-wa ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}
div.token-input-dropdown-wa ul li.token-input-dropdown-item-wa {
    background-color: #fff;
}
div.token-input-dropdown-wa {
    position: absolute;
    width: auto;
    max-height: calc(100vh - 320px);
    background-color: #fff;
    overflow: auto;
    border: 1px solid #ccc;
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    z-index: 1;
}
div.token-input-dropdown-wa ul li.token-input-selected-dropdown-item-wa {
    background-color: #f5f5f5;
}
.wa-cross-wa:before {
    content: '\00DF';
}