.callout-square:hover {
    transform: translateY(1px);
    box-shadow: 0 0 10px 0 rgb(58 70 93 / 25%);
    transition: all 0.2s;
    z-index: 5
}

.email-user-list {
    position: relative;
    height: calc(var(--vh, 1vh) * 100 - 13.4rem);
}

.input-Search {
    height: 30px;
    width: 0px;
    margin-left: 5px;
    border: 0;
    border-bottom: 1px solid #ffffff;
    outline: 0;
    color: #ffffff;
    background: transparent;
}

.input-Search::placeholder {
    color: #ffffff;
}

.paddingTopSearchCX {
    padding-top: 8px !important;
}

@media (max-width: 720px) {
    .select2-selection__rendered {
        display: none !important;
    }
}