/*
 * Theme: Light (Pleasing Grayscale Off-White)
 * -------------------------------------------
 * Fully themes the National Intercollegiate Rodeo Association application 
 * to provide a soft, professional, easy-on-the-eyes grayscale off-white mode.
 */

/* --- Kendo UI & Layout Design Tokens --- */
.theme-light {
  /* --- Kendo Design System Global Tokens --- */
  --kendo-body-bg: #e9eaed;
  --kendo-body-text: #212529;
  
  --kendo-component-bg: #eff0f2;
  --kendo-component-text: #212529;
  --kendo-component-border: #cfd4da;
  
  --kendo-component-header-bg: #dfe1e5;
  --kendo-component-header-text: #212529;
  --kendo-component-header-border: #cfd4da;
  
  --kendo-hover-bg: #d6d9de;
  --kendo-hover-text: #212529;
  --kendo-hover-border: #c0c5cc;
  
  --kendo-selected-bg: #6c757d; /* Slate/Grayscale selection instead of bright blue */
  --kendo-selected-text: #ffffff;
  --kendo-selected-border: #5a6268;

  --kendo-alt-bg: #edeeef; /* Alternating grid row background */

  /* --- Kendo Brand Tokens --- */
  --kendo-color-primary: #6c757d;
  --kendo-color-primary-hover: #5a6268;
  --kendo-color-primary-active: #495057;
}

/* --- Core Layout Backgrounds & Typography --- */
body.theme-light,
.theme-light .wrapper,
.theme-light .content-wrapper {
  background-color: #e9eaed !important;
  color: #212529;
}

/* Typography elements */
.theme-light h1, .theme-light h2, .theme-light h3, .theme-light h4, .theme-light h5, .theme-light h6,
.theme-light .h1, .theme-light .h2, .theme-light .h3, .theme-light .h4, .theme-light .h5, .theme-light .h6,
.theme-light p, .theme-light span, .theme-light label, .theme-light strong {
  color: #212529;
}
.theme-light .text-muted, .theme-light small, .theme-light .help-block {
  color: #6c757d !important;
}

