
.note-editable { background-color: white!important; color: black!important; }
.swal2-popup {
  font-size: 1.6rem !important;
}
.skin-blue .left-side, .skin-blue .main-sidebar, .skin-blue .wrapper {
    background-color: #140152;
}
.skin-blue .main-header .logo {
    background-color: #F9F9F9;
    color: #fff;
    border-bottom: 0 solid transparent;
}
.skin-blue .main-header .navbar {
    background-color: #140152;
}
.skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li:hover>a {
    color: #fff;
    background: #EFAF27;
    border-left-color: #3c8dbc;
}
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: medium;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: initial;
}
.btn-primary {
    background-color: #140152;
    border-color: #efaf27;
}
.btn-primary.hover, .btn-primary:active, .btn-primary:hover {
    background-color: #efaf27;
}

.buttons{
  padding-bottom: 20px;
}

.modal-header {
    border-bottom-color: #efaf27;
    background-color: #140152;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #efaf27;
}
.modal-header .close {
    margin-top: -16px;
}
.modal-title {
    margin: 0;
    line-height: 1;
    color:white;
}
button.close {
    padding: 0;
    background:none;
    border: none;
    background-color: white;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    background-color: white!important;
    opacity:0;
}
.swal2-popup {
  font-size: 1.5rem !important;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  border-bottom: 5px solid red;
}
