﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;500&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}
body[data-sidebar=dark] .navbar-brand-box {
    background: #000000;
}
body[data-sidebar=dark] .vertical-menu {
    background: #000000;
}
body[data-sidebar=dark] #sidebar-menu ul li a {
    color: limegreen;
}
body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
    color: limegreen;
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: limegreen;
}
.navbar-small {
    height: 50px !important
}
.vertical-menu {
    top:50px
}
.avatar-title i {
    font-size:32px;
}
label.form-label {
    font-size: 11px !important;
}
.navbar-brand-box {
    height: 60px !important;
}
input .vip {
    border: solid;
    border-color: #E4003A;
}
.prime-bg {
    background-color: #19502e;
}
.card-h5 {
    font-size:14px;
    margin: 0 0 7px 0;
    font-weight: 600;
}
.btn-prime-green {
    background-color: #19502e;
    color: white;
    font-size: 12px;
}
.btn-prime-green:hover {
    background-color: #e31f27;
    color: white;
}
.btn-prime-red {
    background-color: #E4003A;
    color: white;
    font-size: 12px;
}
.btn-prime-red:hover {
    background-color: #181b22;
    color: white;
}
#sign-out {
    position: fixed !important;
    bottom: 15px !important;
    margin: auto;
    left: 23px;
    background-color: black;
    padding-right: 10px;
    border-radius: 12px;
}
#sign-out a {
    color: red;
    font-weight: 400;
    font-size: 10px;
}
.text-prime-red {color:  #E4003A}
.text-prime-green {color:  #19502e}
.form-check-input:checked {
    background-color: #19502e !important;
    color: #19502e !important;
}

.cbody {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom:1rem !important;
    padding-left: 1.25rem;
}
.search-bar #sbar {
    border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: darkseagreen;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
}
.auth-full-bg {
    background-color: #000 !important;
}
.bg-brand-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000;
}
.nav-tabs-custom.nav-item.nav-link::after {
    background: #19502e !important;
}
.nav-tabs-custom .nav-item .nav-link.active {
    color: #ffffff !important;
    background-color: #19502e !important;
}
.btn-prime-red .collapsed {
    color: darkgoldenrod !important;
}
