﻿:root {
  --splash-background-color: white;
  --splash-loader-color: #049bde;
  --splash-logo-url: url('../../splashLogo.png');
}
.breadcrumb {
  border: 1px solid var(--kendo-color-border) !important;
}
.fxs-loading5dots-container {
  height: 350px !important;
}
.centered {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.center {
  text-align: center !important;
}
.no-legend {
  margin-top: 0px;
}
.no-legend .k-form-legend {
  display: none;
}
.profile-popup {
  width: 250px !important;
  color: var(--header-text-color) !important;
  background-color: var(--header-background-color) !important;
  display: grid !important;
  grid-template-rows: var(--header-height) !important;
  grid-template-columns: 1fr !important;
  grid-template-areas: none !important;
  height: min-content !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
  font-size: 14px;
}
.profile-popup .popup-item {
  height: var(--header-height);
  display: grid;
  place-items: end;
  align-items: center;
  width: 250px;
  grid-template-columns: 1fr var(--header-height);
  text-decoration-line: none;
  border-top: 1px solid var(--header-hover-background-color);
}
.profile-popup .popup-item:hover {
  background-color: var(--header-hover-background-color);
  cursor: pointer;
}
.profile-popup .popup-item .k-icon {
  height: 100% !important;
  width: 100% !important;
}
.profile-popup .popup-item .k-icon svg {
  height: 18px !important;
  width: 18px !important;
  margin: 6px;
}
.profile-popup .sign-out-item {
  height: var(--header-height);
  display: grid;
  place-items: end;
  align-items: center;
  width: 250px;
  grid-template-columns: 1fr var(--header-height);
  text-decoration-line: none;
  border-top: 1px solid var(--header-hover-background-color);
}
.profile-popup .sign-out-item:hover {
  background-color: var(--header-hover-background-color);
  cursor: pointer;
}
.profile-popup .sign-out-item .k-icon {
  height: 100% !important;
  width: 100% !important;
}
.profile-popup .sign-out-item .k-icon svg {
  height: 18px !important;
  width: 18px !important;
  margin: 6px;
}
.k-form {
  padding: 8px !important;
}
.item-key {
  text-decoration: underline !important;
  cursor: pointer !important;
}
.no-scroll-grid .k-grid-header {
  -webkit-padding-end: 0 !important;
  padding-inline-end: 0 !important;
}
.no-scroll-grid .k-grid-footer {
  -webkit-padding-end: 0 !important;
  padding-inline-end: 0 !important;
}
.no-scroll-grid .k-grid-content {
  overflow-y: hidden !important;
}
.checkbox-grid .k-grid-header-table th:first-of-type {
  text-align: center;
}
.checkbox-grid .k-grid-table .k-table-tbody .k-table-row .k-table-td:first-of-type {
  text-align: center;
}
.checkbox-header {
  text-align: center !important;
}
.account-search-form {
  height: calc(100% - 40px);
  display: grid;
  grid-template-rows: min-content 1fr;
  grid-row-gap: 10px;
}
.account-search-form .k-input-suffix {
  padding-left: 5px;
  padding-right: 5px;
}
.account-search-form .k-input-suffix .k-icon {
  height: 20px !important;
  width: 20px !important;
}
.users-list {
  overflow-y: auto;
  height: 100%;
  border: 1px solid #6c757d !important;
  border-radius: 5px;
  background-color: transparent !important;
}
.users-list .user-card {
  border-bottom: 1px solid #6c757d !important;
  height: 40px;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
}
.users-list .user-card .user-card-name {
  display: block;
  font-size: 16px;
}
.users-list .user-card .user-card-mail {
  display: block;
  font-size: 12px;
}
.panel-sections .action-item.selected {
  font-weight: bold;
}
.panel-sections .action-item svg {
  max-height: 14px !important;
  max-width: 14px !important;
  vertical-align: top !important;
}
.first-row-field {
  margin-top: 0 !important;
}
.k-toolbar {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  display: flex !important;
  flex: 0 0 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  line-height: 36px !important;
}
.k-toolbar .k-toolbar-button {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0.5rem 0.7rem !important;
}
.k-toolbar .k-toolbar-button svg {
  color: var(--panel-menu-icon-color);
}
/* SOLO dentro la toolbar */
.k-toolbar *:is(:focus, :focus-visible, :focus-within, :active, .k-focus, .k-pressed),
.k-toolbar *::before,
.k-toolbar *::after {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.k-upload-files {
  display: none;
}
.fileInfo {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 10px;
  align-items: center;
  padding: 15px;
  background-color: black;
  border: 1px solid #495057;
}
.fileInfo .info .validFile {
  text-decoration: underline;
  cursor: pointer;
}
.fileInfo .info .fileError {
  margin: 0 !important;
}
.flow-form {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.flow-form .flow-form-date {
  grid-row: 1;
  grid-column: 1;
}
.flow-form .flow-form-fund {
  grid-row: 2;
  grid-column: 1;
}
.flow-form .flow-form-file {
  grid-row: 1 / 4;
  grid-column: 2;
  margin-top: 0 !important;
}
.movements {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
  padding: 8px;
  margin-top: -8px;
  padding-top: 0;
}
.movements .movements-legend {
  text-transform: uppercase;
  font-size: 0.875rem;
  border-bottom: 1px solid #495057;
}
.movements .movements-grid {
  margin-top: 8px;
}
.movements .k-command-cell {
  text-align: center !important;
}
.movements .switch-editor {
  text-align: center !important;
}
.k-numerictextbox .k-input-prefix {
  margin-left: 10px;
}
.currency-value {
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  justify-items: right;
}
.profile-info {
  justify-self: right;
  padding-right: 20px;
}
.confirmable-data {
  display: grid;
  height: 100%;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 1fr;
}
.unconfirmed {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative !important;
  width: 100%;
  display: grid !important;
}
.unconfirmed div {
  margin: 0;
}
.unconfirmed .k-notification-container {
  width: 100% !important;
}
.unconfirmed .k-notification-container .k-notification {
  width: 100% !important;
  padding-top: 8px;
  padding-bottom: 8px;
}
.unconfirmed .unconfirmed {
  display: grid;
  grid-template-columns: 1fr min-content;
  align-items: center;
}
.movement-file-details {
  display: grid;
  height: 100%;
  grid-template-columns: 600px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
}
.movement-file-details .movement-file-movements {
  display: grid;
  grid-template-rows: min-content min-content 1fr;
  margin-right: 8px;
  margin-bottom: 8px;
}
.movement-file-details .movements-list {
  overflow-y: auto;
}
.movement-file-details .movements-title {
  padding: 8px;
  color: var(--panel-header-title-color);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-name-column {
  display: grid;
  grid-template-columns: 1fr min-content min-content;
  align-items: center;
}