
.legende-item-color-0{
    color: #1D9AF6;
}

.appointment-item-color-0{
    background-color: #1D9AF6;
}

.legende-item-color-1{
    color: #FDB80E ;
}
.appointment-item-color-1{
    background-color: #FDB80E ;
}

.legende-item-color-2{
    color: #4BD421 ;
}
.appointment-item-color-2{
    background-color: #4BD421 ;
}

.citizen-footer{
  background-color:var(--footer) !important;
}

.legende-item-color-3{
    color: #AF38D1;
}
.appointment-item-color-3{
    background-color: #AF38D1;
}

.legende-item-color-4{
    color: black;
}
.appointment-item-color-4{
    background-color: black;
}

.citizen-header{
  background-color: white!important;
  /*border: 3px solid red;*/
  /* box-shadow: 0px 5px black; */
}

cza-citizen-footer {
  background: var(--footer);
  color: var(--footer-text);
  text-decoration: none;
}

cza-citizen-footer-mobile {
  background: var(--footer);
  color: var(--footer-text);
  text-decoration: none;
}

.footerLink{
  color: var(--footer-text) k!important;
}

.gray {
  color: var(--footer-text) !important;
}

.dx-button.dx-button-default{
  background-color: var(--button) !important;
  color: var(--button-text) !important;
}

.dx-button.dx-button-default.dx-state-hover{
  background-color: var(--button-hover) !important;
  color: var(--button-text-hover) !important;
}

.dx-button.dx-button-default .dx-icon{
  color: var(--button-text) !important;
}

.dx-button.dx-button-default.dx-state-hover .dx-icon{
  color: var(--button-text-hover) !important;
}

.dx-theme-accent-as-background-color {
  background-color: var(--adminconsole) !important;
  fill: var(--adminconsole) !important;
}

.dx-checkbox-checked .dx-checkbox-icon {
  color: var(--button-text) !important;
  background-color: var(--button) !important;
}

.dx-datagrid .dx-link{
  color: var(--adminconsole) !important;
}

.dx-selection{
  background-color: var(--button) !important;
  color: var(--button-text) !important;
}
