/* Auth Pages Logo (login, forgot-password and reset password pages) */
.login-brand-logo {
    max-height: 140px;
}

/* Admin Statistics Icon Size */
.avatar .avatar-content {
    font-size: 1.1rem;
}

.navbar-bottom {
    padding: 0px 10px;
    position: fixed;
    height: 60px;
    width: 100%;
    bottom: 0px;
    z-index: 10000;
}

.navbar-bottom ul {
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    height: 60px;
    text-align: center;
    font-size: 24px;
}

.navbar-bottom ul li {
    list-style: none;
    background-color: transparent;
}
.navbar-bottom ul li .icon-center {
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #78000a;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-20px);
    box-shadow: 0px -2px 10px #78000a25;
}
.navbar-bottom ul li a {
    text-decoration: none;
    color: #fff !important;
}

.navbar-bottom ul li a:focus {
    text-decoration: none;
}
.navbar-bottom  .nav-text{
    font-size: 10px;
    text-transform: uppercase;
}
/* .navbar-bottom ul li .icon-center::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 84px;
    height: 84px;
    margin-left: -10px;
    background: #78000a21;
    top: -10px;
} */
.place-self{
    place-self: center;
}
/*
.navbar-bottom ul li a p {
    font-size: 10px;
    margin: 0;
    text-align: center;
    padding: 0;
    font-weight: 550;
    margin-top: 2px;
} */
.navbar-bottom{
    display: none;
}
.bg-custom {
    background-color: #78000a;
}
.m-display{
    display: none;
}
.mt-26{
    margin-top: 2.6rem !important;
}
@media(max-width:575px){
    .m-display{
        display: block;
    }
    .navbar-bottom{
        display: block;
    }
    .scroll-top {
        position: fixed;
        bottom: 12%;
    }
    .mt-26{
        margin-top: 0.6rem !important;
    }
    .card {
        margin-bottom: 1rem;
    }
}
.min-w125px{
    min-width: 130px;
}
.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single{
    min-height: 2.2rem !important;
}
.select2-container .select2-selection--single .select2-selection__rendered,.select2-container--classic .select2-results__option, .select2-container--default .select2-results__option{
    font-size: 0.857rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 18px;
}
.text-white-cards a{
    color: #5e5873 !important;
}
.text-white-cards .card-body h4, .text-white-cards .card-body p{
    color: #fff !important;
}
.custom_btn{
    background-color: #fff;
    border: none;
    color: #78000a;
}

.EZView {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.dashboard-tab-list li a.active{
    border-color: #78000a !important;
    background-color: #78000a !important;
    color: #fff !important;
    border-radius: 0.358rem !important;
}
.grid-row{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap:10px
}
@media (max-width:760px) {
    .grid-row{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}