/* --- Top Header & Navbar --- */
.theme-light .main-header {
  background-color: #dfe1e5;
  border-bottom: 1px solid #cfd4da;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}
.theme-light .main-header .navbar-toggle {
  color: #333333;
}
.theme-light .main-header .navbar-brand {
  color: #212529;
  border-right: 1px solid #cfd4da;
}
.theme-light .main-header .navbar {
  background-color: #dfe1e5 !important;
}
.theme-light .main-header .navbar .nav > li > a {
  color: #333333 !important;
}
.theme-light .main-header .navbar .nav > li > a:hover,
.theme-light .main-header .navbar .nav > li > a:active,
.theme-light .main-header .navbar .nav > li > a:focus,
.theme-light .main-header .navbar .nav .open > a,
.theme-light .main-header .navbar .nav .open > a:hover,
.theme-light .main-header .navbar .nav .open > a:focus,
.theme-light .main-header .navbar .nav > .active > a {
  background-color: #eff0f2 !important;
  color: #111111 !important;
}
.theme-light .main-header .navbar .sidebar-toggle {
  color: #333333 !important;
}
.theme-light .main-header .navbar .sidebar-toggle:hover {
  color: #111111 !important;
  background-color: #eff0f2 !important;
}
.theme-light .main-header .navbar > .sidebar-toggle {
  color: #333333 !important;
  border-right: 1px solid #cfd4da !important;
}
.theme-light .main-header .navbar .navbar-nav > li > a {
  border-right: 1px solid #cfd4da !important;
}
.theme-light .main-header .navbar .navbar-custom-menu .navbar-nav > li > a,
.theme-light .main-header .navbar .navbar-right > li > a {
  border-left: 1px solid #cfd4da !important;
  border-right-width: 0 !important;
}
.theme-light .main-header .logo {
  background-color: #dfe1e5 !important;
  color: #212529 !important;
  border-bottom: 0 solid transparent;
  border-right: 1px solid #cfd4da !important;
}
.theme-light .main-header .logo:hover {
  background-color: #eff0f2 !important;
}
@media (max-width: 767px) {
  .theme-light .main-header .logo {
    background-color: #dfe1e5 !important;
    color: #212529 !important;
    border-bottom: 0 solid transparent;
    border-right: none !important;
  }
  .theme-light .main-header .logo:hover {
    background-color: #eff0f2 !important;
  }
}
.theme-light .main-header li.user-header {
  background-color: #eff0f2;
  border-bottom: 1px solid #cfd4da;
}
.theme-light .content-header {
  background: transparent;
  box-shadow: none;
}

/* --- Left Sidebar --- */
.theme-light .main-sidebar,
.theme-light .left-side {
  background-color: #d6d9de !important;
  border-right: 1px solid #cfd4da;
}
.theme-light .user-panel > .info,
.theme-light .user-panel > .info > a {
  color: #212529;
}
.theme-light .sidebar-menu > li.header {
  color: #6c757d;
  background: #cbd0d5;
  font-size: 0.75rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 12px 25px 12px 15px;
}
.theme-light .sidebar-menu > li > a {
  color: #495057;
  border-left: 3px solid transparent;
  margin: 2px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-weight: 600;
}
.theme-light .sidebar-menu > li:hover > a,
.theme-light .sidebar-menu > li.menu-open > a {
  color: #111111;
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.theme-light .sidebar-menu > li.active > a,
.theme-light .sidebar-menu > li.active:hover > a,
.theme-light .sidebar-menu > li > a.active,
.theme-light .sidebar-menu > li > a.active:hover {
  color: #111111 !important;
  background-color: #c5c9d0 !important;
  border-left-color: #007bff;
}
.theme-light .sidebar-menu > li > .treeview-menu {
  margin: 0;
  background-color: #cbd0d5 !important;
}
.theme-light .sidebar a {
  color: #495057;
}
.theme-light .sidebar a:hover {
  text-decoration: none;
}
.theme-light .sidebar-menu .treeview-menu > li > a {
  color: #495057;
  padding: 5px 5px 5px 25px;
  margin: 2px 8px;
  border-radius: 4px;
}
.theme-light .sidebar-menu .treeview-menu > li.active > a,
.theme-light .sidebar-menu .treeview-menu > li.active:hover > a {
  color: #111111 !important;
  background-color: #c5c9d0 !important; /* Solid background for selected sub-menu item */
}
.theme-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #111111 !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.theme-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #cfd4da;
  margin: 10px 10px;
  background-color: #eff0f2;
}
.theme-light .sidebar-form input[type="text"],
.theme-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #eff0f2;
  border: 1px solid transparent;
  height: 35px;
  color: #212529;
}
.theme-light .sidebar-form input[type="text"]:focus,
.theme-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #f4f5f7;
  color: #111111;
}

@media (min-width: 768px) {
  .theme-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #cfd4da;
  }
}

/* --- Bootstrap Wells, Panels, & Cards --- */
.theme-light .well {
  background-color: #eff0f2 !important;
  border: 1px solid #cfd4da !important;
  color: #212529 !important;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.theme-light .panel {
  background-color: #eff0f2 !important;
  border-color: #cfd4da !important;
}
.theme-light .panel-default > .panel-heading {
  background-color: #dfe1e5 !important;
  color: #212529 !important;
  border-color: #cfd4da !important;
}
.theme-light .card {
  background-color: #eff0f2 !important;
  border: 1px solid #cfd4da !important;
  color: #212529 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.theme-light .card-header {
  background-color: #dfe1e5 !important;
  border-bottom: 1px solid #cfd4da !important;
  color: #212529 !important;
}
.theme-light .card-footer {
  background-color: #dfe1e5 !important;
  border-top: 1px solid #cfd4da !important;
  color: #212529 !important;
}

/* --- Form Controls & Standard Inputs --- */
.theme-light input[type="text"],
.theme-light input[type="password"],
.theme-light input[type="email"],
.theme-light input[type="number"],
.theme-light input[type="search"],
.theme-light input[type="tel"],
.theme-light input[type="url"],
.theme-light select,
.theme-light textarea,
.theme-light .form-control {
  background-color: #eff0f2 !important;
  color: #212529 !important;
  border: 1px solid #c0c5cc !important;
}
.theme-light input:focus,
.theme-light select:focus,
.theme-light textarea:focus,
.theme-light .form-control:focus {
  background-color: #f4f5f7 !important;
  color: #212529 !important;
  border-color: #80bdff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15) !important;
}

