.form-group[required]>label:after {
    display: inline-block;
    content: '*';
    margin-left: 4px;
    color: red;
}

.steps .dndPlaceholder {
    height: 42px;
    list-style: none;
    background: #d5d5d5;
}

#steps-form .box-create {
    margin-top: 15px;
    border-top: 1px solid #f4f4f4;
    padding-top: 15px;
}

#steps-form .box-create .form-group {
    margin-bottom: 0;
}

#steps-form .step-name {
    display: inline-block;
    margin-top: 10px;
}

.select2-container .select2-results__option img,
.select2-container .select2-selection img{
    background: #d2cdcd;
    width: 35px;
    border-radius: 7px;
}

.select2-container .select2-selection img{
    width: 25px;
    height: 1.3em!important;
}

.variants{
    margin-top: 40px;
}
.variants .input-group{
    margin-bottom: 5px;
}

tr.error{
    border: 3px solid #dd4b39;
    position: relative;
}

.th-error{
    display: none;
}

tr.error + .th-error{
    display: table-row;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 37px;
    height: 26px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 8px;
    border: 8px solid #02a65a;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #02a65a transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.import-loading-text{
    margin-top: 15px;
}

.upload-file-form{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.upload-file-form .invalid-file{
    position: absolute;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
