﻿.input-validation-error {
    border: 1px solid #ff8fa3;
    background-color: #fff0f3;
}
.hidden{
    display: none;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2051;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .1);
}

    .loading .loading-img {
        width: 90px;
        animation: pop 1.2s infinite;
        position: absolute;
        top: 58%;
        left: 50%;
    }
.login-aside {
    background: none!important;
    background-image: url(/img/aside-removebg-preview.png)!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover!important;
    background-color: white!important;

    object-fit:cover;
    /*background: linear-gradient(340deg, rgba(90,24,154,1) 0%, rgba(157,78,221,1) 59%, rgba(177,133,219,1) 100%)!important;*/
}
@keyframes pop {
    0% {
        transform: translate(-50%, -50%) scale(0.75, 0.75);
    }

    50% {
        transform: translate(-50%, -150%) scale(1, 1);
    }

    55% {
        transform: translate(-50%, -150%) rotate(15deg);
    }

    60% {
        transform: translate(-50%, -150%) rotate(-15deg);
    }

    65% {
        transform: translate(-50%, -150%) rotate(15deg);
    }

    70% {
        transform: translate(-50%, -150%) rotate(-15deg);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.75, 0.75);
    }
}
.tCustom-file {
    width: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    margin-bottom: 0;
}

.tCustom-file-input, .custom-file-input-additional {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    margin: 0;
    opacity: 0;
}
.delete-add-img {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    outline: none;
    border-radius: 50%;
}

    .delete-add-img i {
        color: black;
        font-size: 8px;
    }

.tCustom-file-label, .custom-file-additional {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .tCustom-file-label::after, .custom-file-additional::after {
        content: "Browse";
    }

    .tCustom-file-label:after, .custom-file-additional::after {
        float: left;
    }

    .tCustom-file-label::after, .custom-file-additional::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 1.3rem);
        padding: 0.65rem 1rem;
        line-height: 1.5;
        color: #3F4254;
        content: "Browse";
        background-color: #F3F6F9;
        border-left: inherit;
        border-radius: 0 0.42rem 0.42rem 0;
    }

.file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    margin: 0;
    opacity: 0;

}
.file-label {
    text-align: left;
}

.file-input:lang(en) ~ .file-label::after {
    content: "Browse";
}
.file-label:after {
    float: left;
}

.file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.3rem);
    padding: 0.65rem 1rem;
    line-height: 1.5;
    color: #3F4254;
    content: "Browse";
    background-color: #F3F6F9;
    border-left: inherit;
    border-radius: 0 0.42rem 0.42rem 0;
}
.file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-gallery{
display: flex;
flex-direction: row;
}
.form-gallery {
    width: 100% !important;
}
.form-gallery__item--delete{
    float:right!important;
}
.form-gallery__item {
    width: 200px !important;
    margin-right:10px!important;
}
    .form-gallery__item img {
        width: 100%!important;
    }
    @media only screen and (max-width: 1400px) {
        .main-title {
        font-size: 6rem !important;
    }
}
.image_container-additional {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}