/*
 * Purpose: Spring color theme for Zoffice web application.
 * Author:  Magnus Johansson <ma@arachne.se>
 * Created: November 2024
 *
 * Origin generated by:
 * https://www.w3schools.com/w3css/w3css_color_generator.asp
 *
 * Base color: #be9ec9 ("2018 Crocus Petal")
 *
 * To get RGB values, a useful converter can be found here:
 * https://www.w3schools.com/colors/colors_converter.asp
 *
 * The !important statements are part of the generated source and may be
 * needed for a consistent look in some cases.
 */
.w3-theme-l5 {color:#000 !important; background-color:#fbf9fc !important}
.w3-theme-l4 {color:#000 !important; background-color:#f2ebf4 !important}
.w3-theme-l3 {color:#000 !important; background-color:#e5d8e9 !important}
.w3-theme-l2 {color:#000 !important; background-color:#d8c4de !important}
.w3-theme-l1 {color:#000 !important; background-color:#cab1d3 !important}
.w3-theme-d1 {color:#fff !important; background-color:#ae86bb !important}
.w3-theme-d2 {color:#fff !important; background-color:#9f6fae !important}
.w3-theme-d3 {color:#fff !important; background-color:#8e5aa0 !important}
.w3-theme-d4 {color:#fff !important; background-color:#7a4d89 !important}
.w3-theme-d5 {color:#fff !important; background-color:#664072 !important}

.w3-theme-light {color:#000 !important; background-color:#fbf9fc !important}
.w3-theme-dark {color:#fff !important; background-color:#664072 !important}
.w3-theme-action {color:#fff !important; background-color:#664072 !important}

.w3-theme {color:#000 !important; background-color:#be9ec9 !important}
.w3-text-theme {color:#be9ec9 !important}
.w3-border-theme {border-color:#be9ec9 !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#be9ec9 !important}
.w3-hover-text-theme:hover {color:#be9ec9 !important}
.w3-hover-border-theme:hover {border-color:#be9ec9 !important}

.w3-theme-gradient {
  color:#fff !important;
  background-color: #be9ec9;
  /* background-color: rgb(190, 158, 201); */
  /* gradient steps: d2 - theme - l1 - l2 */
}

.w3-theme-gradient.main-container {
  background-color: #f2ebf4;
  /* background-color: rgb(242, 235, 244); */
  /* gradient steps: l3 - l1 */
  background-image: linear-gradient(200deg,
                                    rgba(229,216,233,0.0) 70%,
                                    rgba(202,177,211,1) 100%);
}

.w3-theme-gradient.sitemap-container {
  background-color: #cab1d3;
  /* background-color: rgb(202, 177, 211); */
  /* gradient steps: l1 - theme - d2 */
  background-image: radial-gradient(circle,
                                    rgba(202,177,211,1) 20%,
                                    rgba(190,158,201,1) 70%,
                                    rgba(159,111,174,1) 90%);
}

.w3-theme-gradient-light {
  color:#000 !important;
  background-color: #d8c4de;
  /* background-color: rgb(216, 196, 222); */
  /* gradient steps: theme - l2 */
  background-image: radial-gradient(circle,
                                    rgba(190,158,201,1) 0%,
                                    rgba(216,196,222,1) 90%);
}

a {
  /*
   * The decoration color can be set separately with e.g.:
   * text-decoration-color: green !important;
   */
  /* color: #be9ec9 !important; */
  /* color: #be9ec9; */
  color: #7a4d89 ;
}

a:focus {
  /* focus can be set using tab key, and may be blue by default */
  /* outline: 2px solid #5d9e5b; */
}

.card .w3-theme.card-title {
  background-color: #dbe !important;
  background-color: rgba(221,187,238,0.5) !important;
  color: #336 !important;
}
