.loader {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 300px;
    width: calc(100% - 300px);
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(14px);
    z-index: 1080;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader.login-loader {
    left: 0 !important;
    width: 100% !important;
}

.loader div img {
    margin: 0 auto 10px auto;
    width: 62px;
    height: 62px;
}

.loader div p {
    justify-content: center;
    display: flex;
}

.loading-inside-input {
    background-color: #ffffff;
    background-image: url("/resources/images/loader.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.warning-inside-input {
    background-color: transparent;
    background-image: url("/resources/images/alert/red_alert.svg");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.loading-inside-center {
    background-color: transparent;
    background-image: url("/resources/images/loader.gif");
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.warning-inside-center {
    background-color: transparent;
    background-image: url("/resources/images/alert/red_alert.svg");
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}
