@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

body.login {
  position: relative;
  background-color: white;
  font-family: "Inter", sans-serif;
  margin: 0;
  display: flex;
  flex-direction: row;
  height: 100vh;
}
body.login h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #002C5F;
  width: 480px;
  text-align: center;
}
body.login h2 ~ p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #344054;
  width: 480px;
  text-align: center;
}
body.login h2 ~ p:last-of-type {
  margin-bottom: 100px;
}
body.login div:has(input), body.login.register div:has(select) {
  display: flex;
  flex-direction: column;
  align-items: left;
  row-gap: 6px;
}
body.login div:has(input) label, body.login.register div:has(select) label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #344054;
}
body.login div:has(input) input[type=text],
body.login div:has(input) input[type=password],
body.login div:has(input) input[type=email], body.login.register div:has(select) input[type=text],
body.login.register div:has(select) input[type=password],
body.login.register div:has(select) input[type=email] {
  padding: 8px 12px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  width: 480px;
  height: 40px;
}
body.login div:has(input) input[type=text]::placeholder,
body.login div:has(input) input[type=password]::placeholder,
body.login div:has(input) input[type=email]::placeholder, body.login.register div:has(select) input[type=text]::placeholder,
body.login.register div:has(select) input[type=password]::placeholder,
body.login.register div:has(select) input[type=email]::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #777F8C;
}
body.login div:has(input) label[for=password],
body.login div:has(input) label[for=entity_id], body.login.register div:has(select) label[for=password],
body.login.register div:has(select) label[for=entity_id] {
  margin-top: 20px;
}
body.login div:has(input) ~ p, body.login.register div:has(select) ~ p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 350px;
  margin-top: 50px;
}
body.login div:has(input) ~ p a, body.login div:has(input) ~ p a:visited, body.login div:has(input) ~ p a:active, body.login.register div:has(select) ~ p a, body.login.register div:has(select) ~ p a:visited, body.login.register div:has(select) ~ p a:active {
  font-weight: 700;
  color: #0066C9;
  text-decoration: none;
}
body.login form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.login button {
  margin-top: 50px;
  border: 1px solid #EAECF0;
  background: #F2F4F7;
  padding: 12px 60px;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #98A2B3;
}
body.login div:has(input:valid) ~ button {
  background: #0066C9;
  color: white;
  cursor: pointer;
}
body.login #circles {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  margin-top: 50px;
}
body.login #circles.reverse {
  flex-direction: row-reverse;
}
body.login #circles .circle {
  background: #0066C9;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
