﻿#scheduledTasks-list-datagrid .modal-body .form-control {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px !important;
    height: 34px;
    min-width: unset;
}

body[data-page="scheduling"] .dx-texteditor-input {
    min-height: 32px;
}

#scheduledTasks-list-datagrid .modal-body .form-control,
body[data-page="scheduling"] .dx-texteditor.dx-editor-outlined,
#scheduledTasks-list-datagrid .modal-body .dx-texteditor-input {
    border-radius: 6px;
    border: 1px solid var(--sds-grey-500);
    background: var(--sds-grey-000);
    color: var(--sds-grey-900);
}

#scheduledTasks-list-datagrid #taskcronexpression,
#scheduledTasks-list-datagrid #tasktype .dx-texteditor-input,
#scheduledTasks-list-datagrid #tasktime .dx-texteditor-input,
#scheduledTasks-list-datagrid #taskstartdate .dx-texteditor-input,
#scheduledTasks-list-datagrid #taskDayOfMonth .dx-texteditor-input {
    border: none;
}

#scheduledTasks-list-datagrid .scheduling-icon-wrapper {
    text-align: center;
}

#scheduledTasks-list-datagrid .scheduling-icon-wrapper svg {
    height: 32px;
    width: 32px;
}

#scheduling-container #refresh-Schedule-task-table svg *[fill],
#scheduledTasks-list-datagrid .scheduling-icon-wrapper svg *[fill] {
    fill: var(--sds-grey-900);
}

#scheduledTasks-list-datagrid .scheduling-icon-wrapper svg *[stroke] {
    stroke: var(--sds-grey-900);
}

body[data-page="scheduling"] .add-padding-bottom {
    padding-bottom: 54px;
}

body[data-page="scheduling"] .dx-checkbox .dx-checkbox-icon,
body[data-page="scheduling"] .dx-checkbox-checked .dx-checkbox-icon {
    border-radius: 3px;
}

body[data-page="scheduling"] .dx-checkbox-checked .dx-checkbox-icon {
    background: var(--sds-primary-500);
    color: var(--sds-grey-000);
}