/* Minification failed. Returning unminified contents.
(33,38): run-time error CSS1046: Expect comma, found '140'
(33,45): run-time error CSS1046: Expect comma, found '/'
 */
body {
    background-color: #F3F3F3 !important;
}

.font-16 {
    font-size: 16px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.page-options {
    display: flex;
    align-items: center;
    padding-left: inherit;
}

    .page-options li {
        padding-right: 5px;
        list-style-type: none;
    }

.img-thumbnail {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-border-bottom {
    border-bottom: 1px solid rgb(140 140 140/.2);
}

.logo-img {
    width: 42px;
}
.avatar::after {
    content:initial;
}
.display-none {
    display: none;
}

.overflow-scroll {
    overflow: scroll;
}

.min-height-500 {
    min-height: 500px;
}

.max-width-414 {
    max-width: 414px;
}

.width-30p {
    width: 30%;
}

/*******************************************************************************************/