body.login #circles .circle + .circle {
  background: rgba(0, 102, 201, 0.5);
}
body.login main {
  width: 50%;
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.login aside {
  width: 50%;
  box-sizing: border-box;
  background: linear-gradient(169.97deg, #262AD8 17.45%, #061341 89.48%);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.login aside p {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: white;
}
body.login #logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 210px;
}
body.login .invalid-feedback {
  color: #F04438;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
body.register form .form-group {
  padding: 14px;
  border: 0;
}
h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
h3 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
h5 {
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
td input[type=text] {
  width: 484px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 14px 10px 14px;
}
form input:user-valid {
  outline: 1px solid blue;
}
form input:user-invalid {
  outline: 1px solid red;
}
form .form-group {
  display: flex;
  width: 100%;
  margin: 0 -24px;
  padding: 34px 24px;
  border-bottom: 1px solid #EAECF0;
  align-items: flex-start;
}
form .form-group label {
  width: 280px;
}
form .form-group label h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
form .form-group label p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
form .form-group:has(input[required]) label > h3:after, form .form-group:has(textarea[required]) label > h3:after, form .form-group:has(select[required]) label > h3:after {
  content: "*";
  color: red;
}
form .form-group.vertical {
  flex-direction: column;
}
form .form-group.vertical label {
  width: 100%;
}
form .form-group input[type=text],
form .form-group input[type=email],
form .form-group input[type=url],
form .form-group input[type=password],
form .form-group textarea,
form .form-group .rich-text-area,
form .form-group select {
  width: 484px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 14px 10px 14px;
}
form .form-group input[type=date] {
  border-radius: 100px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 14px 10px 14px;
}
form .form-group .select2-selection {
  width: 512px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 4px 8px;
  min-height: 36px;
}
form .form-group .select2-search__field,
form .form-group .select2-search__field::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #475467;
  padding: 0;
  margin: 0;
}
form .form-group .select2-selection__choice__display {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
form .form-group .select2-selection__choice__remove {
  top: 2px;
}
form .form-group .select2-container .select2-selection--multiple .select2-selection__rendered {
  font-size: 14px;
}
form .button-group {
  display: flex;
  justify-content: space-between;
  padding: 34px 0 24px;
}
form .button-group .button-cancel {
  display: block;
  border-radius: 24px;
  padding: 0.65em 1em;
  text-decoration: none;
  color: #344054;
  background-color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  column-gap: 6px;
  border: 1px solid #D0D5DD;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 36px;
  margin: 0;
}
form .button-group .button-cancel:hover {
  color: #344054;
  background-color: #E0E0E0;
}
form .button-group .button-delete {
  border-radius: 24px;
  padding: 0.65em 1em;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #F04438;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
form .button-group .button-delete:hover {
  color: #FFFFFF;
  background-color: #F04438;
}
form .button-group .button-save {
  border-radius: 24px;
  padding: 0.65em 1em;
  text-decoration: none;
  color: #0066C9;
  background-color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
form .button-group .button-save:hover {
  color: #2D9CDB;
  background-color: white;
}
form .button-group .button-submit {
  border-radius: 24px;
  padding: 0.65em 1em;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0066C9;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
form .button-group .button-submit:hover {
  color: #FFFFFF;
  background-color: #2D9CDB;
}
form .form-subgroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
}
form .form-subgroup > div {
  border-radius: 8px;
  border: 1px solid rgba(218, 220, 224, 0.6);
  padding: 12px;
}
form .form-subgroup > div label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
form .form-subgroup > div:has(input:checked) {
  border: 1px solid #0066C9;
}
form .form-subgroup > div input[type=radio] {
  margin: 0;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  top: 3px;
}
form .form-subgroup > div input[type=radio]:not(:checked)::before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid rgba(218, 220, 224, 0.6);
  border-radius: 16px;
  z-index: 1;
}
form .form-subgroup > div input[type=radio]:checked::before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #0066C9;
  border-radius: 16px;
  z-index: 1;
}
form .form-subgroup > div input[type=radio]:checked::after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 6px;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.terms {
  background-color: #FBFBFB;
}
body.terms main {
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 16px;
  background-color: white;
  border: 1px solid #E6F0FA;
}
body.terms button {
  border-radius: 24px;
  padding: 0.65em 1em;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0066C9;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding: 12px 36px;
  margin: 36px auto 0;
}
body.terms button:hover {
  color: #FFFFFF;
  background-color: #2D9CDB;
}
body.admin a, body.admin a:visited, body.admin a:active {
  text-decoration: none;
}
body.admin a:hover, body.admin a:focus {
  text-decoration: underline;
}
body.admin a.button,
body.admin .btn,
body.admin button {
  border-radius: 24px;
  padding: 0.65em 1em;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0066C9;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  column-gap: 6px;
  display: inline;
  padding: 12px 24px;
  margin: 8px;
  font-size: 14px;
}
body.admin a.button:hover,
body.admin .btn:hover,
body.admin button:hover {
  color: #FFFFFF;
  background-color: #2D9CDB;
}
body.admin td {
  padding: 10px 14px;
  border-top: 1px solid #D0D5DD;
}
body.admin td input[type=text] {
  width: 350px;
}
body.app {
  background-color: #FBFBFB;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: row;
  margin: 0;
}
body.app .alert {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 16px;
  margin: 16px;
}
body.app .alert.alert-success {
  border: 1px solid green;
  background: lightgreen;
}
body.app .alert.alert-info {
  border: 1px solid blue;
  background: lightblue;
}
body.app .alert.alert-warning {
  border: 1px solid orange;
  background: lightcoral;
}
body.app .alert.alert-danger {
  border: 1px solid red;
  background: lightcoral;
}
body.app > aside {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 8px;
  width: 48px;
  padding: 8px 16px;
  border-right: 2px solid #FBFBFB;
  min-height: 100vh;
}
body.app > aside > div {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.app > aside > div img {
  width: 24px;
  height: 24px;
}
body.app > aside > div.active {
  background: #E6F0FA;
  border-radius: 4px;
}
body.app #outer_content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.app #outer_content > header {
  background-color: white;
  display: flex;
  justify-content: space-between;
  height: 72px;
  padding-right: 32px;
  border-bottom: 2px solid #FBFBFB;
}
body.app #outer_content > header .logo_link img {
  height: 72px;
}
body.app #outer_content > header nav {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
body.app #outer_content > header nav .search-input {
  position: relative;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #D0D5DD;
  padding: 0 16px;
  box-sizing: border-box;
}
body.app #outer_content > header nav .search-input input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
}
body.app #outer_content > header nav .search-input img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
body.app #outer_content > header nav button:not(.logout-btn) {
  background: transparent;
  border: 0;
  cursor: pointer;
}
body.app #outer_content > header nav a.notification-bell {
  position: relative;
}
body.app #outer_content > header nav a.notification-bell .badge {
  color: white;
  font-size: 12px;
  font-weight: 600;
  background: red;
  border-radius: 20px;
  width: 18px;
  display: flex;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -14px;
  right: -8px;
}
body.dashboard #main_content {
  display: flex;
}
body.dashboard #main_content > main {
  flex-grow: 1;
}
body.dashboard #main_content > main > * {
  padding: 16px;
}
body.dashboard #main_content > main > header {
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: auto;
}
body.dashboard #main_content > main > header a, body.dashboard #main_content > main > header a:visited, body.dashboard #main_content > main > header a:active {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  border-radius: 24px;
  padding: 0.65em 1em;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0066c9;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
