
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
body{
    background-color: #f2f6f9;
    color: #424e79;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
nav i{
    color: rgba(68, 84, 195, 0.5);
}
.dark nav i{
    color: #ffffff;
}
.card{

    box-shadow:  10px 10px 20px rgba(176, 184, 214, 0.09), 
                10px 10px 15px -5px rgb(176, 184, 214);
}
nav{
    box-shadow:  10px 10px 20px rgba(176, 184, 214, 0.09), 
                10px 10px 15px -5px rgb(176, 184, 214)!important;
}
.sidebar-brand,.user-item{
    border-bottom: 1px solid #eff0f6;
}
.search-element input{
    border-radius: 6em!important;
}
.search-element button{
    background-color: transparent !important;
    margin-left: -50px;
}
.dark .card {
    background-color: #10163a;
    box-shadow: 0px 10px 10px 20px #262b481c, 10px 10px 15px -5px #262b481c;
}
.dark nav{
    box-shadow: 0px 10px 10px 20px #262b481c, 10px 10px 15px -5px #262b481c !important;
    background-color: #10163a !important;
}
body.dark {
    color: #edf0f5;
    background: #262b48;
}
.dark-sidebar .main-sidebar,.dark-sidebar .main-sidebar .sidebar-brand,.dark .main-footer {
    background-color: #10163a;
}

.dark .sidebar-brand, .dark .main-sidebar .user-item {
    background: #10163a;
    border-right-color: rgba(255, 255, 255, 0.1) !important;
    border-left-color: rgba(255, 255, 255, 0.1) !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
.dark .table-striped tbody tr:nth-of-type(odd) {
    background-color: #262b48;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f5fb;
}
.font-weight-bold {
    font-weight: bold !important;
    font-size: 1rem;
}
.sidebar-mini .user-item{
    display: none;
}
.dark .calendar-table{
    color: black;
}
.dark .form-control {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);;
    color: #edf0f5;
}
.dark .settingSidebar .setting-panel-header {
    background-color: #10163a;
    /* color: #96a2b4; */
    border: 1px solid #10163a;
    
}
.dark .settingSidebar .settingSidebar-body {
    background: #10163a;
    color: #96a2b4;
}