/* --- Layout Footer --- */
.theme-light .main-footer {
  background-color: #dfe1e5 !important;
  border-top: 1px solid #cfd4da !important;
  color: #495057 !important;
}

/* --- Kendo UI Specific Refinements --- */
.theme-light .k-widget,
.theme-light .k-textbox,
.theme-light .k-dropdown,
.theme-light .k-combobox,
.theme-light .k-numerictextbox {
  color: #212529 !important;
}

/* Kendo input wrappers, search boxes, and dropdown pickers */
.theme-light .k-input,
.theme-light .k-picker,
.theme-light .k-dropdownlist,
.theme-light .k-searchbox {
  background-color: #eff0f2 !important;
  border-color: #c0c5cc !important;
  color: #212529 !important;
}

/* Inner input and value text readability */
.theme-light .k-input-inner,
.theme-light .k-input-value-text,
.theme-light .k-dropdownlist .k-input-inner {
  color: #212529 !important;
}

/* Grid specifics */
.theme-light .k-grid {
  background-color: #eff0f2 !important;
  border-color: #cfd4da !important;
  color: #212529 !important;
}
.theme-light .k-grid-header,
.theme-light .k-grid-header .k-header,
.theme-light .k-grid-header .k-table-th {
  background-color: #dfe1e5 !important;
  border-color: #cfd4da !important;
  color: #212529 !important;
}
.theme-light .k-grid-header .k-link {
  color: #212529 !important;
}
.theme-light .k-grid td,
.theme-light .k-grid .k-table-td {
  background-color: #eff0f2 !important;
  border-color: #cfd4da !important;
  color: #212529 !important;
}
.theme-light .k-grid .k-table-alt-row > td,
.theme-light .k-grid .k-table-alt-row > .k-table-td {
  background-color: #edeeef !important;
}
.theme-light .k-grid .k-table-row:hover > td,
.theme-light .k-grid .k-table-row:hover > .k-table-td,
.theme-light .k-grid .k-table-alt-row:hover > td,
.theme-light .k-grid .k-table-alt-row:hover > .k-table-td {
  background-color: #d6d9de !important;
}
.theme-light .k-grid-toolbar,
.theme-light .k-toolbar {
  background-color: #dfe1e5 !important;
  border-color: #cfd4da !important;
}
.theme-light .k-grid-pager,
.theme-light .k-pager {
  background-color: #dfe1e5 !important;
  border-color: #cfd4da !important;
}
.theme-light .k-pager-numbers .k-link {
  color: #212529 !important;
}
.theme-light .k-pager-numbers .k-selected {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #ffffff !important;
}

/* Empty grid (no records) state */
.theme-light .k-grid-content,
.theme-light .k-grid-content-locked,
.theme-light .k-grid-norecords,
.theme-light .k-grid-norecords td,
.theme-light .k-grid-norecords .k-table-td {
  background-color: #eff0f2 !important;
  color: #212529 !important;
}

/* Grid toolbar buttons (primary action) */
.theme-light .k-button-solid-primary {
  background-color: #3c8dbc !important;
  border-color: #367fa9 !important;
  color: #ffffff !important;
}
.theme-light .k-button-solid-primary:hover {
  background-color: #367fa9 !important;
  border-color: #2a6184 !important;
  color: #ffffff !important;
}
.theme-light .k-button-solid-primary:focus,
.theme-light .k-button-solid-primary.k-focus {
  background-color: #367fa9 !important;
  border-color: #2a6184 !important;
  box-shadow: 0 0 0 2px rgba(60, 141, 188, 0.3) !important;
}