body.dashboard #main_content > main > header a:hover, body.dashboard #main_content > main > header a:visited:hover, body.dashboard #main_content > main > header a:active:hover {
  color: #FFFFFF;
  background-color: #2D9CDB;
}
body.dashboard #main_content > main > .events main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 12px;
}
body.dashboard #main_content > main > .events main .event {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 16px;
  background-color: white;
  border: 1px solid var(--border-color);
  width: 203px;
}
body.dashboard #main_content > main > .events main .event .event-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.dashboard #main_content > main > .events main .event .event-header p {
  padding: 4px 12px;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  color: var(--fg-color);
  border-radius: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
body.dashboard #main_content > main > .events main .event .event-header .circle button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.dashboard #main_content > main > .events main .event .event-header .circle button img {
  width: 10px;
}
body.dashboard #main_content > main > .events main .event .event-body {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
body.dashboard #main_content > main > .events main .event .event-body h4 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
body.dashboard #main_content > main > .events main .event .event-body h4 a, body.dashboard #main_content > main > .events main .event .event-body h4 a:visited, body.dashboard #main_content > main > .events main .event .event-body h4 a:active {
  color: initial;
  text-decoration: none;
}
body.dashboard #main_content > main > .events main .event .event-body p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #344054;
}
body.dashboard #main_content > main > .events main .event .event-body .date {
  width: auto;
  background-color: var(--bg-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 4px 12px;
}
body.dashboard #main_content > main > .events main .event .event-body .date img {
  width: 10px;
  height: 10px;
  margin-top: -1px;
}
body.dashboard #main_content > main > .events main .event .event-body .date span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #344054;
}
body.dashboard #main_content > main > .events main .event .event-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
body.dashboard #main_content > main > .events main .event .event-button a, body.dashboard #main_content > main > .events main .event .event-button a:visited, body.dashboard #main_content > main > .events main .event .event-button a:active {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0066c9;
  text-decoration: none;
  row-gap: 8px;
}
body.dashboard #main_content > main > .events main .event .event-button a:hover, body.dashboard #main_content > main > .events main .event .event-button a:focus {
  color: #2D9CDB;
  column-gap: 12px;
  transition: all 0.3s;
  text-decoration: underline;
}
body.dashboard #main_content > main > .events main .event .event-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
  justify-content: space-between;
}
body.dashboard #main_content > main > .events main .event .event-footer a, body.dashboard #main_content > main > .events main .event .event-footer a:visited, body.dashboard #main_content > main > .events main .event .event-footer a:active {
  display: flex;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0066c9;
  text-decoration: none;
  column-gap: 8px;
}
body.dashboard #main_content > main > .events main .event .event-footer a:hover, body.dashboard #main_content > main > .events main .event .event-footer a:focus {
  color: #2D9CDB;
  column-gap: 12px;
  transition: all 0.3s;
  text-decoration: underline;
}
body.dashboard #main_content > main > .events.last-added-events {
  height: 244px;
  overflow: hidden;
}
body.dashboard #main_content > main > .events.coming-events .event {
  width: 451px;
}
body.dashboard #main_content > main > .events.coming-events.limited {
  max-height: 440px;
  overflow: hidden;
}
body.dashboard #main_content > main > .events.my-events {
  height: 200px;
  overflow: hidden;
}
body.dashboard #main_content > main > .events.my-events .date {
  margin-top: 12px;
}
body.dashboard #main_content > main > .events > header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
body.dashboard #main_content > main > .events > header a, body.dashboard #main_content > main > .events > header a:visited, body.dashboard #main_content > main > .events > header a:active {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0066c9;
  text-decoration: none;
}
body.dashboard #main_content > main > .events > header a:hover, body.dashboard #main_content > main > .events > header a:focus {
  color: #2D9CDB;
  text-decoration: underline;
}
body.dashboard #main_content > aside {
  background-color: white;
  box-sizing: border-box;
  width: 340px;
  min-width: 340px;
  height: calc(100vh - 72px);
  padding: 16px;
  border-left: 2px solid #FBFBFB;
  box-shadow: -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
