
*{
    box-sizing: border-box;
}
.feature-name-value.edition-name{
	padding: 8px 4px 4px 16px;
	gap: 4px;

	display:flex;
	font-family: Arial;
	font-size: 15px;
	font-weight: 400;
	line-height: 18.75px !important;
	text-align: left;
}
.edition-tr{
  display: flex;
  flex-direction: column;
}
.feature-name-value.edition-name.selected{
	background:#F2F2F3 !important;
}
td{
    border-top:none !important;
}
.edition-organisation{
    cursor:pointer;
}
.edition-organisation.selected{
    font-weight: 700;
  background:#F2F2F3;
}
.edition-organisation.text_caption{
    padding: 0px 4px 0px 4px;
    gap: 0px;

    display:flex;
    flex-direction:row;
    min-height:30px;
    align-items:center;
}
.edition-organisation.text_caption{
    border-bottom: 2px solid transparent;
}
.day_label{
    padding: 8px 16px 8px 16px;
    gap: 8px;

    min-height:36px;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px !important;
    text-align: left;
    display: flex;
    flex-direction: row;
    cursor:pointer;
    justify-content: space-between;
}
.day_label:focus-visible{
    border-bottom: 2px solid #01070E;
    background-color:#B6E2F5;
    color:#01070E;
    outline:none;
}
input[type="radio"].styled-checkbox{
  height: 19px;
  width: 19px;
  margin-left:11px;
  margin-right:11px;
}
.text_caption{
	font-family: Arial;
	font-size: 13px;
	font-weight: 400;
	line-height: 18.2px !important;
	text-align: left;
	color: #01070E;
}
.arrow-select{
    width: 20px;
    height: 20px;
    background: url("../icons/waste/chevron_down.svg") !important;
    transition: transform 0.2s ease;
}
.arrow-select-bold{
    width: 30px;
    height: 20px;
    background: url("../icons/waste/chevron_down_bold.svg") !important;
    transition: transform 0.2s ease;
}
.feature-name-value.edition-name.initiatives_td{
    padding: 8px 4px 4px 4px;
    gap:4px;
    cursor:pointer;
}
.feature-name-value.edition-name.initiatives_td .edition_label_text {
    width:100%;
}
.feature-name-value.edition-name.initiatives_td .arrow-select-bold{
    margin-left:auto;
}
.leaflet-control-layers label{
    display: flex;
    gap:12px;
    align-items: center;
    min-height:30px;
}
.leaflet-control-layers label input[type="checkbox"]{
    width:16px;
    height:16px;
    position: relative;
    top: 50%;
}
.bag_icon{
	width: 30px;
	height: 30px;
	background: url("../icons/waste/zmieszane.svg") 100% 100% no-repeat !important;
}
.label-ctw{
    gap: 8px;
    display:flex;
    flex-direction:row;
    align-items: center;
    position: relative;
    top: 50%;
}

.label-ctw.previous_month{
	color:#676A6E;
}
.day_label .arrow-select{
	transform: rotate(180deg);
}
.day_label.selected{
    background:#0054A6 !important;
    color:#FFFFFF;

}
.edition-tr.edition_expanded .feature-name-value{
background:#F2F2F3;
}
.edition-tr.edition_hidden .feature-name-value .arrow-select-bold {
	transform: rotate(0deg);
}
.edition-tr.edition_expanded .feature-name-value .arrow-select-bold {
	transform: rotate(180deg);
}

.edition-tr.edition_hidden .day-table{
	display:none;
}
.day_label.selected .arrow-select{
    transform: rotate(0deg);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(63deg) brightness(101%) contrast(102%);
}



