﻿.dx-widget input, .dx-widget textarea,
.dx-widget {
    font-family: inherit ;
}

.dx-list {
    min-height: unset;
}

/* ------- BUTTONS ------------*/
.btn.dx-button-has-text {
    box-shadow: 0px 2px 2px var(--dark-grey);
}

    .btn.dx-button-has-text .dx-button-content {
        padding: 0;
        display: flex;
    }

    .btn.dx-button-has-text.less-padding .dx-button-content {
        padding: 0.6rem 1rem 0.6rem 1rem;
    }

.btn-primary.dx-button-mode-contained.dx-state-focused,
.btn-primary .dx-icon {
    background-color: var(--site-primary-colour);
    color: var(--site-primary-offset-colour);
}

    .btn-primary:hover .dx-icon,
    .btn-primary.dx-button-mode-contained.dx-state-focused:hover {
        background-color: white;
        color: black;
        border-color: var(--site-primary-colour);
    }

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected,
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
    background-color: rgba(0,0,0,0) !important;
    color: #333 !important;
}

/* ------- SPEED DIAL ACTION BUTTON------------*/

.dx-fa-button.dx-fa-button-main .dx-overlay-content {
    border-radius: 0.4rem;
    background-color: var(--site-primary-colour);
    color: var(--site-primary-offset-colour);
    height: 2.5rem !important;
}

    .dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover {
        border-radius: 0.4rem;
        background-color: white;
        color: black;
        border: 1px solid black;
    }

    .dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label-wrapper .dx-fa-button-label {
        color: inherit;
    }

/* ------- DATAGRID ------------*/
.dx-datagrid-theme.dx-widget {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.4rem;
    overflow:hidden;
}

.dx-datagrid-theme .dx-freespace-row {
    display: none !important;
}

@media (max-width: 768px) {
    .dx-datagrid-theme .dx-datagrid.dx-gridbase-container {
        border-radius: 20px;
    }
}

.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
    color: black;
    margin-right: 1rem;
    font-size: 22px
}

.dx-datagrid-header-panel .dx-toolbar {
    margin-top: 10px;
    height: 2.5rem;
}

    .dx-datagrid-header-panel .dx-toolbar .dx-toolbar-items-container {
        height: 100%;
    }

        .dx-datagrid-header-panel .dx-toolbar .dx-toolbar-items-container .dx-toolbar-item {
            padding-right: 1rem;
        }

            .dx-datagrid-header-panel .dx-toolbar .dx-toolbar-items-container .dx-toolbar-item .dx-item-content {
                height: 100%;
                align-content: center;
            }

.dx-datagrid-search-panel.dx-texteditor {
    background-color: var(--light-blue);
    border: 0;
    height: 100%;
}

.dx-datagrid-theme div.dx-datagrid-text-content.dx-text-content-alignment-left {
    float: left !important;
    padding-right: 10px;
}

.dx-datagrid-theme div.dx-column-indicators {
    float: unset !important;
}

/* Columns & Rows
-------------------------------------------------
*/
.dx-datagrid-theme .dx-datagrid-headers {
    background: var(--light-blue);
    border-top: 1px solid #d9d5ec;
    border-bottom: unset !important;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Roboto';
    color: #37352F;
}

.dx-datagrid-theme .dx-column-lines > td {
    border-left: unset !important;
    border-right: unset !important;
    vertical-align: middle !important;
}

.dx-datagrid-theme .dx-datagrid-rowsview {
    border-top: unset !important;
}

    .dx-datagrid-theme .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td {
        background: var(--light-blue);
    }

.dx-datagrid-theme .dx-data-row {
    border-top: 1px solid #d9d5ec;
    border-bottom: 1px;
    font-size: 20px;
    color: black;
}

    .dx-datagrid-theme .dx-data-row:hover {
        background: var(--light-blue);
        cursor: pointer;
    }

.dx-datagrid-theme .dx-datagrid-table .dx-row td {
    padding: 15px 10px;
}

    .dx-datagrid-theme .dx-datagrid-table .dx-row td > div > i {
        padding-right: 10px;
        font-size: 22px;
    }

@media (max-width: 768px) {
    .dx-datagrid-theme .dx-data-row:first-child {
        border-top: unset !important;
    }
}

@media (max-width: 1199px) {
    .dx-datagrid-theme .dx-datagrid > div:not(.dx-datagrid-headers) td {
        font-size: 18px;
    }
}

/* Selectbox Column
-------------------------------------------------
*/

.dx-datagrid-theme .dx-header-row .dx-command-select {
    visibility: hidden;
}

