.RemoveConfirmationPopup {
    position: relative;
    top: 9px;

    &-content {
        max-width: 180px;

        &-warning {
            font-family: Rubik, sans-serif;
            font-weight: 500;
        }
    }

    &-buttons {
        padding-top: 5px;
        text-align: right;

        &-cancel {
            color: $link;
        }

        &-ok {
            color: $parrot;
            margin-left: 5px;
        }
    }

    &-button {
        cursor: pointer;
        display: inline-block;
        font-family: Rubik, sans-serif;
        font-size: 11px;
        font-weight: 500;
        padding: 5px;
        text-transform: uppercase;
    }

    &-trigger {
        cursor: pointer;
        display: flex;
        justify-content: center;
        padding: 1px;
    }
}
