a.fc-event {
  font-size: 11px;
  height: 17px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
a.fc-event:hover {
  transition: 0.5s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* Stylizacja listy kategorii */
#category-filter .list-group-item {
  display: flex;
  align-items: center;
}

#category-filter .list-group-item .badge {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

div#text-filtr-category {
  margin-top: 40px;
  margin-bottom: 10px;
}
.list-group {
  width: 100%;
}
img.logoHader {
  margin-top: -12px;
  height: 50px;
}
span.logo-txt {
  color: #2e6de7 !important;
  font-family: Ubuntu;
  font-weight: 500;
}

button#btn-new-event,
button.fc-prev-button.fc-button.fc-button-primary,
button.fc-next-button.fc-button.fc-button-primary,
button.fc-today-button.fc-button.fc-button-primary,
button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active,
button.fc-timeGridWeek-button.fc-button.fc-button-primary,
button.fc-timeGridDay-button.fc-button.fc-button-primary,
button.fc-listMonth-button.fc-button.fc-button-primary {
  background: #525ce5 !important;
}

div#event_select_chosen {
  width: 100% !important;
}
.dropdown-menu {
  display: none;
}

.dropdown-menu.show {
  display: block;
  position: absolute;
  z-index: 1050; /* Zapewnia, że menu wyświetla się nad innymi elementami */
}

.list-group {
  border-radius: 0;
}

/* Stylizacja badge w Select2 */
.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-results__option {
  display: flex;
  align-items: center;
}
span#select2-event-select-container {
  width: 240px;
}

span.select2-selection.select2-selection--single {
  background: none !important;
}
.searchSelect2 {
  margin-top: -11px;
  width: 25%;
}
li.select2-results__option.select2-results__message {
  color: #525ce5;
  font-weight: 500;
}
.select2-container--default .select2-selection--single {
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #494949;
  margin-left: 25px;
}
span.select2-selection__placeholder:hover {
  color: #525ce5 !important;
  transition: 0.5s;
}
svg#iconSelect2 {
  position: absolute;
  margin-top: 5px;
  margin-left: 1px;
}
/* Stylizacja okna podglądu */

div#topDateZone {
  min-height: 165px;
  width: 110%;
  /* margin-left: -1%; */
  width: 100%;
  padding: 20px;
  /* margin-top: -20px; */
  padding-bottom: 30px;
}
div#startDate {
  border: 1px solid #ffffff49;
  position: relative;
  float: left;
  padding: 10px 29px;
  /* background: white; */
  /* margin-bottom: 15px; */
  text-align: center;
}
p#view-event-startDate {
  color: #ffffff;
  font-size: 37px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
p#view-event-startMonth {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}
p#view-event-startDay {
  color: white;
  margin-bottom: 0;
}
p#view-event-title {
  color: white;
}
div#view-event-title-Div {
  margin-left: 150px;
  position: relative;
  border-bottom: 1px solid #ffffff40;
}
div#view-event-endDateDiv {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 12px;
}
p#view-event-endDate,
p#view-event-time {
  color: white;
  font-size: 1em;
  margin-bottom: 5px;
}
img.iconView {
  width: 20px;
  margin-right: 7px;
}
div#view-event-TimeDiv {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 12px;
}
p#view-event-place {
  position: relative;
  float: left;
}
p#view-event-address,
p#view-event-city {
  position: relative;
  float: left;
  margin-left: 7px;
}
p#view-event-contact {
  /* clear: both; */
  /* margin-top: -10px; */
  position: relative;
  float: right;
}
#map {
  height: 400px;
  width: 100%;
}
.external-event.fc-event {
  height: 20px;
}
#external-events .external-event {
  padding: 0px 0 0 15px !important;
  font-size: 11px;
}
div#ruleEvent {
  position: relative;
  float: right;
  margin-right: 5px;
  font-size: 15px;
  margin-top: -5px;
}
/* Stylizacja switchy ////////////////////////////////////////////////////// */
.form-check-input.event-group-switch {
  width: 3rem; /* Szerokość przełącznika */
  height: 1.5rem; /* Wysokość przełącznika */
  margin-right: 15px;
  margin-bottom: 5px;
}
.form-check-input.event-group-switch::before {
  width: 1rem; /* Rozmiar "kropki" */
  height: 1.5rem; /* Dostosowanie do wysokości przełącznika */
  margin-top: 0; /* Wyrównanie "kropki" */
}
.form-check-input.event-group-switch:checked {
  background-color: #0d6efd; /* Kolor aktywnego przełącznika */
  border-color: #0d6efd;
}