.dx-datagrid-theme .dx-command-select {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.dx-datagrid-theme td.dx-command-select.dx-editor-cell.dx-editor-inline-block {
    text-align: left !important;
    padding-left: 20px;
}

.dx-datagrid-theme .dx-checkbox-icon {
    border: 2px solid black !important;
}

.dx-datagrid-theme .dx-datagrid-checkbox-size .dx-checkbox-icon {
    height: 20px;
    width: 20px;
}

.dx-datagrid-theme .dx-checkbox-checked .dx-checkbox-icon {
    color: black;
}

.dx-datagrid-theme .dx-checkbox-indeterminate .dx-checkbox-icon::before {
    background-color: black;
}

/* Datagrid Theme: Pager
-----------------------------------------------------
*/

.dx-datagrid-theme .dx-datagrid-pager {
    background: var(--light-blue);
    color: var(--dark-grey);
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto';
    border-top: 1px solid #d9d5ec;
    border-radius: 0px 0px 9px 9px;
    height: 52px;
}

/* Page Size Selector
-------------------------------------------------
*/

.dx-datagrid-theme .pager-text {
    position: absolute;
    right: 305px;
    bottom: 20px;
}

.dx-datagrid-theme .dx-page-sizes .dx-dropdowneditor-field-clickable {
    background: unset !important;
    border: unset !important;
    position: absolute;
    right: 240px;
    font-size: 12px;
}

.dx-datagrid-theme .dx-page-sizes .dx-dropdowneditor-icon {
    color: var(--dark-grey);
}

.dx-datagrid-theme .dx-page-sizes .dx-texteditor-input {
    color: var(--dark-grey);
    font-family: 'Roboto';
    font-weight: 500;
}

/* Paging Info
-------------------------------------------------
*/

.dx-datagrid-theme .dx-info {
    opacity: unset !important;
    position: absolute;
    right: 150px;
    bottom: 20px;
}

/* Page Navigator
-------------------------------------------------
*/

.dx-datagrid-theme .dx-light-pages .dx-page-index,
.dx-datagrid-theme .dx-light-pages .dx-info,
.dx-datagrid-theme .dx-light-pages .dx-pages-count {
    display: none !important;
}

.dx-datagrid-theme .dx-light-pages {
    width: 20px;
}

.dx-datagrid-theme .dx-pager .dx-navigate-button {
    font-size: 13px;
}

.dx-datagrid-theme .dx-page-indexes {
    margin-right: 5px;
}

/* Select/Deselect Rows
-------------------------------------------------
*/

.dx-datagrid-theme .select-buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.dx-datagrid-theme .select-all {
    margin-right: 30px;
    color: var(--dark-grey);
    cursor: pointer;
}

.dx-datagrid-theme .cancel-all {
    color: var(--dark-grey);
    cursor: pointer;
}

/* ------ FORM ------*/
.dx-form-group-with-caption > .dx-form-group-caption {
    font-weight: bold;
    font-size: 18px;
}

.dx-form-group-with-caption > .dx-form-group-content {
    border-top: none;
}

.dx-field-item-label.dx-field-item-label-location-top {
    padding-bottom: 0.3rem;
}

.dx-form .dx-field-item:has(> div > .dx-checkbox) {
    display: flex;
}

    .dx-form .dx-field-item > div > .dx-checkbox {
        padding-left: 15px;
    }


/* ------ DISPLAY FORM ------*/
.dx-form.display-form,
.dx-form.display-form .dx-texteditor-input,
.dx-form.display-form .dx-htmleditor-content,
.dx-form.display-form .dx-box-item-content,
.dx-form.display-form .dx-form-group-with-caption > .dx-form-group-caption {
    color: black;
    font-size: 18px;
    opacity: 1 !important;
}

    .dx-form.display-form .dx-texteditor.dx-editor-outlined,
    .dx-form.display-form .dx-htmleditor.dx-htmleditor-outlined {
        background: unset;
        border: none;
        border-radius: unset;
    }

    .dx-form.display-form .dx-field-item-label.dx-field-item-label-location-top .dx-field-item-label-content {
        display: block;
        padding-left: 9px;
    }

    .dx-form.display-form .dx-field-item-label-content > .dx-field-item-label-text {
        font-size: 0.9rem;
        color: var(--dark-grey);
    }

    .dx-form.display-form .dx-texteditor-input {
        padding-top: 0;
        font-weight: bold;
    }

    .dx-form.display-form .dx-texteditor-buttons-container .dx-button-normal {
        display:none;
    }

    .dx-form.display-form .dx-state-disabled {
        opacity: 1 !important;
    }


/* ------- FILE UPLOAD ------- */

/* Drop Zone
-------------------------------------------------
*/

.dx-fileuploader-theme .portal-padding {
    justify-content: flex-end;
}

.dx-fileuploader-theme .dx-fileuploader-wrapper {
    padding: 0px 0px 10px 0px;
}

.dx-fileuploader-theme .dx-fileuploader-input-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: 1px dashed var(--dark-grey);
    border-radius: 10px;
    height: 170px;
}

    .dx-fileuploader-theme .dx-fileuploader-input-wrapper:before,
    .dx-fileuploader-theme .dx-fileuploader-input-wrapper::after {
        content: none !important;
    }

    .dx-fileuploader-theme .dx-fileuploader-input-wrapper .dx-button {
        color: white;
        background-color: var(--site-primary-colour);
        height: 40px;
        width: 180px;
        margin-right: 100px;
        border-color: var(--site-primary-colour) !important;
        border-radius: 0.4rem;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 500;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

        .dx-fileuploader-theme .dx-fileuploader-input-wrapper .dx-button:hover {
            background-color: white;
            color: black;
            border-color: black !important;
        }

.dx-fileuploader-theme .dx-fileuploader-input-label {
    display: flex;
    align-items: center;
    white-space: pre-wrap;
    margin-left: 100px;
    padding: unset;
    width: unset !important;
}

    .dx-fileuploader-theme .dx-fileuploader-input-label i {
        font-size: 3rem;
        margin-right: 4rem;
    }

    .dx-fileuploader-theme .dx-fileuploader-input-label div:first-child {
        padding-bottom: 7px;
    }

.dx-fileuploader-theme .grey-text {
    color: var(--dark-grey);
}


@media (max-width: 575px) {
    .dx-fileuploader-theme .dx-fileuploader-input-wrapper {
        height: 200px !important;
    }

    .dx-fileuploader-theme .dx-fileuploader-input-wrapper {
        flex-direction: column-reverse;
        padding: 25px 0px;
    }

    .dx-fileuploader-theme .dx-fileuploader-input-label {
        align-items: unset;
        justify-content: center;
        padding: 10px 20px;
    }

        .dx-fileuploader-theme .dx-fileuploader-input-label i {
            margin-right: 15px;
            font-size: 16px;
        }

    .dx-fileuploader-theme .dx-fileuploader-input-label,
    .dx-fileuploader-theme .dx-fileuploader-input-wrapper .dx-button {
        margin: unset !important;
    }
}

@media (min-width: 576px) {


    .dx-fileuploader-theme .dx-fileuploader-input-wrapper .dx-button {
        margin-right: 20px;
    }

    .dx-fileuploader-theme .dx-fileuploader-input-label {
        align-items: center;
        margin-left: 20px;
    }

        .dx-fileuploader-theme .dx-fileuploader-input-label i {
            margin-right: 15px;
        }
}

@media (min-width: 778px) {
    .dx-fileuploader-theme .dx-fileuploader-input-wrapper .dx-button {
        margin-right: 50px;
    }

    .dx-fileuploader-theme .dx-fileuploader-input-label {
        margin-left: 50px;
    }

        .dx-fileuploader-theme .dx-fileuploader-input-label i {
            margin-right: 20px;
        }
}

@media (min-width: 992px) {
    .dx-fileuploader-theme .dx-fileuploader-input-wrapper .dx-button {
        margin-right: 100px;
    }

    .dx-fileuploader-theme .dx-fileuploader-input-label {
        margin-left: 100px;
    }

        .dx-fileuploader-theme .dx-fileuploader-input-label i {
            margin-right: 4rem;
        }
}

/* File Display
-------------------------------------------------
*/

.dx-fileuploader-theme .dx-fileuploader-file-container {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center;
    padding: 4px 0 12px !important
}

    .dx-fileuploader-theme .dx-fileuploader-file-container::after {
        font-family: "FontAwesome";
        font: var(--fa-font-sharp-light);
        font-size: 2.5rem;
        content: "\f15b";
        padding-right: 10px;
    }

    .dx-fileuploader-theme .dx-fileuploader-file-container .dx-button {
        border: none;
        width: unset;
    }

        .dx-fileuploader-theme .dx-fileuploader-file-container .dx-button.dx-state-hover {
            background-color: white;
        }

    .dx-fileuploader-theme .dx-fileuploader-file-container .dx-icon.dx-icon-upload,
    .dx-fileuploader-theme .dx-fileuploader-upload-button {
        display: none !important;
    }

    .dx-fileuploader-theme .dx-fileuploader-file-container .dx-fileuploader-file-info {
        display: flex;
        justify-content: space-between;
    }

.dx-fileuploader-theme .dx-fileuploader-button-container .dx-fileuploader-cancel-button {
    height: unset !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
    border: unset !important;
}

.dx-fileuploader-theme .dx-fileuploader-file-container .dx-icon.dx-icon-close {
    width: 60px !important;
    font-size: small;
}

    .dx-fileuploader-theme .dx-fileuploader-file-container .dx-icon.dx-icon-close::before {
        content: "Cancel";
        font-family: var(--bs-body-font-family);
        color: var(--dark-grey);
    }

.dx-fileuploader-theme .dx-progressbar-animating-container {
    background-image: linear-gradient(-90deg,transparent 5%,var(--site-secondary-colour),transparent 95%);
    border: unset !important;
}

.dx-fileuploader-theme .dx-progressbar-range {
    background-color: var(--site-secondary-colour);
    border: 1px solid var(--site-secondary-colour);
}

.dx-fileuploader-theme .floating-form {
    position: relative;
}

    .dx-fileuploader-theme .floating-form .form-control {
        background: transparent;
        position: relative;
        z-index: 50;
    }

        .dx-fileuploader-theme .floating-form .form-control:focus,
        .dx-fileuploader-theme .floating-form .form-control:active,
        .dx-fileuploader-theme .floating-form .form-control:valid {
            outline: none !important;
            box-shadow: none !important;
        }

            .dx-fileuploader-theme .floating-form .form-control:focus + label,
            .dx-fileuploader-theme .floating-form .form-control:active + label,
            .dx-fileuploader-theme .floating-form .form-control:valid + label {
                transform: translateY(-40%);
                top: -2px;
                z-index: 100;
                font-size: 12px;
            }

    .dx-fileuploader-theme .floating-form label {
        padding-left: 5px;
        padding-right: 5px;
        position: absolute;
        top: 50%;
        left: 0.75rem;
        z-index: 1;
        font-size: 14px;
        transform: translateY(-50%);
        transition: all 0.3s;
        background: #fff;
        color: #afafaf;
    }

    .dx-fileuploader-theme .floating-form textarea + label {
        top: 1.275rem;
    }

@media (max-width: 575px) {

    .dx-fileuploader-theme .dx-fileuploader-file-name {
        font-size: 12px;
        max-width: 160px !important;
    }
}

/* Horizontal DX List
-------------------------------------------------
*/
.dx-list.horizontal-list .dx-list-items {
    display: flex;
    flex-wrap: wrap;
}

    .dx-list.horizontal-list .dx-list-items > .dx-item.dx-list-item {
        border-top: none;
        width: auto;
    }

/* Dx Checkbox, Radio buttons & Select box icons
-------------------------------------------------
*/
.dx-checkbox-checked .dx-checkbox-icon,
.dx-checkbox-indeterminate .dx-checkbox-icon,
.dx-dropdowneditor-icon {
    color: var(--site-primary-colour);
}

    .dx-checkbox-indeterminate .dx-checkbox-icon::before {
        background-color: var(--site-primary-colour);
    }


.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    background: var(--site-primary-colour);
}

