@charset "UTF-8";
/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

/*
	outlines an element with a slim line
 */
/* Add your customizations of the layout variables here */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeinmask {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes modal-in {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@keyframes modal-in {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.modal-in {
  -webkit-animation-name: modal-in;
  animation-name: modal-in;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

mark {
  background: #FFF8E1;
  padding: 0.25rem 0.4rem;
  border-radius: 8px;
  font-family: monospace;
}

blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE;
}

hr {
  border-top: solid #D4D6D9;
  border-width: 1px 0 0 0;
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

body {
  margin: 0;
}

.loader {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  transform: translate3d(-50%, -50%, 0);
}

.dot {
  width: 24px;
  height: 24px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}

.dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #26A1D0;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #66E4F7;
}

.dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #7379F7;
}

.dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #FFB642;
}

.dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #FFDC8D;
}

@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
html {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: inter-medium, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(41, 50, 65, 0.8);
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #F2F4F6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.blocked-scroll {
  overflow: auto;
}

a {
  text-decoration: none;
  color: #4f8eec;
  color: var(--primary-color);
}

.ajax-loader {
  font-size: 32px;
  color: #2170E7;
  color: var(--primary-color);
}

.layout-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 82px;
  -moz-transition: padding-left 0.2s;
  -o-transition: padding-left 0.2s;
  -webkit-transition: padding-left 0.2s;
  transition: padding-left 0.2s;
}

.layout-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.05, 0.74, 0.2, 0.99);
  animation-fill-mode: forwards;
}

.layout-content {
  padding: 30px 36px;
  flex: 1 1 auto;
}