body.dashboard #main_content > aside header p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding-top: 1em;
}
body.dashboard #main_content > aside main {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
body.dashboard #main_content > aside main .event {
  border-radius: 10px;
  padding: 16px;
  background-color: var(--bg-color);
  display: flex;
  flex-direction: column;
  width: 276px;
}
body.dashboard #main_content > aside main .event .event-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.dashboard #main_content > aside main .event .event-header h4 {
  width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 21px;
}
body.dashboard #main_content > aside main .event .event-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}
body.dashboard #main_content > aside main .event .event-body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
body.dashboard #main_content > aside main .event .event-body img {
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
body.dashboard #main_content > aside main .event .event-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.dashboard #main_content > aside main .event .event-footer a, body.dashboard #main_content > aside main .event .event-footer a:visited, body.dashboard #main_content > aside main .event .event-footer a:active {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0066c9;
  text-decoration: none;
}
body.dashboard #main_content > aside main .event .event-footer a:hover, body.dashboard #main_content > aside main .event .event-footer a:focus {
  color: #2D9CDB;
  transition: all 0.3s;
  text-decoration: underline;
}
body.dashboard #main_content > aside h2 {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
body.dashboard #main_content > aside h2 img {
  width: 20px;
  height: 20px;
}
.event-header button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
body.calendar {
  background: white;
}
body.calendar .calendar-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #EAECF0;
  padding-bottom: 0 !important;
}
body.calendar .calendar-tabs > label {
  width: 240px;
  text-align: center;
  border-bottom: 2px solid transparent;
  padding-bottom: 16px;
  cursor: pointer;
}
body.calendar .calendar-tabs > label.active {
  border-bottom: 2px solid #0066C9;
}
body.calendar .calendar-tabs > label:hover {
  border-bottom: 2px solid rgb(201, 228.4029850746, 255);
}
body.calendar .calendar-tabs input[type=radio] {
  display: none;
}
body.calendar header {
  border-bottom: 2px solid #FBFBFB;
  text-align: center;
}
body.calendar #main_content aside form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
body.calendar #main_content aside form button#create_notification {
  border-radius: 24px;
  padding: 0.65em 1em;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0066C9;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding: 12px 36px;
  margin: 0;
}
body.calendar #main_content aside form button#create_notification:hover {
  color: #FFFFFF;
  background-color: #2D9CDB;
}
body.calendar #main_content aside form h3 {
  background: #F5FAFF;
  margin: 0 -16px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 16px;
  column-gap: 12px;
}
body.calendar #main_content aside form details {
  border: 1px solid #BFC6FF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
