* {
    user-select: none;
}

body {
    font-family: "Poppins", sans-serif;
}

button:focus {
    outline: 0 !important;
}

.loader.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

input.invalid {
    border: 1px solid red;
}

.background-orange {
    background-color: #F14822 !important;
}
/*.datatable-scroll, .datatable-footer{*/
/*    overflow-x: scroll !important;*/
/*    width: 100%;*/
/*}*/
.required-span , .error{
    color: red;
}

.ck-editor__editable_inline{
    min-height: 200px !important;
}

.iti--allow-dropdown{
    display: flex !important;
}

.dropdown-menu{
    min-width: 8.75rem !important;
}

.hidden{
    display: none !important;
}

.back-to-login a {
    color: black;
    text-decoration: none; 
}

.back-to-login a:hover {
    color: black;
}
