﻿body {
font-family: 'Montserrat', sans-serif;
-webkit-font-smoothing: antialiased;
}
#body-login {
background: url("/assets/img/login_bg.png");
background-repeat: no-repeat;
background-attachment: fixed;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
}
.bg-soft {
background: #fafafa !important;
}
#login-div {
border-radius: 3rem;
padding: 2rem 3rem 2rem 3rem;
position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%,-30%);
width: 100%;
max-width: 380px;
background: rgba(255,255,255,.80);
}
.bg-muted {
background: rgb(206, 212, 218) !important;
}
.f-24 {
font-size: 24px !important;
}
.more-rounded {
border-radius: .5rem;
}
.category_menu_item {
background: #f8bd3d;
border-radius: .5rem;
color: #fff;
text-align: center;
padding: .5rem;
}
.category_menu_item:hover {
cursor: pointer;
background: #e59f08;
}
.category_menu_item.bg-secondary {
background: #b7a698;
border-radius: .5rem;
color: #fff;
text-align: center;
padding: .5rem;
}
.category_menu_item.bg-secondary:hover {
cursor: pointer;
background: #a99584!important;
}
.category_menu_item.bg-tertiary {
background: #ff703e;
border-radius: .5rem;
color: #fff;
text-align: center;
padding: .5rem;
}
.category_menu_item.bg-tertiary:hover {
cursor: pointer;
background: #f06447 !important;
}
.category_banner {
background: #f8bd3d;
border: 1px solid rgb(206, 212, 218) !important;
border-top-right-radius: .75rem;
border-top-left-radius: .75rem;
padding: 5px 1rem 0px 1rem;
height: 100%;
position: relative;
}
.category_banner:hover{
cursor:pointer;
}
.category_table_container {
border-bottom: 1px solid rgb(206, 212, 218) !important;
border-right: 1px solid rgb(206, 212, 218) !important;
border-left: 1px solid rgb(206, 212, 218) !important;
border-bottom: 1px solid rgb(206, 212, 218) !important;
border-bottom-right-radius: .75rem;
border-bottom-left-radius: .75rem;
}
#space_footer {
margin-bottom: 20px;
}
a:hover {
text-decoration:none;
}
#footer {
position: fixed;
bottom: 0;
left: 0;
text-align: center;
width: 100%;
color: #fff !important;
background: #F23B52;
z-index: 3;
}
#footer > a {
font-weight: bold;
color: #fff !important;
}
.loader {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 99999;
background: rgba(255,255,255,0.8);
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 1024px) {
    .hide-mobile {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    #name_user_lbl {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .category_menu_item {
        height: 64px;
    }
}
.loader-modal{
position:absolute;
width:100%;
height:100%;
background:rgba(255,255,255,0.8);
text-align:center;
}
.loader-modal>.content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}
