.UpdateAssetModal {
    &-modal {
        .ReactModal-content {
            border-radius: 13px;
            padding: 10px;
            width: 520px;
        }
    }

    /* stylelint-disable max-nesting-depth, declaration-no-important */
    &-header {
        border-bottom: none !important;
        font-size: 18px;
        font-weight: 200;
        margin-bottom: 40px;
    }
    /* stylelint-enable max-nesting-depth, declaration-no-important */

    &-text1 {
        font-size: 14px;
        margin-top: 25px;
    }

    &-text2 {
        font-size: 14px;
        padding-top: 20px;
    }

    &-text3 {
        color: $blue-read;
    }
    
    /* stylelint-disable max-nesting-depth, declaration-no-important */
    &-button-container {
        border-top: 20px;
        height: 50px;
        margin-top: 20px;
    }

    &-button-yes {
        background: $bluejay !important;
        color: white !important;
        float: right;
    }

    &-button-close {
        background: white !important;
        border: none !important;
        color: $bluejay !important;
        float: left;
    }
    /* stylelint-enable max-nesting-depth, declaration-no-important */

    &-spacer {
        height: 40px;
    }
}
