@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap");
* {
    font-family: "Inter", sans-serif;
}
.user-name{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.btn-full
{
    width: 100%;
}
.btn-half
{
    width: 50%;
}

.btn-first
{
    border-bottom-left-radius: 20px;
}
.btn-last
{
border-bottom-right-radius: 20px;
}
.model-button
{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.btn-adj
{
font-size: 12px;
padding: 10px;
}
.role-text
{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.737);
}
.footer-box
{
    border: #1cc88a solid 2px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #1cc88a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    align-content: center;
    text-align: center;
    align-items: center;
}
.link-user a{
    font-size: 12px;
    color: #ffffffa8;
    
}
.link-user {
    font-size: 12px;
    color: #ffffffa8;
    
}

.main-sidebar, .main-sidebar::before
{
    width: 245px !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.content-wrapper{
    margin-left: 240px !important;
}

.side-menu-btn:hover{
background-color: #9d032a6a;
border-radius: 5px;
font-weight: 600;
}

.side-menu-btn{
padding: 5px;
    }

    
    .side-menu-btn:hover p{
        font-weight: 600;
        }
        .side-menu-btn p{
            font-weight: 600;
        font-weight: normal;
        margin-top: 5px !important;
        font-size: 12px;

            }

/* colors  */
.slava-secendory-bg {
    background: #000000 !important;
}
.btn-bg-delete {
    background: #9d032a !important;
}
.slava-primary-bg {
    background: #000000 !important;
}
/* sidebar  */
.sidebar .sidebar-menu a {
    color: #ffff !important;
}
.sidebar .sidebar-menu a.active {
    background: #fe2929 !important;
}
/* .sidebar .sidebar-menu ul li a img {
    padding-right: 10px;
} */
/* common styles  */
p,
button,
a,
input,
span,
li {
    font-size: 16px;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.3rem;
}
h4 {
    font-size: 1rem;
}
h5 {
    font-size: 0.9rem;
}
h5 {
    font-size: 0.8rem;
}
.wrapper .content-wrapper {
    min-height: calc(
        100vh - calc(3.5rem + 1px) - calc(3.5rem + 1px)
    ) !important;
}
.table thead th {
    text-align: center !important;
    vertical-align: middle !important;
}
.card-body.p-0 .table thead > tr > th:first-of-type {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
}
.table td {
    padding: 0.5rem 0.4rem !important;
}
.border-left-danger {
    border-left: 0.25rem solid #dc3545 !important;
}
.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}
.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}
.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}
.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}
.text-gray-300 {
    color: #dddfeb !important;
}
.text-gray-800 {
    color: #5a5c69 !important;
}
