.settings-integrations {
    position: relative;

    .alerts {
        position: absolute;
        z-index: 2000;
    }


    .box-body.active {
        border: 1px solid #05a45c;
        border-radius: 3px;
        background-color: #f5fcf9;
    }

    .content-title {
        line-height: 33px;
        font-size: 16px;
        font-weight: 600;
    }

    .updated {
        color: #05a45c;
        line-height: 33px;
    }

    .object-mapping-form__cancel-btn {
        position: absolute;
        bottom: 0;
        left: 100px
    }

    .form-group {
        .btn-group {
            margin-bottom: 10px;
        }
    }
}
