.cke_dialog_ui_input_select{
  background: url(../../../../core/misc/icons/333333/caret-down.svg) no-repeat 99% 63%, -webkit-linear-gradient(top, #f6f6f3, #e7e7df)!important;
  padding: 1px 1.571em 1px 0.5em!important;
}
.ckeditor5-toolbar-button-buttons {
  background-image: url(../icons/buttons.svg);
}
.nsw-button {
    font-size: 16px;
    border-radius: 24px;
    font-family: InterRegular,sans-serif;
    line-height: 24px;
    font-weight: 400;
    white-space: normal;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-block;
}
.nsw-button--dark{
    color: #fff;
    background-color:#214A66; 
    border-color: transparent;
    background-image: linear-gradient(rbga(var(#fff), 0.15), rbga(var(#fff), 0.15));
}
.nsw-button--danger{
  background-color: #B81237;
  color: #fff;
}
.nsw-button--dark-outline {
    outline: 2px solid;
    outline-offset: -2px;
    border: none;
    color: var(--nsw-brand-dark);
    background-color: transparent;
}

.button-arrow-side-right::after {
    font-family: 'Material Icons';
    content: "east";
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-left: 0.5rem;
    font-size: 1.5rem;
    line-height: .625rem;
    position: relative;
    bottom: -0.4375rem;
}
.button-arrow-side-left::before {
    font-family: 'Material Icons';
    content: "east";
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-right: 0.5rem;
    font-size: 1.5rem;
    line-height: .625rem;
    position: relative;
    bottom: -0.4375rem;
}
.cke_dialog_ui_labeled_required {
    color: red!important;
}

.ck a.nsw-button:not([href]) { 

    visibility: hidden;
    position:absolute;
    left:-1000px;
}