.organisations_list{
    list-style: none;
    gap: 4px;

    display:none;
    flex-direction:column;
    margin:0px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.day-table.hidden{
display:none;
}

.organisations_list.expanded {
    max-height:252px;
    display:flex;
    padding: 4px 0px 4px 4px;
}
.day_label_text,.edition_label_text{
    display:flex;
    flex-direction:row;
    gap:8px;
    align-items:center;
    color: inherit;
}

.no-results-msg {
    display:flex;
    width: Fill (250px)px;
    height: Hug (58px)px;
    padding: 12px 0;
    gap: 8px;

}
.no-results-text {
    display:flex;
    width: Fill (202px)px;
    height: Hug (38px)px;
    gap: 4px;

    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;

}
#sidebar{
    padding-bottom: 20px;
    background: white;
}
.sidebar-table{
top:170px !important;
}
#sel-category{
margin-bottom:12px;
}
tbody.list{
overflow-y: scroll;
}
.leaflet-popup-content-wrapper{
    box-shadow: 0px 3px 14px 0px #00000066;
    border-radius: unset;
    max-height: 442px;
    overflow: scroll;
}
.header-popup,
.popup-section,
.box-popup{
    display:flex;
    flex-direction:column;
    gap:8px;
    position:relative;
    width: 315px;
}
.popup-content-container{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.header-popup-ctw .button_navi_bl,
.header-popup-ctw a.button_navi_bl{
    font-family: Arial;
    font-size: 19px;
    font-weight: 700;
    line-height: 19.95px;
    letter-spacing: -0.005em;
    text-align: left;
    color:#01070E;
}
a.button_navi_bl:hover{
    text-decoration:none;
}
.text_caption{
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: var(--Black, #01070E);

}
a.gps_box{
    padding: 4px 8px 4px 8px;
    gap: 8px;
    border: 1px solid #0054A6;
    display:flex;
    flex-direction:row;
    gap:2px;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color:#0054A6;
}
.organisations_list .box-divider{
    padding: 0px 16px;
}
.box-divider{
width:100%;
}
.divider{
width:100%;
height:1px;
background:#E6E7E7;
}
.day_label:hover,
.edition-organisation:hover,
.edition_label_text.grey,
.feature-name-value.grey,
.feature-name-value:hover,
.edition_label_text:hover{
    background:#F2F2F3;
}
.edition-organisation:focus-visible{
    background:#B6E2F5;
    border-bottom: 2px solid var(--Black, #01070E);
}
.popup-box-label{
    font-family: Arial;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.75px;
    letter-spacing: -0.005em;
    text-align: left;
    color:#01070E;
}
.text_tooltip{
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #41454A;
}
.seemore_groups,
.seemore_days{
    width: 100%;
    padding: 8px 16px 8px 16px;
    gap: 4px;
    border: none;
    background: white;
    display:flex;
    flex-direction:row;
    color:black;
}
.initiatives-tr.edition_hidden .seemore_days{
    display:none;
}
.initiatives-tr.edition_expanded .seemore_days{
    display:flex;
}
.seemore_groups:hover .text_caption,
.seemore_days:hover .text_caption{
    color:#0054A6;
    text-decoration:underline;
}
.plus_icon{
width: 16px;
height: 16px;
background: url("../icons/waste/plus-icon.svg") 100% 100% no-repeat !important;

}

.edition-organisation.hidden{
display:none !important;
}
.seemore_groups.hidden,
.seemore_days.hidden{
    display:none;
}
.leaflet-popup.leaflet-zoom-animated{
   width: 363px;
}
.leaflet-popup-content,
.leaflet-popup-content-wrapper{
width:100% !important;
box-sizing:border-box;
}
.leaflet-popup-content{
margin:0px !important;
}
.leaflet-popup-content-wrapper{
padding: 16px;
}
.dialog_copy{
    max-width: 184px;
    max-height: 31px;
    width:100%;
    left: 49%;
    top: 100%;
}
.div_cluster{
	display: block;
	background-image: url(../../plan/icons/custom_cluster_empty.svg);
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    color: white;
}
.div_cluster span.custom-icon{
    display: block;
    position:absolute;
    right:17px;
    bottom:16px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;

}
.marker-text {
    display: none;
    font-size: 12px;
    background-color: white;
    padding: 2px;
    border-radius: 4px;
}

.image-container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.pic_container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    color:#01070E !important;
    /* Text/Caption */
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.gps_text_mobile{
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color:#41454A;
    display:none;
}
.organisation_name {
    max-width: 188px;
}

@media screen and (max-width: 920px) {
    .gps_text_mobile{
        display:block;
    }
}
@media screen and (max-width: 400px) {
    .leaflet-popup.leaflet-zoom-animated{
        width: calc(100vw - 26px);
    }

}
@media screen and (max-width: 400px) {

    .popup-section,
    .header-popup, .popup-section, .box-popup{
        width:100%;
    }
}
.modal-header{
    padding: 0px;
    height: 0px;
    min-height: 0px;
}
.modal-header button.close{
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    background-size: unset !important;
    background-repeat: no-repeat !important;
    right: 0px !important;
    top: 0px !important;
}

  .leaflet-shadow-pane{
        left: calc(100vw - 12px);
    }

.leaflet-popup.leaflet-zoom-animated.opened-popup-mobile {
      opacity: 1;
      transform: translate3d(255px, 304px, 0px);
      bottom: -7px;
      left: -169px;
      z-index: 200;
}
.leaflet-top.leaflet-right.opened-popup-mobile{
      opacity: 1;
      transform: translate3d(255px, 304px, 0px);
      bottom: -7px;
      left: -169px;
      z-index: 200;
}

.max-height-unset {
    max-height: unset !important;
}
.feature-name-value{
    padding: 12px 8px;
    color: var(--Black, #01070E);

    /* Text/Caption */
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
    align-self: stretch;
}
@media screen and (min-width:900px){
    a.gps_box{
        pointer-events:none;
    }
}
@media screen and (max-width:900px){
    a.gps_box{
        display: inline;
        text-align: left;
    }
    .leaflet-popup.leaflet-zoom-animated{
        width:80vw;
    }
}