/* DX Editors
-------------------------------------------------
*/

.dx-texteditor-input {
    padding: 9px 9px 9px;
}

.dx-texteditor.dx-state-active.dx-editor-filled, .dx-texteditor.dx-state-active.dx-editor-outlined, .dx-texteditor.dx-state-active.dx-editor-underlined, .dx-texteditor.dx-state-focused.dx-editor-filled, .dx-texteditor.dx-state-focused.dx-editor-outlined, .dx-texteditor.dx-state-focused.dx-editor-underlined {
    border-color: var(--site-secondary-colour);
}

.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before, .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after, .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before {
    border-color: var(--site-secondary-colour);
    border-top: 1px solid var(--site-secondary-colour);
    border-bottom: 1px solid var(--site-secondary-colour);
}

.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label, .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label {
    border-bottom: 1px solid var(--site-secondary-colour);
}

.dx-texteditor.dx-state-focused .dx-texteditor-label, .dx-texteditor.dx-state-focused.dx-state-hover .dx-texteditor-label {
    color: var(--site-secondary-colour);
}

.dx-widget.dx-editor-outlined:not(.dx-state-disabled) {
    box-shadow: 0px 2px 2px var(--dark-grey);
}

.dx-switch-handle::before {
    background-color: var(--site-primary-colour) !important;
}

.switch-black-text .dx-switch-on,
.switch-black-text .dx-switch-off {
    color: black;
}

.dx-calendar-cell.dx-calendar-selected-date span {
    color: #fff;
    background-color: var(--site-primary-colour);
}

.dx-calendar-cell.dx-calendar-contoured-date span {
    box-shadow: 0 0 0 2px rgba(var(--site-primary-colour),.5);
}

.dx-calendar-cell.dx-calendar-today span {
    border: 2px solid var(--site-primary-colour);
}

.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content,
.dx-calendar-navigator-next-view.dx-button .dx-icon, 
.dx-calendar-navigator-previous-view.dx-button .dx-icon {
    color: var(--site-primary-colour);
}