.form-check.form-switch {
  position: relative;
  float: left;
  margin-right: 20px;
}

div#category-filter {
  margin-top: 80px !important;
  position: relative;
  clear: both;
}

.calendarEventsRender {
  position: relative;
  /* margin-top: -1px; */
  padding: 0px 5px;
  font-weight: 600;
  margin-left: -25px;
  z-index: 10000000 !important;
  font-size: 11px;
  display: inline;
}
.fc-daygrid-dot-event {
  align-items: flex-start !important;
}
.fc-event-main {
  width: 100%;
  /* margin-right: 45px !important; */
  margin-top: 0;
  position: absolute !important;
  padding-left: 5px;
  border-radius: 2px;
  margin-left: -5px;
}
.fc-event {
  padding: 0 0 0 5px;
}
.fc-button-group .fc-button-primary {
  background-color: #525ce5 !important;
}
.external-event.fc-event:hover {
  cursor: move;
}
i.mdi.mdi-logout {
  font-size: 20px;
}
img#current-lang-img {
  margin-top: -5px;
}
div#category-filter {
  margin-top: 110px !important;
  position: relative;
  clear: both;
  position: relative;
}
.list-group-item.d-flex.justify-content-between.align-items-center {
  height: 33px;
}
.fc-daygrid-body.fc-daygrid-body-unbalanced.fc-daygrid-body-natural {
  max-height: 400px;
}
.fc-event, .fc-event-draggable, .fc-event-resizable, .fc-event-start, .fc-event-end, .fc-event-past, .fc-daygrid-event, .fc-daygrid-dot-event {
  border-radius: unset !important;
}
.external-event.fc-event {
  width: 48%;
  position: relative;
  float: left;
  margin-right: 5px !important;
  border-radius: 5px !important;
}
div#rowDrop {
  margin-bottom: 20px;
  position: relative;
  float: left;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
  box-shadow: unset !important;
}
 /*
body[data-layout-size=boxed] {
  background-color: #030f16;
}

  Weather /////////////////////////////////////////////////////////*/
div#weatherDiv {
  display: flex;
  justify-content: left;
  margin-top: -10px;
  margin-left: 1%;
  margin-bottom: 5px;
  width: auto;
}
.weatherDay {
  /* margin-top: -15px; */
  font-size: smaller;
}
img.iconWeather {
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
span.weatherSpan {
  font-size: 12px;
}
.separatorWeather {
  margin-left: 15px;
  margin-right: 15px;
}
span.weatherTemp {
  font-size: 14px;
}

 /* Sabbath date /////////////////////////////////////////////////////////*/
 div#sabbathDiv {
  display: flex;
  justify-content: center;
}
.sabat-data {
  font-size: 16px;
  margin-top: -2px;
  color: #03A9F4;
}
.sabat-tekst {
  margin-right: 10px;
  font-size: 14px;
}
.noti-icon i {
  font-size: 27px;
  color: unset;
}
i#sabbathClick {
  font-size: 22px;
}
.fc-event-main {
  white-space: normal;
  line-height: 1.5;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: #fc931d !important;
}

  /* Tablet /////////////////////////////////////////////////////////*/
@media (max-width: 1090px) {
  .searchSelect2 {
    width: 75%;
    margin-bottom: 20px;
}

}
  /* Mobile /////////////////////////////////////////////////////////*/
@media (max-width: 768px) {
div#weatherDiv {
  display: none;
}
button.btn.btn-sm.px-3.font-size-16.d-lg-none.header-item {
  display: none;
}
div#rowDrop {
  display: none;
}
.searchSelect2 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5px;
  margin-bottom: 10px;
}
.dropdown-menu.dropdown-menu-lg.dropdown-menu-end.p-0.show {
  width: 99%;
}
div#categoryDiv {
  display: none;
}
#map {
  width: 110%;
  margin-left: -17px;
}
}
div#rowDrop {
    display: none;
}