/* Pickers & Popups */
.theme-light .k-popup,
.theme-light .k-list-container,
.theme-light .k-list {
  background-color: #eff0f2 !important;
  border-color: #cfd4da !important;
  color: #212529 !important;
}
.theme-light .k-list-item {
  color: #212529 !important;
}
.theme-light .k-list-item:hover,
.theme-light .k-list-item.k-hover {
  background-color: #d6d9de !important;
}
.theme-light .k-list-item.k-selected {
  background-color: #6c757d !important;
  color: #ffffff !important;
}

/* Calendar Popup (DatePicker, DateTimePicker, etc.) */
.theme-light .k-animation-container .k-calendar {
  background-color: #eff0f2 !important;
  border-color: #cfd4da !important;
  color: #212529 !important;
}
.theme-light .k-calendar .k-calendar-header {
  background-color: #dfe1e5 !important;
  color: #212529 !important;
}
.theme-light .k-calendar .k-calendar-header .k-button {
  background-color: transparent !important;
  color: #212529 !important;
  border-color: transparent !important;
}
.theme-light .k-calendar .k-calendar-header .k-button:hover {
  background-color: #d6d9de !important;
}
/* Calendar Popup Header (DatePicker inside filter menus, etc.) */
.theme-light .k-animation-container .k-calendar .k-calendar-header {
  background-color: #dfe1e5 !important;
  color: #212529 !important;
}
.theme-light .k-animation-container .k-calendar .k-calendar-header .k-button {
  background-color: transparent !important;
  color: #212529 !important;
  border-color: transparent !important;
}
.theme-light .k-animation-container .k-calendar .k-calendar-header .k-button:hover {
  background-color: #d6d9de !important;
}
/* Broader fallbacks for Kendo 2026 calendar popup header (may render outside .k-animation-container) */
.theme-light .k-popup .k-calendar .k-calendar-header {
  background-color: #dfe1e5 !important;
  color: #212529 !important;
}
.theme-light .k-popup .k-calendar .k-calendar-header .k-button {
  background-color: transparent !important;
  color: #212529 !important;
  border-color: transparent !important;
}
.theme-light .k-popup .k-calendar .k-calendar-header .k-button:hover {
  background-color: #d6d9de !important;
}

/* Kendo 2026 calendar uses k-header k-hstack instead of k-calendar-header */
.theme-light .k-calendar .k-header {
  background-color: #dfe1e5 !important;
  color: #212529 !important;
}
.theme-light .k-calendar .k-header .k-button-flat {
  background-color: transparent !important;
  color: #212529 !important;
  border-color: transparent !important;
}
.theme-light .k-calendar .k-header .k-button-flat:hover {
  background-color: #d6d9de !important;
}
.theme-light .k-animation-container .k-calendar .k-header {
  background-color: #dfe1e5 !important;
  color: #212529 !important;
}
.theme-light .k-animation-container .k-calendar .k-header .k-button-flat {
  background-color: transparent !important;
  color: #212529 !important;
  border-color: transparent !important;
}
.theme-light .k-animation-container .k-calendar .k-header .k-button-flat:hover {
  background-color: #d6d9de !important;
}
.theme-light .k-popup .k-calendar .k-header {
  background-color: #dfe1e5 !important;
  color: #212529 !important;
}
.theme-light .k-popup .k-calendar .k-header .k-button-flat {
  background-color: transparent !important;
  color: #212529 !important;
  border-color: transparent !important;
}
.theme-light .k-popup .k-calendar .k-header .k-button-flat:hover {
  background-color: #d6d9de !important;
}
.theme-light .k-calendar .k-calendar-th {
  color: #6c757d !important;
  background-color: #dfe1e5 !important;
}
.theme-light .k-calendar td,
.theme-light .k-calendar .k-calendar-td {
  background-color: #eff0f2 !important;
  color: #212529 !important;
  border-color: transparent !important;
}
.theme-light .k-calendar td:hover,
.theme-light .k-calendar .k-calendar-td:hover {
  background-color: #d6d9de !important;
}
.theme-light .k-calendar .k-selected {
  background-color: #6c757d !important;
  color: #ffffff !important;
}
.theme-light .k-calendar .k-calendar-today {
  background-color: #e2e4e7 !important;
}
.theme-light .k-calendar .k-weekend {
  background-color: #edeeef !important;
}
.theme-light .k-calendar .k-other-month {
  color: #adb5bd !important;
}
.theme-light .k-calendar .k-calendar-view {
  background-color: #eff0f2 !important;
  border-color: #cfd4da !important;
}