body.calendar #main_content aside form details > div {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 12px;
}
body.calendar #main_content aside form details summary {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: -10px;
  padding: 12px 16px;
  list-style-type: "";
  appearance: none;
  background: url(https://kalendarz.pot.gov.pl/build/assets/dropdown-arrow-down-BxDe8jyD.svg) no-repeat right 16px center;
}
body.calendar #main_content aside form details[open] summary {
  appearance: none;
  background: url(https://kalendarz.pot.gov.pl/build/assets/dropdown-arrow-up-DOA0LMEv.svg) no-repeat right 16px center;
}
body.calendar #main_content aside form details label {
  display: flex;
  width: 100%;
  text-overflow: ellipsis;
  overflow-x: hidden;
  column-gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #344054;
}
body.calendar #main_content aside form details:first-of-type span {
  color: var(--fg-color, #ABEFC6);
  border: 1px solid var(--border-color, #ABEFC6);
  background: var(--bg-color, #ECFDF3);
  padding: 4px 12px;
  display: inline-block;
  border-radius: 16px;
  text-overflow: ellipsis;
}
body.calendar header > div {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
body.calendar .navigation {
  display: none;
}
body.calendar #select_calendar {
  border-radius: 50px;
  border: 1px solid #B0D0EE;
  padding: 13px 48px 13px 16px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  appearance: none;
  background: url(https://kalendarz.pot.gov.pl/build/assets/dropdown-arrow-down-BxDe8jyD.svg) no-repeat right 16px center;
}
body.calendar.daily .events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 12px;
}
body.calendar.daily .events .event {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 16px;
  background-color: white;
  border: 1px solid var(--border-color);
  width: 203px;
}
body.calendar.daily .events .event .event-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.calendar.daily .events .event .event-header p {
  padding: 4px 12px;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  color: var(--fg-color);
  border-radius: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
body.calendar.daily .events .event .event-header .circle button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.calendar.daily .events .event .event-header .circle button img {
  width: 10px;
}
body.calendar.daily .events .event .event-body {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
body.calendar.daily .events .event .event-body h4 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
body.calendar.daily .events .event .event-body h4 a, body.calendar.daily .events .event .event-body h4 a:visited, body.calendar.daily .events .event .event-body h4 a:active {
  color: initial;
  text-decoration: none;
}
body.calendar.daily .events .event .event-body p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #344054;
}
body.calendar.daily .events .event .event-body .date {
  width: auto;
  background-color: var(--bg-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 4px 12px;
}
body.calendar.daily .events .event .event-body .date img {
  width: 10px;
  height: 10px;
  margin-top: -1px;
}
body.calendar.daily .events .event .event-body .date span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #344054;
}
body.calendar.daily .events .event .event-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
body.calendar.daily .events .event .event-button a, body.calendar.daily .events .event .event-button a:visited, body.calendar.daily .events .event .event-button a:active {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0066c9;
  text-decoration: none;
  row-gap: 8px;
}
body.calendar.daily .events .event .event-button a:hover, body.calendar.daily .events .event .event-button a:focus {
  color: #2D9CDB;
  column-gap: 12px;
  transition: all 0.3s;
  text-decoration: underline;
}
body.calendar.daily .events .event .event-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
}
body.calendar.daily .events .event .event-footer a, body.calendar.daily .events .event .event-footer a:visited, body.calendar.daily .events .event .event-footer a:active {
  display: flex;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0066c9;
  text-decoration: none;
  column-gap: 8px;
}
body.calendar.daily .events .event .event-footer a:hover, body.calendar.daily .events .event .event-footer a:focus {
  color: #2D9CDB;
  column-gap: 12px;
  transition: all 0.3s;
  text-decoration: underline;
}
body.calendar.weekly .days_of_week {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 12px;
  margin-bottom: 12px;
}
body.calendar.weekly .days_of_week .day {
  box-sizing: border-box;
  width: 14%;
}
body.calendar.weekly .days_of_week .day header {
  padding-bottom: 16px;
}
body.calendar.weekly .days_of_week .day main.events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 12px;
}
body.calendar.weekly .days_of_week .day main.events .event {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 12px 12px 0;
  background-color: white;
  border: 1px solid var(--border-color);
  width: 100%;
}
body.calendar.weekly .days_of_week .day main.events .event .event-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  row-gap: 6px;
}
body.calendar.weekly .days_of_week .day main.events .event .event-header p {
  padding: 4px 12px;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  color: var(--fg-color);
  align-self: center;
  text-align: center;
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  margin: 0;
}
body.calendar.weekly .days_of_week .day main.events .event .event-header .circle button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.calendar.weekly .days_of_week .day main.events .event .event-header .circle button img {
  width: 10px;
}
body.calendar.weekly .days_of_week .day main.events .event .event-body {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
body.calendar.weekly .days_of_week .day main.events .event .event-body h4 {
  font-size: 14px;
  color: #344054;
  line-height: 17px;
  width: 100%;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
body.calendar.weekly .days_of_week .day main.events .event .event-body h4 a, body.calendar.weekly .days_of_week .day main.events .event .event-body h4 a:visited, body.calendar.weekly .days_of_week .day main.events .event .event-body h4 a:active {
  color: initial;
  text-decoration: none;
}
body.calendar.weekly .days_of_week .day main.events .event .event-body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 11px;
  color: #5D6676;
}
body.calendar.weekly .days_of_week .day main.events .event .event-body .date {
  width: auto;
  background-color: var(--bg-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 4px 12px;
}
body.calendar.weekly .days_of_week .day main.events .event .event-body .date img {
  width: 10px;
  height: 10px;
  margin-top: -1px;
}
body.calendar.weekly .days_of_week .day main.events .event .event-body .date span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #344054;
}
body.calendar.weekly .days_of_week .day main.events .event .event-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
body.calendar.weekly .days_of_week .day main.events .event .event-button a, body.calendar.weekly .days_of_week .day main.events .event .event-button a:visited, body.calendar.weekly .days_of_week .day main.events .event .event-button a:active {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0066c9;
  text-decoration: none;
  row-gap: 8px;
}
body.calendar.weekly .days_of_week .day main.events .event .event-button a:hover, body.calendar.weekly .days_of_week .day main.events .event .event-button a:focus {
  color: #2D9CDB;
  column-gap: 12px;
  transition: all 0.3s;
  text-decoration: underline;
}
body.calendar.weekly .days_of_week .day main.events .event .event-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
}
body.calendar.weekly .days_of_week .day main.events .event .event-footer a, body.calendar.weekly .days_of_week .day main.events .event .event-footer a:visited, body.calendar.weekly .days_of_week .day main.events .event .event-footer a:active {
  display: flex;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0066c9;
  text-decoration: none;
  column-gap: 8px;
}
body.calendar.weekly .days_of_week .day main.events .event .event-footer a:hover, body.calendar.weekly .days_of_week .day main.events .event .event-footer a:focus {
  color: #2D9CDB;
  column-gap: 12px;
  transition: all 0.3s;
  text-decoration: underline;
}
body.calendar.monthly .calendar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
body.calendar.monthly .calendar-row {
  display: flex;
  width: 100%;
}
body.calendar.monthly .calendar-cell {
  box-sizing: border-box;
  flex: 1;
  border: 1px solid #ddd;
  padding: 10px;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.calendar.monthly .calendar-cell > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body.calendar.monthly .calendar-cell > div.events {
  flex-direction: column;
  align-items: stretch;
}
body.calendar.monthly .calendar-cell.header {
  background-color: #f4f4f4;
  text-align: center;
  min-height: auto;
  border: 0;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
body.calendar.monthly .calendar-cell.other-month {
  background-color: #F2F2F2;
  color: #bbb;
}
body.calendar.monthly .day-number {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
}
body.calendar.monthly .events {
  padding: 0;
  margin: 0;
}
body.calendar.monthly .events a {
  border: 1px solid var(--border-color, #939EFF);
  background: var(--bg-color, #BFC6FF);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 4px;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: var(--fg-color, #131C6D);
  text-decoration: none;
}
body.calendar.monthly .events a:hover {
  border-color: black;
}
body.calendar.monthly .events a.more {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
body.calendar.monthly .events a.more img {
  width: 10px;
}
body.calendar.monthly .events a.more a, body.calendar.monthly .events a.more a:visited, body.calendar.monthly .events a.more a:active {
  color: #0066C9;
  text-decoration: none;
}
body.calendar.monthly .events a.more a:hover, body.calendar.monthly .events a.more a:visited:hover, body.calendar.monthly .events a.more a:active:hover {
  text-decoration: underline;
}
body.calendar.monthly .navigation {
  margin-bottom: 20px;
}
body.calendar.monthly .navigation a {
  margin-right: 10px;
  text-decoration: none;
  color: #007BFF;
}
body.calendar.monthly .navigation a:hover {
  text-decoration: underline;
}
body.calendar.yearly .yearly-calendar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 20px;
}
body.calendar.yearly .month-container {
  border-radius: 5px;
  padding: 10px;
}
body.calendar.yearly .month-container h2 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  color: #333;
  margin-bottom: 18px;
}
body.calendar.yearly .calendar {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
}
body.calendar.yearly .calendar-row {
  display: flex;
  width: 100%;
}
body.calendar.yearly .calendar-cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
body.calendar.yearly .calendar-cell.header {
  font-weight: bold;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #333333;
}
body.calendar.yearly .calendar-cell.other-month {
  color: #bbb;
}
body.calendar.yearly .day-number {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
body.calendar.yearly .day-number.happening {
  color: white;
  background: #6438E0;
  border-radius: 50%;
  transform: scale(calc(0.9 + 0.04 * var(--events-count, 0)));
}
body.calendar.yearly .day-number.happening:hover {
  background: rgb(134.3695652174, 100.1260869565, 230.8739130435);
}
body.calendar.yearly .events {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.calendar.yearly .events li {
  font-size: 0.8em;
  margin-bottom: 2px;
}
body.calendar.yearly .navigation {
  margin-bottom: 20px;
  text-align: center;
}
body.calendar.yearly .navigation a {
  margin-right: 10px;
  text-decoration: none;
  color: #007BFF;
}
body.calendar.yearly .navigation a:hover {
  text-decoration: underline;
}
body.createEventForm {
  background-color: #F0F5FA;
}
body.createEventForm #main_content {
  width: 852px;
  margin: 0 auto;
}
body.createEventForm #main_content main > header {
  padding: 24px 0;
}
body.createEventForm #main_content main > header p {
  margin: 0;
}
body.createEventForm #main_content main > .container {
  background-color: white;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #E6F0FA;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
}
body.createEventForm #main_content main > .container p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
body.createEventForm #main_content aside {
  display: none;
}
body.preview {
  background-color: #E5E5E5;
}
body.preview #main_content {
  width: 852px;
  margin: 0 auto;
}
body.preview #main_content > main > header {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}
body.preview #main_content > main > header p {
  margin: 0;
}
body.preview #main_content > main > header .breadcrumbs {
  align-items: center;
}
body.preview #main_content > main > header > div.round-info {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
  border: 1px solid #EAECF0;
  background-color: #2E3035;
  color: #FFFFFF;
  border-radius: 100px;
  display: flex;
  column-gap: 4px;
}
body.preview #main_content main > .container {
  background-color: var(--fg-color);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
}
body.preview #main_content main > .container p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
body.preview #main_content main > .container header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  color: #E8E8E8;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
body.preview #main_content main > .container header a, body.preview #main_content main > .container header a:visited, body.preview #main_content main > .container header a:active {
  color: #E8E8E8;
  text-decoration: none;
}
body.preview #main_content main > .container header > .left {
  display: flex;
  column-gap: 16px;
}
body.preview #main_content main > .container header > .left .logo {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
}
body.preview #main_content main > .container header > .left .logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
body.preview #main_content main > .container header > .left .user .label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
body.preview #main_content main > .container header > .left .user .name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}
body.preview #main_content main > .container header > .left .user .organisation {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
body.preview #main_content main > .container header > .right {
  display: flex;
  flex-direction: column;
}
body.preview #main_content main > .container header > .right .label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
body.preview #main_content main > .container header > .right .name {
  display: flex;
  column-gap: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
