body, .app-default {
    background-color: #F6F6F6 !important;
}

.app-header {
    background-color: #F6F6F6 !important;
}

.app-sidebar {
    background-color: #F6F6F6 !important;
}

.menu-active-bg .menu-item .menu-link.active {
    background-color: #fae7ef !important;
}

.menu-link:hover {
    background-color: #ebebeb !important;
}

.menu-active-primary .menu-item .menu-link.active {
    background-color: #ebebeb !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-48{ width:48% !important;}

.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}

.end-10{ right:10% !important;}
.end-15{ right:15% !important;}

.text-justify {
    text-align: justify !important;
}

.text-blue {
    color: #009ef7;
}
.bg-light-primary {
    background-color: #fae7ef !important;
}

.badge-blue {
    color: #ffffff;
    background-color: #009ef7;
}

.badge-light-blue {
    color: #009ef7;
    background-color: #f1faff;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #fff;
}
.btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .btn.btn-active-light-primary.active {
    background-color: #fae7ef !important;
}
/*#faddea*/







#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff7a;
    z-index: 1100;
    width: 100vw;
    height: 100vh;
    /*opacity: 0.5;*/
}

#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
}

#loaderText {
    width: 100px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 62%;
    margin: -50px 0 0 -50px;
    text-align: center;
    font-weight: 700;
}