/* TabStrip */
.theme-light .k-tabstrip {
  background-color: #eff0f2 !important;
  border-color: #cfd4da !important;
  color: #212529 !important;
}
.theme-light .k-tabstrip-items-wrapper,
.theme-light .k-tabstrip-items {
  background-color: #dfe1e5 !important;
  border-color: #cfd4da !important;
}
.theme-light .k-tabstrip-items .k-tabstrip-item {
  background-color: #dfe1e5 !important;
  border-color: #cfd4da !important;
  color: #495057 !important;
}
.theme-light .k-tabstrip-items .k-tabstrip-item.k-hover,
.theme-light .k-tabstrip-items .k-tabstrip-item:hover {
  color: #111111 !important;
  background-color: #d6d9de !important;
}
.theme-light .k-tabstrip-items .k-tabstrip-item.k-active {
  background-color: #f4f5f7 !important;
  border-bottom: 3px solid #3c8dbc !important;
  color: #212529 !important;
}
.theme-light .k-tabstrip-items .k-tabstrip-item.k-active .k-link {
  font-weight: 600 !important;
}
.theme-light .k-tabstrip-items .k-tabstrip-item .k-link {
  color: inherit !important;
}
.theme-light .k-tabstrip-content,
.theme-light .k-tabstrip > .k-content {
  background-color: #eff0f2 !important;
  border-color: #cfd4da !important;
  color: #212529 !important;
}

/* Pace loading bar (if active) */
.theme-light .pace .pace-progress {
  background: #6c757d;
}
.theme-light .pace .pace-activity {
  border-top-color: #6c757d;
  border-left-color: #6c757d;
}

/* --- Light Mode Buttons --- */
/* Standard Kendo & general buttons */
.theme-light .k-button,
.theme-light .k-button-solid-base,
.theme-light .btn:not(.btn-primary) {
  background-color: #d6d9de !important;
  border-color: #c0c5cc !important;
  color: #212529 !important;
}

/* Hover and active states */
.theme-light .k-button:hover,
.theme-light .k-button-solid-base:hover,
.theme-light .k-button.k-hover,
.theme-light .k-button-solid-base.k-hover,
.theme-light .btn:not(.btn-primary):hover {
  background-color: #c5c9d0 !important;
  border-color: #adb5bd !important;
  color: #111111 !important;
}

/* Primary buttons override */
.theme-light .k-button-solid-primary,
.theme-light .btn-primary {
  background-color: #3c8dbc !important;
  border-color: #367fa9 !important;
  color: #ffffff !important;
}

.theme-light .k-button-solid-primary:hover,
.theme-light .btn-primary:hover {
  background-color: #367fa9 !important;
  border-color: #2a6184 !important;
  color: #ffffff !important;
}

/* Link & Flat Buttons overrides to prevent solid k-button styles from corrupting transparent button layouts */
.theme-light .k-button-link,
.theme-light .k-button-flat {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.theme-light .k-button-link-primary {
  color: #3c8dbc !important; /* NIRA brand blue link color for light mode primary link buttons */
}
.theme-light .k-button-link-primary:hover,
.theme-light .k-button-link-primary.k-hover {
  color: #367fa9 !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
}

/* --- Sidebar Collapse Hover Menu Styles --- */
body.theme-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
  margin: 2px 0 !important;
  border-radius: 0 !important;
}
body.theme-light.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right):not(.pull-right-container) {
  background-color: #d6d9de !important; /* Solid light gray matching main sidebar background */
  color: #111111 !important;
  margin-left: 0 !important; /* Reset margin offset */
  border-top-right-radius: 4px;
}
body.theme-light.sidebar-mini.sidebar-collapse .sidebar-menu > li.active:hover > a > span:not(.pull-right):not(.pull-right-container),
body.theme-light.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a.active > span:not(.pull-right):not(.pull-right-container) {
  background-color: #c5c9d0 !important; /* Solid active light gray background for selected hover header */
  color: #111111 !important;
  margin-left: 0 !important;
  border-top-right-radius: 4px;
}
body.theme-light.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  background-color: #cbd0d5 !important; /* Solid light gray matching treeview menu */
  border: 1px solid #cfd4da;
  border-left: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* Position the hover popup menu exactly at left: 50px to align with the sidebar edge (no text cut-off) */