body.preview #main_content main > .container header > .right .organisation {
  display: flex;
  column-gap: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
body.preview #main_content main > .container main {
  margin: 0 -24px -24px;
  padding: 24px;
  background-color: white;
  border-radius: 16px;
}
body.preview #main_content main > .container main .event-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.preview #main_content main > .container main .event-header p {
  padding: 4px 12px;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  color: var(--fg-color);
  border-radius: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
body.preview #main_content main > .container main .event-header .circle button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.preview #main_content main > .container main .event-header .circle button img {
  width: 18px;
  height: 24px;
}
body.preview #main_content main > .container main img {
  width: 16px;
  height: 16px;
}
body.preview #main_content main > .container main img + span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
body.preview #main_content main > .container main hr {
  border: 1px solid #E8E8E8;
  position: relative;
  top: 54px;
}
body.preview #main_content main > .container main h2 {
  margin-bottom: -12px;
}
body.preview #main_content main > .container main h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  position: relative;
  background-color: white;
  padding-right: 4px;
  display: inline-block;
  margin-top: 34px;
  margin-bottom: 4px;
}
body.preview #main_content main > .container main .date {
  margin-top: 8px;
}
body.preview #main_content main > .container main .date a, body.preview #main_content main > .container main .date a:visited, body.preview #main_content main > .container main .date a:active {
  text-decoration: none;
  color: #0066C9;
}
body.preview #main_content main > .container main .target_groups {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}
body.preview #main_content main > .container main .target_groups span {
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  padding: 4px 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
body.preview #main_content main > .container main .attachments .attachment {
  display: flex;
}
body.preview #main_content main > .container main .attachments .attachment .thumb {
  width: 48px;
  height: 48px;
  background-color: #F0F5FA;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
