.ResolveConflict {

    &-loading-block {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 300px;
    }

    &-loading-header {
        color: $rhino;
        font-size: 22px;
        font-weight: $timberwolf;
        margin-top: 75px;
    }

    &-loading-animation {
        height: 100px;
        padding: 50px 0;
        width: 100%;
    }
    
    &-loading-footer {
        color: $timberwolf;
        font-size: 14px;
    }

    &-info-block {
        border-bottom: $border-style;
        color: $rhino;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    &-info-item {
        display: inline-block;
        margin-right: 20px;
    }

    &-info-title {
        font-weight: $weight_bold;
    }

}