@media (max-width: 991px) {
  .layout-content {
    padding: 32px 14px;
  }
}
.layout-topbar-light .layout-topbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  height: 62px;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
  height: 100%;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo {
  height: 15px;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo > img {
  height: 15px;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
  padding: 6px;
  margin-right: 16px;
  border-radius: 4px;
  display: none;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button i {
  font-size: 18px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
  height: 100%;
  flex-grow: 1;
  padding: 0 16px 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: solid 1px transparent;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-grow: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
  width: 100%;
  padding: 6px;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
  font-size: 18px;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
  display: none;
  position: absolute;
  top: 62px;
  right: 0px;
  list-style-type: none;
  margin: 0;
  padding: 7px 0 8px;
  z-index: 1000;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  min-width: 250px;
  animation-duration: 0.2s;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .angle-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-grow: 1;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  list-style: none;
  margin-bottom: 4px;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
  margin-right: 10px;
  padding: 6px;
  border-radius: 2px;
  width: 26px;
  height: 26px;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a img {
  height: 36px;
  width: 36px;
  margin-right: 10px;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item a {
  width: auto;
  display: block;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item .search-input-wrapper {
  position: relative;
  width: 0;
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item .search-input-wrapper .p-inputtext {
  background: #F7FAFF;
  width: 100%;
  position: relative;
  padding: 9px;
  padding-left: 37px;
  border: none;
  color: #3E4754;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item .search-input-wrapper i {
  position: absolute;
  left: 9px;
  font-size: 18px;
  top: 50%;
  margin-top: -9px;
  display: none;
  z-index: 1;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.user-profile > a {
  margin-left: 16px;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.user-profile > a > img {
  height: 28px;
  width: 28px;
  border-radius: 10px;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item a {
  display: none;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item .search-input-wrapper {
  width: 200px;
  opacity: 1;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item .search-input-wrapper i {
  display: block;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item > ul {
  display: none;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem > ul {
  display: block;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
  font-size: 18px;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  margin-left: 26px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 0 6px;
  }
}
@media (max-width: 576px) {
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item a {
    display: block;
  }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item > .search-input-wrapper {
    display: none;
  }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item > ul {
    display: block;
    padding: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
    left: 10px;
    right: 10px;
    position: fixed;
    top: 62px;
  }
}
.layout-topbar-light .layout-topbar {
  background-color: #ffffff;
  box-shadow: 0 10px 40px 0 rgba(41, 50, 65, 0.06);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button > i {
  color: #293241;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
  background-color: #E8EDF0;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
  color: #293241;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i {
  background-color: #E8EDF0;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input {
  background-color: #f8fafc;
  border: 1px solid #ebedef;
  color: lighthen(#2170E7, 10%);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input::placeholder {
  color: lighthen(#2170E7, 10%);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper i {
  color: #293241;
  opacity: 0.5;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
  box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
  background-color: white;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
  background-color: #4688eb;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h6 {
  color: #ffffff;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header:hover {
  background-color: #4688eb;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
  color: rgba(41, 50, 65, 0.8);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
  background-color: rgba(33, 112, 231, 0.8);
  color: #ffffff;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a .notification-detail {
  color: rgba(41, 50, 65, 0.5);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text p {
  color: rgba(41, 50, 65, 0.8);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text span {
  color: rgba(41, 50, 65, 0.5);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li:hover {
  background-color: rgba(33, 112, 231, 0.2);
  background-color: var(--primary-lighter-color);
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
  color: #293241;
  background-color: transparent;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button:hover {
  background-color: #E8EDF0;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.layout-topbar-dark .layout-topbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  height: 62px;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
  height: 100%;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo {
  height: 15px;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo > img {
  height: 15px;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
  padding: 6px;
  margin-right: 16px;
  border-radius: 4px;
  display: none;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button i {
  font-size: 18px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
  height: 100%;
  flex-grow: 1;
  padding: 0 16px 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: solid 1px transparent;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-grow: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
  width: 100%;
  padding: 6px;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
  font-size: 18px;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a.layout-rightpanel-button i {
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
  display: none;
  position: absolute;
  top: 62px;
  right: 0px;
  list-style-type: none;
  margin: 0;
  padding: 7px 0 8px;
  z-index: 1000;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  min-width: 250px;
  animation-duration: 0.2s;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .angle-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-grow: 1;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  list-style: none;
  margin-bottom: 4px;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
  margin-right: 10px;
  padding: 6px;
  border-radius: 2px;
  width: 26px;
  height: 26px;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a img {
  height: 36px;
  width: 36px;
  margin-right: 10px;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item a {
  width: auto;
  display: block;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item .search-input-wrapper {
  position: relative;
  width: 0;
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item .search-input-wrapper .p-inputtext {
  background: #F7FAFF;
  width: 100%;
  position: relative;
  padding: 9px;
  padding-left: 37px;
  border: none;
  color: #3E4754;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item .search-input-wrapper i {
  position: absolute;
  left: 9px;
  font-size: 18px;
  top: 50%;
  margin-top: -9px;
  display: none;
  z-index: 1;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.user-profile > a {
  margin-left: 16px;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.user-profile > a > img {
  height: 28px;
  width: 28px;
  border-radius: 10px;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item a {
  display: none;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item .search-input-wrapper {
  width: 200px;
  opacity: 1;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item .search-input-wrapper i {
  display: block;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item > ul {
  display: none;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem > ul {
  display: block;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
  font-size: 18px;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  margin-left: 26px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 0 6px;
  }
}
@media (max-width: 576px) {
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item a {
    display: block;
  }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item > .search-input-wrapper {
    display: none;
  }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item > ul {
    display: block;
    padding: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
    left: 10px;
    right: 10px;
    position: fixed;
    top: 62px;
  }
}
.layout-topbar-dark .layout-topbar {
  background-color: #293241;
  box-shadow: none;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button > i {
  color: #E9E9E9;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
  background-color: #333e51;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
  color: #E9E9E9;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a:hover i {
  background-color: #333e51;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input {
  background-color: #333e51;
  border: 1px solid #333e51;
  color: #7dabf1;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper input::placeholder {
  color: #7dabf1;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > form > .search-input-wrapper i {
  color: #E9E9E9;
  opacity: 0.5;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
  box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
  background-color: #333e51;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
  background-color: #4688eb;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header h6 {
  color: #ffffff;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header:hover {
  background-color: #4688eb;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
  color: #E9E9E9;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a i {
  background-color: rgba(33, 112, 231, 0.8);
  color: #ffffff;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a .notification-detail {
  color: #C2C2C2;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text p {
  color: #E9E9E9;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text span {
  color: #C2C2C2;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li:hover {
  background-color: rgba(33, 112, 231, 0.2);
  background-color: var(--primary-lighter-color);
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button {
  color: #E9E9E9;
  background-color: transparent;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-rightpanel-button:hover {
  background-color: #333e51;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.menu-wrapper {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
}
.menu-wrapper .sidebar-logo {
  height: 62px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 22px;
  padding-right: 20px;
}
.menu-wrapper .sidebar-logo .sidebar-pin {
  display: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-wrapper .sidebar-logo .sidebar-pin > span {
  display: block;
  height: 16px;
  width: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #D4D6D9;
}
.menu-wrapper .sidebar-logo img {
  width: 17px;
  height: 20px;
  border: 0 none;
}
.menu-wrapper .layout-menu-container {
  height: calc(100% - 62px);
}
.menu-wrapper .layout-menu-container .layout-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 62px;
  overflow: hidden;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-wrapper .layout-menu-container .layout-menu > li > a {
  position: relative;
}
.menu-wrapper .layout-menu-container .layout-menu > li > a::before {
  content: "";
  width: 4px;
  height: 12px;
  display: block;
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  left: 0;
}
.menu-wrapper .layout-menu-container .layout-menu > li > ul > li {
  margin-left: 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.menu-wrapper .layout-menu-container .layout-menu li {
  padding: 10px 0;
}
.menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > a i.layout-submenu-toggler {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.menu-wrapper .layout-menu-container .layout-menu li .layout-menu-tooltip {
  display: none;
}
.menu-wrapper .layout-menu-container .layout-menu li > a {
  margin: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  padding: 6px 20px;
  user-select: none;
  cursor: pointer;
}
.menu-wrapper .layout-menu-container .layout-menu li > a > span {
  margin: 0 8px;
  margin-left: 14px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  visibility: hidden;
  white-space: nowrap;
}
.menu-wrapper .layout-menu-container .layout-menu li > a > i {
  font-size: 24px;
}
.menu-wrapper .layout-menu-container .layout-menu li > a > i.layout-submenu-toggler {
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  margin-left: auto;
  font-size: 12px;
  visibility: hidden;
}
.menu-wrapper .layout-menu-container .layout-menu li > a.rotated-icon .layout-menuitem-icon {
  transform: rotate(90deg);
}
.menu-wrapper .layout-menu-container .layout-menu li > ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li {
  padding: 0;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li > a {
  padding: 10px 18px;
  margin-left: 0px;
  padding-right: 8px;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li i {
  font-size: 14px;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li {
  padding: 0;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li.layout-root-menuitem > a {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .layout-wrapper.layout-sidebar .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo {
    display: none;
  }
  .layout-wrapper.layout-sidebar .layout-main {
    padding-left: 62px;
  }
  .layout-wrapper.layout-static .menu-wrapper {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-wrapper.layout-static .menu-wrapper .sidebar-logo {
    justify-content: space-between;
  }
  .layout-wrapper.layout-static .menu-wrapper .sidebar-logo img {
    display: inline;
  }
  .layout-wrapper.layout-static .menu-wrapper .sidebar-logo .app-name {
    display: inline;
  }
  .layout-wrapper.layout-static .menu-wrapper .sidebar-logo .sidebar-pin {
    display: inline-block;
  }
  .layout-wrapper.layout-static .menu-wrapper .sidebar-logo .sidebar-pin > span {
    display: block;
    height: 16px;
    width: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #D4D6D9;
    border: 2px solid var(--primary-light-color);
    background-color: #D4D6D9;
    background-color: var(--primary-lighter-color);
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu {
    max-width: 230px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu > li {
    min-width: 230px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu > li > ul > li {
    margin-left: 10px;
    margin-right: 12px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li ul li a {
    padding-left: 20px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li ul li ul li a {
    padding-left: 30px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li ul li ul li ul li a {
    padding-left: 40px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li ul li ul li ul li ul li a {
    padding-left: 50px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li ul li ul li ul li ul li ul li a {
    padding-left: 60px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li ul li ul li ul li ul li ul li ul li a {
    padding-left: 70px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 80px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 90px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 100px;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li > a > span {
    visibility: visible;
    white-space: normal;
  }
  .layout-wrapper.layout-static .menu-wrapper .layout-menu li > a i.layout-submenu-toggler {
    visibility: visible;
  }
  .layout-wrapper.layout-static .layout-main {
    padding-left: 230px;
    -moz-transition: padding-left 0.2s;
    -o-transition: padding-left 0.2s;
    -webkit-transition: padding-left 0.2s;
    transition: padding-left 0.2s;
  }
  .menu-wrapper.layout-sidebar-active {
    transform: translate3d(0px, 0px, 0px);
  }
  .menu-wrapper.layout-sidebar-active .sidebar-logo {
    justify-content: space-between;
  }
  .menu-wrapper.layout-sidebar-active .sidebar-logo img {
    display: inline;
  }
  .menu-wrapper.layout-sidebar-active .sidebar-logo .app-name {
    display: inline;
  }
  .menu-wrapper.layout-sidebar-active .sidebar-logo .sidebar-pin {
    display: inline-block;
  }
  .menu-wrapper.layout-sidebar-active .sidebar-logo .sidebar-pin > span {
    display: block;
    height: 16px;
    width: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #D4D6D9;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu {
    max-width: 230px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu > li {
    min-width: 230px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu > li > ul > li {
    margin-left: 10px;
    margin-right: 12px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li ul li a {
    padding-left: 20px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li ul li ul li a {
    padding-left: 30px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li ul li ul li ul li a {
    padding-left: 40px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li ul li ul li ul li ul li a {
    padding-left: 50px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li ul li ul li ul li ul li ul li a {
    padding-left: 60px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li ul li ul li ul li ul li ul li ul li a {
    padding-left: 70px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 80px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 90px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 100px;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li > a > span {
    visibility: visible;
    white-space: normal;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu li > a i.layout-submenu-toggler {
    visibility: visible;
  }
  .menu-wrapper.layout-sidebar-active .layout-menu-container {
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .layout-wrapper .menu-wrapper {
    top: 62px;
    z-index: 1010;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform: translate3d(-230px, 0px, 0px);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .layout-wrapper .menu-wrapper .sidebar-logo {
    display: none;
  }
  .layout-wrapper .menu-wrapper .layout-menu-container .layout-menu {
    max-width: 230px;
  }
  .layout-wrapper.layout-mobile-active {
    overflow: hidden;
    height: 100vh;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper {
    transform: translate3d(0px, 0px, 0px);
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu {
    max-width: 230px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu > li {
    min-width: 230px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu > li > ul > li {
    margin-left: 10px;
    margin-right: 12px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li ul li a {
    padding-left: 20px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li ul li ul li a {
    padding-left: 30px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li ul li ul li ul li a {
    padding-left: 40px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li ul li ul li ul li ul li a {
    padding-left: 50px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li ul li ul li ul li ul li ul li a {
    padding-left: 60px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li ul li ul li ul li ul li ul li ul li a {
    padding-left: 70px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 80px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 90px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 100px;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li > a > span {
    visibility: visible;
    white-space: normal;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu li > a i.layout-submenu-toggler {
    visibility: visible;
  }
  .layout-wrapper.layout-mobile-active .menu-wrapper .layout-menu-container {
    overflow: auto;
  }
  .layout-wrapper.layout-mobile-active .layout-mask {
    display: block;
  }
  .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    display: block;
  }
}
@media (min-width: 992px) {
  .layout-wrapper.layout-horizontal .menu-wrapper {
    top: 0px;
    width: 100%;
    height: 62px;
    position: relative;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .sidebar-logo {
    display: none;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu {
    list-style-type: none;
    margin: 0px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    overflow: visible;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > a i.layout-submenu-toggler {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li {
    padding: 0;
    position: relative;
    margin: 0 9px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li .layout-menu-tooltip {
    display: none;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li a {
    margin: 0px;
    padding: 10px 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li a:before {
    display: none;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li a > span {
    margin: 0 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    visibility: visible;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li a > i {
    font-size: 14px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li a > i.layout-submenu-toggler {
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
    margin-left: auto;
    font-size: 12px;
    visibility: visible;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li.layout-root-menuitem > div {
    display: none;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
    list-style-type: none;
    top: 44px;
    left: 0px;
    width: 230px;
    position: absolute;
    padding: 10px;
    margin: 0;
    z-index: 100;
    overflow: auto;
    max-height: 460px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li {
    border: 0 none;
    margin: 0;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li ul li a {
    padding-left: 20px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li ul li ul li a {
    padding-left: 30px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li ul li ul li ul li a {
    padding-left: 40px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li ul li ul li ul li ul li a {
    padding-left: 50px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li ul li ul li ul li ul li ul li a {
    padding-left: 60px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li ul li ul li ul li ul li ul li ul li a {
    padding-left: 70px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 80px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 90px;
  }
  .layout-wrapper.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 100px;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button-wrapper .menu-button {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item a {
    display: block;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item > .search-input-wrapper {
    display: none;
  }
  .layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem.search-item > ul {
    display: block;
    padding: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .layout-wrapper.layout-slim .menu-wrapper {
    width: 62px;
    overflow: visible;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container {
    padding: 0;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu {
    overflow: visible;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
    display: none;
    padding: 0 0.412px;
    position: absolute;
    left: 72px;
    top: 16px;
    line-height: 1;
    border-radius: 2px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
    padding: 6px 8px;
    font-weight: 500;
    min-width: 75px;
    white-space: nowrap;
    text-align: center;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    left: -4px;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li {
    position: relative;
    padding: 10px 12px 10px 14px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a {
    margin: 0px;
    padding: 6px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    border: none;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a:before {
    display: none;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a span {
    display: none;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a i {
    margin-right: 0;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a i.layout-submenu-toggler {
    display: none;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a .menuitem-badge {
    display: none;
    margin-left: auto;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a:hover + .layout-menu-tooltip {
    display: block;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul {
    position: absolute;
    top: 0;
    left: 62px;
    min-width: 250px;
    max-height: 450px;
    padding: 10px;
    overflow: auto;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li {
    margin: 0;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
    padding: 10px 5px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a > span {
    visibility: visible;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a > i.layout-submenu-toggler {
    visibility: visible;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li ul li a {
    padding-left: 20px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li ul li ul li a {
    padding-left: 30px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li ul li ul li ul li a {
    padding-left: 40px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li ul li ul li ul li ul li a {
    padding-left: 50px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li ul li ul li ul li ul li ul li a {
    padding-left: 60px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 70px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 80px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 90px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 100px;
  }
  .layout-wrapper.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo {
    display: none;
  }
  .layout-wrapper.layout-slim .layout-main {
    padding-left: 62px;
  }
}
.layout-menu-dark .menu-wrapper {
  background-color: #293241;
  box-shadow: 0px 10px 40px rgba(41, 50, 65, 0.06);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > a {
  color: #E9E9E9;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > a:hover {
  color: #2170E7;
  color: var(--primary-light-color);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > a.active-route {
  color: #2170E7;
  color: var(--primary-light-color);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > a.active-route::before {
  background-color: #2170E7;
  background-color: var(--primary-light-color);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
  color: #2170E7;
  color: var(--primary-light-color);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a::before {
  background-color: #2170E7;
  background-color: var(--primary-light-color);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
  background-color: #293241;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem > a {
  background-color: #293241;
  color: #2170E7;
  color: var(--primary-light-color);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul > li > a.active-route {
  color: #2170E7;
  color: var(--primary-light-color);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul > li > a.active-route::before {
  background-color: #2170E7;
  background-color: var(--primary-light-color);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
  color: rgba(233, 233, 233, 0.8);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
  background-color: rgba(33, 112, 231, 0.2);
  background-color: var(--primary-lighter-color);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
  color: #2170E7;
  color: var(--primary-light-color);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a::before {
  background-color: #2170E7;
  background-color: var(--primary-light-color);
}
@media (min-width: 992px) {
  .layout-menu-dark .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > a {
    color: #E9E9E9;
  }
  .layout-menu-dark .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > a:hover {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li.active-menuitem > a::before {
    background-color: #2170E7;
    background-color: var(--primary-light-color);
  }
  .layout-menu-dark .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-dark .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > ul > li.active-menuitem > a {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
    color: #E9E9E9;
  }
  .layout-menu-dark .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(233, 233, 233, 0.8);
  }
  .layout-menu-dark .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-dark .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #E9E9E9;
  }
  .layout-menu-dark.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > a {
    color: #E9E9E9;
  }
  .layout-menu-dark.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > a:hover {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-static .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-static .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a::before {
    background-color: #2170E7;
    background-color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-dark.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem > a {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
    color: #E9E9E9;
  }
  .layout-menu-dark.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(233, 233, 233, 0.8);
  }
  .layout-menu-dark.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-dark.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #E9E9E9;
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper {
    box-shadow: none;
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > a {
    color: #E9E9E9;
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > a:hover {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a i {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
    background-color: #293241;
    box-shadow: 0px 10px 40px rgba(41, 50, 65, 0.06);
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
    color: rgba(233, 233, 233, 0.8);
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route i {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route:hover {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
    background-color: #293241;
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
    color: #ffffff;
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
    border-right-color: #293241;
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a i {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a.active-route {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a.active-route i {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a.active-route:hover {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul {
    box-shadow: 0px 10px 40px rgba(41, 50, 65, 0.06);
    background-color: #293241;
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
    color: rgba(233, 233, 233, 0.8);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route i {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route:hover {
    color: #2170E7;
    color: var(--primary-light-color);
  }
}
@media (max-width: 991px) {
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > a {
    color: #E9E9E9;
  }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > a:hover {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: #2170E7;
    color: var(--primary-light-color);
  }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a::before {
    background-color: #2170E7;
    background-color: var(--primary-light-color);
  }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem > a {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
    color: #E9E9E9;
  }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(233, 233, 233, 0.8);
  }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #E9E9E9;
  }
}

.layout-menu-light .menu-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 10px 40px rgba(41, 50, 65, 0.06);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > a {
  color: #293241;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > a:hover {
  color: #2170E7;
  color: var(--primary-color);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > a.active-route {
  color: #2170E7;
  color: var(--primary-color);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > a.active-route::before {
  background-color: #2170E7;
  background-color: var(--primary-color);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
  color: #2170E7;
  color: var(--primary-color);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a::before {
  background-color: #2170E7;
  background-color: var(--primary-color);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
  background-color: #ffffff;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem > a {
  background-color: #ffffff;
  color: #2170E7;
  color: var(--primary-color);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul > li > a.active-route {
  color: #2170E7;
  color: var(--primary-color);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul > li > a.active-route::before {
  background-color: #2170E7;
  background-color: var(--primary-color);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
  color: rgba(41, 50, 65, 0.7);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
  background-color: rgba(33, 112, 231, 0.2);
  background-color: var(--primary-lighter-color);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
  color: #2170E7;
  color: var(--primary-color);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a::before {
  background-color: #2170E7;
  background-color: var(--primary-color);
}
@media (min-width: 992px) {
  .layout-menu-light .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > a {
    color: #293241;
  }
  .layout-menu-light .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > a:hover {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li.active-menuitem > a::before {
    background-color: #2170E7;
    background-color: var(--primary-color);
  }
  .layout-menu-light .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-light .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > ul > li.active-menuitem > a {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
    color: #293241;
  }
  .layout-menu-light .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(41, 50, 65, 0.7);
  }
  .layout-menu-light .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-light .menu-wrapper.layout-sidebar-active .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #293241;
  }
  .layout-menu-light.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > a {
    color: #293241;
  }
  .layout-menu-light.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > a:hover {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-static .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-static .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a::before {
    background-color: #2170E7;
    background-color: var(--primary-color);
  }
  .layout-menu-light.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-light.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem > a {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
    color: #293241;
  }
  .layout-menu-light.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(41, 50, 65, 0.7);
  }
  .layout-menu-light.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-light.layout-static .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #293241;
  }
  .layout-menu-light.layout-horizontal .menu-wrapper {
    box-shadow: none;
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > a {
    color: #293241;
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > a:hover {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
    color: var(--primary-color);
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a i {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
    background-color: #ffffff;
    box-shadow: 0px 10px 40px rgba(41, 50, 65, 0.06);
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
    color: rgba(41, 50, 65, 0.7);
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
    color: var(--primary-color);
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route i {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route:hover {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
    background-color: #293241;
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
    color: #ffffff;
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
    border-right-color: #293241;
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a i {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a.active-route {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a.active-route i {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a.active-route:hover {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul {
    box-shadow: 0px 10px 40px rgba(41, 50, 65, 0.06);
    background-color: #ffffff;
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
    color: rgba(41, 50, 65, 0.7);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route i {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a.active-route:hover {
    color: #2170E7;
    color: var(--primary-color);
  }
}
@media (max-width: 991px) {
  .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > a {
    color: #293241;
  }
  .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > a:hover {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: #2170E7;
    color: var(--primary-color);
  }
  .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a::before {
    background-color: #2170E7;
    background-color: var(--primary-color);
  }
  .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    background-color: rgba(33, 112, 231, 0.2);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem > a {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
    color: #293241;
  }
  .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(41, 50, 65, 0.7);
  }
  .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(33, 112, 231, 0.1);
    background-color: var(--primary-lighter-color);
  }
  .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #293241;
  }
}

.layout-rightpanel {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 62px;
  height: calc(100% - 62px);
  padding: 0;
  width: 418px;
  overflow: auto;
  background-color: #F7FAFF;
  transform: translate3d(418px, 0px, 0px);
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 10px 40px rgba(41, 50, 65, 0.06);
}
.layout-rightpanel .rightpanel-wrapper {
  padding: 22px 20px 40px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section {
  padding: 16px 0;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section .section-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section .section-header > h6 {
  margin: 0;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.weather-section .weather {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 16px;
  background-image: url("src/assets/freya-14/demo/images/rightpanel/asset-weather.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 40 rgba(41, 50, 65, 0.06);
  -moz-box-shadow: 0px 10px 40 rgba(41, 50, 65, 0.06);
  box-shadow: 0px 10px 40 rgba(41, 50, 65, 0.06);
  color: rgba(41, 50, 65, 0.8);
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.weather-section .weather > img {
  height: 60px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.weather-section .weather .weather-info {
  margin-left: 16px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.weather-section .weather .weather-info h6 {
  margin: 0 0 2px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.weather-section .weather .weather-info h1 {
  margin: 0;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.tasks-section > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
  max-height: 320px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.tasks-section > ul > li {
  padding: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.tasks-section > ul > li .task-info h6 {
  color: #3E4754;
  margin: 0 0 4px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.tasks-section > ul > li .task-info > span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: rgba(41, 50, 65, 0.5);
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.tasks-section > ul > li.done {
  opacity: 0.5;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.tasks-section > ul > li.done .task-info h6 {
  text-decoration: line-through;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.favorites-section .favorite-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.favorites-section .favorite-items .favorite-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 0px 1px rgba(41, 50, 65, 0.5), 0px 1px 1px rgba(41, 50, 65, 0.2);
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  margin: 7px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.favorites-section .favorite-items .favorite-item:hover {
  background-color: #F7F7F8;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.favorites-section .favorite-items .add-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  width: 80px;
  height: 80px;
  margin: 7px;
  border: 1px dashed #D4D6D9;
  color: #D4D6D9;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.favorites-section .favorite-items .add-item:hover {
  background-color: #F7F7F8;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.chat-section {
  margin-top: 40px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.chat-section .p-tabview .p-tabview-panels .p-tabview-panel {
  height: 400px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.chat-section .p-tabview .p-tabview-panels .p-tabview-panel .chat {
  height: 400px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.chat-section .p-tabview .p-tabview-panels .p-tabview-panel .chat .fade {
  background-image: linear-gradient(180deg, #F7FAFF 0%, rgba(234, 237, 243, 0) 100%);
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.chat-section .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content {
  max-height: 400px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.chat-section .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content .chat-message .message {
  background-color: #ffffff;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.chat-section .p-tabview .p-tabview-panels .p-tabview-panel .chat .contacts {
  max-height: 400px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-section.chat-section .p-tabview .p-tabview-panels .p-tabview-panel .chat .contacts ul > li:hover {
  background-color: #ffffff;
}

.layout-wrapper.layout-rightpanel-active .layout-rightpanel {
  transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 576px) {
  .layout-rightpanel {
    width: 100%;
    transform: translate3d(100%, 0px, 0px);
  }
}
.layout-footer {
  padding: 30px 36px;
}
.layout-footer .footer-menutitle {
  color: rgba(41, 50, 65, 0.5);
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  min-height: 15px;
  display: block;
  margin-bottom: 9px;
}
.layout-footer .footer-subtitle {
  font-weight: 500;
  font-size: 14px;
  display: block;
  color: rgba(41, 50, 65, 0.5);
}
.layout-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.layout-footer ul > li {
  padding: 7px 0;
}
.layout-footer ul > li > a {
  color: rgba(41, 50, 65, 0.8);
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.layout-footer ul > li > a:hover {
  color: rgba(41, 50, 65, 0.5);
}
.layout-footer .newsletter-input {
  margin-top: 16px;
  background-color: #ffffff;
  position: relative;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.layout-footer .newsletter-input > input {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 11px 16px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 200%;
}
.layout-footer .newsletter-input > button {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -16px;
}
.layout-footer .newsletter-input > button > span {
  display: block;
  padding: 0;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
}
.layout-footer .footer-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.layout-footer .footer-bottom h4 {
  line-height: 22px;
  margin: 0;
  margin-right: 32px;
}
.layout-footer .footer-bottom h6 {
  line-height: 17px;
  margin: 0;
  color: rgba(41, 50, 65, 0.5);
  font-weight: 500;
}

/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.card {
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 10px 40px rgba(41, 50, 65, 0.06);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.card:last-child {
  margin-bottom: 0;
}
.card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
}
.card .card-header h6 {
  margin-bottom: 2px;
}
.card .card-header .subtitle {
  font-weight: 600;
  color: rgba(41, 50, 65, 0.5);
}
.card .card-subtitle {
  color: rgba(41, 50, 65, 0.5);
  font-weight: 600;
  margin: -1rem 0 1rem 0;
}
.card.no-gutter {
  margin-bottom: 0;
}

.p-sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.p-text-secondary {
  color: rgba(41, 50, 65, 0.5);
}

.layout-wrapper .layout-ajax-loader {
  position: absolute;
  right: 15px;
  bottom: 70px;
}
.layout-wrapper .layout-ajax-loader .layout-ajax-loader-icon {
  color: red;
  font-size: 32px;
}

.layout-dashboard .chart {
  overflow: auto;
}
.layout-dashboard .mobile-teams {
  display: none;
}

@media (max-width: 1200px) {
  .layout-dashboard .desktop-teams {
    display: none;
  }
  .layout-dashboard .mobile-teams {
    display: block;
  }
  .layout-dashboard .mobile-teams .team {
    height: 100%;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .layout-dashboard .mobile-teams .team .peoples {
    margin: 12px -8px;
  }
}
.overview-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  height: 100%;
  min-width: 200px;
}
.overview-box .overview-info > h6 {
  margin: 0 0 2px;
}
.overview-box .overview-info > h1 {
  margin: 0;
}
.overview-box > i {
  font-size: 24px;
}
.overview-box.white {
  background: #FFFFFF;
  color: rgba(41, 50, 65, 0.8);
}
.overview-box.blue {
  background: #69B7FF;
  color: #FFFFFF;
}
.overview-box.gray {
  background: rgba(41, 50, 65, 0.4);
  color: #FFFFFF;
}
.overview-box.darkgray {
  background: rgba(41, 50, 65, 0.8);
  color: #FFFFFF;
}
.overview-box.orange {
  background: linear-gradient(90deg, #FFB340 0%, #FFA740 100%);
  color: #FFFFFF;
}

.timeline {
  padding-right: 4px;
}
.timeline > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 372px;
  overflow: auto;
  margin-bottom: 1em;
}
.timeline > ul > li {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.timeline > ul > li > i {
  font-size: 8px;
  margin-right: 10px;
  margin-top: 4px;
}
.timeline > ul > li .event-content span {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 12px;
  color: rgba(41, 50, 65, 0.5);
}
.timeline > ul > li .event-content span.event-title {
  color: #3E4754;
}
.timeline > ul > li .event-content span.time {
  font-size: 10px;
  font-weight: 400;
  color: rgba(41, 50, 65, 0.5);
}
.timeline > ul > li.blue > i {
  color: #297FFF;
}
.timeline > ul > li.green > i {
  color: #34B56F;
}
.timeline > ul > li.orange > i {
  color: #FFA928;
}

.device-status .content {
  color: rgba(41, 50, 65, 0.5);
  line-height: 1.4;
  margin-bottom: 20px;
}
.device-status .progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  color: rgba(41, 50, 65, 0.5);
}
.device-status .progress > span {
  min-width: 40px;
}
.device-status .progress p-progressBar {
  width: 100%;
  margin: 0 12px;
}
.device-status .progress .p-progressbar {
  background: rgba(41, 127, 255, 0.2);
  background: var(--primary-lighter-color);
}
.device-status .progress .p-progressbar .p-progressbar-value {
  background: rgba(41, 127, 255, 0.2);
  background: var(--primary-color);
  opacity: 0.8;
  border-radius: 8px;
}
.device-status .progress.active .p-progressbar {
  background: rgba(41, 127, 255, 0.2);
  background: var(--primary-lighter-color);
}
.device-status .progress.active .p-progressbar .p-progressbar-value {
  background: linear-gradient(270deg, #42BBFF 0%, #6129FF 100%);
  background: linear-gradient(270deg, var(--primary-lighter-color) 0%, var(--primary-color) 100%);
  opacity: 0.8;
}
.device-status .device {
  margin-bottom: 16px;
}
.device-status .device span {
  color: #2170E7;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}
.device-status .device span > span {
  font-size: 8px;
  font-weight: normal;
}
.device-status .device span.status {
  font-size: 12px;
  color: rgba(41, 50, 65, 0.5);
  margin-top: 4px;
  display: block;
}

.team {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team .card-header {
  padding: 0;
  min-width: 70px;
}
.team .peoples {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.team .peoples > img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 8px 8px;
  width: 32px;
  height: 32px;
}
.team .peoples .no-picture {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 8px 8px;
  width: 32px;
  height: 32px;
  background: rgba(41, 50, 65, 0.1);
  color: rgba(41, 50, 65, 0.8);
  font-size: 12px;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.team .peoples .no-picture:hover {
  background: rgba(41, 50, 65, 0.2);
}

.map {
  padding: 0;
}
.map > img {
  width: 100%;
  height: auto;
  border-radius: 24px 24px 12px 12px;
}
.map .map-content {
  padding: 50px 20px 28px;
}
.map .map-content h6 {
  margin: 0 0 16px;
}
.map .map-content .city {
  margin-bottom: 16px;
}
.map .map-content .city span {
  color: #2170E7;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}
.map .map-content .city span > span {
  font-size: 8px;
  font-weight: normal;
}
.map .map-content .city span.status {
  font-size: 12px;
  color: rgba(41, 50, 65, 0.5);
  margin-top: 4px;
  display: block;
}

.schedule > p {
  color: rgba(41, 50, 65, 0.5);
}
.schedule > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.schedule > ul > li {
  background: #F7F7F8;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px 16px 12px;
}
.schedule > ul > li .schedule-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.schedule > ul > li .schedule-header h6 {
  line-height: 24px;
  margin: 0;
}
.schedule > ul > li .schedule-header span {
  color: rgba(41, 50, 65, 0.5);
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
}
.schedule > ul > li > span {
  margin-top: 4px;
  color: rgba(41, 50, 65, 0.5);
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.statistics .statistic-item .item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}
.statistics .statistic-item .item-title span {
  display: block;
  margin-right: 12px;
}
.statistics .statistic-item .item-title h5 {
  margin: 0;
  font-weight: 700;
}
.statistics .statistic-item h6 {
  margin: 0;
  font-weight: 600;
  color: rgba(41, 50, 65, 0.5);
}

.stocks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stocks ul > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F7FAFF;
  padding: 0;
  margin: 0 0 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.stocks ul > li .stock-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #EEF5FF;
  padding: 18px 10px;
  min-width: 70px;
  margin-right: 4px;
}
.stocks ul > li .stock-name h6 {
  margin: 0;
  color: rgba(41, 50, 65, 0.8);
  line-height: 17px;
  font-weight: 600;
}
.stocks ul > li > img {
  margin: 0 4px;
  height: 25px;
}
.stocks ul > li .stock-price {
  padding: 0 10px;
  color: #34B56F;
  margin: 0 4px;
}
.stocks ul > li .stock-price h6 {
  line-height: 17px;
  font-weight: 600;
  display: inline-block;
}
.stocks ul > li .stock-price i {
  display: inline-block;
}
.stocks ul > li .stock-status {
  margin-left: 4px;
  padding: 0 20px;
}
.stocks ul > li .stock-status span {
  display: block;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: rgba(41, 50, 65, 0.5);
}
.stocks ul > li.down .stock-price {
  color: #FF6E49;
}
.stocks ul > li.same .stock-price {
  color: #FFA928;
}
.stocks > .p-button {
  width: 100%;
  margin-top: 30px;
}

.operations {
  overflow: auto;
}
.operations .insights {
  padding: 16px 15px;
  background-color: rgba(41, 127, 255, 0.04);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 12px 0 16px;
}
.operations .insights .insight-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.operations .insights .insight-header h6 {
  margin: 0 6px;
}
.operations .insights > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.operations .insights > ul > li {
  margin: 8px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(41, 50, 65, 0.5);
}
.operations .insights > ul > li span {
  font-weight: 600;
}
.operations .insights > ul > li span > span {
  font-size: 8px;
  line-height: 10px;
  font-weight: normal;
}
.operations > button {
  width: 100%;
}

.notification {
  padding: 30px 24px;
  background-color: #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.notification > h6 {
  margin: 0;
  color: rgba(41, 50, 65, 0.8);
}
.notification > h6 > a {
  margin-left: 10px;
}
.notification > h6 > a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chat .p-tabview .p-tabview-nav {
  background-color: transparent;
  margin: 0 -10px;
  border: none;
}
.chat .p-tabview .p-tabview-nav:before {
  display: none;
}
.chat .p-tabview .p-tabview-nav li {
  padding: 9px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 10px;
  border: none;
}
.chat .p-tabview .p-tabview-nav li a {
  position: relative;
  width: 52px;
  height: 52px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #D0D6DD;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #2170E7;
  color: var(--primary-color);
  border: 0 none;
  overflow: visible;
}
.chat .p-tabview .p-tabview-nav li a img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.chat .p-tabview .p-tabview-nav li a .p-badge {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.chat .p-tabview .p-tabview-nav li.p-highlight {
  padding: 0 0 9px;
  border: none;
}
.chat .p-tabview .p-tabview-nav li.p-highlight a {
  box-shadow: 0px 0px 1px rgba(41, 50, 65, 0.16), 0px 1px 2px rgba(41, 50, 65, 0.04), 0px 6px 12px rgba(41, 50, 65, 0.24);
  border: 0 none;
}
.chat .p-tabview .p-tabview-nav li.p-highlight a:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #2170E7;
  background: var(--primary-color);
  border-radius: 3px;
  position: absolute;
  bottom: -10px;
}
.chat .p-tabview .p-tabview-nav li:hover {
  border: none;
  padding: 0 0 9px;
}
.chat .p-tabview .p-tabview-panels {
  background-color: transparent;
  border: none;
  padding: 16px 0 0;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel {
  padding: 0;
  height: 350px;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 350px;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .fade {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 44px;
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(234, 237, 243, 0) 100%);
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content {
  max-height: 400px;
  overflow: auto;
  padding: 30px 6px 12px;
  flex: 1 1 auto;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content .chat-message {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content .chat-message .name {
  display: block;
  color: rgba(41, 50, 65, 0.5);
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content .chat-message .message {
  max-width: 250px;
  padding: 8px 10px;
  box-shadow: 0px 0px 1px rgba(41, 50, 65, 0.5), 0px 1px 1px rgba(41, 50, 65, 0.2);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #F7FAFF;
  margin-bottom: 8px;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content .chat-message .message p {
  padding: 0;
  margin: 0 0 2px;
  color: rgba(41, 50, 65, 0.8);
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content .chat-message .message span {
  display: block;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: rgba(41, 50, 65, 0.5);
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content .chat-message.send {
  -ms-flex-align: end;
  align-items: flex-end;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content .chat-message.send .message span {
  text-align: right;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content.no-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-content.no-message h4 {
  color: rgba(41, 50, 65, 0.5);
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .contacts {
  flex: 1 1 auto;
  max-height: 400px;
  overflow: auto;
  padding: 0px 0 12px;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .contacts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .contacts ul > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  padding: 8px 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .contacts ul > li img {
  margin-right: 12px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .contacts ul > li h6 {
  margin: 0 0 2px;
  color: rgba(41, 50, 65, 0.8);
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .contacts ul > li span {
  display: block;
  color: rgba(41, 50, 65, 0.5);
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .contacts ul > li:hover {
  background-color: #F7FAFF;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-input {
  margin-top: 30px;
}
.chat .p-tabview .p-tabview-panels .p-tabview-panel .chat .chat-input input {
  width: 100%;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 20px 19px;
  background-color: #F7F7F8;
  border: none;
}

.image-card {
  padding: 0;
  position: relative;
}
.image-card > span {
  position: absolute;
  right: 20px;
  top: 20px;
}
.image-card > img {
  width: 100%;
  height: auto;
  border-radius: 24px 24px 12px 12px;
}
.image-card .image-content {
  padding: 32px 20px 28px;
}
.image-card .image-content h6 {
  margin: 0 0 8px;
}
.image-card .image-content > p {
  color: rgba(41, 50, 65, 0.5);
}
.image-card .image-content > button {
  margin-top: 32px;
  width: 100%;
}

.login-body {
  background: #FFFFFF;
}
.login-body .login-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
}
.login-body .login-wrapper .login-panel {
  width: 30%;
  height: 100%;
  text-align: center;
  padding: 40px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 1 1 100%;
}
.login-body .login-wrapper .login-panel .logo {
  margin-bottom: 50px;
}
.login-body .login-wrapper .login-panel .logo img {
  width: 45px;
  height: 53px;
}
.login-body .login-wrapper .login-panel > a {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: rgba(41, 50, 65, 0.3);
}
.login-body .login-wrapper .login-panel > p {
  font-weight: 500;
  margin: 0;
  color: rgba(41, 50, 65, 0.5);
  margin-top: 40px;
}
.login-body .login-wrapper .login-panel > p > a {
  color: #2170E7;
  cursor: pointer;
}
.login-body .login-wrapper .login-panel > input {
  width: 85%;
  max-width: 247px;
  margin-bottom: 10px;
  background-color: #F6F7F7;
  border: 1.2px solid #D4D6D9;
  color: #515C66;
  padding: 12px 10px;
}
.login-body .login-wrapper .login-panel > input::placeholder {
  color: gba(41, 50, 65, 0.3);
}
.login-body .login-wrapper .login-panel > button {
  width: 85%;
  max-width: 247px;
  margin-bottom: 10px;
  padding: 0;
}
.login-body .login-wrapper .login-panel > button > span {
  padding: 15px 20px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.login-body .login-wrapper .login-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 70px;
}
.login-body .login-wrapper .login-footer h4 {
  line-height: 22px;
  margin: 0;
  margin-right: 32px;
}
.login-body .login-wrapper .login-footer h6 {
  line-height: 17px;
  margin: 0;
  color: rgba(41, 50, 65, 0.5);
  font-weight: 500;
}

@media (max-width: 992px) {
  .login-body .login-wrapper .login-panel {
    width: 100%;
  }
}
.exception-body .exception-topbar {
  height: 62px;
  background-color: #ffffff;
  box-shadow: 0 10px 40px 0 rgba(41, 50, 65, 0.06);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
}
.exception-body .exception-topbar .layout-topbar-logo > img {
  height: 15px;
}
.exception-body .exception-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 62px);
}
.exception-body .exception-wrapper .exception-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 1 1 auto;
}
.exception-body .exception-wrapper .exception-content > span {
  font-weight: normal;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  display: block;
}
.exception-body .exception-wrapper .exception-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 70px;
}
.exception-body .exception-wrapper .exception-footer h4 {
  line-height: 22px;
  margin: 0;
  margin-right: 32px;
}
.exception-body .exception-wrapper .exception-footer h6 {
  line-height: 17px;
  margin: 0;
  color: rgba(41, 50, 65, 0.5);
  font-weight: 500;
}
.exception-body.notfound .exception-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 62px);
}
.exception-body.notfound .exception-wrapper .exception-content {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1 1 auto;
}
.exception-body.notfound .exception-wrapper .exception-content img {
  width: 332px;
  height: 271px;
  margin-bottom: -150px;
}
.exception-body.notfound .exception-wrapper .exception-content > span {
  font-size: 140px;
  line-height: 171px;
}
.exception-body.notfound .exception-wrapper .exception-content > span.exception-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(41, 50, 65, 0.5);
}
.exception-body.notfound .exception-wrapper .exception-content > button {
  padding: 0;
  margin-top: 20px;
  width: 155px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.exception-body.notfound .exception-wrapper .exception-content > button > span {
  padding: 18px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .exception-body .exception-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 62px);
  }
  .exception-body .exception-wrapper .exception-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
  }
}
.landing-body {
  background-color: #E5E5E5;
}
.landing-body .landing-topbar {
  height: 83px;
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 999;
  padding: 20px 40px;
  position: relative;
}
.landing-body .landing-topbar .landing-topbar-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.landing-body .landing-topbar .landing-topbar-left .logo {
  margin-right: 40px;
}
.landing-body .landing-topbar .landing-topbar-left .logo img {
  height: 16px;
  width: auto;
}
.landing-body .landing-topbar .landing-topbar-left > ul {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.landing-body .landing-topbar .landing-topbar-left > ul > li #landing-menu-close {
  display: none;
}
.landing-body .landing-topbar .landing-topbar-left > ul > li > a {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: rgba(41, 50, 65, 0.9);
  padding: 14px 10px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  margin: 0 10px;
  min-width: 100px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.landing-body .landing-topbar .landing-topbar-left > ul > li > a:hover {
  color: #2170E7;
}
.landing-body .landing-topbar .landing-topbar-right .second-menubutton {
  margin-right: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: rgba(41, 50, 65, 0.9);
  padding: 14px 10px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  min-width: 100px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.landing-body .landing-topbar .landing-topbar-right .second-menubutton:hover {
  color: #2170E7;
}
.landing-body .landing-topbar .landing-topbar-right .landing-button span {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.landing-body .landing-topbar .landing-topbar-right #landing-menu-button {
  display: none;
  padding: 0 8px;
  cursor: pointer;
}
.landing-body .landing-topbar .landing-topbar-right #landing-menu-button i {
  font-size: 20px;
}
.landing-body .landing-button {
  background: linear-gradient(108.43deg, #297FFF 12.5%, #7A0EE7 96.32%);
  border: none;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.landing-body .landing-button.p-button {
  padding: 0;
}
.landing-body .landing-button.p-button > .p-button-text {
  padding: 14px 10px;
  min-width: 121px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: block;
}
.landing-body .landing-button > a .p-button-text {
  padding: 14px 10px;
  min-width: 87px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: block;
}
.landing-body .landing-button:hover {
  background: linear-gradient(108.43deg, #2f79e7 12.5%, #781cd4 96.32%);
}
.landing-body .landing-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 303px 30px 218px;
  position: relative;
  transform-style: inherit;
  background: url("src/assets/freya-14/layout/images/pages/asset-landing-header.jpg");
  background-size: cover;
  height: 80vh;
}
.landing-body .landing-banner .landing-banner-content {
  text-align: center;
  position: relative;
}
.landing-body .landing-banner .landing-banner-content .title {
  display: block;
  font-weight: 500;
  font-size: 70px;
  line-height: 84px;
  color: #FFFFFF;
}
.landing-body .landing-banner .landing-banner-content h3 {
  margin: 40px 0 30px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 29px;
}
.landing-body .section-header {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
.landing-body .section-header .title {
  display: block;
  font-weight: 500;
  font-size: 70px;
  line-height: 84px;
  color: rgba(41, 50, 65, 0.9);
}
.landing-body .section-header h3 {
  margin: 15px 0 100px;
  color: rgba(41, 50, 65, 0.9);
  font-weight: 500;
  line-height: 29px;
  max-width: 800px;
}
.landing-body .landing-features {
  background-color: #FFFFFF;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 36px 6% 125px;
}
.landing-body .landing-features .lg\:col-3 {
  transition: transform 250ms linear;
  -webkit-transition: transform 250ms linear;
}
.landing-body .landing-features .feature {
  display: -ms-flexbox;
  display: flex;
}
.landing-body .landing-features .feature > span {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(41, 50, 65, 0.8);
  margin-top: 30px;
  margin-right: 12px;
}
.landing-body .landing-features .feature .feature-card {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  padding: 28px 30px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.landing-body .landing-features .feature .feature-card > span {
  display: none;
}
.landing-body .landing-features .feature .feature-card h3 {
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 20px;
  color: rgba(41, 50, 65, 0.8);
}
.landing-body .landing-features .feature .feature-card h5 {
  margin: 0;
  font-weight: normal;
  line-height: 150%;
  color: rgba(41, 50, 65, 0.9);
  opacity: 0.8;
}
.landing-body .landing-features .feature.yellow .feature-card {
  padding-bottom: 128px;
  background: linear-gradient(197.55deg, #FFD37D -1.02%, #FFDB7D 46.53%);
}
.landing-body .landing-features .feature.blue .feature-card {
  padding-bottom: 67px;
  background: linear-gradient(156.18deg, #DAF4FF 38.02%, #CEDFFF 95.69%);
}
.landing-body .landing-features .feature.darker-blue .feature-card {
  padding-bottom: 164px;
  background: linear-gradient(165.84deg, #C1E9FF 42.24%, rgba(219, 242, 255, 0.23) 97.17%);
}
.landing-body .landing-features .feature.darker-gray .feature-card {
  padding-bottom: 109px;
  background: linear-gradient(176.91deg, rgba(41, 50, 65, 0.6) 50%, rgba(41, 50, 65, 0.282) 115.03%);
}
.landing-body .landing-features .feature.darker-gray .feature-card h3 {
  color: #FFFFFF;
}
.landing-body .landing-features .feature.darker-gray .feature-card h5 {
  color: #FFFFFF;
  opacity: 0.8;
}
.landing-body .landing-features .feature.gray .feature-card {
  padding-bottom: 50px;
  background: linear-gradient(11.49deg, rgba(41, 50, 65, 0.1) 60.37%, rgba(41, 50, 65, 0.026) 98.03%);
}
.landing-body .landing-pricing {
  background-color: #FFFFFF;
  position: relative;
  padding: 125px 15% 260px;
  text-align: center;
}
.landing-body .landing-pricing .pricing-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(41, 50, 65, 0.5), 0px 1px 1px rgba(41, 50, 65, 0.2);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 30px 20px 33px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 60px;
}
.landing-body .landing-pricing .pricing-card .preferred-tag {
  padding: 14px 24px;
  background: linear-gradient(112.58deg, #FFD029 22.19%, #F1AF60 100%);
  box-shadow: 0px 10px 40px rgba(41, 50, 65, 0.06);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  transform: rotate(-7.18deg);
  position: absolute;
  top: -32px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.landing-body .landing-pricing .pricing-card h2 {
  margin: 0 0 14px;
  color: rgba(41, 50, 65, 0.9);
}
.landing-body .landing-pricing .pricing-card .price {
  display: block;
  color: #2170E7;
  font-weight: bold;
  font-size: 80px;
  line-height: 95px;
}
.landing-body .landing-pricing .pricing-card .time {
  color: rgba(41, 50, 65, 0.5);
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin-bottom: 32px;
}
.landing-body .landing-pricing .pricing-card > ul {
  padding: 42px 0 0;
  width: 100%;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(41, 50, 65, 0.1);
}
.landing-body .landing-pricing .pricing-card > ul > li {
  font-size: 16px;
  line-height: 205.34%;
  color: rgba(41, 50, 65, 0.5);
}
.landing-body .landing-pricing .pricing-card.pro {
  background: linear-gradient(333.31deg, #EFF3FB 6.36%, #FFFFFF 72.79%);
}
.landing-body .landing-pricing .pricing-card.enterprise {
  background: linear-gradient(156.19deg, rgba(41, 50, 65, 0.8) 10.28%, rgba(35, 40, 49, 0.496) 87.74%);
}
.landing-body .landing-pricing .pricing-card.enterprise h2 {
  margin: 0 0 14px;
  color: #FFFFFF;
}
.landing-body .landing-pricing .pricing-card.enterprise .price {
  color: #FFFFFF;
}
.landing-body .landing-pricing .pricing-card.enterprise .time {
  color: #FFFFFF;
  opacity: 0.6;
}
.landing-body .landing-pricing .pricing-card.enterprise > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.landing-body .landing-pricing .pricing-card.enterprise > ul > li {
  color: #FFFFFF;
}
.landing-body .landing-pricing > a {
  font-size: 24px;
  line-height: 29px;
  display: block;
}
.landing-body .layout-footer {
  background-color: #FFFFFF;
  position: relative;
}
.landing-body .layout-footer .footer-menutitle {
  color: rgba(41, 50, 65, 0.2);
}
.landing-body .layout-footer .footer-subtitle {
  color: rgba(41, 50, 65, 0.3);
}
.landing-body .layout-footer ul > li {
  color: rgba(41, 50, 65, 0.5);
}
.landing-body .layout-footer ul > li > a {
  color: rgba(41, 50, 65, 0.5);
}
.landing-body .layout-footer ul > li > a:hover {
  color: rgba(41, 50, 65, 0.3);
}
.landing-body .layout-footer .newsletter-input {
  background-color: rgba(41, 50, 65, 0.04);
}
.landing-body .layout-footer .footer-bottom {
  color: rgba(41, 50, 65, 0.7);
}
.landing-body .layout-footer .footer-bottom h6 {
  color: rgba(41, 50, 65, 0.5);
}
.landing-body .landing-mask {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 998;
}

@media (max-width: 991px) {
  .landing-body.block-scroll {
    overflow: hidden;
  }
  .landing-body.block-scroll .landing-wrapper .landing-mask {
    display: block;
  }
  .landing-body .landing-wrapper.landing-menu-active .landing-topbar .landing-menu {
    transform: translate3d(0px, 0px, 0px);
  }
  .landing-body .landing-wrapper .landing-topbar {
    padding: 0 13px;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu {
    position: fixed;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    right: 0;
    top: 0;
    padding: 28px 15px;
    z-index: 999;
    width: 220px;
    height: 100%;
    background-color: #EEF5FF;
    box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08);
    transform: translate3d(260px, 0px, 0px);
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li {
    margin: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li > a {
    padding: 6px 16px;
    font-size: 14px;
    text-align: right;
    background-color: #EEF5FF;
    display: block;
    color: rgba(41, 50, 65, 0.9);
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li > a:hover {
    color: rgba(41, 50, 65, 0.6);
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li #landing-menu-close {
    display: block;
    font-size: 20px;
    text-align: right;
    color: rgba(41, 50, 65, 0.9);
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li #landing-menu-close:hover {
    color: rgba(41, 50, 65, 0.6);
  }
  .landing-body .landing-wrapper .landing-topbar #landing-menu-button {
    display: block;
    color: rgba(41, 50, 65, 0.9);
    font-size: 20px;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-topbar-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-topbar-right .second-menubutton {
    display: none;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-topbar-right .landing-button {
    margin-right: 20px;
  }
  .landing-body .landing-wrapper .landing-banner {
    background-position: top;
    padding: 80px 23px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    top: auto !important;
  }
  .landing-body .landing-wrapper .landing-banner .landing-banner-content {
    text-align: left;
    max-width: 262px;
    top: auto !important;
  }
  .landing-body .landing-wrapper .landing-banner .landing-banner-content > span {
    font-size: 60px;
    line-height: 91.84%;
  }
  .landing-body .landing-wrapper .landing-banner .landing-banner-content > h3 {
    font-size: 18px;
    line-height: 130%;
  }
  .landing-body .landing-wrapper .landing-features {
    padding: 36px 20px 30px;
  }
  .landing-body .landing-wrapper .landing-features .lg\:col-3 {
    transform: translateY(0) !important;
    margin-top: auto !important;
  }
  .landing-body .landing-wrapper .landing-features .feature-empty {
    display: none;
  }
  .landing-body .landing-wrapper .landing-features .feature-3 {
    margin-top: auto;
  }
  .landing-body .landing-wrapper .landing-features .feature-4 {
    margin-top: auto;
  }
  .landing-body .landing-wrapper .landing-features .feature > span {
    display: none;
  }
  .landing-body .landing-wrapper .landing-features .feature .feature-card {
    padding-bottom: 28px !important;
  }
  .landing-body .landing-wrapper .landing-features .feature .feature-card > span {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: rgba(41, 50, 65, 0.8);
    margin-right: 12px;
    margin-top: 8px;
    display: block;
  }
  .landing-body .landing-wrapper .landing-features .feature.blue .feature-card {
    flex-direction: row-reverse;
    text-align: right;
  }
  .landing-body .landing-wrapper .landing-features .feature.blue .feature-card > span {
    margin-right: 0px;
    margin-left: 12px;
  }
  .landing-body .landing-wrapper .landing-features .feature.darker-gray .feature-card {
    flex-direction: row-reverse;
    text-align: right;
  }
  .landing-body .landing-wrapper .landing-features .feature.darker-gray .feature-card > span {
    color: #FFFFFF;
    float: right;
    margin-right: 0px;
    margin-left: 12px;
  }
  .landing-body .landing-wrapper .section-header .title {
    font-size: 60px;
    line-height: 72px;
  }
  .landing-body .landing-wrapper .section-header h3 {
    font-size: 18px;
    line-height: 130%;
  }
  .landing-body .landing-wrapper .landing-pricing {
    padding: 30px 20px 97px;
  }
  .landing-body .landing-wrapper .landing-pricing .pricing-card {
    margin-bottom: 20px;
  }
  .landing-body .landing-wrapper .landing-pricing .pricing-card > ul {
    display: none;
  }
  .landing-body .landing-wrapper .landing-pricing .preferred {
    order: -1 !important;
  }
  .landing-body .landing-wrapper .landing-pricing .preferred .pricing-card > ul {
    display: block;
  }
}
.help-page p {
  margin: 0;
}
.help-page .help-search {
  background-image: url("src/assets/freya-14/layout/images/pages/search.png");
  padding: 0;
  text-align: center;
}
.help-page .help-search .help-search-content {
  padding: 5rem 12rem;
}
.help-page .help-search .help-search-content h3 {
  color: rgba(41, 50, 65, 0.8);
  font-weight: 500;
}
.help-page .help-search .search-container {
  font-size: 1rem;
  padding: 1rem;
  position: relative;
}
.help-page .help-search .search-container input {
  appearance: none;
  font-size: 1rem;
  text-indent: 2rem;
  padding: 1rem;
  width: 100%;
}
.help-page .help-search .search-container i {
  width: 1rem;
  position: absolute;
  margin-left: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.help-page .status-bars {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
}
.help-page .status-bars .status-bar {
  flex: 1 1 0;
  -ms-flex: 1 1 0px;
  background: #6EC180;
  height: 50px;
  margin-right: 0.25rem;
  transition: transform 0.2s;
}
.help-page .status-bars .status-bar:last-child {
  margin-right: 0;
}
.help-page .status-bars .status-bar.status-bar-failure {
  background: #FF6E49;
}
.help-page .status-bars .status-bar:hover {
  transform: scale(1.1);
}
.help-page .status-bar-footer {
  padding: 1rem 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.help-page .blog-post {
  border-radius: 4px;
  padding: 20px;
  margin: 3rem 2rem;
  border: 1px solid #D4D6D9;
  background-color: #ffffff;
  position: relative;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.help-page .blog-post:last-child {
  margin-bottom: 1rem;
}
.help-page .blog-post img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.help-page .blog-post .blog-text h1 {
  color: rgba(41, 50, 65, 0.8);
  margin-bottom: 1rem;
  font-weight: 500;
}
.help-page .blog-post .blog-text span {
  color: rgba(41, 50, 65, 0.5);
  line-height: 1.4;
}
.help-page .blog-post .blog-profile {
  position: absolute;
  top: -25px;
  left: -25px;
}
.help-page .blog-post .blog-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .help-page .help-search .help-search-content {
    padding: 6rem 2rem;
  }
}
.invoice {
  padding: 2rem;
}
.invoice .invoice-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.invoice .invoice-company .logo-image {
  height: 50px;
  margin-bottom: 0.5rem;
}
.invoice .invoice-company div {
  margin-bottom: 0.5rem;
}
.invoice .invoice-company .company-name {
  font-weight: 500;
  font-size: 1.5rem;
}
.invoice .invoice-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: right;
  font-weight: 300;
}
.invoice .invoice-details {
  width: 15rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.invoice .invoice-details > div {
  width: 50%;
  margin-bottom: 0.5rem;
}
.invoice .invoice-details .invoice-label {
  text-align: left;
  font-weight: 500;
}
.invoice .invoice-details .invoice-value {
  text-align: right;
}
.invoice .invoice-to {
  margin-top: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid #F2F4F6;
}
.invoice .invoice-to .bill-to {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.invoice .invoice-to .invoice-to-info div {
  margin-bottom: 0.5rem;
}
.invoice .invoice-items {
  margin-top: 2rem;
  padding-top: 2rem;
}
.invoice .invoice-items table {
  width: 100%;
  border-collapse: collapse;
}
.invoice .invoice-items table tr {
  border-bottom: 1px solid #F2F4F6;
}
.invoice .invoice-items table th {
  font-weight: 500;
}
.invoice .invoice-items table th, .invoice .invoice-items table td {
  padding: 1rem;
  text-align: right;
}
.invoice .invoice-items table th:first-child, .invoice .invoice-items table td:first-child {
  text-align: left;
}
.invoice .invoice-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
.invoice .invoice-summary .invoice-value {
  font-weight: 500;
}

@media print {
  body * {
    visibility: hidden;
  }
  #invoice-content * {
    visibility: visible;
  }
  #invoice-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
  }
  .invoice {
    padding: 0;
    margin: 0;
    background: #ffffff;
    color: #424242;
  }
}
.layout-config {
  width: 16rem;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  padding: 1rem;
  overflow: auto;
  background: #ffffff;
  z-index: 999;
  border-left: 0 none;
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.05, 0.74, 0.2, 0.99);
}
.layout-config.layout-config-active {
  transform: translateX(0);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.layout-config.layout-config-active .layout-config-content .layout-config-button i {
  transform: rotate(360deg);
}
.layout-config p {
  line-height: 1.5rem;
  color: #83888f;
}
.layout-config .layout-themes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-config .layout-themes > div {
  padding: 0.25rem;
}
.layout-config .layout-themes a {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  display: block;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: transform 0.2s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.layout-config .layout-themes a i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.layout-config .layout-themes a:hover {
  transform: scale(1.1);
}

.layout-config-button {
  display: block;
  position: fixed;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: var(--primary-color);
  color: var(--primary-color-text);
  text-align: center;
  top: 50%;
  right: 0;
  margin-top: -1.5rem;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: background-color 0.2s;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
}
.layout-config-button i {
  font-size: 1.75rem;
  line-height: inherit;
  transform: rotate(0deg);
  transition: transform 1s;
}
.layout-config-button:hover {
  background: var(--primary-dark-color);
}

pre[class*=language-]:before, pre[class*=language-]:after {
  display: none !important;
}
pre[class*=language-] code {
  border-left: 6px solid var(--surface-border) !important;
  box-shadow: none !important;
  background: var(--surface-ground) !important;
  margin: 1em 0;
  color: var(--text-color);
  font-size: 14px;
}

i:not([class~=pi]) {
  background-color: transparent;
  color: #2196f3;
  font-family: Monaco, courier, monospace;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-weight: 600;
  display: inline-flex;
}

/* Add your customizations of the layout styles here */
.layout-wrapper .layout-rightpanel .rightpanel-wrapper {
  position: relative;
  height: 100%;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-header {
  text-align: center;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-header .profile {
  padding: 12px;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-actions {
  padding: 12px 6px 36px;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-actions .actions .action-buttons .col-6, .layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-actions .actions .action-buttons .md\:col-4 {
  padding: 0.2em;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-nav {
  background-color: white;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-nav li.ui-tabs-header {
  padding: 1rem;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-nav li.ui-tabs-header a {
  font-size: 12px;
  font-weight: 500;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-nav li.ui-tabs-header > span {
  font-size: 10px;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active {
  background-color: #F7FAFF;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-panels {
  background-color: white;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-panels .ui-tabs-panel {
  padding: 0;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-panels .ui-tabs-panel .chat .chat-content .chat-message .message {
  width: 80%;
}
.layout-wrapper .layout-rightpanel .rightpanel-wrapper .rightpanel-chat .ui-tabs .ui-tabs-panels .ui-tabs-panel .chat .chat-input input {
  width: 105px;
  margin-right: 7px;
}

:root {
  --surface-a:#ffffff;
  --surface-b:#FCFCFC;
  --surface-c:rgba(97, 198, 255, 0.2);
  --surface-d:#D4D6D9;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#212121;
  --text-color-secondary:#83888f;
  --primary-color:#2170E7;
  --primary-color-text:#ffffff;
  --primary-light-color:#69B7FF;
  --primary-lighter-color:rgba(105, 183, 255, 0.1);
  --primary-dark-color:#297FFF;
  --primary-darker-color:#2170E7;
  --font-family:inter-medium, sans-serif;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
  --surface-ground:#F2F4F6;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
}

/* Add your customizations of the theme variables here */
* {
  box-sizing: border-box;
}

.p-component {
  font-family: inter-medium, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
}

.p-disabled, .p-component:disabled {
  opacity: 0.6;
}

.p-error {
  color: #f44336;
}

.p-text-secondary {
  color: #83888f;
}

.pi {
  font-size: 1rem;
}

.p-link {
  font-size: 14px;
  font-family: inter-medium, sans-serif;
  border-radius: 8px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

.p-component-overlay-enter {
  animation: p-component-overlay-enter-animation 150ms forwards;
}

.p-component-overlay-leave {
  animation: p-component-overlay-leave-animation 150ms forwards;
}

@keyframes p-component-overlay-enter-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--maskbg);
  }
}
@keyframes p-component-overlay-leave-animation {
  from {
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}

:root {
  --blue-50:#f4fafe;
  --blue-100:#cae6fc;
  --blue-200:#a0d2fa;
  --blue-300:#75bef8;
  --blue-400:#4baaf5;
  --blue-500:#2196f3;
  --blue-600:#1c80cf;
  --blue-700:#1769aa;
  --blue-800:#125386;
  --blue-900:#0d3c61;
  --green-50:#f6fbf6;
  --green-100:#d4ecd5;
  --green-200:#b2ddb4;
  --green-300:#90cd93;
  --green-400:#6ebe71;
  --green-500:#4caf50;
  --green-600:#419544;
  --green-700:#357b38;
  --green-800:#2a602c;
  --green-900:#1e4620;
  --yellow-50:#fffcf5;
  --yellow-100:#fef0cd;
  --yellow-200:#fde4a5;
  --yellow-300:#fdd87d;
  --yellow-400:#fccc55;
  --yellow-500:#fbc02d;
  --yellow-600:#d5a326;
  --yellow-700:#b08620;
  --yellow-800:#8a6a19;
  --yellow-900:#644d12;
  --cyan-50:#f2fcfd;
  --cyan-100:#c2eff5;
  --cyan-200:#91e2ed;
  --cyan-300:#61d5e4;
  --cyan-400:#30c9dc;
  --cyan-500:#00bcd4;
  --cyan-600:#00a0b4;
  --cyan-700:#008494;
  --cyan-800:#006775;
  --cyan-900:#004b55;
  --pink-50:#fef4f7;
  --pink-100:#fac9da;
  --pink-200:#f69ebc;
  --pink-300:#f1749e;
  --pink-400:#ed4981;
  --pink-500:#e91e63;
  --pink-600:#c61a54;
  --pink-700:#a31545;
  --pink-800:#801136;
  --pink-900:#5d0c28;
  --indigo-50:#f5f6fb;
  --indigo-100:#d1d5ed;
  --indigo-200:#acb4df;
  --indigo-300:#8893d1;
  --indigo-400:#6372c3;
  --indigo-500:#3f51b5;
  --indigo-600:#36459a;
  --indigo-700:#2c397f;
  --indigo-800:#232d64;
  --indigo-900:#192048;
  --teal-50:#f2faf9;
  --teal-100:#c2e6e2;
  --teal-200:#91d2cc;
  --teal-300:#61beb5;
  --teal-400:#30aa9f;
  --teal-500:#009688;
  --teal-600:#008074;
  --teal-700:#00695f;
  --teal-800:#00534b;
  --teal-900:#003c36;
  --orange-50:#fff8f2;
  --orange-100:#fde0c2;
  --orange-200:#fbc791;
  --orange-300:#f9ae61;
  --orange-400:#f79530;
  --orange-500:#f57c00;
  --orange-600:#d06900;
  --orange-700:#ac5700;
  --orange-800:#874400;
  --orange-900:#623200;
  --bluegray-50:#f7f9f9;
  --bluegray-100:#d9e0e3;
  --bluegray-200:#bbc7cd;
  --bluegray-300:#9caeb7;
  --bluegray-400:#7e96a1;
  --bluegray-500:#607d8b;
  --bluegray-600:#526a76;
  --bluegray-700:#435861;
  --bluegray-800:#35454c;
  --bluegray-900:#263238;
  --purple-50:#faf4fb;
  --purple-100:#e7cbec;
  --purple-200:#d4a2dd;
  --purple-300:#c279ce;
  --purple-400:#af50bf;
  --purple-500:#9c27b0;
  --purple-600:#852196;
  --purple-700:#6d1b7b;
  --purple-800:#561561;
  --purple-900:#3e1046;
  --primary-50:#f7fcff;
  --primary-100:#d9f1ff;
  --primary-200:#bbe6ff;
  --primary-300:#9ddcff;
  --primary-400:#7fd1ff;
  --primary-500:#61c6ff;
  --primary-600:#52a8d9;
  --primary-700:#448bb3;
  --primary-800:#356d8c;
  --primary-900:#274f66;
}

.p-autocomplete .p-autocomplete-loader {
  right: 0.5rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 2.857rem;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.25rem 0.5rem;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: rgba(29, 36, 68, 0.3);
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #61c6ff;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.25rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: inter-medium, sans-serif;
  font-size: 14px;
  color: #212121;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #61c6ff;
  color: #FFFFFF;
  border-radius: 8px;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}

p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #f44336;
}

.p-autocomplete-panel {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  border-radius: 8px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-autocomplete-panel .p-autocomplete-items {
  padding: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 1rem 1rem;
  border: 0 none;
  color: #212121;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #212121;
  background: rgba(97, 198, 255, 0.2);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
  padding: 1rem 1rem;
  color: #212121;
  background: transparent;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212121;
  background: #ffffff;
  font-weight: 600;
}

p-autocomplete.p-autocomplete-clearable .p-inputtext {
  padding-right: 2rem;
}
p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
  color: #83888f;
  right: 0.5rem;
}

p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
  color: #83888f;
  right: 2.857rem;
}

p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #f44336;
}

.p-datepicker {
  padding: 0.5rem;
  background: #ffffff;
  color: #212121;
  border: 1px solid rgba(29, 36, 68, 0.3);
  border-radius: 8px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #ffffff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #212121;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #D4D6D9;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  color: #212121;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  font-weight: 600;
  padding: 0.5rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
  color: #61c6ff;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 14px;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: box-shadow 0.2s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #D4D6D9;
  color: #212121;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #D4D6D9;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #D4D6D9;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: box-shadow 0.2s;
  border-radius: 8px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-datepicker .p-yearpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-yearpicker .p-yearpicker-year {
  padding: 0.5rem;
  transition: box-shadow 0.2s;
  border-radius: 8px;
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-left: 1px solid #D4D6D9;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
  border-left: 0 none;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

p-calendar.p-calendar-clearable .p-inputtext {
  padding-right: 2rem;
}
p-calendar.p-calendar-clearable .p-calendar-clear-icon {
  color: #83888f;
  right: 0.5rem;
}

p-calendar.p-calendar-clearable.p-calendar-w-btn .p-calendar-clear-icon {
  color: #83888f;
  right: 2.857rem;
}

@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0;
  }
}
.p-cascadeselect {
  background: #ffffff;
  border: 1px solid rgba(29, 36, 68, 0.3);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 8px;
}
.p-cascadeselect:not(.p-disabled):hover {
  border-color: rgba(29, 36, 68, 0.3);
}
.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #61c6ff;
}
.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.5rem 0.5rem;
}
.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #83888f;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #83888f;
  width: 2.357rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-cascadeselect-panel {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  border-radius: 8px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #212121;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
  padding: 1rem 1rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212121;
  background: rgba(97, 198, 255, 0.2);
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}

p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
  border-color: #f44336;
}

.p-input-filled .p-cascadeselect {
  background: #FCFCFC;
}
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #FCFCFC;
}
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}

p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
  padding-right: 0.5rem;
}
p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
  color: #83888f;
  right: 2.357rem;
}

.p-checkbox {
  width: 20px;
  height: 20px;
}
.p-checkbox .p-checkbox-box {
  border: 2px solid #D4D6D9;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #212121;
  border-radius: 8px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: #FFFFFF;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #61c6ff;
  background: #61c6ff;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: rgba(29, 36, 68, 0.3);
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #61c6ff;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #2170E7;
  background: #2170E7;
  color: #FFFFFF;
}

p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #f44336;
}

.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #FCFCFC;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #61c6ff;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #FCFCFC;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #2170E7;
}

.p-checkbox-label {
  margin-left: 0.5rem;
}

.p-highlight .p-checkbox .p-checkbox-box {
  border-color: #FFFFFF;
}

.p-chips .p-chips-multiple-container {
  padding: 0.25rem 0.5rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: rgba(29, 36, 68, 0.3);
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #61c6ff;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #61c6ff;
  color: #FFFFFF;
  border-radius: 8px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.25rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: inter-medium, sans-serif;
  font-size: 14px;
  color: #212121;
  padding: 0;
  margin: 0;
}

p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #f44336;
}

p-chips.p-chips-clearable .p-inputtext {
  padding-right: 1.5rem;
}
p-chips.p-chips-clearable .p-chips-clear-icon {
  color: #83888f;
  right: 0.5rem;
}

.p-colorpicker-preview,
.p-fluid .p-colorpicker-preview.p-inputtext {
  width: 2rem;
  height: 2rem;
}

.p-colorpicker-panel {
  background: #323232;
  border: 1px solid #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}

.p-colorpicker-overlay-panel {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.p-dropdown {
  background: #ffffff;
  border: 1px solid rgba(29, 36, 68, 0.3);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 8px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: rgba(29, 36, 68, 0.3);
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #61c6ff;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.5rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #83888f;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #83888f;
  width: 2.357rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #83888f;
  right: 2.357rem;
}

.p-dropdown-panel {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  border-radius: 8px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #212121;
  background: #FCFCFC;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.5rem;
  margin-right: -1.5rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.5rem;
  color: #83888f;
}
.p-dropdown-panel .p-dropdown-items {
  padding: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 1rem 1rem;
  border: 0 none;
  color: #212121;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212121;
  background: rgba(97, 198, 255, 0.2);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 1rem 1rem;
  color: #212121;
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212121;
  background: #ffffff;
  font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #f44336;
}

.p-input-filled .p-dropdown {
  background: #FCFCFC;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #FCFCFC;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
  background-color: transparent;
}

.p-editor-container .p-editor-toolbar {
  background: #ffffff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #D4D6D9;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #83888f;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #83888f;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #83888f;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #212121;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #212121;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #212121;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #212121;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #212121;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #212121;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #212121;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #212121;
  background: rgba(97, 198, 255, 0.2);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 1rem 1rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #D4D6D9;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: rgb(29, 36, 68);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #212121;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #212121;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #212121;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #61c6ff;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #61c6ff;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #61c6ff;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #61c6ff;
}

.p-inputgroup-addon {
  background: rgba(97, 198, 255, 0.2);
  color: #83888f;
  border-top: 1px solid rgba(29, 36, 68, 0.3);
  border-left: 1px solid rgba(29, 36, 68, 0.3);
  border-bottom: 1px solid rgba(29, 36, 68, 0.3);
  padding: 0.5rem 0.5rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid rgba(29, 36, 68, 0.3);
}

.p-inputgroup > .p-component,
.p-inputgroup > .p-element,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-element + .p-inputgroup-addon,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-element:focus,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-element:focus ~ label,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}

.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child,
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child,
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}

p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #f44336;
}

p-inputmask.p-inputmask-clearable .p-inputtext {
  padding-right: 2rem;
}
p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
  color: #83888f;
  right: 0.5rem;
}

p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #f44336;
}

p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
  padding-right: 2rem;
}
p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
  color: #83888f;
  right: 0.5rem;
}

p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
  right: 2.857rem;
}
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
  right: 2.857rem;
}

.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #D4D6D9;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 30px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #bdc0c5;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #61c6ff;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #297FFF;
}

p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #f44336;
}

.p-inputtext {
  font-family: inter-medium, sans-serif;
  font-size: 1rem;
  color: rgb(29, 36, 68);
  background: #ffffff;
  padding: 0.5rem 0.5rem;
  border: 1px solid rgba(29, 36, 68, 0.3);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  border-radius: 8px;
}
.p-inputtext:enabled:hover {
  border-color: rgba(29, 36, 68, 0.3);
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #61c6ff;
}
.p-inputtext.ng-dirty.ng-invalid {
  border-color: #f44336;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.4375rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.625rem;
}

.p-float-label > label {
  left: 0.5rem;
  color: #83888f;
  transition-duration: 0.2s;
}

.p-float-label > .ng-invalid.ng-dirty + label {
  color: #f44336;
}

.p-input-icon-left > i:first-of-type {
  left: 0.5rem;
  color: #83888f;
}

.p-input-icon-left > .p-inputtext {
  padding-left: 2rem;
}

.p-input-icon-left.p-float-label > label {
  left: 2rem;
}

.p-input-icon-right > i:last-of-type {
  right: 0.5rem;
  color: #83888f;
}

.p-input-icon-right > .p-inputtext {
  padding-right: 2rem;
}

::-webkit-input-placeholder {
  color: #83888f;
}

:-moz-placeholder {
  color: #83888f;
}

::-moz-placeholder {
  color: #83888f;
}

:-ms-input-placeholder {
  color: #83888f;
}

.p-input-filled .p-inputtext {
  background-color: #FCFCFC;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #FCFCFC;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #ffffff;
}

.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.4375rem 0.4375rem;
}

.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.625rem 0.625rem;
}

.p-listbox {
  background: #ffffff;
  color: #212121;
  border: 1px solid rgba(29, 36, 68, 0.3);
  border-radius: 8px;
}
.p-listbox .p-listbox-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #212121;
  background: #FCFCFC;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.5rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.5rem;
  color: #83888f;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 1rem 1rem;
  border: 0 none;
  color: #212121;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212121;
  background: #ffffff;
  font-weight: 600;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
  padding: 1rem 1rem;
  color: #212121;
  background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212121;
  background: rgba(97, 198, 255, 0.2);
}

p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #f44336;
}

.p-multiselect {
  background: #ffffff;
  border: 1px solid rgba(29, 36, 68, 0.3);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 8px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: rgba(29, 36, 68, 0.3);
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #61c6ff;
}
.p-multiselect .p-multiselect-label {
  padding: 0.5rem 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #83888f;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #61c6ff;
  color: #FFFFFF;
  border-radius: 8px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #83888f;
  width: 2.357rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.25rem 0.5rem;
}

.p-multiselect-panel {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  border-radius: 8px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #212121;
  background: #FCFCFC;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.5rem;
  color: #83888f;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-multiselect-panel .p-multiselect-items {
  padding: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 1rem 1rem;
  border: 0 none;
  color: #212121;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212121;
  background: rgba(97, 198, 255, 0.2);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212121;
  background: #ffffff;
  font-weight: 600;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 1rem 1rem;
  color: #212121;
  background: transparent;
}

p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #f44336;
}

.p-input-filled .p-multiselect {
  background: #FCFCFC;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #FCFCFC;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}

p-multiselect.p-multiselect-clearable .p-multiselect-label-container {
  padding-right: 1.5rem;
}
p-multiselect.p-multiselect-clearable .p-multiselect-clear-icon {
  color: #83888f;
  right: 2.357rem;
}

p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
  border-color: #f44336;
}

.p-password-panel {
  padding: 1rem;
  background: #ffffff;
  color: #212121;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #D4D6D9;
}
.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #ea5455;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #ff9f42;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #29c76f;
}

p-password.p-password-clearable .p-password-input {
  padding-right: 2rem;
}
p-password.p-password-clearable .p-password-clear-icon {
  color: #83888f;
  right: 0.5rem;
}

p-password.p-password-clearable.p-password-mask .p-password-input {
  padding-right: 3.5rem;
}
p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
  color: #83888f;
  right: 2rem;
}

.p-radiobutton {
  width: 20px;
  height: 20px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #D4D6D9;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #212121;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: rgba(29, 36, 68, 0.3);
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #61c6ff;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.2s;
  background-color: #FFFFFF;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #61c6ff;
  background: #61c6ff;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #2170E7;
  background: #2170E7;
  color: #FFFFFF;
}

p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #f44336;
}

.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #FCFCFC;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #FCFCFC;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #61c6ff;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #2170E7;
}

.p-radiobutton-label {
  margin-left: 0.5rem;
}

.p-highlight .p-radiobutton .p-radiobutton-box {
  border-color: #FFFFFF;
}

.p-rating .p-rating-icon {
  color: #212121;
  margin-left: 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #e74c3c;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.pi-star-fill {
  color: #61c6ff;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #61c6ff;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #c0392b;
}

.p-highlight .p-rating .p-rating-icon {
  color: #FFFFFF;
}

.p-selectbutton .p-button {
  background: #ffffff;
  border: 1px solid #D4D6D9;
  color: #212121;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #83888f;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  border-color: #D4D6D9;
  color: #212121;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #83888f;
}
.p-selectbutton .p-button.p-highlight {
  background: #61c6ff;
  border-color: #61c6ff;
  color: #FFFFFF;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #FFFFFF;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #297FFF;
  border-color: #297FFF;
  color: #FFFFFF;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #FFFFFF;
}

p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #f44336;
}

.p-slider {
  background: #D4D6D9;
  border: 0 none;
  border-radius: 8px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #ffffff;
  border: 2px solid #61c6ff;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-slider .p-slider-range {
  background: #61c6ff;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #61c6ff;
  border-color: #61c6ff;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, left 0.2s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, bottom 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.2s;
}

.p-togglebutton.p-button {
  background: #ffffff;
  border: 1px solid #D4D6D9;
  color: #212121;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #83888f;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  border-color: #D4D6D9;
  color: #212121;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #83888f;
}
.p-togglebutton.p-button.p-highlight {
  background: #61c6ff;
  border-color: #61c6ff;
  color: #FFFFFF;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #FFFFFF;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #297FFF;
  border-color: #297FFF;
  color: #FFFFFF;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #FFFFFF;
}

p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #f44336;
}

.p-treeselect {
  background: #ffffff;
  border: 1px solid rgba(29, 36, 68, 0.3);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 8px;
}
.p-treeselect:not(.p-disabled):hover {
  border-color: rgba(29, 36, 68, 0.3);
}
.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #61c6ff;
}
.p-treeselect .p-treeselect-label {
  padding: 0.5rem 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-treeselect .p-treeselect-label.p-placeholder {
  color: #83888f;
}
.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #D4D6D9;
  color: #212121;
  border-radius: 16px;
}
.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #83888f;
  width: 2.357rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
  border-color: #f44336;
}

.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.25rem 0.5rem;
}

.p-treeselect-panel {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  border-radius: 8px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-treeselect-panel .p-treeselect-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #212121;
  background: #FCFCFC;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
  margin-right: 0.5rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
  padding-right: 1.5rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
  right: 0.5rem;
  color: #83888f;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
  padding-right: 3rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
  right: 2rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 1rem 1rem;
  color: #212121;
  background: transparent;
}

.p-input-filled .p-treeselect {
  background: #FCFCFC;
}
.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #FCFCFC;
}
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}

p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
  padding-right: 1.5rem;
}
p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
  color: #83888f;
  right: 2.357rem;
}

.p-button {
  color: #FFFFFF;
  background: #61c6ff;
  border: 1px solid #61c6ff;
  padding: 8px 20px;
  font-size: 14px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 8px;
}
.p-button:enabled:hover {
  background: #297FFF;
  color: #FFFFFF;
  border-color: #297FFF;
}
.p-button:enabled:active {
  background: #2170E7;
  color: #FFFFFF;
  border-color: #2170E7;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #61c6ff;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(97, 198, 255, 0.04);
  color: #61c6ff;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(97, 198, 255, 0.16);
  color: #61c6ff;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #83888f;
  border-color: #83888f;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: rgba(97, 198, 255, 0.2);
  color: #83888f;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #D4D6D9;
  color: #83888f;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #61c6ff;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(97, 198, 255, 0.04);
  color: #61c6ff;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(97, 198, 255, 0.16);
  color: #61c6ff;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #83888f;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: rgba(97, 198, 255, 0.2);
  color: #83888f;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #D4D6D9;
  color: #83888f;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  color: #61c6ff;
  background-color: #FFFFFF;
}
.p-button.p-button-raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.5rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 12.25px;
  padding: 7px 17.5px;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 17.5px;
  padding: 10px 25px;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}

.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}

.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #607D8B;
  border: 1px solid #607D8B;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #56717d;
  color: #ffffff;
  border-color: #56717d;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #beccd2;
}
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #4d646f;
  color: #ffffff;
  border-color: #4d646f;
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #607D8B;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  border-color: transparent;
  color: #607D8B;
}

.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #0288D1;
  border: 1px solid #0288D1;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #027abc;
  color: #ffffff;
  border-color: #027abc;
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #89d4fe;
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #026da7;
  color: #ffffff;
  border-color: #026da7;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(2, 136, 209, 0.04);
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(2, 136, 209, 0.16);
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #0288D1;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(2, 136, 209, 0.04);
  border-color: transparent;
  color: #0288D1;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(2, 136, 209, 0.16);
  border-color: transparent;
  color: #0288D1;
}

.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #689F38;
  border: 1px solid #689F38;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #5e8f32;
  color: #ffffff;
  border-color: #5e8f32;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #c2e0a8;
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #537f2d;
  color: #ffffff;
  border-color: #537f2d;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(104, 159, 56, 0.04);
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(104, 159, 56, 0.16);
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #689F38;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(104, 159, 56, 0.04);
  border-color: transparent;
  color: #689F38;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(104, 159, 56, 0.16);
  border-color: transparent;
  color: #689F38;
}

.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #212529;
  background: #FBC02D;
  border: 1px solid #FBC02D;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #fab710;
  color: #212529;
  border-color: #fab710;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #fde6ab;
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #e8a704;
  color: #212529;
  border-color: #e8a704;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(251, 192, 45, 0.04);
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(251, 192, 45, 0.16);
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #FBC02D;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(251, 192, 45, 0.04);
  border-color: transparent;
  color: #FBC02D;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(251, 192, 45, 0.16);
  border-color: transparent;
  color: #FBC02D;
}

.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #9C27B0;
  border: 1px solid #9C27B0;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #8c239e;
  color: #ffffff;
  border-color: #8c239e;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #df9eea;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #7d1f8d;
  color: #ffffff;
  border-color: #7d1f8d;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #9C27B0;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  border-color: transparent;
  color: #9C27B0;
}

.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #D32F2F;
  border: 1px solid #D32F2F;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c02929;
  color: #ffffff;
  border-color: #c02929;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #edacac;
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #aa2424;
  color: #ffffff;
  border-color: #aa2424;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(211, 47, 47, 0.04);
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(211, 47, 47, 0.16);
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #D32F2F;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(211, 47, 47, 0.04);
  border-color: transparent;
  color: #D32F2F;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(211, 47, 47, 0.16);
  border-color: transparent;
  color: #D32F2F;
}

.p-button.p-button-link {
  color: #2170E7;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #2170E7;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem none;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #2170E7;
  border-color: transparent;
}

.p-speeddial-button.p-button.p-button-icon-only {
  width: 4rem;
  height: 4rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
  font-size: 1.3rem;
}

.p-speeddial-action {
  width: 3rem;
  height: 3rem;
  background: #212121;
  color: #fff;
}
.p-speeddial-action:hover {
  background: #343a40;
  color: #fff;
}

.p-speeddial-direction-up .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-up .p-speeddial-item:first-child {
  margin-bottom: 0.5rem;
}

.p-speeddial-direction-down .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-down .p-speeddial-item:first-child {
  margin-top: 0.5rem;
}

.p-speeddial-direction-left .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-left .p-speeddial-item:first-child {
  margin-right: 0.5rem;
}

.p-speeddial-direction-right .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-right .p-speeddial-item:first-child {
  margin-left: 0.5rem;
}

.p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
  margin: 0;
}
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
  margin: 0;
}

.p-speeddial-mask {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-splitbutton {
  border-radius: 8px;
}
.p-splitbutton.p-button-outlined > .p-button {
  background-color: transparent;
  color: #61c6ff;
  border: 1px solid;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.04);
  color: #61c6ff;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(97, 198, 255, 0.16);
  color: #61c6ff;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
  color: #83888f;
  border-color: #83888f;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #83888f;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #D4D6D9;
  color: #83888f;
}
.p-splitbutton.p-button-text > .p-button {
  background-color: transparent;
  color: #61c6ff;
  border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.04);
  color: #61c6ff;
  border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(97, 198, 255, 0.16);
  color: #61c6ff;
  border-color: transparent;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button {
  color: #83888f;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #83888f;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #D4D6D9;
  color: #83888f;
}
.p-splitbutton.p-button-raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-splitbutton.p-button-rounded {
  border-radius: 2rem;
}
.p-splitbutton.p-button-rounded > .p-button {
  border-radius: 2rem;
}
.p-splitbutton.p-button-sm > .p-button {
  font-size: 12.25px;
  padding: 7px 17.5px;
}
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
  font-size: 0.875rem;
}
.p-splitbutton.p-button-lg > .p-button {
  font-size: 17.5px;
  padding: 10px 25px;
}
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
  font-size: 1.25rem;
}

.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
  background-color: transparent;
  color: #607D8B;
  border: 1px solid;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(96, 125, 139, 0.04);
  color: #607D8B;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(96, 125, 139, 0.16);
  color: #607D8B;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
  background-color: transparent;
  color: #607D8B;
  border-color: transparent;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(96, 125, 139, 0.04);
  border-color: transparent;
  color: #607D8B;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(96, 125, 139, 0.16);
  border-color: transparent;
  color: #607D8B;
}

.p-splitbutton.p-button-info.p-button-outlined > .p-button {
  background-color: transparent;
  color: #0288D1;
  border: 1px solid;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(2, 136, 209, 0.04);
  color: #0288D1;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(2, 136, 209, 0.16);
  color: #0288D1;
}
.p-splitbutton.p-button-info.p-button-text > .p-button {
  background-color: transparent;
  color: #0288D1;
  border-color: transparent;
}
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(2, 136, 209, 0.04);
  border-color: transparent;
  color: #0288D1;
}
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(2, 136, 209, 0.16);
  border-color: transparent;
  color: #0288D1;
}

.p-splitbutton.p-button-success.p-button-outlined > .p-button {
  background-color: transparent;
  color: #689F38;
  border: 1px solid;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(104, 159, 56, 0.04);
  color: #689F38;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(104, 159, 56, 0.16);
  color: #689F38;
}
.p-splitbutton.p-button-success.p-button-text > .p-button {
  background-color: transparent;
  color: #689F38;
  border-color: transparent;
}
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(104, 159, 56, 0.04);
  border-color: transparent;
  color: #689F38;
}
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(104, 159, 56, 0.16);
  border-color: transparent;
  color: #689F38;
}

.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
  background-color: transparent;
  color: #FBC02D;
  border: 1px solid;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(251, 192, 45, 0.04);
  color: #FBC02D;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(251, 192, 45, 0.16);
  color: #FBC02D;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button {
  background-color: transparent;
  color: #FBC02D;
  border-color: transparent;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(251, 192, 45, 0.04);
  border-color: transparent;
  color: #FBC02D;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(251, 192, 45, 0.16);
  border-color: transparent;
  color: #FBC02D;
}

.p-splitbutton.p-button-help.p-button-outlined > .p-button {
  background-color: transparent;
  color: #9C27B0;
  border: 1px solid;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(156, 39, 176, 0.04);
  color: #9C27B0;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(156, 39, 176, 0.16);
  color: #9C27B0;
}
.p-splitbutton.p-button-help.p-button-text > .p-button {
  background-color: transparent;
  color: #9C27B0;
  border-color: transparent;
}
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(156, 39, 176, 0.04);
  border-color: transparent;
  color: #9C27B0;
}
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(156, 39, 176, 0.16);
  border-color: transparent;
  color: #9C27B0;
}

.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
  background-color: transparent;
  color: #D32F2F;
  border: 1px solid;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(211, 47, 47, 0.04);
  color: #D32F2F;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(211, 47, 47, 0.16);
  color: #D32F2F;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button {
  background-color: transparent;
  color: #D32F2F;
  border-color: transparent;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(211, 47, 47, 0.04);
  border-color: transparent;
  color: #D32F2F;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(211, 47, 47, 0.16);
  border-color: transparent;
  color: #D32F2F;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: rgba(97, 198, 255, 0.2);
  width: 2rem;
  height: 0.5rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #D4D6D9;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #61c6ff;
  color: #FFFFFF;
}

.p-datatable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #FCFCFC;
  color: #212121;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-footer {
  background: #FCFCFC;
  color: #212121;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #212121;
  background: #FCFCFC;
  transition: box-shadow 0.2s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #212121;
  background: #FCFCFC;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #83888f;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #FFFFFF;
  background: #61c6ff;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #83888f;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #FCFCFC;
  color: #61c6ff;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #61c6ff;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: rgba(97, 198, 255, 0.2);
  color: #61c6ff;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #61c6ff;
}
.p-datatable .p-sortable-column:focus {
  box-shadow: inset 0 0 0 0.15rem none;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #212121;
  transition: box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr:focus {
  outline: 0.15rem solid none;
  outline-offset: 0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #61c6ff;
  color: #FFFFFF;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #61c6ff;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #61c6ff;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-datatable .p-column-resizer-helper {
  background: #61c6ff;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #ffffff;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
  background-color: #FCFCFC;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #fcfcfc;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #61c6ff;
  color: #FFFFFF;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #FFFFFF;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #FFFFFF;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}

.p-dataview .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #FCFCFC;
  color: #212121;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
}
.p-dataview .p-dataview-footer {
  background: #FCFCFC;
  color: #212121;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 1rem;
}

.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}

.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-menu-button:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #61c6ff;
  color: #FFFFFF;
}
.p-column-filter-menu-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-clear-button:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-column-filter-clear-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

.p-column-filter-overlay {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  border-radius: 8px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  min-width: 12.5rem;
}
.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 1rem 1rem;
  border: 0 none;
  color: #212121;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212121;
  background: rgba(97, 198, 255, 0.2);
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #D4D6D9;
  margin: 0.25rem 0;
}

.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #212121;
  background: #FCFCFC;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 1rem;
  border-bottom: 1px solid #D4D6D9;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
  margin-top: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}
.p-column-filter-overlay-menu .p-column-filter-add-rule {
  padding: 0.5rem 1rem;
}
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 1rem;
}

.fc {
  /* FullCalendar 4 */
  /* FullCalendar 5 */
}
.fc.fc-unthemed .fc-view-container th {
  background: #ffffff;
  border: 1px solid #D4D6D9;
  color: #212121;
}
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #D4D6D9;
  color: #212121;
}
.fc.fc-unthemed .fc-view-container td.fc-head-container {
  border: 1px solid #D4D6D9;
}
.fc.fc-unthemed .fc-view-container .fc-row {
  border-right: 1px solid #D4D6D9;
}
.fc.fc-unthemed .fc-view-container .fc-event {
  background: #297FFF;
  border: 1px solid #297FFF;
  color: #FFFFFF;
}
.fc.fc-unthemed .fc-view-container .fc-divider {
  background: #ffffff;
  border: 1px solid #D4D6D9;
}
.fc.fc-unthemed .fc-toolbar .fc-button {
  color: #FFFFFF;
  background: #61c6ff;
  border: 1px solid #61c6ff;
  font-size: 14px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
  background: #297FFF;
  color: #FFFFFF;
  border-color: #297FFF;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
  background: #2170E7;
  color: #FFFFFF;
  border-color: #2170E7;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #D4D6D9;
  color: #212121;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: rgba(97, 198, 255, 0.2);
  border-color: #D4D6D9;
  color: #212121;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #61c6ff;
  border-color: #61c6ff;
  color: #FFFFFF;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #297FFF;
  border-color: #297FFF;
  color: #FFFFFF;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  z-index: 1;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
  border-color: #D4D6D9;
}
.fc.fc-theme-standard .fc-view-harness th {
  background: #ffffff;
  border-color: #D4D6D9;
  color: #212121;
}
.fc.fc-theme-standard .fc-view-harness td {
  color: #212121;
  border-color: #D4D6D9;
}
.fc.fc-theme-standard .fc-view-harness .fc-view {
  background: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover {
  background: none;
  border: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
  border: 1px solid #D4D6D9;
  padding: 1rem;
  background: #ffffff;
  color: #212121;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: "PrimeIcons" !important;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
  content: "\e90b";
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
  padding: 1rem;
  border: 1px solid #D4D6D9;
  background: #ffffff;
  color: #212121;
  border-top: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
  color: #FFFFFF;
  background: #297FFF;
  border-color: #297FFF;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
  color: #FFFFFF;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
  background: #297FFF;
  border-color: #297FFF;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
  background: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button {
  color: #FFFFFF;
  background: #61c6ff;
  border: 1px solid #61c6ff;
  font-size: 14px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 8px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
  background: #297FFF;
  color: #FFFFFF;
  border-color: #297FFF;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
  background: #2170E7;
  color: #FFFFFF;
  border-color: #2170E7;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
  opacity: 0.6;
  color: #FFFFFF;
  background: #61c6ff;
  border: 1px solid #61c6ff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #D4D6D9;
  color: #212121;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: rgba(97, 198, 255, 0.2);
  border-color: #D4D6D9;
  color: #212121;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #61c6ff;
  border-color: #61c6ff;
  color: #FFFFFF;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #297FFF;
  border-color: #297FFF;
  color: #FFFFFF;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  z-index: 1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fc.fc-theme-standard a {
  color: #212121;
}
.fc.fc-theme-standard .fc-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}

.p-orderlist .p-orderlist-controls {
  padding: 1rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #ffffff;
  color: #212121;
  border: 1px solid #D4D6D9;
  padding: 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 600;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #D4D6D9;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.5rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.5rem;
  color: #83888f;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #D4D6D9;
  background: #ffffff;
  color: #212121;
  padding: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 1rem 1rem;
  margin: 0;
  border: 0 none;
  color: #212121;
  background: transparent;
  transition: box-shadow 0.2s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
  padding: 1rem 1rem;
  color: #212121;
}
.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
  background: #fcfcfc;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
  background: rgba(97, 198, 255, 0.2);
}

.p-orderlist-item.cdk-drag-preview {
  padding: 1rem 1rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0 none;
  color: #212121;
  background: #ffffff;
  margin: 0;
}

.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #61c6ff;
  color: #FFFFFF;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #0090e1;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #D4D6D9;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #D4D6D9;
  border-color: #D4D6D9;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #D4D6D9;
  border-color: #D4D6D9;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #D4D6D9;
  background: #ffffff;
  color: #212121;
  padding: 1rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

.p-paginator {
  background: #ffffff;
  color: #83888f;
  border: solid rgba(97, 198, 255, 0.2);
  border-width: 0;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #83888f;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 8px;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  border-color: transparent;
  color: #212121;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-page-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.p-paginator .p-paginator-page-input .p-inputtext {
  max-width: 2.357rem;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 0 none;
  color: #83888f;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #83888f;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 8px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #61c6ff;
  border-color: #61c6ff;
  color: #FFFFFF;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  border-color: transparent;
  color: #212121;
}

.p-picklist .p-picklist-buttons {
  padding: 1rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #ffffff;
  color: #212121;
  border: 1px solid #D4D6D9;
  padding: 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 600;
}
.p-picklist .p-picklist-filter-container {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #D4D6D9;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.5rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.5rem;
  color: #83888f;
}
.p-picklist .p-picklist-list {
  border: 1px solid #D4D6D9;
  background: #ffffff;
  color: #212121;
  padding: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 1rem 1rem;
  margin: 0;
  border: 0 none;
  border-bottom: 1px solid #DEDFE2;
  color: #212121;
  background: transparent;
  transition: box-shadow 0.2s;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #FFFFFF;
  background: #61c6ff;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 1rem 1rem;
  color: #212121;
}
.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
  background: #fcfcfc;
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
  background: rgba(97, 198, 255, 0.2);
}

.p-picklist-list-wrapper {
  filter: drop-shadow(0px 0px 20px rgba(29, 36, 68, 0.1));
}

.p-picklist-item.cdk-drag-preview {
  padding: 1rem 1rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0 none;
  color: #212121;
  background: #ffffff;
  margin: 0;
}

.p-timeline .p-timeline-event-marker {
  border: 2px solid #61c6ff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
}
.p-timeline .p-timeline-event-connector {
  background-color: #D4D6D9;
}
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}

.p-tree {
  border: 1px solid #D4D6D9;
  background: #ffffff;
  color: #212121;
  padding: 1rem;
  border-radius: 8px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 8px;
  transition: box-shadow 0.2s;
  padding: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #83888f;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #212121;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #61c6ff;
  color: #FFFFFF;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #FFFFFF;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
  color: #FFFFFF;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.5rem;
  color: #83888f;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #1badff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 8px;
  border: 1px solid #D4D6D9;
  background-color: #ffffff;
  color: #212121;
  padding: 0.5rem;
  transition: box-shadow 0.2s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #61c6ff;
  color: #FFFFFF;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #FFFFFF;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #83888f;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

.p-treetable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #FCFCFC;
  color: #212121;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-footer {
  background: #FCFCFC;
  color: #212121;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #212121;
  background: #FCFCFC;
  transition: box-shadow 0.2s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #212121;
  background: #FCFCFC;
}
.p-treetable .p-sortable-column {
  outline-color: none;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #83888f;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #FFFFFF;
  background: #61c6ff;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #83888f;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #FCFCFC;
  color: #61c6ff;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #61c6ff;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #212121;
  transition: box-shadow 0.2s;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #212121;
}
.p-treetable .p-treetable-tbody > tr:focus {
  outline: 0.15rem solid none;
  outline-offset: -0.15rem;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #61c6ff;
  color: #FFFFFF;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #FFFFFF;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #FFFFFF;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #212121;
}
.p-treetable .p-column-resizer-helper {
  background: #61c6ff;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #ffffff;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 1.25rem 1.25rem;
}

.p-virtualscroller .p-virtualscroller-header {
  background: #FCFCFC;
  color: #212121;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #FCFCFC;
  color: #212121;
  border: 1px solid rgba(97, 198, 255, 0.2);
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1rem;
  border: 1px solid #D4D6D9;
  color: #212121;
  background: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  transition: box-shadow 0.2s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: rgba(97, 198, 255, 0.2);
  border-color: #D4D6D9;
  color: #212121;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #ffffff;
  border-color: #D4D6D9;
  color: #212121;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #D4D6D9;
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-accordion .p-accordion-content {
  padding: 1rem;
  border: 1px solid #D4D6D9;
  background: #ffffff;
  color: #212121;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 0;
}
.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
  border-radius: 0;
}
.p-accordion p-accordiontab .p-accordion-content {
  border-radius: 0;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-accordion p-accordiontab:last-child .p-accordion-content {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.p-card {
  background: #ffffff;
  color: #212121;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.p-card .p-card-body {
  padding: 1rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #83888f;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}

.p-divider .p-divider-content {
  background-color: #ffffff;
}
.p-divider.p-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
  border-top: 1px #D4D6D9;
}
.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
  margin: 0 1rem;
  padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
  border-left: 1px #D4D6D9;
}
.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}

.p-fieldset {
  border: 1px solid #D4D6D9;
  background: #ffffff;
  color: #212121;
  border-radius: 8px;
}
.p-fieldset .p-fieldset-legend {
  padding: 1rem;
  border: 1px solid #D4D6D9;
  color: #212121;
  background: #ffffff;
  font-weight: 600;
  border-radius: 8px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1rem;
  color: #212121;
  border-radius: 8px;
  transition: box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: rgba(97, 198, 255, 0.2);
  border-color: #D4D6D9;
  color: #212121;
}
.p-fieldset .p-fieldset-content {
  padding: 1rem;
}

.p-panel .p-panel-header {
  border: 1px solid #D4D6D9;
  padding: 1rem;
  background: #ffffff;
  color: #212121;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 600;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.5rem 1rem;
}
.p-panel .p-panel-content {
  padding: 1rem;
  border: 1px solid #D4D6D9;
  background: #ffffff;
  color: #212121;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.5rem 1rem;
  border: 1px solid #D4D6D9;
  background: #ffffff;
  color: #212121;
  border-top: 0 none;
}
.p-panel .p-panel-icons-end {
  order: 2;
  margin-left: auto;
}
.p-panel .p-panel-icons-start {
  order: 0;
  margin-right: 0.5rem;
}
.p-panel .p-panel-icons-center {
  order: 2;
  width: 100%;
  text-align: center;
}

.p-scrollpanel .p-scrollpanel-bar {
  background: #FCFCFC;
  border: 0 none;
}

.p-splitter {
  border: 1px solid #D4D6D9;
  background: #ffffff;
  border-radius: 8px;
  color: #212121;
}
.p-splitter .p-splitter-gutter {
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  background: #FCFCFC;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #D4D6D9;
}
.p-splitter .p-splitter-gutter-resizing {
  background: #D4D6D9;
}

.p-tabview .p-tabview-nav {
  background: #ffffff;
  border: 1px solid #D4D6D9;
  border-width: 0 0 2px 0;
}
.p-tabview .p-tabview-nav li {
  margin-right: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid #D4D6D9;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #D4D6D9 transparent;
  background: #ffffff;
  color: #83888f;
  padding: 1rem;
  font-weight: 600;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset none;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #83888f;
  color: #83888f;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #61c6ff;
  color: #61c6ff;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-nav-btn.p-link {
  background: #ffffff;
  color: #61c6ff;
  width: 2.357rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.p-tabview .p-tabview-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset none;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1rem;
  border: 0 none;
  color: #212121;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.p-toolbar {
  background: #ffffff;
  border: 1px solid #D4D6D9;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 15px;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}

.p-confirm-popup {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  border-radius: 8px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.p-confirm-popup .p-confirm-popup-content {
  padding: 1rem;
}
.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0.5rem 1rem;
}
.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}
.p-confirm-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: #ffffff;
}
.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}

.p-dialog {
  border-radius: 8px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border: 0 none;
}
.p-dialog .p-dialog-header {
  border-bottom: 0 none;
  background: #ffffff;
  color: #212121;
  padding: 1.5rem;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #212121;
  padding: 0 1.5rem 2rem 1.5rem;
}
.p-dialog .p-dialog-content:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-dialog .p-dialog-footer {
  border-top: 0 none;
  background: #ffffff;
  color: #212121;
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: right;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}

.p-overlaypanel {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  border-radius: 8px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 1rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #61c6ff;
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #297FFF;
  color: #FFFFFF;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f2f2f2;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #ffffff;
}

.p-sidebar {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.p-sidebar .p-sidebar-header {
  padding: 1rem;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #83888f;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #212121;
  border-color: transparent;
  background: rgba(97, 198, 255, 0.2);
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1rem;
}

.p-tooltip .p-tooltip-text {
  background: #212121;
  color: #ffffff;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #212121;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #212121;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #212121;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #212121;
}

.p-fileupload .p-fileupload-buttonbar {
  background: #ffffff;
  padding: 1rem;
  border: 1px solid #D4D6D9;
  color: #212121;
  border-bottom: 0 none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #D4D6D9;
  color: #212121;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 1rem 1rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}

.p-fileupload-choose:not(.p-disabled):hover {
  background: #297FFF;
  color: #FFFFFF;
  border-color: #297FFF;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #2170E7;
  color: #FFFFFF;
  border-color: #2170E7;
}

.p-breadcrumb {
  background: #ffffff;
  border: 1px solid #D4D6D9;
  border-radius: 8px;
  padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: box-shadow 0.2s;
  border-radius: 8px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #83888f;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #212121;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #212121;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #83888f;
}

.p-contextmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #212121;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212121;
  border-radius: 0;
  transition: box-shadow 0.2s;
  user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #83888f;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-contextmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.p-contextmenu .p-menuitem {
  margin: 0;
}
.p-contextmenu .p-menuitem:last-child {
  margin: 0;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: rgba(97, 198, 255, 0.2);
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #D4D6D9;
  margin: 0.25rem 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-contextmenu .p-menuitem-badge {
  background: #61c6ff;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 8px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-dock .p-dock-list {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
}
.p-dock .p-dock-item {
  padding: 0.5rem;
}
.p-dock .p-dock-action {
  width: 4rem;
  height: 4rem;
}
.p-dock.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-bottom .p-dock-item-second-next {
  margin: 0 0.9rem;
}
.p-dock.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-bottom .p-dock-item-next {
  margin: 0 1.3rem;
}
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
  margin: 0 1.5rem;
}
.p-dock.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-right .p-dock-item-second-next {
  margin: 0.9rem 0;
}
.p-dock.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-right .p-dock-item-next {
  margin: 1.3rem 0;
}
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
  margin: 1.5rem 0;
}

@media screen and (max-width: 960px) {
  .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
    overflow-x: auto;
    width: 100%;
  }
  .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
    margin: 0 auto;
  }
  .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
    overflow-y: auto;
    height: 100%;
  }
  .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
    margin: auto 0;
  }
  .p-dock .p-dock-list .p-dock-item {
    transform: none;
    margin: 0;
  }
}
.p-megamenu {
  padding: 0.5rem;
  background: #FCFCFC;
  color: #212121;
  border: 1px solid #D4D6D9;
  border-radius: 8px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212121;
  border-radius: 8px;
  transition: box-shadow 0.2s;
  user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #83888f;
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #83888f;
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-megamenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212121;
  border-radius: 0;
  transition: box-shadow 0.2s;
  user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #83888f;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #212121;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212121;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0.25rem 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #D4D6D9;
  margin: 0.25rem 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem {
  margin: 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: rgba(97, 198, 255, 0.2);
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.25rem 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem {
  margin: 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem-badge {
  background: #61c6ff;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 8px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-menu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #212121;
  border: 1px solid #D4D6D9;
  border-radius: 8px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212121;
  border-radius: 0;
  transition: box-shadow 0.2s;
  user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #83888f;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212121;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #D4D6D9;
  margin: 0.25rem 0;
}
.p-menu .p-menuitem {
  margin: 0;
}
.p-menu .p-menuitem:last-child {
  margin: 0;
}
.p-menu .p-menuitem-badge {
  background: #61c6ff;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 8px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-menubar {
  padding: 0.5rem;
  background: #FCFCFC;
  color: #212121;
  border: 1px solid #D4D6D9;
  border-radius: 8px;
}
.p-menubar .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212121;
  border-radius: 0;
  transition: box-shadow 0.2s;
  user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #83888f;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212121;
  border-radius: 8px;
  transition: box-shadow 0.2s;
  user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #83888f;
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #83888f;
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-menubar .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #D4D6D9;
  margin: 0.25rem 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}
.p-menubar .p-submenu-list .p-menuitem:last-child {
  margin: 0;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: rgba(97, 198, 255, 0.2);
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-menubar .p-menuitem-badge {
  background: #61c6ff;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 8px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #83888f;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-menubar .p-menubar-button:hover {
    color: #83888f;
    background: rgba(97, 198, 255, 0.2);
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #D4D6D9;
    margin: 0.25rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1rem;
    color: #212121;
    border-radius: 0;
    transition: box-shadow 0.2s;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #212121;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #83888f;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #83888f;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: rgba(97, 198, 255, 0.2);
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #212121;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #83888f;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #83888f;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 1rem;
  border: 1px solid #D4D6D9;
  color: #212121;
  background: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  transition: box-shadow 0.2s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: rgba(97, 198, 255, 0.2);
  border-color: #D4D6D9;
  color: #212121;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #ffffff;
  border-color: #D4D6D9;
  color: #212121;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #D4D6D9;
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0.25rem 0;
  border: 1px solid #D4D6D9;
  background: #ffffff;
  color: #212121;
  margin-bottom: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212121;
  border-radius: 0;
  transition: box-shadow 0.2s;
  user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #83888f;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-panelmenu .p-menuitem-badge {
  background: #61c6ff;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 8px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-slidemenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #212121;
  border: 1px solid #D4D6D9;
  border-radius: 8px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212121;
  border-radius: 0;
  transition: box-shadow 0.2s;
  user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #83888f;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-slidemenu .p-slidemenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: rgba(97, 198, 255, 0.2);
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #212121;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #83888f;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #D4D6D9;
  margin: 0.25rem 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.75rem 1rem;
  color: #212121;
}
.p-slidemenu .p-menuitem-badge {
  background: #61c6ff;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 8px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 8px;
  background: #ffffff;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #212121;
  border: 1px solid rgba(97, 198, 255, 0.2);
  background: #ffffff;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 50%;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #83888f;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #61c6ff;
  color: #FFFFFF;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
  color: #212121;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #D4D6D9;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}

.p-tabmenu .p-tabmenu-nav {
  background: #ffffff;
  border: 1px solid #D4D6D9;
  border-width: 0 0 2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid #D4D6D9;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #D4D6D9 transparent;
  background: #ffffff;
  color: #83888f;
  padding: 1rem;
  font-weight: 600;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset none;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #83888f;
  color: #83888f;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #61c6ff;
  color: #61c6ff;
}
.p-tabmenu .p-tabmenu-left-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-right-icon {
  margin-left: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav-btn.p-link {
  background: #ffffff;
  color: #61c6ff;
  width: 2.357rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset none;
}

.p-tieredmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #212121;
  border: 1px solid #D4D6D9;
  border-radius: 8px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212121;
  border-radius: 0;
  transition: box-shadow 0.2s;
  user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #83888f;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212121;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #83888f;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #83888f;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-tieredmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-tieredmenu .p-menuitem {
  margin: 0;
}
.p-tieredmenu .p-menuitem:last-child {
  margin: 0;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: rgba(97, 198, 255, 0.2);
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #83888f;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #D4D6D9;
  margin: 0.25rem 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-tieredmenu .p-menuitem-badge {
  background: #61c6ff;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 8px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-inline-message {
  padding: 0.5rem 0.5rem;
  margin: 0;
  border-radius: 8px;
}
.p-inline-message.p-inline-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0px;
  color: #044868;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #044868;
}
.p-inline-message.p-inline-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0px;
  color: #224a23;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #224a23;
}
.p-inline-message.p-inline-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0px;
  color: #6d5100;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #6d5100;
}
.p-inline-message.p-inline-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0px;
  color: #73000c;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #73000c;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}

.p-message {
  margin: 1rem 0;
  border-radius: 8px;
}
.p-message .p-message-wrapper {
  padding: 1rem 1.5rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-message.p-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0 0 0 6px;
  color: #044868;
}
.p-message.p-message-info .p-message-icon {
  color: #044868;
}
.p-message.p-message-info .p-message-close {
  color: #044868;
}
.p-message.p-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0 0 0 6px;
  color: #224a23;
}
.p-message.p-message-success .p-message-icon {
  color: #224a23;
}
.p-message.p-message-success .p-message-close {
  color: #224a23;
}
.p-message.p-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0 0 0 6px;
  color: #6d5100;
}
.p-message.p-message-warn .p-message-icon {
  color: #6d5100;
}
.p-message.p-message-warn .p-message-close {
  color: #6d5100;
}
.p-message.p-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0 0 0 6px;
  color: #73000c;
}
.p-message.p-message-error .p-message-icon {
  color: #73000c;
}
.p-message.p-message-error .p-message-close {
  color: #73000c;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 500;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}

.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0 0 0 6px;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0 0 0 6px;
  color: #044868;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #044868;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0 0 0 6px;
  color: #224a23;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #224a23;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0 0 0 6px;
  color: #6d5100;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #6d5100;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0 0 0 6px;
  color: #73000c;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #73000c;
}

.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #FCFCFC;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FCFCFC;
}
.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #FCFCFC;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 8px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FCFCFC;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #FCFCFC;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: rgba(97, 198, 255, 0.2);
  width: 1rem;
  height: 1rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #D4D6D9;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #61c6ff;
  color: #FFFFFF;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #61c6ff;
  color: #FFFFFF;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #FCFCFC;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FCFCFC;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

.p-galleria-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-preview-indicator {
  background-color: transparent;
  color: #f8f9fa;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-image-preview-container:hover > .p-image-preview-indicator {
  background-color: rgba(0, 0, 0, 0.5);
}

.p-image-toolbar {
  padding: 1rem;
}

.p-image-action.p-link {
  color: #f8f9fa;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-image-action.p-link:last-child {
  margin-right: 0;
}
.p-image-action.p-link:hover {
  color: #f8f9fa;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-image-action.p-link i {
  font-size: 1.5rem;
}

.p-avatar {
  background-color: #D4D6D9;
  border-radius: 8px;
}
.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}
.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}

.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}

.p-badge {
  background: #61c6ff;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #607D8B;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #689F38;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #0288D1;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #FBC02D;
  color: #212529;
}
.p-badge.p-badge-danger {
  background-color: #D32F2F;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.p-chip {
  background-color: #D4D6D9;
  color: #212121;
  border-radius: 16px;
  padding: 0 0.5rem;
}
.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  margin-left: 0.5rem;
}
.p-chip img {
  width: 2rem;
  height: 2rem;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  border-radius: 8px;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-chip .pi-chip-remove-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

.p-inplace .p-inplace-display {
  padding: 0.5rem 0.5rem;
  border-radius: 8px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.2);
  color: #212121;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

.p-progressbar {
  border: 0 none;
  height: 1rem;
  background: #D4D6D9;
  border-radius: 8px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #61c6ff;
}
.p-progressbar .p-progressbar-label {
  color: #FFFFFF;
  line-height: 1rem;
}

.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-scrolltop.p-link {
  background: rgba(0, 0, 0, 0.7);
}
.p-scrolltop.p-link:hover {
  background: rgba(0, 0, 0, 0.8);
}
.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #FCFCFC;
}

.p-skeleton {
  background-color: rgba(97, 198, 255, 0.2);
  border-radius: 8px;
}
.p-skeleton:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.p-tag {
  background: #61c6ff;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 8px;
}
.p-tag.p-tag-success {
  background-color: #689F38;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #0288D1;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #FBC02D;
  color: #212529;
}
.p-tag.p-tag-danger {
  background-color: #D32F2F;
  color: #ffffff;
}
.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.p-terminal {
  background: #ffffff;
  color: #212121;
  border: 1px solid #D4D6D9;
  padding: 1rem;
}
.p-terminal .p-terminal-input {
  font-size: 14px;
  font-family: inter-medium, sans-serif;
}

/* Add your customizations of the theme styles here */
.fc.fc-theme-standard .fc-highlight {
  background: rgba(105, 183, 255, 0.1);
}

/*
	outlines an element with a slim line
 */
/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-chips-input-token input:not(p-multiSelect *):hover {
  border: none !important;
  box-shadow: none !important;
}

input:not(p-multiSelect *) {
  height: 40px !important;
}

input:not(p-multiSelect *):hover {
  border: 2px solid #b4b6bf !important;
  box-shadow: 0px 4px 4px rgba(29, 36, 68, 0.1);
}

input:not(p-multiSelect *):active:hover {
  box-shadow: none !important;
  border-color: #61c6ff;
  box-shadow: 0px 4px 4px rgba(29, 36, 68, 0.1);
}

.p-inputtext:not(p-multiSelect *) {
  border-radius: 8px !important;
  border-width: 1.5px;
  border-color: #b4b6bf;
}

.p-inputtext:not(p-multiSelect *):enabled:focus {
  box-shadow: none !important;
  border-color: #61c6ff !important;
  border-width: 2px;
}

.p-inputtext:not(p-multiSelect *):enabled:focus ~ label {
  color: #61c6ff;
}

.p-float-label {
  margin-bottom: 15px;
}

.p-float-label input.p-filled ~ label, .p-float-label p-inputNumber.p-filled ~ label, .p-float-label p-calendar.p-filled ~ label {
  top: 0.2rem !important;
  font-family: inter-semiBold, sans-serif !important;
  font-size: 12px !important;
  padding-left: 3px;
  padding-right: 3px;
  background-color: white;
  z-index: 10;
}

.p-float-label input:focus ~ label, .p-float-label p-inputNumber:focus ~ label, .p-float-label p-calendar:focus ~ label {
  top: 0.2rem !important;
  font-family: inter-semiBold, sans-serif !important;
  font-size: 12px !important;
  padding-left: 3px;
  padding-right: 3px;
  background-color: white;
  z-index: 10;
}

.p-float-label input + label, .p-float-label p-inputNumber + label, .p-float-label p-calendar + label {
  top: 45% !important;
}

.p-float-label textarea:focus ~ label {
  top: 0.2rem !important;
  font-family: inter-semiBold, sans-serif !important;
  font-size: 12px !important;
  padding-left: 3px;
  padding-right: 3px;
  background-color: white;
  z-index: 10;
}

.p-float-label textarea.p-filled ~ label {
  top: 0.2rem !important;
  font-family: inter-semiBold, sans-serif !important;
  font-size: 12px !important;
  padding-left: 3px;
  padding-right: 3px;
  background-color: white;
  z-index: 10;
}

.p-float-label .p-inputwrapper-focus ~ label {
  top: 0.2rem !important;
  font-family: inter-semiBold, sans-serif !important;
  font-size: 12px !important;
  padding-left: 3px;
  padding-right: 3px;
  background-color: white;
  z-index: 10;
}

.p-float-label .p-inputwrapper-filled ~ label {
  top: 0.2rem !important;
  font-family: inter-semiBold, sans-serif !important;
  font-size: 12px !important;
  padding-left: 3px;
  padding-right: 3px;
  background-color: white;
  z-index: 10;
}

.p-dropdown {
  height: 40px;
  position: absolute;
  border: 1px solid #b4b6bf !important;
  padding-top: 3px !important;
  border-radius: 8px !important;
}

.p-dropdown:hover {
  border: 2px solid #b4b6bf !important;
  box-shadow: 0px 4px 4px rgba(29, 36, 68, 0.1);
}

.p-input-filled .p-inputtext {
  background-color: #ffffff !important;
}

.floating-label-dropdown {
  font-family: inter-semiBold, sans-serif !important;
  font-size: 12px !important;
  top: 0.2rem !important;
  padding-left: 3px;
  padding-right: 3px;
  background-color: white;
  top: -0.1rem;
  color: rgba(29, 36, 68, 0.5) !important;
  font-size: 12px;
  z-index: 10;
}

.floating-label-dropdown:focus {
  color: red !important;
}

span.p-float-label {
  margin-bottom: 0px !important;
}

p + input.p-inputtext {
  margin-top: 10px !important;
}

.custom-badge {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.custom-badge.status-tester {
  background-color: #b3e5fc;
  color: #23547b;
}

.custom-badge.status-active {
  background-color: #c8e6c9;
  color: #256029;
}

.custom-badge.status-inactive {
  background-color: #ffcdd2;
  color: #c63737;
}

.custom-badge.cta-color {
  background-color: #61C6FF;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

button {
  border-radius: 8px !important;
  border: none !important;
}

.minimal-button {
  height: 40px;
  background: #FFFFFF !important;
  outline: 1px solid #1D2444 !important;
  outline-offset: -1px !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  text-align: center !important;
}

.minimal-button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  outline: none !important;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.minimal-button-2 {
  height: 32px;
  background: #FFFFFF !important;
  outline: 1px solid #1D2444 !important;
  outline-offset: -1px !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  text-align: center !important;
}

.minimal-button-2:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  outline: none !important;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.cta-button {
  height: 40px;
  background: #61C6FF !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.cta-button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.cta-button-2 {
  height: 32px;
  background: #61C6FF !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
}

.cta-button-2:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.second-button {
  height: 40px;
  background: #1D2444 !important;
  color: #FFFFFF !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.second-button:hover, .second-button button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
  color: #1D2444 !important;
}

.second-button-2 {
  height: 32px;
  background: #1D2444 !important;
  color: #FFFFFF !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
}

.second-button-2:hover, .second-button button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
  color: #1D2444 !important;
}

.p-button-danger, .p-button-danger-2 {
  color: white;
  background-color: #D32F2F;
  height: 40px;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.p-button-danger-2 {
  height: 32px;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
}

.p-button-danger:hover, .p-button-danger-2:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
  color: #1D2444 !important;
}

.p-button-rounded {
  height: 40px;
  background: #61C6FF !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.p-button-rounded:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.flush-button-text {
  top: 0.2rem;
  line-height: 1rem;
}

.flush-button-text.float-right {
  top: -0.1rem;
}

.p-button-primary:disabled {
  opacity: 0.3;
}

.p-button.p-button-custom {
  color: #FFFFFF !important;
  background: linear-gradient(180deg, #FDBEAC 20%, #CC6A4F 90%) !important;
  border: none !important;
}

.p-button.p-button-custom:enabled:hover {
  background: linear-gradient(180deg, #dea99a 20%, #af5b44 90%) !important;
  color: #FFFFFF !important;
}

.p-button.p-button-custom:enabled:focus {
  background: linear-gradient(180deg, #dea99a 20%, #af5b44 90%) !important;
}

.p-button.p-button-custom:enabled:active {
  background: linear-gradient(180deg, #dea99a 20%, #af5b44 90%) !important;
  color: #FFFFFF !important;
}

.secondary-border {
  border: 1px solid #ffffff !important;
}

.align-right {
  position: relative !important;
  float: right !important;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-card {
  border-radius: 20px;
}

.p-card-title {
  word-break: break-word;
}

.p-card {
  padding: 15px;
  box-shadow: 0px 0px 20px rgba(29, 36, 68, 0.1) !important;
}

.p-card-body {
  padding: 15px !important;
  height: 100%;
  position: relative;
}

.p-card-title, h1 {
  font-family: "inter-medium";
  font-size: 28px !important;
  font-weight: 500 !important;
  color: rgb(29, 36, 68);
}

#testVersionCard .p-card .p-card-body {
  padding: 0 !important;
}

#testVersionCard .p-card .p-card-content {
  padding: 0 !important;
}

#testVersionCard .p-card .p-card-content > :first-child {
  background: #1d2444;
  color: #FFFFFF !important;
  border-radius: 20px 20px 0 0;
}

#testVersionCard .p-card .p-card-content > :first-child > h1 {
  color: #FFFFFF !important;
  margin-bottom: 21px !important;
}

#testVersionCard .p-card .p-card-content > div {
  padding: 30px;
}

.customFormCard .p-card-content {
  padding: 0 !important;
}

.p-card-subtitle {
  margin-top: -0.75rem;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder, .pi-sort-alt {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down, .pi-sort-amount-down-alt, .pi-sort-amount-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up, .pi-sort-amount-up-alt, .pi-sort-amount-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

@media all and (min-width: 960px) {
  .p-datatable .p-datatable-header {
    border: none;
    font-size: 20px;
    font-weight: 400;
    font-family: inter-medium, sans-serif;
    padding-left: 1rem;
    background: none;
  }
  .p-datatable .p-datatable-thead {
    background-color: transparent !important;
  }
  .p-datatable .p-datatable-thead > tr {
    display: flex;
    flex-wrap: nowrap;
    width: 98%;
    margin: auto auto 12px;
  }
  .p-datatable .p-datatable-thead > tr > th {
    border: solid black;
    border-width: 0px 0px 1px 0px;
    font-size: 14px;
    display: flex;
    flex: 1 1 0;
    align-items: center;
    margin: 10px 14px 10px 14px;
    padding: 0.8rem 0px;
    font-weight: 400;
    background: none !important;
  }
  .p-datatable .p-datatable-tbody > tr {
    #box-shadow: 0px 0px 20px rgba(29, 36, 68, 0.1) !important;
    filter: drop-shadow(0px 2px 4px rgba(29, 36, 68, 0.1));
    border-radius: 12px;
    margin: auto auto 20px;
    width: 98% !important;
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 0px 0px 0px;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    padding-left: 15px;
    padding-right: 0px;
    border: none;
    font-size: 14px;
    font-family: inter-regular, sans-serif;
    font-weight: 400;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background-color: #61c6ff;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    #box-shadow: 0px 0px 20px rgba(29, 36, 68, 0.1) !important;
    filter: drop-shadow(0px 2px 4px rgba(29, 36, 68, 0.1));
    background-color: #F3F1ED;
  }
  .p-datatable .p-sortable-column.p-highlight {
    font-weight: 400;
    background: none !important;
    color: #1d2444;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    color: #1d2444;
  }
  .p-datatable-scrollable .p-datatable-thead > tr {
    display: flex;
    flex-wrap: nowrap;
    width: 98% !important;
    margin: auto auto 12px;
  }
  .pi-pencil {
    font-size: 20px !important;
  }
}
.p-datatable .p-datatable-header {
  background: none;
}

.pi-sort-amount-down {
  width: 20px;
  height: 20px;
}

.pi-sort-amount-down:before {
  content: none !important;
}

.pi-sort-amount-down-alt {
  width: 20px;
  height: 20px;
}

.pi-sort-amount-down-alt:before {
  content: none !important;
}

.pi-sort-amount-up {
  width: 20px;
  height: 20px;
  content: none;
}

.pi-sort-amount-up:before {
  content: none !important;
}

.pi-sort-amount-up-alt {
  width: 20px;
  height: 20px;
  content: none;
}

.pi-sort-amount-up-alt:before {
  content: none !important;
}

.pi-sort-alt {
  width: 20px;
  height: 20px;
  content: none;
}

.pi-sort-alt:before {
  content: none !important;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.font-semi-bold {
  font-family: inter-semiBold, sans-serif;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.second-level-title {
  font-family: inter-medium, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

h1 {
  word-break: break-word;
  font-family: inter-medium, sans-serif;
}

h2 {
  word-break: break-word;
  font-family: inter-medium, sans-serif;
}

h3 {
  word-break: break-word;
  font-family: inter-medium, sans-serif;
}

h4 {
  word-break: break-word;
  font-family: inter-medium, sans-serif;
}

h5 {
  word-break: break-word;
  font-family: inter-medium, sans-serif;
}

h6 {
  word-break: break-word;
  font-family: inter-medium, sans-serif;
}

h1 {
  font-size: 28px !important;
  font-weight: 500 !important;
}

h2 {
  font-size: 24px !important;
  font-weight: 400 !important;
}

h3 {
  font-size: 20px !important;
  font-weight: 400 !important;
}

h4 {
  font-size: 16px !important;
  font-weight: 400 !important;
}

h5 {
  font-size: 16px !important;
  font-weight: 400 !important;
}

h6 {
  font-size: 16px !important;
  font-weight: 400 !important;
}

p a {
  color: #1d2444;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

:not(:disabled) > :not(:disabled).clickable {
  cursor: pointer;
}

.pointer-events-none {
  pointer-events: none;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
}

.sticky.below-layout-topbar {
  top: calc(62px + 2rem);
}

.sticky.custom-comment-sticky {
  top: calc(62px + 12px);
}

.sticky.under-modal {
  z-index: 998;
}

.full-height {
  height: 100% !important;
}

.horizontal-center {
  display: flex;
  justify-content: center;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.col-12 {
  padding: 15px !important;
}

.p-component {
  font-family: inter-regular, sans-serif;
  font-size: 16px !important;
  color: rgb(29, 36, 68);
}

/*
	span element that looks like an <a>-tag
	inline-style doesn't work on innerHTML generated element
 */
.dynamicPrivacyLink {
  color: var(--primary-color);
}

@-moz-document url-prefix() {
  input:required {
    box-shadow: none;
  }
}
.margin-top-25 > * {
  margin-top: 25px !important;
}

.margin-bottom-25 > * {
  margin-bottom: 25px !important;
}

.cardBottom {
  bottom: 15px;
  position: absolute;
}

body {
  background-color: #F3F1ED !important;
}

.licenseNumberInput input {
  text-align: right;
}

@media screen and (max-width: 1080px) {
  #outerLogo {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) {
  #innerLogo {
    display: none !important;
  }
}
#companyLogo {
  margin-top: 1.5rem;
  float: right;
  max-height: 120px;
  max-width: 140px;
}

#outerLogo {
  margin: 10px;
}

#innerLogo {
  display: block;
  margin: auto;
}

.routerLink:hover {
  cursor: pointer;
}

.transparentTabView .p-tabview-nav, .transparentTabView .p-tabview-nav-link, .transparentTabView .p-tabview-nav-content, .transparentTabView .p-tabview-nav-panels, .transparentTabView .p-tabview-panels {
  background-color: transparent !important;
}

.transparentTabView .p-tabview-panels {
  padding: 1rem 0 0 0 !important;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

button {
  border-radius: 8px !important;
  border: none !important;
}

.minimal-button {
  height: 40px;
  background: #FFFFFF !important;
  outline: 1px solid #1D2444 !important;
  outline-offset: -1px !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  text-align: center !important;
}

.minimal-button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  outline: none !important;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.minimal-button-2 {
  height: 32px;
  background: #FFFFFF !important;
  outline: 1px solid #1D2444 !important;
  outline-offset: -1px !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  text-align: center !important;
}

.minimal-button-2:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  outline: none !important;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.cta-button {
  height: 40px;
  background: #61C6FF !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.cta-button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.cta-button-2 {
  height: 32px;
  background: #61C6FF !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
}

.cta-button-2:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.second-button {
  height: 40px;
  background: #1D2444 !important;
  color: #FFFFFF !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.second-button:hover, .second-button button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
  color: #1D2444 !important;
}

.second-button-2 {
  height: 32px;
  background: #1D2444 !important;
  color: #FFFFFF !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
}

.second-button-2:hover, .second-button button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
  color: #1D2444 !important;
}

.p-button-danger, .p-button-danger-2 {
  color: white;
  background-color: #D32F2F;
  height: 40px;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.p-button-danger-2 {
  height: 32px;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
}

.p-button-danger:hover, .p-button-danger-2:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
  color: #1D2444 !important;
}

.p-button-rounded {
  height: 40px;
  background: #61C6FF !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.p-button-rounded:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.flush-button-text {
  top: 0.2rem;
  line-height: 1rem;
}

.flush-button-text.float-right {
  top: -0.1rem;
}

.p-button-primary:disabled {
  opacity: 0.3;
}

.p-button.p-button-custom {
  color: #FFFFFF !important;
  background: linear-gradient(180deg, #FDBEAC 20%, #CC6A4F 90%) !important;
  border: none !important;
}

.p-button.p-button-custom:enabled:hover {
  background: linear-gradient(180deg, #dea99a 20%, #af5b44 90%) !important;
  color: #FFFFFF !important;
}

.p-button.p-button-custom:enabled:focus {
  background: linear-gradient(180deg, #dea99a 20%, #af5b44 90%) !important;
}

.p-button.p-button-custom:enabled:active {
  background: linear-gradient(180deg, #dea99a 20%, #af5b44 90%) !important;
  color: #FFFFFF !important;
}

.secondary-border, .custom-tag.status-secondary, .custom-tag.status-1 {
  border: 1px solid #ffffff !important;
}

.align-right {
  position: relative !important;
  float: right !important;
}

.custom-logo {
  height: 50px;
  width: 150px;
  background-image: url("./images/whistle_LOGO.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 375px) {
  .custom-logo {
    height: 65px;
    width: 200px;
  }
}
.editor-extern-comment {
  background: #EFF9FF; /* = #61c6ff mit 10% */
}

.whistleblower-comment {
  background: #d1eefe; /* = #61c6ff mit 30% */
}

.pi {
  font-size: 25px;
}

.pi.statusNEW {
  color: #FF8368 !important; /* rot */
}

.pi.statusOPEN {
  color: #FFF48E !important; /* gelb */
}

.pi.statusEDIT {
  color: #61C6FF !important; /* blau */
}

.pi.statusSPAM {
  color: #F3F1ED !important; /* grau */
}

.pi.statusDONE {
  color: #70B1BA !important; /* grün */
}

.pi-exclamation-circle {
  color: #FF8368;
}

.custom-inactive-color {
  color: #999999;
}

.custom-tag {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.custom-tag.status-primary, .custom-tag.status-, .custom-tag.status-0 {
  background-color: #61c6ff;
  color: #FFFFFF;
}

.custom-tag.status-secondary, .custom-tag.status-1 {
  background-color: #607D8B;
  color: #ffffff;
}

.custom-tag.status-custom, .custom-tag.status-2 {
  background-color: #61c6ff;
  color: #FFFFFF;
}

.custom-tag.status-info, .custom-tag.status-NEW, .custom-tag.status-3 {
  background-color: #b3e5fc;
  color: #23547b;
}

.custom-tag.status-danger, .custom-tag.status-OPEN {
  background-color: #ffcdd2;
  color: #c63737;
}

.custom-tag.status-warning, .custom-tag.status-WIP {
  background-color: #ffd8b2;
  color: #805b36;
}

.custom-tag.status-success, .custom-tag.status-DONE {
  background-color: #c8e6c9;
  color: #256029;
}

.custom-tag.status-help {
  background-color: #9C27B0;
  color: #ffffff;
}

@media screen and (max-width: 40em) {
  .flush-td-text {
    display: block;
    margin-left: calc(30% + 0.6rem);
    margin-top: -1.1rem;
    word-break: break-word;
  }
}
.sortIconWrapper {
  margin-left: auto;
  float: right;
}

.statusCircleWrapper {
  margin-left: auto;
  margin-right: 17px;
  float: right;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

p-fileUpload {
  padding: 0 !important;
  margin: 0 !important;
}

p-fileUpload p-button-danger {
  margin-top: 15px !important;
}

p-fileUpload br {
  display: none !important;
}

p-fileUpload + br {
  display: none !important;
}

p-fileUpload + p-button {
  margin-top: 30px !important;
}

p-fileUpload .pi-plus {
  font-size: 14px !important;
}

@media screen and (min-width: 992px) {
  .p-fileupload-content {
    max-height: 80px;
  }
}
.p-fileupload-content {
  display: none !important;
  height: 0px !important;
}

.p-fileupload-choose {
  height: 40px;
  background: #61C6FF !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  border: none !important;
}

.p-fileupload-choose:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
  color: #1D2444 !important;
}

.p-fileupload-buttonbar {
  border: none !important;
  padding: 0 !important;
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background-color: #61C6FF !important;
}

.invoice .invoice-details {
  width: 18rem !important;
}

.invoice .invoice-items {
  margin-top: 0 !important;
}

/*
	outlines an element with a slim line
 */
/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.servicebar {
  font-size: 10px;
  position: absolute;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.sidebar-logo img {
  width: auto !important;
  height: 30px !important;
  margin-top: 0.5rem !important;
}

.p-sidebar {
  height: auto !important;
  padding: 1.5rem;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 0 0 rgba(0, 0, 0, 0.07), 0 0 0 0 rgba(0, 0, 0, 0.07);
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-timeline-event-opposite {
  display: none;
}

.p-timeline-event p {
  margin-bottom: 1rem;
}

.layout-content {
  padding: 30px;
}

.grid + .grid {
  margin-top: 0 !important;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.layout-topbar-actions .topbar-item-divider {
  height: 0;
  padding: 0 !important;
  margin: 0.25rem 1rem;
  border-bottom: 1px solid #D4D4D4;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-toast {
  min-width: 20rem !important;
  min-height: 7.7rem !important;
  width: 25.8rem !important;
  font-size: 14px !important;
  font-family: inter-medium, sans-serif;
  right: 15px !important;
  opacity: 1;
}

@media screen and (max-width: 390px) {
  .p-toast {
    width: 24.7rem !important;
  }
}
@media screen and (max-width: 375px) {
  .p-toast {
    width: 20.8rem !important;
  }
}
.p-toast .p-toast-message {
  box-shadow: none;
  border-radius: 20px;
  border-width: 0 !important;
  min-height: 7.7em !important;
  min-width: 20rem !important;
  width: 25.8rem !important;
}

@media screen and (max-width: 390px) {
  .p-toast .p-toast-message {
    width: 24.7rem !important;
  }
}
@media screen and (max-width: 375px) {
  .p-toast .p-toast-message {
    width: 20.8rem !important;
  }
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1.6rem 2.3rem 1.6rem 1.6rem;
  color: #1d2444 !important;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0 0 0 0;
}

.p-toast .p-toast-message .p-toast-icon-close-icon {
  font-size: 17px !important;
}

.p-toast .p-toast-message.p-toast-message-error {
  background: #f8bbae;
}

.p-toast .p-toast-message.p-toast-message-success {
  background: #b2d1d5;
}

.p-toast .p-toast-message.p-toast-message-info {
  background: #c9e6f6;
}

.p-toast.p-toast-top-left, .p-toast.p-toast-bottom-left {
  left: 0 !important;
}

.p-toast .p-toast-message-icon::before {
  display: none !important;
}

.p-toast .p-toast-message-text {
  margin: 0 0 0 0 !important;
}

.p-toast .p-toast-summary, .p-toast .p-toast-detail, .p-toast .p-toast-message-text {
  word-break: break-word !important;
  width: calc(100% - 1rem) !important;
}

.p-toast .p-toast-icon-close {
  position: absolute !important;
  right: 0.5rem !important;
  top: 0.5rem !important;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-tooltip {
  max-width: 325px !important;
}

.p-tooltip-text {
  background-color: #1d2444 !important;
  color: white !important;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

button {
  border-radius: 8px !important;
  border: none !important;
}

.minimal-button {
  height: 40px;
  background: #FFFFFF !important;
  outline: 1px solid #1D2444 !important;
  outline-offset: -1px !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  text-align: center !important;
}

.minimal-button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  outline: none !important;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.minimal-button-2 {
  height: 32px;
  background: #FFFFFF !important;
  outline: 1px solid #1D2444 !important;
  outline-offset: -1px !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  text-align: center !important;
}

.minimal-button-2:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  outline: none !important;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.cta-button, p-picklist > div > div.p-picklist-buttons.p-picklist-transfer-buttons > button {
  height: 40px;
  background: #61C6FF !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.cta-button:hover, p-picklist > div > div.p-picklist-buttons.p-picklist-transfer-buttons > button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.cta-button-2 {
  height: 32px;
  background: #61C6FF !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
}

.cta-button-2:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.second-button {
  height: 40px;
  background: #1D2444 !important;
  color: #FFFFFF !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.second-button:hover, .second-button button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
  color: #1D2444 !important;
}

.second-button-2 {
  height: 32px;
  background: #1D2444 !important;
  color: #FFFFFF !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
}

.second-button-2:hover, .second-button button:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
  color: #1D2444 !important;
}

.p-button-danger, .p-button-danger-2 {
  color: white;
  background-color: #D32F2F;
  height: 40px;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.p-button-danger-2 {
  height: 32px;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
}

.p-button-danger:hover, .p-button-danger-2:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
  color: #1D2444 !important;
}

.p-button-rounded {
  height: 40px;
  background: #61C6FF !important;
  color: #1D2444 !important;
  font-family: inter-semiBold, sans-serif !important;
  padding: 8px 20px !important;
}

.p-button-rounded:hover {
  background: #FFFFFF !important;
  transition: 500ms;
  filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

.flush-button-text {
  top: 0.2rem;
  line-height: 1rem;
}

.flush-button-text.float-right {
  top: -0.1rem;
}

.p-button-primary:disabled {
  opacity: 0.3;
}

.p-button.p-button-custom {
  color: #FFFFFF !important;
  background: linear-gradient(180deg, #FDBEAC 20%, #CC6A4F 90%) !important;
  border: none !important;
}

.p-button.p-button-custom:enabled:hover {
  background: linear-gradient(180deg, #dea99a 20%, #af5b44 90%) !important;
  color: #FFFFFF !important;
}

.p-button.p-button-custom:enabled:focus {
  background: linear-gradient(180deg, #dea99a 20%, #af5b44 90%) !important;
}

.p-button.p-button-custom:enabled:active {
  background: linear-gradient(180deg, #dea99a 20%, #af5b44 90%) !important;
  color: #FFFFFF !important;
}

.secondary-border {
  border: 1px solid #ffffff !important;
}

.align-right {
  position: relative !important;
  float: right !important;
}

p-picklist.second-button {
  background: none !important;
}

p-picklist.second-button:hover {
  background: none !important;
  filter: drop-shadow(0px 0px 0px #FFFFFF);
}

p-picklist > div > div.p-picklist-buttons.p-picklist-transfer-buttons > button {
  opacity: 100% !important;
  color: white !important;
}

p-picklist > div > div.p-picklist-buttons.p-picklist-transfer-buttons > button:hover {
  color: black !important;
}

.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
  background-color: #F3F1ED;
}

.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: black;
  height: 3.5rem;
  background-color: rgba(97, 198, 255, 0.3);
}

.p-picklist .p-picklist-list {
  height: calc(21rem + 2px);
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-steps .p-steps-item:before {
  border-color: #D4D4D4;
}

.p-steps .p-steps-item:first-of-type:before {
  width: 50%;
  left: 50%;
}

.p-steps .p-steps-item:last-of-type:before {
  width: 50%;
  right: 50%;
}

.p-steps .p-steps-item .p-menuitem-link {
  border-radius: 4px;
}

.p-steps .p-steps-item:not(.p-highlight) .p-steps-number {
  border-color: #D4D4D4;
  color: #999999;
}

.p-steps .p-steps-item:not(.p-highlight) .p-steps-title {
  color: #999999;
}

.p-steps .p-steps-item.p-highlight .p-steps-number {
  font-weight: bold;
  border: none;
}

.p-steps .p-steps-item.p-highlight .p-steps-title {
  color: #1F1F1F;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-scrollpanel p {
  padding: 0.5rem;
  line-height: 1.5;
  margin: 0;
}

.p-scrollpanel.custombar1 .p-scrollpanel-wrapper {
  border-right: 9px solid var(--layer-1);
}

.p-scrollpanel.custombar1 .p-scrollpanel-bar {
  background-color: #004f74;
  opacity: 1;
  transition: background-color 0.2s;
}

.p-scrollpanel.custombar1 .p-scrollpanel-bar:hover {
  background-color: #7fa7b9;
}

.p-scrollpanel.custombar1 .p-scrollpanel-bar-x {
  display: none;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-progress-spinner-circle-custom .p-progress-spinner-circle {
  stroke: #CC6A4F !important;
}

.p-radiobutton .p-radiobutton-box {
  border-color: #878B9A;
  border-width: 2px;
}

.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #61c6ff;
  box-shadow: inset 1px 1px 2px 2px rgba(97, 198, 255, 0.1019607843);
}

.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  border-color: #61c6ff !important;
  background-color: white !important;
  box-shadow: 0px 0px 1px 1px rgba(97, 198, 255, 0.7) !important;
}

.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus:hover {
  background-color: rgba(97, 198, 255, 0.2) !important;
  border-color: #61c6ff;
  box-shadow: 0px 0px 1px 1px rgba(97, 198, 255, 0.7) !important;
}

.p-radiobutton-box.p-highlight {
  background: #61c6ff !important;
  border-color: #61c6ff !important;
}

.p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.8) !important;
  border-color: #61c6ff !important;
  box-shadow: 0px 0px 2px 2px rgba(97, 198, 255, 0.3) !important;
}

.p-radiobutton-box.p-highlight:not(.p-disabled).p-focus {
  background: rgba(97, 198, 255, 0.8) !important;
  border-color: #61c6ff !important;
  box-shadow: 0px 0px 1px 1px rgba(97, 198, 255, 0.7) !important;
}

.p-radiobutton-box.p-highlight:not(.p-disabled).p-focus:hover {
  background: rgba(97, 198, 255, 0.6) !important;
}

.p-radiobutton-icon {
  background-color: transparent !important;
  font-family: "primeicons";
  color: #1d2444;
  font-weight: 600;
  transform: translateY(1px) translateX(-1px) rotate(-5deg) !important;
  font-size: 12px;
  text-shadow: 1px 0 #1d2444;
  line-height: 1;
}

.p-radiobutton-icon:before {
  content: "\e909";
}

p-checkbox, checkBox-Wrapper {
  align-items: flex-start !important;
}

.p-checkbox {
  top: -2px;
}

.p-checkbox .p-checkbox-box {
  border-color: #878B9A;
  border-radius: 4px;
  border-width: 2px;
}

.p-checkbox .p-checkbox-box:not(.p-checkbox-disabled):hover {
  border-color: #61c6ff;
  box-shadow: inset 1px 1px 2px 2px rgba(97, 198, 255, 0.1019607843) !important;
}

.p-checkbox .p-checkbox-box.p-focus {
  border-color: #61c6ff !important;
  background-color: white !important;
  box-shadow: 0px 0px 1px 1px rgba(97, 198, 255, 0.7) !important;
}

.p-checkbox .p-checkbox-box.p-focus:hover {
  background-color: rgba(97, 198, 255, 0.2) !important;
  border-color: #61c6ff;
  box-shadow: 0px 0px 1px 1px rgba(97, 198, 255, 0.7) !important;
}

.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #61c6ff;
  border-color: #61c6ff;
}

.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-checkbox-disabled):hover {
  background: rgba(97, 198, 255, 0.8);
  border-color: #61c6ff;
  box-shadow: 0px 0px 2px 2px rgba(97, 198, 255, 0.3) !important;
}

.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-checkbox-disabled).p-focus {
  background: rgba(97, 198, 255, 0.8) !important;
  border-color: #61c6ff;
  box-shadow: 0px 0px 1px 1px rgba(97, 198, 255, 0.7) !important;
}

.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-checkbox-disabled).p-focus:hover {
  background: rgba(97, 198, 255, 0.6) !important;
}

.p-checkbox .p-checkbox-box .p-checkbox-icon {
  font-weight: 600;
  transform: translateY(1px) translateX(-1px) rotate(-5deg) !important;
  text-shadow: 1px 0 #1d2444;
  color: #1d2444;
  font-size: 12px;
}

.field-checkbox {
  margin-bottom: 25px !important;
}

[data-cy=tip-comment-extern] span {
  position: relative;
  left: 1px;
}

p-checkbox + label {
  margin-left: 0.5rem;
  line-height: 1;
}

.checkBox-Wrapper {
  display: inline-flex;
  vertical-align: bottom;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-dialog {
  font-family: inter-medium, sans-serif;
  border-radius: 20px !important;
  max-width: 1024px !important;
  box-shadow: 0px 0px 20px rgba(29, 36, 68, 0.1) !important;
  border: none !important;
  max-height: 80% !important;
}

.p-dialog-footer {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  padding-left: 30px !important;
  padding-bottom: 30px !important;
  border: none !important;
}

.p-dialog-footer p-button {
  margin-right: 10px !important;
}

.p-dialog-footer p-button:last-child {
  margin-right: 0px !important;
}

.p-dialog-header {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  padding-top: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-dialog-title {
  font-family: inter-semiBold, sans-serif !important;
  font-size: 20px !important;
}

.p-dialog-content {
  padding: 9px 30px 30px 30px !important;
  border: none !important;
}

.cwg-dialog-mask {
  background-color: rgba(97, 198, 255, 0.5) !important;
}

#onboardingDialog .p-dialog-footer, #onboardingDialog .p-dialog-header, #onboardingDialog .p-dialog-content {
  background-color: #feeebf;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-editor-toolbar * {
  font-size: 14px !important;
}

.ql-formats {
  margin-right: 15px !important;
}

.ql-formats:last-child {
  margin-right: 5px !important;
}

.readonly .p-editor-toolbar {
  display: none;
}

.readonly .p-editor-content {
  border: none !important;
}

.readonly .ql-editor {
  padding: 0;
}

.p-editor-container .p-editor-content .ql-editor {
  background: none;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.menu-wrapper {
  background: white !important;
}

.menu-wrapper .layout-menu ul, .menu-wrapper li, .menu-wrapper span {
  font-family: inter-semiBold, sans-serif !important;
  font-size: 14px;
  color: #1d2444 !important;
}

.menu-wrapper *:hover {
  color: #1d2444 !important;
}

.menu-wrapper i {
  font-size: 14px;
}

.menu-wrapper .layout-menu-container > ul > li {
  background-color: white;
  padding-bottom: 0 !important;
  padding-top: 5px !important;
}

.menu-wrapper .layout-menu-container > ul > li:last-child {
  padding-bottom: 0px !important;
}

.menu-wrapper .layout-menu-container > ul > li:hover {
  background-color: #f3f1ed;
}

.menu-wrapper .layout-menu-container > ul > li > ul {
  background-color: white;
}

.menu-wrapper .layout-menu-container > ul > li > ul > li:hover {
  width: 100%;
}

.menu-wrapper .layout-menu-container > ul > li > ul > li > a {
  left: -10px;
  border-radius: 0px !important;
}

.menu-wrapper .layout-menu-container > ul > li > ul > li * i {
  display: none !important;
}

.menu-wrapper .layout-menu-container > ul > li > ul > li * span {
  padding-left: 2rem !important;
}

.menu-wrapper .layout-menu-container > ul > li > ul > li *:hover {
  background-color: #f3f1ed !important;
}

.menu-wrapper .active-route {
  color: #1d2444;
  background-color: white !important;
}

.menu-wrapper .active-route span {
  text-decoration: underline #1d2444;
}

.menu-wrapper .active-route:hover {
  background-color: #f3f1ed !important;
}

.menu-wrapper .servicebar {
  font-size: 12px;
  font-family: inter-regular, sans-serif;
}

.menu-wrapper a::before {
  display: none !important;
}

.menu-wrapper .active-menuitem:hover {
  background-color: #f3f1ed !important;
}

.menu-wrapper .active-menuitem > a:hover {
  background-color: #f3f1ed !important;
}

.menu-wrapper .active-menuitem * {
  color: #1d2444;
}

li.active-menuitem {
  background: none !important;
}

.layout-menuitem-icon {
  height: 24px !important;
  width: 24px !important;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-toolbar {
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(29, 36, 68, 0.1) !important;
  border: none;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  background: #61C6FF;
  color: #1d2444;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  background: rgba(97, 198, 255, 0.3);
}

.p-dropdown-panel {
  max-width: 100%;
}

.pi-chevron-down {
  margin-bottom: 1rem;
}

.pi-chevron-down:before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.80435 6.52585C6.82883 6.54916 6.8589 6.56782 6.89259 6.58061C6.92627 6.59339 6.96279 6.6 6.99974 6.6C7.03668 6.6 7.07321 6.59339 7.10689 6.58061C7.14057 6.56782 7.17065 6.54916 7.19513 6.52585L13 1' stroke='%231D2444' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}

/* rot */
/* gelb */
/* blau */
/* grau */
/* grün */
:root {
  --surface-a: #ffffff;
  --surface-b: #FCFCFC;
  --surface-c: rgba(97, 198, 255, 0.2);
  --surface-d: #D4D6D9;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #212121;
  --text-color-secondary: #83888f;
  --primary-color: #61c6ff;
  --primary-color-text: #FFFFFF;
  --primary-light-color: #69B7FF;
  --primary-lighter-color: rgba(105, 183, 255, 0.1);
  --primary-dark-color: #297FFF;
  --primary-darker-color: #2170E7;
  --surface-50: #f2f4f6;
  --surface-100: #d9dbdd;
  --surface-200: #c1c3c4;
  --surface-300: #a9aaac;
  --surface-400: #919293;
  --surface-500: #797a7b;
  --surface-600: #606162;
  --surface-700: #484949;
  --surface-800: #303031;
  --surface-900: #181818;
  --gray-50: #f2f4f6;
  --gray-100: #d9dbdd;
  --gray-200: #c1c3c4;
  --gray-300: #a9aaac;
  --gray-400: #919293;
  --gray-500: #797a7b;
  --gray-600: #606162;
  --gray-700: #484949;
  --gray-800: #303031;
  --gray-900: #181818;
  --surface-ground: #F2F4F6;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: rgba(97, 198, 255, 0.2);
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: none;
  --statusNew-color: #FF8368;
  --statusDone-color: #70B1BA;
  --statusSpam-color: #F3F1ED;
  --statusEdit-color: #61C6FF;
  --statusOpen-color: #FFF48E;
}

@font-face {
  font-family: "inter-medium";
  src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-family:inter-medium, sans-serif;
}

:root {
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:8px;
}

.administration {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1508)'%3E%3Cpath d='M10.127 6.75H11.25C11.3826 6.75 11.5098 6.69732 11.6036 6.60355C11.6973 6.50979 11.75 6.38261 11.75 6.25V5.75C11.75 5.61739 11.6973 5.49021 11.6036 5.39645C11.5098 5.30268 11.3826 5.25 11.25 5.25H10.1265C10.0246 4.7432 9.85645 4.25199 9.6265 3.789L10.421 2.995C10.5147 2.90124 10.5674 2.77408 10.5674 2.6415C10.5674 2.50892 10.5147 2.38176 10.421 2.288L9.712 1.581C9.61824 1.48726 9.49108 1.43461 9.3585 1.43461C9.22592 1.43461 9.09876 1.48726 9.005 1.581L8.21 2.3755C7.74739 2.14546 7.25651 1.97735 6.75 1.8755V0.75C6.75 0.617392 6.69732 0.490215 6.60355 0.396447C6.50979 0.302678 6.38261 0.25 6.25 0.25H5.75C5.61739 0.25 5.49021 0.302678 5.39645 0.396447C5.30268 0.490215 5.25 0.617392 5.25 0.75V1.8745C4.74333 1.97635 4.25228 2.14447 3.7895 2.3745L2.9945 1.581C2.90074 1.48726 2.77358 1.43461 2.641 1.43461C2.50842 1.43461 2.38126 1.48726 2.2875 1.581L1.58 2.2885C1.48626 2.38226 1.43361 2.50942 1.43361 2.642C1.43361 2.77458 1.48626 2.90174 1.58 2.9955L2.375 3.79C2.1452 4.25288 1.9771 4.7439 1.875 5.2505H0.75C0.617392 5.2505 0.490215 5.30318 0.396447 5.39695C0.302678 5.49071 0.25 5.61789 0.25 5.7505V6.2505C0.25 6.38311 0.302678 6.51029 0.396447 6.60405C0.490215 6.69782 0.617392 6.7505 0.75 6.7505H1.873C1.9751 7.2571 2.1432 7.74812 2.373 8.211L1.578 9.006C1.48426 9.09976 1.43161 9.22692 1.43161 9.3595C1.43161 9.49208 1.48426 9.61924 1.578 9.713L2.2875 10.42C2.38126 10.5137 2.50842 10.5664 2.641 10.5664C2.77358 10.5664 2.90074 10.5137 2.9945 10.42L3.789 9.625C4.25199 9.85495 4.7432 10.0231 5.25 10.125V11.25C5.25 11.3826 5.30268 11.5098 5.39645 11.6036C5.49021 11.6973 5.61739 11.75 5.75 11.75H6.25C6.38261 11.75 6.50979 11.6973 6.60355 11.6036C6.69732 11.5098 6.75 11.3826 6.75 11.25V10.1275C7.25646 10.0255 7.74732 9.85737 8.21 9.6275L9.0055 10.422C9.09926 10.5157 9.22642 10.5684 9.359 10.5684C9.49158 10.5684 9.61874 10.5157 9.7125 10.422L10.4195 9.715C10.5132 9.62124 10.5659 9.49408 10.5659 9.3615C10.5659 9.22892 10.5132 9.10176 10.4195 9.008L9.625 8.213C9.8557 7.74943 10.0245 7.25755 10.127 6.75V6.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 6.00049C3.75 6.59723 3.98705 7.16952 4.40901 7.59148C4.83097 8.01344 5.40326 8.25049 6 8.25049C6.59674 8.25049 7.16903 8.01344 7.59099 7.59148C8.01295 7.16952 8.25 6.59723 8.25 6.00049C8.25 5.40375 8.01295 4.83145 7.59099 4.4095C7.16903 3.98754 6.59674 3.75049 6 3.75049C5.40326 3.75049 4.83097 3.98754 4.40901 4.4095C3.98705 4.83145 3.75 5.40375 3.75 6.00049V6.00049Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1508'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.help {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 12C23 14.1756 22.3549 16.3023 21.1462 18.1113C19.9375 19.9202 18.2195 21.3301 16.2095 22.1627C14.1995 22.9952 11.9878 23.2131 9.85401 22.7886C7.72022 22.3642 5.76021 21.3165 4.22183 19.7782C2.68345 18.2398 1.6358 16.2798 1.21137 14.146C0.786929 12.0122 1.00477 9.80047 1.83733 7.79048C2.66989 5.78049 4.07979 4.06253 5.88873 2.85383C7.69767 1.64514 9.82441 1 12 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.59961 10.9L11.1636 13.573C11.3892 13.7421 11.6711 13.8181 11.9511 13.7854C12.2312 13.7526 12.4879 13.6136 12.6684 13.397L22.9996 1' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.check_icon_2 {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%231D2444' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%231D2444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.info_icon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92488 18.0751 1 12 1C5.92488 1 1 5.92488 1 12C1 18.0751 5.92488 23 12 23Z' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.4998V11.0832C12 10.8401 11.9034 10.6069 11.7316 10.4349C11.5596 10.2631 11.3264 10.1665 11.0833 10.1665H9.25' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6243 6.50016C10.3712 6.50016 10.166 6.29501 10.166 6.04183C10.166 5.78865 10.3712 5.5835 10.6243 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M10.625 6.50016C10.8782 6.50016 11.0833 6.29501 11.0833 6.04183C11.0833 5.78865 10.8782 5.5835 10.625 5.5835' stroke='%2361C6FF' stroke-width='2'/%3E%3Cpath d='M9.25 17.5H14.75' stroke='%2361C6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.checkbox-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='2' fill='%231D2444'/%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='1.5' stroke='%231D2444' stroke-opacity='0.5'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.close {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1594)'%3E%3Cpath d='M0.25 0.249512L11.75 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 0.249512L0.25 11.7495' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1594'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.collapse {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52221 1.32541C6.70192 1.11574 6.67764 0.800092 6.46797 0.620381C6.25831 0.44067 5.94266 0.46495 5.76295 0.674613L6.52221 1.32541ZM0.999725 7.00001L0.620097 6.67461C0.459601 6.86186 0.459601 7.13816 0.620097 7.32541L0.999725 7.00001ZM5.76295 13.3254C5.94266 13.5351 6.25831 13.5593 6.46797 13.3796C6.67764 13.1999 6.70192 12.8843 6.52221 12.6746L5.76295 13.3254ZM5.76295 0.674613L0.620097 6.67461L1.37935 7.32541L6.52221 1.32541L5.76295 0.674613ZM0.620097 7.32541L5.76295 13.3254L6.52221 12.6746L1.37935 6.67461L0.620097 7.32541Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dashboard {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1498)'%3E%3Cpath d='M1.75 5V11.25C1.75 11.3826 1.80268 11.5098 1.89645 11.6036C1.99021 11.6973 2.11739 11.75 2.25 11.75H9.75C9.88261 11.75 10.0098 11.6973 10.1036 11.6036C10.1973 11.5098 10.25 11.3826 10.25 11.25V5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 6.5L6 0.75L11.75 6.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.75H7C7.13261 7.75 7.25979 7.80268 7.35355 7.89645C7.44732 7.99021 7.5 8.11739 7.5 8.25V11.75H4.5V8.25C4.5 8.11739 4.55268 7.99021 4.64645 7.89645C4.74021 7.80268 4.86739 7.75 5 7.75V7.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1498'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.delete {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_1485)'%3E%3Cpath d='M10.25 1.75V11.25C10.25 11.3826 10.1973 11.5098 10.1036 11.6036C10.0098 11.6973 9.88261 11.75 9.75 11.75H2.25C2.11739 11.75 1.99021 11.6973 1.89645 11.6036C1.80268 11.5098 1.75 11.3826 1.75 11.25V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 1.75V0.75C3.75 0.617392 3.80268 0.490215 3.89645 0.396447C3.99021 0.302678 4.11739 0.25 4.25 0.25H7.75C7.88261 0.25 8.00979 0.302678 8.10355 0.396447C8.19732 0.490215 8.25 0.617392 8.25 0.75V1.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.25 1.75H11.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.5V9.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_1485'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.dropdown {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36111 0.654167C1.17011 0.454732 0.853601 0.447893 0.654167 0.638892C0.454732 0.82989 0.447893 1.1464 0.638892 1.34583L1.36111 0.654167ZM4.5 4.65459L4.13889 5.00042C4.2332 5.0989 4.36364 5.15459 4.5 5.15459C4.63636 5.15459 4.7668 5.0989 4.86111 5.00042L4.5 4.65459ZM8.36111 1.34583C8.55211 1.1464 8.54527 0.82989 8.34583 0.638892C8.1464 0.447893 7.82989 0.454732 7.63889 0.654167L8.36111 1.34583ZM0.638892 1.34583L4.13889 5.00042L4.86111 4.30876L1.36111 0.654167L0.638892 1.34583ZM4.86111 5.00042L8.36111 1.34583L7.63889 0.654167L4.13889 4.30876L4.86111 5.00042Z' fill='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.edit {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1589)'%3E%3Cpath d='M3.483 10.9915L0.25 11.75L1.0085 8.51748L8.982 0.542975C9.07486 0.450074 9.18512 0.376378 9.30647 0.326098C9.42782 0.275818 9.55789 0.249939 9.68925 0.249939C9.82061 0.249939 9.95068 0.275818 10.072 0.326098C10.1934 0.376378 10.3036 0.450074 10.3965 0.542975L11.4575 1.60348C11.5504 1.69634 11.6241 1.8066 11.6744 1.92795C11.7247 2.0493 11.7505 2.17937 11.7505 2.31073C11.7505 2.44208 11.7247 2.57215 11.6744 2.6935C11.6241 2.81485 11.5504 2.92511 11.4575 3.01798L3.483 10.9915Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.105 3.37248L8.62849 0.896484' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3915 4.08602L7.92101 1.60352' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.609 10.8665L1.134 8.39148' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1589'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.expand {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_630_1597)'%3E%3Cpath d='M0.477786 12.6746C0.298076 12.8843 0.322356 13.1999 0.532026 13.3796C0.741686 13.5593 1.05734 13.5351 1.23705 13.3254L0.477786 12.6746ZM6.00027 6.99999L6.3799 7.32539C6.5404 7.13814 6.5404 6.86184 6.3799 6.67459L6.00027 6.99999ZM1.23704 0.674592C1.05733 0.464892 0.741685 0.440692 0.532025 0.620392C0.322355 0.800092 0.298075 1.11569 0.477785 1.32539L1.23704 0.674592ZM1.23705 13.3254L6.3799 7.32539L5.62065 6.67459L0.477786 12.6746L1.23705 13.3254ZM6.3799 6.67459L1.23704 0.674592L0.477785 1.32539L5.62065 7.32539L6.3799 6.67459Z' fill='%231D2444'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_630_1597'%3E%3Crect width='7' height='14' fill='white' transform='translate(7 14) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hilfe {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.5005C9.03755 11.5005 11.5 9.03805 11.5 6.0005C11.5 2.96292 9.03755 0.500488 6 0.500488C2.96244 0.500488 0.5 2.96292 0.5 6.0005C0.5 9.03805 2.96244 11.5005 6 11.5005Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 4.49975C4.50004 4.22935 4.57318 3.96396 4.7117 3.7317C4.85021 3.49944 5.04895 3.30895 5.28685 3.18038C5.52475 3.05181 5.793 2.98994 6.06315 3.00133C6.33335 3.01272 6.59545 3.09694 6.8217 3.24507C7.0479 3.39321 7.2299 3.59975 7.3484 3.84284C7.46685 4.08593 7.5174 4.35653 7.4947 4.626C7.472 4.89545 7.37685 5.1538 7.21935 5.3736C7.06185 5.59345 6.84785 5.7666 6.6 5.87475C6.42165 5.9526 6.2699 6.08075 6.16335 6.24355C6.05675 6.40635 6 6.5967 6 6.79125V6.99725' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.00195 8.74707C5.9329 8.74707 5.87695 8.69112 5.87695 8.62207C5.87695 8.55302 5.9329 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3Cpath d='M6.00195 8.74707C6.071 8.74707 6.12695 8.69112 6.12695 8.62207C6.12695 8.55302 6.071 8.49707 6.00195 8.49707' stroke='%231D2444'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.hinweise {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.40611C12.0037 7.87469 11.4284 9.28555 10.3989 10.3328C9.36931 11.3801 7.96845 11.9793 6.50002 12.0006C5.78284 12.0114 5.07066 11.8797 4.40477 11.6131C3.73889 11.3466 3.13255 10.9505 2.62093 10.4478C2.1093 9.94507 1.70257 9.3458 1.42433 8.68471C1.14608 8.02362 1.00186 7.31386 1.00002 6.59661C0.995919 5.12777 1.57104 3.71652 2.60064 2.66894C3.63025 1.62137 5.03133 1.02192 6.50002 1.00061C7.21731 0.989881 7.92958 1.12168 8.59554 1.38836C9.26149 1.65504 9.86787 2.05129 10.3795 2.55413C10.8911 3.05697 11.2978 3.65639 11.576 4.31762C11.8542 4.97886 11.9983 5.68874 12 6.40611Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 7V4' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4956 9.00293C6.47926 9.00318 6.46312 9.00671 6.44816 9.01329C6.43319 9.01988 6.4197 9.02939 6.40847 9.04127C6.39724 9.05316 6.3885 9.06717 6.38277 9.08248C6.37704 9.09779 6.37443 9.11409 6.3751 9.13043C6.37627 9.16324 6.39009 9.19433 6.41367 9.21716C6.43726 9.24 6.46877 9.25282 6.5016 9.25293V9.25293C6.51793 9.25261 6.53403 9.24904 6.54896 9.24243C6.56389 9.23582 6.57736 9.22631 6.58858 9.21444C6.5998 9.20257 6.60854 9.18859 6.61429 9.17331C6.62005 9.15802 6.6227 9.14175 6.6221 9.12543C6.62111 9.09334 6.60795 9.06283 6.5853 9.04009C6.56264 9.01734 6.53219 9.00406 6.5001 9.00293H6.4976' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37986 14.8759 8.26153 15.5841C7.14319 16.2922 6.24899 17.3034 5.68301 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.profile-alternative {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 12C0.5 13.5102 0.797456 15.0056 1.37539 16.4009C1.95331 17.7961 2.8004 19.0639 3.86827 20.1317C4.93615 21.1996 6.2039 22.0467 7.59914 22.6246C8.99438 23.2025 10.4898 23.5 12 23.5C13.5102 23.5 15.0056 23.2025 16.4009 22.6246C17.7961 22.0467 19.0639 21.1996 20.1317 20.1317C21.1996 19.0639 22.0467 17.7961 22.6246 16.4009C23.2025 15.0056 23.5 13.5102 23.5 12C23.5 10.4898 23.2025 8.99438 22.6246 7.59914C22.0467 6.2039 21.1996 4.93615 20.1317 3.86827C19.0639 2.8004 17.7961 1.95331 16.4009 1.37539C15.0056 0.797456 13.5102 0.5 12 0.5C10.4898 0.5 8.99438 0.797456 7.59914 1.37539C6.2039 1.95331 4.93615 2.8004 3.86827 3.86827C2.8004 4.93615 1.95331 6.2039 1.37539 7.59914C0.797456 8.99438 0.5 10.4898 0.5 12V12Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.338 6.59198C9.33419 7.62428 10.6211 8.3287 12.0276 8.61148C13.434 8.89427 14.8932 8.74202 16.211 8.17498' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 8.75C7.75 9.30812 7.85993 9.86077 8.07351 10.3764C8.28709 10.892 8.60015 11.3606 8.9948 11.7552C9.38944 12.1499 9.85796 12.4629 10.3736 12.6765C10.8892 12.8901 11.4419 13 12 13C12.5581 13 13.1108 12.8901 13.6264 12.6765C14.142 12.4629 14.6106 12.1499 15.0052 11.7552C15.3999 11.3606 15.7129 10.892 15.9265 10.3764C16.1401 9.86077 16.25 9.30812 16.25 8.75C16.25 8.19188 16.1401 7.63923 15.9265 7.1236C15.7129 6.60796 15.3999 6.13945 15.0052 5.7448C14.6106 5.35015 14.142 5.03709 13.6264 4.82351C13.1108 4.60993 12.5581 4.5 12 4.5C11.4419 4.5 10.8892 4.60993 10.3736 4.82351C9.85796 5.03709 9.38944 5.35015 8.9948 5.7448C8.60015 6.13945 8.28709 6.60796 8.07351 7.1236C7.85993 7.63923 7.75 8.19188 7.75 8.75V8.75Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.317 18.5C17.751 17.3034 16.8568 16.2922 15.7385 15.5841C14.6202 14.8759 13.3237 14.4999 12 14.4999C10.6763 14.4999 9.37984 14.8759 8.26151 15.5841C7.14318 16.2922 6.24898 17.3034 5.683 18.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' stroke='%231D2444' stroke-opacity='0.3'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.radio-button-active {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231D2444'/%3E%3Cpath d='M9 4L5.81 8.33C5.76985 8.38465 5.71901 8.43056 5.66056 8.46495C5.60211 8.49933 5.53727 8.52146 5.47 8.53C5.40365 8.53847 5.33627 8.53354 5.27186 8.51551C5.20744 8.49747 5.1473 8.4667 5.095 8.425L3 6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8V2.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.5L3.5 2.5L5.5 4.5' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74951 4.75049L7.74951 10.2505' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.74951 8.25049L7.74951 10.2505L5.74951 8.25049' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-down {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 13.5455C1.40079 13.5455 1.26205 13.488 1.15976 13.3857C1.05747 13.2834 1 13.1447 1 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 13.5455C6.05375 13.5455 6.19249 13.488 6.29478 13.3857C6.39708 13.2834 6.45454 13.1447 6.45454 13' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11.9091V11.3636' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 13.5454H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 8.09091H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 13.5454H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 8.09091H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091C6.05375 8.09091 6.19249 8.14838 6.29478 8.25067C6.39708 8.35296 6.45454 8.4917 6.45454 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 8.09091C1.40079 8.09091 1.26205 8.14838 1.15976 8.25067C1.05747 8.35296 1 8.4917 1 8.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.72726V10.2727' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 11.3636V11.9091' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1H1.54545C1.24421 1 1 1.24421 1 1.54545V5.90909C1 6.21034 1.24421 6.45455 1.54545 6.45455H5.90909C6.21034 6.45455 6.45455 6.21034 6.45455 5.90909V1.54545C6.45455 1.24421 6.21034 1 5.90909 1Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8.89981L10.8182 11.0816L8.63637 8.89981' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 2.63635V11.0816' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.reorder-up {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54545 1C1.40079 1 1.26205 1.05747 1.15976 1.15976C1.05747 1.26205 1 1.40079 1 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 1C6.05375 1 6.19249 1.05747 6.29478 1.15976C6.39708 1.26205 6.45454 1.40079 6.45454 1.54545' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2.63635V3.18181' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 1H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.18182 6.45456H2.63637' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 1H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.81817 6.45456H4.27272' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 6.45454C6.05375 6.45454 6.19249 6.39708 6.29478 6.29478C6.39708 6.19249 6.45454 6.05375 6.45454 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.54545 6.45454C1.40079 6.45454 1.26205 6.39708 1.15976 6.29478C1.05747 6.19249 1 6.05375 1 5.90909' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.81819V4.27274' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45454 3.18181V2.63635' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90909 8.09091H1.54545C1.24421 8.09091 1 8.33512 1 8.63637V13C1 13.3012 1.24421 13.5455 1.54545 13.5455H5.90909C6.21034 13.5455 6.45455 13.3012 6.45455 13V8.63637C6.45455 8.33512 6.21034 8.09091 5.90909 8.09091Z' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 5.64565L10.8182 3.46384L8.63637 5.64565' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8182 11.9091V3.46384' stroke='%231D2444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

#reportBlock {
  margin: auto;
  max-width: 1000px;
}

.p-multiselect-filter-icon {
  top: 40% !important;
}

.layout-config {
  width: 18rem;
  background: #EFF9FF !important;
}

.layout-config p {
  color: #1D2444 !important;
}

.layout-config-button:hover {
  background: white;
}

.layout-content-reduced-width {
  width: calc(100% - 18rem);
}

.check_icon ~ .p-timeline-event-connector {
  background-color: #1D2444 !important;
}

.info_icon ~ .p-timeline-event-connector {
  background-color: #61C6FF !important;
}

fa-icon {
  color: #1d2444;
}

/*# sourceMappingURL=main.css.map */
