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; }
.w-5 {
    width: 5% !important;
}
.w-10 {
 width:10% !important;
}
.w-12 {
    width: 12% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}

.text-justify { text-align:justify !important;}

.bg-light-primary {
    background-color: #fae7ef !important;
}

#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;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


.Form__content {
    background: #fff;
    border-radius: 2rem;
    padding: 2rem;
    /*max-width: 480px;*/
    flex: 1 0 auto;
    /*box-shadow: 0 10px 20px rgb(0 0 0 / 15%);*/
}

.Form_control {
    position: relative;
}

.Form__label {
    cursor: pointer;
    display: flex;
    padding: 2rem;
    border-radius: 2rem;
    border: 2px dashed #8b13fc;
    border-color: var(--kt-primary) !important;
    flex-direction: column;
    align-items: center;
}

    .Form__label i {
        font-size: 5rem;
        /*color: #8b13fc;*/
        color: var(--kt-primary) !important;
        margin-bottom: 0.75rem;
    }

    .Form__label span {
        /*color: #ababab;*/
        color: var(--kt-primary) !important;
        text-align: center;
    }

.Form__input {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}


.fileInput {
    position: fixed;
    /*top: 0;*/
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width:100% !important;
}