
/*# sourceMappingURL=custom-rtl.min.css.map */

@font-face {
    font-family: 'Lama Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Lama Sans Regular'), url('/admin/assets/fonts/LamaSans-Regular.woff') format('woff');
    }

body{
    font-family:'Lama Sans Regular' ;

}

.app-menu .nav-item,      /* Targets each item */
.app-menu .nav-link,      /* Targets links within items */
.app-menu .menu-title {   /* Targets titles within sidebar */
    font-family: 'Lama Sans Regular', sans-serif !important; 
    font-size: 16px !important; /* Adjust size as needed */
    color: white;    /* Ensures text color within sidebar */
}



.slot-title {
    font-family: 'Lama Sans Regular', sans-serif !important;
    font-size: 20px;
    color: #333;
}
h5 {
    font-family: 'Lama Sans Regular', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

li {
    font-family: 'Lama Sans Regular', sans-serif;
    font-size: 16px;
    color: #666;
}

.card-title {
    font-family: 'Lama Sans Regular', sans-serif !important;
    font-size: 18px; /* Adjust the size as needed */
    font-weight: 500; /* Adjust weight if necessary */
    color: #333; /* Set text color */
    margin: 0; /* Ensure margin is consistent */
}

.menu-dropdown .nav-link {
    font-family: 'Lama Sans Regular', sans-serif;

}

table, .form-control, .btn {
    font-family: inherit;
}

.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear, right top, left top, from(#364574), to(#405189));
    background: linear-gradient(to left, #e9eaed, #ffffff);
    opacity: .7;
}