@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Ubuntu', sans-serif !important;
}


.midIcon {
    font-size: 1.1rem;
}

.icon {
    margin-right: .25rem;
    cursor: pointer;
}

.website-logo {
    font-family: 'Poppins', sans-serif;
}

.headerActionIcon {
    cursor: pointer;
    color: #2B343A;
    font-size: 1.5rem;
    margin-right: 5px;
}

.responsiveCell {
    white-space: normal;
    word-break: break-word;
    max-width: 130px;
}

table {
    font-size: 0.9rem;
}

.textWrap {
    word-break: break-word;
}

.verticalAlign {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.table th {
    font-weight: bold;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.whatsappFloatingIcon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsappFloatingIcon:hover {
    color: #FFF;
}