.authentication-bg-pattern {
    background-image: url(../../assets/images/bg-pattern.png);
}

.authentication-bg {
    background-color: #323236;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.ChatInputFile {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}


.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    float: right;
    justify-content: center;
}

.pagination li {
    margin-left: 10px;
    padding: 10px;
    border-radius: 5px;
}

.pagination li.selected {
    background-color: #0A9AEB;
    color: white;
}

.text-truncate {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}