.dark-mode {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-mode .modal-content {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-mode #bottom-bar {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-mode #bottom-bar a {
  color: #ffffff;
}
.dark-mode text {
  fill: #ffffff;
}
.dark-mode .bg-pale-primary {
  background-color: #323339 !important;
}
.dark-mode .bg-pale-primary .bg-pale-green {
  background-color: #323339 !important;
}
.dark-mode .bg-pale-primary .h1,
.dark-mode .bg-pale-primary .h2,
.dark-mode .bg-pale-primary .h3,
.dark-mode .bg-pale-primary .h4,
.dark-mode .bg-pale-primary .h5,
.dark-mode .bg-pale-primary .h6,
.dark-mode .bg-pale-primary h1,
.dark-mode .bg-pale-primary h2,
.dark-mode .bg-pale-primary h3,
.dark-mode .bg-pale-primary h4,
.dark-mode .bg-pale-primary h5,
.dark-mode .bg-pale-primary h6 {
  color: #ffffff;
}
.dark-mode .bg-pale-primary .nav-link {
  color: #ffffff !important;
}
.dark-mode .bg-pale-primary .card-body {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-mode .bg-pale-primary .bg-light {
  background-color: #5D5F65 !important;
  color: #ffffff;
}
.dark-mode .bg-pale-primary .link-dark {
  color: #ffffff;
}
.dark-mode .bg-pale-primary .bg-soft-primary {
  background-color: #5D5F65 !important;
  color: #ffffff;
}
.dark-mode .bg-pale-primary .btn-soft-primary {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-mode .bg-pale-primary .text-body {
  color: #ffffff !important;
}
.dark-mode #accessibility_container {
  background-color: #5D5F65 !important;
  color: #ffffff;
}
.dark-mode #accessibility_container a {
  color: #ffffff;
}
.dark-mode .theme-switcher {
  background-color: #323339;
}
.dark-mode .theme-switcher .slider {
  background-color: #5D5F65 !important;
}
.dark-mode .theme-switcher label {
  color: #ffffff;
}
.dark-mode .navbar {
  background-color: #323339 !important;
}
.dark-mode .navbar a {
  color: #ffffff;
}
.dark-mode .dropdown-menu {
  background-color: #323339 !important;
}
::selection {
  background: #97C13A;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #97C13A;
  /* Gecko Browsers */
  color: #ffffff;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5D5F65 !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #5D5F65 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #5D5F65 !important;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #5D5F65 !important;
  opacity: 1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #97C13A;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
html {
  height: 100%;
}
body {
  overflow: hidden;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.8px;
  word-break: break-word;
  background-color: #435a13;
}
body.dark-theme {
  background-color: #ffffff;
  color: #97C13A;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  body.dark-theme.sidebar-open {
    -moz-transform: translateX(220px);
    -webkit-transform: translateX(220px);
    -o-transform: translateX(220px);
    -ms-transform: translateX(220px);
    transform: translateX(220px);
  }
}
/*--------------------------------------------------------
Typography
---------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5D5F65;
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 35px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 25px;
  }
}
h2 {
  color: #5D5F65;
  font-size: 20px;
  font-weight: 600;
}
h2 a.breadcrumb-link {
  color: #5d7e15;
  font-weight: 300;
}
h2 a.breadcrumb-link.active,
h2 a.breadcrumb-link:hover,
h2 a.breadcrumb-link:active,
h2 a.breadcrumb-link:focus {
  text-decoration: none;
  outline: none;
  color: #97C13A;
}
h2 .breadcrumb-item {
  font-weight: 300;
  color: #97C13A;
}
h2 .breadcrumb-item:before {
  content: "\00a0|\00a0";
  display: inline-block;
  color: #97C13A;
}
h3.form-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
figure {
  margin: 0;
  position: relative;
}
ul,
ol,
li {
  margin: 0;
}
.text-main {
  color: #97C13A;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.l-0 {
  line-height: 0 !important;
}
.l-42 {
  line-height: 42px !important;
}
.hint-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #5D5F65;
}
.label {
  font-weight: 300;
  line-height: 1.2;
  color: #d2d2d2;
  text-align: center;
  width: 100%;
}
pre code {
  color: #5D5F65;
}
.rotate-180 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
/*--------------------------------------------------------
Anchor
---------------------------------------------------------*/
a {
  text-decoration: none;
  transition: 0.3s all ease;
  position: relative;
  outline: none;
  color: #5D5F65;
}
a.inverted {
  color: #97C13A;
}
a.active,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: #97C13A;
}
a.active.inverted,
a:hover.inverted,
a:active.inverted,
a:focus.inverted {
  color: #d2d2d2;
}
button {
  transition: 0.3s all ease;
}
/*--------------------------------------------------------
Photoswiper
---------------------------------------------------------*/
.open-img {
  cursor: pointer;
}
/*--------------------------------------------------------
Copy to Clipboard
---------------------------------------------------------*/
[data-copy-to-clipboard] {
  cursor: pointer;
}
/*--------------------------------------------------------
Form Elements
---------------------------------------------------------*/
label,
input {
  outline: none;
  margin: 0;
}
input {
  background-color: #cae976;
  display: block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: #5D5F65;
  padding: 10px 14px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
label.error {
  margin-top: 5px;
  color: #97C13A;
}
.btn-pink {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
  background-color: #97C13A;
  display: inline-block;
  padding: 1px 22px 0 22px;
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
}
.btn-pink.inverted {
  color: #5D5F65;
  background-color: #d2d2d2;
}
@media only screen and (max-width: 767px) {
  .btn-pink {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-pink {
    font-size: 16px;
  }
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #5d7e15;
  color: #ffffff;
}
.btn-pink:hover.inverted,
.btn-pink:focus.inverted,
.btn-pink:active.inverted,
.btn-pink.active.inverted {
  color: #ffffff;
  background-color: #97C13A;
}
.btn-outline-pink {
  font-size: 18px;
  font-weight: 400;
  color: #97C13A;
  line-height: 48px;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 1px 22px 0 22px;
  text-align: center;
  border: #97C13A 1px solid;
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .btn-outline-pink {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-outline-pink {
    font-size: 16px;
  }
}
.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #97C13A;
  color: #ffffff;
}
.btn-height {
  line-height: 48px;
}
.file-loadingbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  background-color: rgba(67, 90, 19, 0.8);
  z-index: 99;
}
.file-loadingbar-fixed .progress-circle-indeterminate {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  font-size: 30px;
  position: relative;
}
/*--------------------------------------------------------
Loader
---------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #97C13A;
  z-index: 99999;
}
#preloader .progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.ajax-loading {
  position: fixed;
  background-color: rgba(67, 90, 19, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.ajax-loading .progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #97C13A;
  font-size: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.ajax-loading h3 {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  color: #97C13A;
}
/*--------------------------------------------------------
Upload Container
---------------------------------------------------------*/
.upload-container .close {
  position: absolute;
  right: 18px;
  top: 0;
  z-index: 1;
  cursor: pointer;
  text-shadow: #ffffff 2px 0px 0px, #ffffff 1.75517px 0.958851px 0px, #ffffff 1.0806px 1.68294px 0px, #ffffff 0.141474px 1.99499px 0px, #ffffff -0.832294px 1.81859px 0px, #ffffff -1.60229px 1.19694px 0px, #ffffff -1.97998px 0.28224px 0px, #ffffff -1.87291px -0.701566px 0px, #ffffff -1.30729px -1.5136px 0px, #ffffff -0.421592px -1.95506px 0px, #ffffff 0.567324px -1.91785px 0px, #ffffff 1.41734px -1.41108px 0px, #ffffff 1.92034px -0.558831px 0px;
}
/*--------------------------------------------------------
Page Wrapper
---------------------------------------------------------*/
#page-wrapper {
  height: 100vh;
}
/*--------------------------------------------------------
Sidebar
---------------------------------------------------------*/
#sidebar {
  width: 280px;
  height: 100vh;
  background-color: #97C13A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1299px) {
  #sidebar {
    width: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  #sidebar {
    -moz-transform: translateX(-220px);
    -webkit-transform: translateX(-220px);
    -o-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    transform: translateX(-220px);
  }
}
#sidebar .sidebar-top {
  width: 100%;
  height: 210px;
  padding: 40px 0;
}
#sidebar .sidebar-top figure {
  width: 100px;
  height: 100px;
  display: block;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  background: #fff;
  margin: 0 auto 24px auto;
  overflow: hidden;
}
#sidebar .sidebar-top p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
#sidebar .sidebar-top p a {
  color: #fff;
}
#sidebar .sidebar-top p a img {
  display: inline-block;
  width: 28px;
  height: 16px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#sidebar .sidebar-top p a:hover {
  color: #5d7e15;
}
#sidebar .sidebar-top p a:hover img {
  -webkit-filter: none;
  filter: none;
}
#sidebar .sidebar-nav {
  width: 100%;
  height: calc(100% - 210px - 100px);
  overflow-y: auto;
}
#sidebar .sidebar-nav nav ul {
  padding: 0;
}
#sidebar .sidebar-nav nav ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  #sidebar .sidebar-nav nav ul li {
    font-size: 12px;
  }
}
#sidebar .sidebar-nav nav ul li a {
  padding: 10px 0 10px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#sidebar .sidebar-nav nav ul li a i {
  display: inline-block;
  margin-right: 14px;
  width: 28px;
  text-align: center;
  font-size: 18px;
}
#sidebar .sidebar-nav nav ul li a i.mdi {
  font-size: 20px;
}
#sidebar .sidebar-nav nav ul li a i img {
  display: block;
  width: 28px;
  height: 20px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1199px) {
  #sidebar .sidebar-nav nav ul li a i img {
    width: 20px;
    height: 20px;
  }
}
#sidebar .sidebar-nav nav ul li a span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#sidebar .sidebar-nav nav ul li.active a,
#sidebar .sidebar-nav nav ul li:hover a {
  color: #97C13A;
  background-color: #ffffff;
}
#sidebar .sidebar-nav nav ul li.active a i img,
#sidebar .sidebar-nav nav ul li:hover a i img {
  -webkit-filter: none;
  filter: none;
}
#sidebar .sidebar-bottom {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  text-align: center;
}
#sidebar .sidebar-bottom .bottom-logo img {
  padding: 20px 50px;
}
/*--------------------------------------------------------
Main Content Panel
---------------------------------------------------------*/
#main-content-panel {
  width: 100%;
  padding-left: 280px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #main-content-panel {
    padding-left: 0;
  }
}
#main-content-panel .img-rounded-wrapper .img-rounded {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  background: #cae976;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
#main-content-panel .img-rounded-wrapper .img-rounded.extra-small {
  width: 20px;
  height: 20px;
}
#main-content-panel .img-rounded-wrapper .img-rounded.small {
  width: 50px;
  height: 50px;
}
#main-content-panel .img-rounded-wrapper .img-rounded.large {
  width: 200px;
  height: 200px;
}
#main-content-panel .img-rounded-wrapper .img-rounded.center-icon i {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 50% 0;
  margin-top: -25px;
  text-align: center;
  font-size: 50px;
}
#main-content-panel .img-rounded-wrapper .img-rounded img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "Ändern";
  padding: 50% 0;
  margin-top: -5px;
  text-align: center;
}
#main-content-panel .img-rounded-wrapper .bubble {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -50px;
  left: 50%;
  margin-left: -40px;
  background-color: #97C13A;
  color: #ffffff;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  text-align: center;
  display: table;
}
#main-content-panel .img-rounded-wrapper .bubble.icon {
  width: 40px;
  height: 40px;
  bottom: -20px;
  margin-left: -20px;
}
#main-content-panel .img-rounded-wrapper .bubble div {
  display: table-cell;
  vertical-align: middle;
}
#main-content-panel .img-rounded-wrapper .bubble div a {
  display: block;
  line-height: 40px;
  color: #ffffff;
}
#main-content-panel .img-rounded-wrapper .bubble div a.active,
#main-content-panel .img-rounded-wrapper .bubble div a:hover,
#main-content-panel .img-rounded-wrapper .bubble div a:active,
#main-content-panel .img-rounded-wrapper .bubble div a:focus {
  color: #d2d2d2;
}
#main-content-panel .inner-content-panel {
  padding: 60px;
  position: relative;
  /*--------------------------------------------------------
    Header
    ---------------------------------------------------------*/
  /*--------------------------------------------------------
    Main Content Area
    ---------------------------------------------------------*/
}
@media only screen and (max-width: 1199px) {
  #main-content-panel .inner-content-panel {
    padding: 60px 20px;
  }
}
#main-content-panel .inner-content-panel .mobile-sidebar {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #97C13A;
  text-align: center;
  font-size: 18px;
  background-color: #435a13;
  cursor: pointer;
  border: 1px solid #97C13A;
  padding: 2px 10px;
  border-radius: 4px;
}
#main-content-panel .inner-content-panel .mobile-sidebar:hover {
  color: #435a13;
  background-color: #97C13A;
}
@media only screen and (min-width: 1200px) {
  #main-content-panel .inner-content-panel .mobile-sidebar {
    display: none;
  }
}
#main-content-panel .inner-content-panel header {
  margin-bottom: 60px;
}
#main-content-panel .inner-content-panel header .date-container {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
#main-content-panel .inner-content-panel .main-content-area .box-container {
  margin-bottom: 30px;
  background-color: #cae976;
  position: relative;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-header {
  padding: 30px;
  border-bottom: 1px solid #5D5F65;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-header h3 {
  text-transform: uppercase;
  font-size: 24px;
}
@media only screen and (max-width: 1299px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-header h3 {
    font-size: 16px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-header a {
  padding: 18px;
  position: relative;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-header a.link-select:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #d2d2d2;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-control {
  text-align: right;
  width: 100%;
  height: 50px;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-control a.btn-pink {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body {
  padding: 30px;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body.no-gutters {
  padding: 0;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .box-title {
  margin-bottom: 38px;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .box-title h3 {
  text-transform: uppercase;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-body .box-title h3 {
    font-size: 16px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .box-title h4 {
  color: #d2d2d2;
  font-size: 18px;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .big-no {
  font-size: 55px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1299px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-body .big-no {
    font-size: 40px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .label {
  font-size: 18px;
}
@media only screen and (max-width: 1299px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-body .label {
    font-size: 14px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body img.img-vektor {
  display: block;
  width: 50px;
  height: 42px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  text-align: center;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 1199px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-body img.img-vektor {
    width: 20px;
    height: 20px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .icon-vektor {
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
  font-size: 50px;
}
@media only screen and (max-width: 1199px) {
  #main-content-panel .inner-content-panel .main-content-area .box-container .box-body .icon-vektor {
    font-size: 30px;
  }
}
#main-content-panel .inner-content-panel .main-content-area .grid-box {
  margin-left: 0;
  margin-right: 0;
}
#main-content-panel .inner-content-panel .main-content-area .grid-box > div {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  padding: 10px 15px;
}
#main-content-panel .inner-content-panel .main-content-area .grid-box > div:last-child {
  border-right: 1px solid #d2d2d2;
}
#main-content-panel .inner-content-panel .main-content-area .grid-box > div .label {
  padding-top: 10px;
}
.info-icon {
  max-width: 20px;
}
.svg-white {
  filter: invert(100%) sepia(100%) saturate(7%) hue-rotate(197deg) brightness(103%) contrast(100%);
}
.svg-grey-dark {
  filter: invert(40%) sepia(8%) saturate(354%) hue-rotate(187deg) brightness(86%) contrast(86%);
}
.svg-grey {
  filter: invert(60%) sepia(0%) saturate(0%) hue-rotate(201deg) brightness(93%) contrast(90%);
}
.svg-green {
  filter: invert(76%) sepia(8%) saturate(6163%) hue-rotate(30deg) brightness(93%) contrast(77%);
}
.svg-yellow {
  filter: invert(94%) sepia(95%) saturate(7460%) hue-rotate(332deg) brightness(93%) contrast(97%);
}
.svg-red {
  filter: invert(10%) sepia(79%) saturate(6179%) hue-rotate(338deg) brightness(86%) contrast(106%);
}
/*# sourceMappingURL=Base.css.map */