﻿
body{
    background-color: #fef7ee;
}
.navbar-menu .navbar-nav .nav-link i {
    color: #ff533e;
    font-weight:  500;
}

.nav-link.menu-link {
    font-weight: 600 !important;
    color: #232323 !important;
}

.navbar-menu .navbar-nav .nav-item {
    border-bottom: 1px solid #e5e5e5;
}

.menu-title span {
    font-size: 16px;
    color: #383838;
}


span.logo-sm {
    line-height: 70px;
}

span.logo-lg {
    line-height: 100px;
}

span.input-group-text {
    background: #d4e5dc;
}

.card {
    border: 2px solid #f4982c;
}

.form-control {
    border: 1px solid #89b89f;
}

.input-group-text {
    border: 1px solid #89b89f;
}

.flatpickr-weekdays, .flatpickr-months, span.flatpickr-weekday {
    background-color: #f49c35;
}

.custom-br-sm {
    border-top-right-radius: 0.2rem!important; 
    border-bottom-right-radius: 0.2rem!important;
}

