.
body{
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
html{
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0b5ed7;
}
.font-green .message .cls_error {
    background: #f9efe9;
    padding: 10px;
    color: red;
    text-align: center;
    border-radius: 5px;
}
.font-green .message .success {
    background: #d4ebbf;
    padding: 10px;
    color: green;
    text-align: center;
    border-radius: 5px;
}
.customcard {
    margin-bottom: 30px;
    border: 0px;
    border-radius: 0; 
    box-shadow:none;
}
.login-input .form-group .form-control{
    height: 50px;
    border: 1px solid #c3c3c3;
    padding-left: 7px;
}
.form-control{
    height: 50px;
}

i.bi.bi-plus-lg {
    font-size: 25px;
    font-weight: bold;
}

.addiconbutton {
    padding: 0.375rem 0.75rem !important;
    border-radius: 50%;
}
i.bi.bi-toggle-on {
    font-size: 30px;
    color: #0d6efd;
}
i.bi.bi-toggle-off{
    font-size: 30px;
}
span.help-block {
    color: red;
}

.font-green .message .cls_error {
    background: #ebdfd8;
    padding: 5px;
    color: red;
    text-align: center;
    border-radius: 5px;
}
body{
    font-family: 'Nunito', sans-serif !important;
        line-height: 1.5;
        font-size: 14px;
}
.table thead th {
    color: #212529;
}
.table td {
    color: #212529;
}

.col-form-label {
    text-align: right;
    color: #212529;
}
a.warningbutton {
    padding: 7px;
    color: #0d6efd;
    font-weight: 700;
}
a.dangerbutton{
    padding: 7px;
    color: #0d6efd;
    font-weight: 700;
}
.nk-sidebar .metismenu .mega-menu ul.in li a:hover, .nk-sidebar .metismenu .mega-menu ul.in li a:focus, .nk-sidebar .metismenu .mega-menu ul.in li a.active {
    color: #0d6efd;
}

.page-item.active .page-link {
    background-color: #465dfc !important;
}

.footer .copyright a {
    color: #465dfc;
}
