#grid-settings {
    max-height: 400px;
    overflow-y: auto;
}
#modal-setting-form {
    top: 60px !important;
}
#universal-modal2 .modal-content {
    top: 40px !important;
    background-color: #f5f7f0;
}
.form-control-xs {
    height: 21px;
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.42857143;
    margin-top: 3px;
}
#form-calls .input-group {
    margin-bottom: 0 !important;
}
#form-calls .btn {
    margin-top: 28px !important;
    margin-left: 10px !important;
}
/* from frontend/views/layouts/main.php*/

.preloader_bg {
    position: fixed;
    background: rgba(236, 240, 245, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}

.preloader_content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    font-size: 14px;
}

.preloader_content span {
    display: block;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    color: rgba(30, 30, 30, 1);
}

html, body {
    opacity: 1 !important;
}
