body {
    background: rgb(243, 243, 243);
}

.contentBox {
    height: 5em;
    max-width: 110em;
    ;
    margin: auto;
    background: rgba(30, 143, 255, 0);
}

.mobile_nav {
    border-bottom: 1px solid rgba(177, 177, 177, 0.699);
    padding: 1em;
    /* line-height: 34px; */
}

.actionBarUl {
    list-style: none;
    ;
}

.actionBarUl li {
    line-height: 35px;
    /* border-bottom: 1px solid rgb(202, 202, 202); */
}

.project_list {
    list-style: none;
}

.project_list li {
    line-height: 30px;
    font-weight: 600;
}

.main_container_grid {
    height: 88vh;
}

.stat_icon {
    height: 2.5em;
    width: 2.5em;
    /* margin:auto; */
    border-radius: 50%;
    font-size: 30px;
    line-height: 2.5em;
    text-align: center;
    box-shadow: 1px 1px 1px 1px rgb(226, 226, 226);
}

.stat_fig {
    font-size: 25px;
    font-weight: 600;
    color: rgb(58, 58, 58);
    padding-top: 10px;
}

.stats_desc {
    /* font-weight: 300; */
    color: rgb(150, 150, 150);
    padding-top: 10px;
    font-size: 15px;
}

.authModal {
    background: rgba(0, 0, 0, 0.637);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.closeAuthModalIcon {
    cursor: pointer;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.addProductModal{
    background: rgba(0, 0, 0, 0.548);
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    display: none;
}

.previewProductModal{
    background: rgba(0, 0, 0, 0.548);
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    display: none;
}


@media only screen and (min-width:768px) {

    .x.icon{
        cursor: pointer;
    }
}