.loader {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1080;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader div {
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    flex-wrap: wrap;
}

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

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

.loader div p:nth-child(1) {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 2px;
}

.loader div p:nth-child(2) {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}

.loading-inside-input {
    background-color: #ffffff;
    background-image: url("/resources/images/loader-3f2590067056b4f0630d5b360e694fce.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-3f2590067056b4f0630d5b360e694fce.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;
}