body.preview #main_content main > .container main .attachments .attachment .thumb.file-doc, body.preview #main_content main > .container main .attachments .attachment .thumb.file-docx {
  background: url(https://kalendarz.pot.gov.pl/build/assets/file-docx-BFQTB2ic.svg) no-repeat center;
  background-size: 48px 48px;
}
body.preview #main_content main > .container main .attachments .attachment .thumb.file-pdf {
  background: url(https://kalendarz.pot.gov.pl/build/assets/file-pdf-BBfd82tI.svg) no-repeat center;
  background-size: 48px 48px;
}
body.preview #main_content main > .container main .attachments .attachment .info {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  justify-content: center;
}
body.preview #main_content main > .container main .attachments .attachment span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
body.preview #main_content main > .container main .attachments .attachment a, body.preview #main_content main > .container main .attachments .attachment a:visited, body.preview #main_content main > .container main .attachments .attachment a:active {
  text-decoration: none;
  color: #0066C9;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
body.preview #main_content aside {
  display: none;
}
.breadcrumbs {
  display: flex;
  column-gap: 18px;
  line-height: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.breadcrumbs > *:last-child {
  color: #00488F;
}
.rich-text-editor.editor-container {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.rich-text-editor .toolbar {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  margin-bottom: 10px;
}
.rich-text-editor .toolbar select {
  box-sizing: border-box;
  width: 170px;
}
.rich-text-editor .toolbar button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}
.rich-text-editor .toolbar button:hover {
  background-color: #f0f0f0;
}
.rich-text-editor .rich-text-area {
  background-color: white;
  border: 1px solid #ccc;
  min-height: 150px;
  padding: 10px;
  overflow-y: auto;
}
.calendar-filter-container {
  background: #fff;
  padding: 10px;
  width: max-content;
}
.calendar-filter-container .calendars {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
.calendar-filter-container .calendar {
  display: inline-block;
  margin: 10px;
}
.calendar-filter-container .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.calendar-filter-container .calendar-header button {
  box-sizing: border-box;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 36px;
  height: 36px;
  background: url(https://kalendarz.pot.gov.pl/build/assets/calendar-arrow-left-B7JYjpSe.svg) no-repeat center;
}
.calendar-filter-container .calendar-header button:hover {
  border: 1px solid #D0D5DD;
}
.calendar-filter-container .calendar-header button ~ button {
  background: url(https://kalendarz.pot.gov.pl/build/assets/calendar-arrow-right-DzbklTkw.svg) no-repeat center;
}
.calendar-filter-container .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-filter-container .calendar-days div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 50%;
}
.calendar-filter-container .calendar-days div.selected {
  background-color: #007bff;
  color: white;
}
.calendar-filter-container .calendar-days div:hover {
  background-color: rgb(153, 202.2, 255);
  color: white;
}
.calendar-filter-container .calendar-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.calendar-filter-container .calendar-footer button {
  background: transparent;
  border: 1px solid #D0D5DD;
  padding: 10px 14px;
  border-radius: 100px;
  cursor: pointer;
}
.calendar-filter-container .calendar-footer button:hover {
  background-color: #f0f0f0;
}
.calendar-range-container {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  width: max-content;
}
.calendar-range-container .calendars {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
.calendar-range-container .calendar {
  display: inline-block;
  margin: 10px;
}
.calendar-range-container .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.calendar-range-container .calendar-header button {
  box-sizing: border-box;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 36px;
  height: 36px;
  background: url(https://kalendarz.pot.gov.pl/build/assets/calendar-arrow-left-B7JYjpSe.svg) no-repeat center;
}
.calendar-range-container .calendar-header button:hover {
  border: 1px solid #D0D5DD;
}
.calendar-range-container .calendar-header button ~ button {
  background: url(https://kalendarz.pot.gov.pl/build/assets/calendar-arrow-right-DzbklTkw.svg) no-repeat center;
}
.calendar-range-container .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-range-container .calendar-days div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.calendar-range-container .calendar-days div.selected {
  background-color: #007bff;
  color: white;
  border-radius: 50%;
}
.calendar-range-container .calendar-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.calendar-range-container .calendar-footer button {
  background: transparent;
  border: 1px solid #D0D5DD;
  padding: 10px 14px;
  border-radius: 100px;
  cursor: pointer;
}
.calendar-range-container .calendar-footer button:hover {
  background-color: #f0f0f0;
}
#dropzone {
  border: 1px solid #EAECF0;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 16px 24px;
  text-align: center;
  cursor: pointer;
  width: 484px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
#dropzone:hover {
  border: 1px solid #0066C9;
}
#dropzone .intro {
  pointer-events: none;
}
#dropzone .dz-preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  position: relative;
}
#dropzone .dz-preview.file-doc .dz-image, #dropzone .dz-preview.file-docx .dz-image {
  background: url(https://kalendarz.pot.gov.pl/build/assets/file-docx-BFQTB2ic.svg) no-repeat center;
  background-size: 48px 48px;
}
#dropzone .dz-preview.file-pdf .dz-image {
  background: url(https://kalendarz.pot.gov.pl/build/assets/file-pdf-BBfd82tI.svg) no-repeat center;
  background-size: 48px 48px;
}
#dropzone .dz-image {
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 12px;
}
#dropzone .dz-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#dropzone .dz-details {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 4px;
  align-items: flex-start;
}
#dropzone .dz-details .dz-filename {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
#dropzone .dz-details .dz-size {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
#dropzone .dz-progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
  background: #EAECF0;
  border-radius: 4px;
  height: 8px;
  width: 100px;
}
#dropzone .dz-progress .dz-upload {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #0066C9;
  border-radius: 4px;
  height: 8px;
}
#dropzone .dz-error-message {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FF0000;
}
#dropzone .dz-success-mark {
  display: none;
}
#dropzone .dz-error-mark {
  display: none;
}
body.no-sidebar #main_content > aside {
  display: none;
}
body.notifications #main_content > aside {
  padding-top: 0;
}
body.notifications #main_content > aside h3 {
  background: #F5FAFF;
  margin: 0 -16px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 16px;
  column-gap: 12px;
}
body.notifications #main_content > aside form, body.notifications #main_content > aside button {
  display: inline;
}
body.notifications #main_content > aside button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  width: min-content;
}
body.notifications nav {
  display: flex;
  justify-content: center;
}
body.notifications .pagination,
body.dashboard.admin .pagination {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  column-gap: 18px;
  text-align: center;
}
body.notifications .pagination .page-link,
body.dashboard.admin .pagination .page-link {
  width: 24px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-menu {
  position: relative;
  display: inline-block;
}
.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 200px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-menu li {
  padding: 10px 15px;
}
.dropdown-menu li a {
  text-decoration: none;
  color: #333;
  display: block;
}
.dropdown-menu li a:hover,
.logout-btn:hover {
  background-color: #f5f5f5;
}
.logout-btn {
  border: none;
  background: none;
  color: #333;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
}
p.brak-wydarzen {
  text-align: center;
  margin: 24px auto;
  font-style: italic;
}
small {
  font-size: 12px;
  color: #666;
}
.button-group-right {
  display: flex;
}
#partners-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#partners-group h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #344054;
}