body.theme-light.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right):not(.pull-right-container),
body.theme-light.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  left: 50px !important;
}

/* Create an invisible hover bridge tunnel to prevent premature mouseleave closing when moving the mouse across the sidebar edge */
body.theme-light.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right):not(.pull-right-container)::before,
body.theme-light.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu::before {
  content: '';
  position: absolute;
  left: -12px !important;
  top: 0;
  bottom: 0;
  width: 12px !important;
  background-color: transparent !important;
  z-index: 1000;
}

/* --- Input Group Append (Identity Email Confirmed Indicator) --- */
.theme-light .input-group-text {
  background-color: #d6d9de !important;
  color: #212529 !important;
  border-color: #c0c5cc !important;
}

/* --- Identity / Account Manage Navbar --- */
/* Override Bootstrap navbar-light.bg-light to use light theme colors */
.theme-light .identity-nav.navbar.navbar-light.bg-light {
  background-color: #dfe1e5 !important;
}

.theme-light .identity-nav .navbar-nav .nav-link {
  color: #495057 !important;
}

.theme-light .identity-nav .navbar-nav .nav-link:hover,
.theme-light .identity-nav .navbar-nav .nav-link:focus {
  color: #212529 !important;
}

.theme-light .identity-nav .navbar-nav .nav-link.active {
  color: #212529 !important;
  background-color: #c5c9d0;
  border-radius: 4px;
}

/* --- Bootstrap Table (Paid/Waived on Stock Fines tab, Estimated Advertising Audiences on Publicity tab) --- */
.theme-light .table {
  background-color: #eff0f2 !important;
  color: #212529 !important;
  --bs-table-color: #212529 !important;
  --bs-table-bg: #eff0f2 !important;
  --bs-table-border-color: #cfd4da !important;
  border-color: #cfd4da !important;
}
.theme-light .table th,
.theme-light .table td {
  color: #212529 !important;
  border-color: #cfd4da !important;
}
.theme-light .table thead th {
  border-bottom-color: #cfd4da !important;
}
.theme-light .table > :not(caption) > * > * {
  color: #212529 !important;
  background-color: transparent !important;
  border-color: #cfd4da !important;
}

/* --- Label elements for form labels and heading labels --- */
.theme-light label,
.theme-light .form-label,
.theme-light .col-form-label {
  color: #212529 !important;
}
.theme-light label.fs-4,
.theme-light label.fs-5,
.theme-light .form-label.fs-4,
.theme-light .form-label.fs-5 {
  color: #212529 !important;
}

/* --- Kendo Upload Widget --- */
.theme-light .k-upload {
  background-color: #eff0f2 !important;
  border-color: #cfd4da !important;
}
.theme-light .k-upload .k-dropzone {
  background-color: #e9eaed !important;
  color: #495057 !important;
  border-color: #cfd4da !important;
}
.theme-light .k-upload .k-file {
  background-color: #eff0f2 !important;
  color: #212529 !important;
  border-color: #cfd4da !important;
}
.theme-light .k-upload .k-file .k-file-name {
  color: #212529 !important;
}
.theme-light .k-upload .k-file .k-upload-status {
  color: #495057 !important;
}
.theme-light .k-upload .k-file .k-file-validation-message {
  color: #6c757d !important;
}
.theme-light .k-upload .k-file .k-file-size {
  color: #6c757d !important;
}
.theme-light .k-upload .k-file .k-file-information {
  color: #495057 !important;
}
.theme-light .k-upload-button {
  background-color: #d6d9de !important;
  border-color: #c0c5cc !important;
  color: #495057 !important;
}
.theme-light .k-upload-button:hover {
  background-color: #c5c9d0 !important;
  color: #212529 !important;
}