/*
============================
IMPORT FONTS
============================
*/

@font-face {
    font-family: 'Open Sans';
    src: url('./assets/fonts/OpenSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./assets/fonts/OpenSans-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./assets/fonts/OpenSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./assets/fonts/OpenSans-Semibold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-ExtraLightItalic.ttf');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Italic.ttf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-ExtraLight.ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-LightItalic.ttf');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Black.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*
============================
GLOBAL
============================
*/

html {
    scroll-behavior: smooth;
}

main{
    margin: 0;
}

.page-layout{
    background: #fff;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.row>*{
    padding: 0 !important;
}

.odsui-top:before{
    font-family: "FontAwesome";
    content: "\f106" !important;
    cursor: pointer;
}

.odsui-bottom:before{
    font-family: "FontAwesome";
    content: "\f107" !important;
    cursor: pointer;
}

.odswidget-map-legend__picto{
    vertical-align: unset;
}

/*
============================
PAGE STYLES
============================
*/

.ods-message-box.ods-message-box--warning.odswidget-map__limited-data-warning{
    display: none;
}

/*Hide for business selection kpictx context*/
.odswidget-map-display-control__group:nth-of-type(2){
    display: none;
}

.ods-widget-timer{
    display: none
}

.custom-view-content{
    position: relative;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

h2{
    color: #812A11;
}

h1{
    margin-bottom: 20px;
}

h1,h2{
    margin-left: 5px;
}

.odswidget-filter-summary__clear-all{
    /*position: absolute;
    right: 14px;
    top: 58px;*/
    color: #812A11;
    margin-left: 4px;
}
.odswidget-filter-summary__active-filter-label{
    display: none !important;
}

.map-module{
    background: #eef2f7;
}

.map-area-box{
    background: #fff;
}


/*header css*/

/*.header-logo {
display: flex;
align-items: center;
}
.header-logo a {
margin-right: 20px;
}
.header-menu-list ul li {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 22px;
display: flex;
align-items: center;
text-align: center;
color: #002664;
margin: 0px 15px;
text-decoration: none;
padding-top: 15px;
padding-bottom: 15px;
}
.header-menu-list ul li {
list-style: none;
}
.header-menu-list a:hover{
text-decoration: none;
}

.header-menu-list ul {
padding: 0;
margin: 0;
display: flex;
justify-content: flex-start;
}

.header-menu-list .activeTab {
color: #D7153A;
border-bottom: 5px solid #D7153A;
}*/

.ods-tabs__tabs{
    border-bottom: 1px solid rgba(0, 38, 100, 0.16);
}

.ods-tabs__pane.ods-tabs__pane--simple-nav{
    padding-top: 0;
}

.ods-tabs__tab.ods-tabs__tab--simple-nav{
    color: #002664;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 1rem;
}
/*.ods-tabs__tab.ods-tabs__tab--simple-nav:nth-of-type(5){
float: right;
}*/

.ods-tabs__tab.ods-tabs__tab--simple-nav.ods-tabs__tab--active{
    color: #D7153A !important;
    border-bottom: 5px solid #D7153A !important;
}

.ods-tabs__tab.ods-tabs__tab--simple-nav.ods-tabs__tab--active, .ods-tabs__tab.ods-tabs__tab--simple-nav:hover{
    color: #002664;
}

.header-acc-menu.region-dropdown{
    /* position: absolute;
    top: 10px;
    right: 10px; */
    display: flex;
    align-items: center;
}
.header-acc-menu.region-dropdown .dropdown-text{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    padding-right: 10px;
}
.header-acc-menu.region-dropdown .odswidget-select-button{
    background: #002664;
    color: #fff;
}
.header-acc-menu.region-dropdown .select-button button{
    background: #002664;
    color: #fff;
    padding: 5px 18px;
    height: 100%;
    /*margin-right: 15px;*/
    border: 2px solid #002664 !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}
.header-acc-menu.region-dropdown .odswidget-select-button .odswidget-select-button-label{
    color: #fff;
}

.header-acc-menu ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #002664;
    margin: 0px 15px;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-acc-menu ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0px 5px;
}
.header-acc-menu ul {
    padding: 5px 0;
    margin: 0;
    display: flex;
    justify-content: end;
}
header.header-menu .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header.header-menu {
    border-bottom: 1px solid rgba(0, 38, 100, 0.16);
}

/* Facet Styles */

/*Checkbox Styles*/

.odswidget-facet__category{
    border:none;
}

.odswidget-facet--disjunctive .odswidget-facet__category:before {
    font-family: 'FontAwesome';
    content: "\f096";
    font-size: 24px;
    position: absolute;
    top: 5px;
    left: 0.05rem;
    padding: 0.1rem 0;
    padding: 0 0px;
}

.odswidget-facet--disjunctive .odswidget-facet__category--refined:before {
    content: "\f14a";
    font-family: 'FontAwesome';
    font-size: 24px;
    position: absolute;
    top: 2px;
    left: 0.05rem;
    padding: 0 0;
}
/*Custom Facet Uncheck for Waste Description*/
/*.odswidget-facet--disjunctive.uncheckCheckbox .odswidget-facet__category--refined:before{
font-family: 'FontAwesome';
content: "\f096";
font-size: 24px;
position: absolute;
top: 5px;
left: 0.05rem;
padding: 0.1rem 0;
padding: 0 0px;
}*/

/*Facet tickbox, unhide later*/
/*.odswidget-facet--disjunctive .odswidget-facet__category--refined + .odswidget-facet__category-list .odswidget-facet__category:before{
content: "\f14a";
font-family: 'FontAwesome';
font-size: 24px;
position: absolute;
top: 2px;
left: 0.05rem;
padding: 0 0;
}*/

.odswidget-facet--disjunctive .odswidget-facet__category:hover:before{
    font-family: 'FontAwesome';
    content: "\f096";
    font-size: 24px;
    position: absolute;
    top: 5px;
    left: 0.05rem;
    padding: 0.1rem 0;
    padding: 0 0px;
}

.odswidget-facet--disjunctive .odswidget-facet__category.odswidget-facet__category--refined:hover:before{
    font-family: 'FontAwesome';
    font-size: 24px;
    content: "\f14a";
    position: absolute;
    top: 2px;
    left: 0.05rem;
    padding: 0.1rem 0;
    padding: 0 0px;
}
/*Custom Facet Uncheck for Waste Description*/
/*.odswidget-facet--disjunctive.uncheckCheckbox .odswidget-facet__category--refined:before{
color: #1a4f7b;
text-decoration: none;
border-color: #1a4f7b;
line-height: 14px;
padding: 2px 5px;
padding-left: 15px;
margin-left: -10px;
}*/

.odswidget-facet__category--refined, .odswidget-facet__category:before {
    color: #002664;
    text-decoration: none;
    border-color: #002664;
    line-height: 14px;
    padding: 2px 5px;
    padding-left: 15px;
    margin-left: -10px;
}

/* Unhide later. Minus ("-") icon for selected item in hierarchical facets */

/*For custom non-hierarchical facet*/
.odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category:before {
    content: "\f146";
    font-size: 24px;
}
.odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category:hover:before{
    content: "\f146" !important;
    font-size: 24px;
}

/*For custom hierarchical facet*/
/*.odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category:before {
content: "\f146";
font-size: 24px;
}
.odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category:hover:before{
content: "\f146" !important;
font-size: 24px;
}*/

.odswidget-facet__category-container .odswidget-facet__category-list{
    margin-left:0;
    padding-left:30px;
}

/*Other facet styles*/

.odswidget-facet__category{
    margin-left: 10px;
    padding-left: 1.5rem;
    font-family: 'Montserrat';
    font-size: 14px;
}
.odswidget-facet__category-container{
    margin: 5px 0;
}
.odswidget-facet__category--refined, .odswidget-facet__category:hover{
    border: none;
    /*color: #000;*/
}

.odswidget-facet__expansion-control-link{
    color: #002664; 
    /* font-size: 16px; */
    font-weight: 500;
    padding: 0;
}
a.odswidget-facet__expansion-control-link:before{
    content: 'Show';
}
a.odswidget-facet__expansion-control-link:after{
    content: '\f105';
    font-family: 'FontAwesome';
}
.odswidget-facet__expansion-control i{
    display: none;
}

.odswidget-facet__category-count{
    display: none;
}

.facet-group h3{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}


/* Takers and Sorters Btn facet dropdown and dropdown content */

.map-dropdown-button-wrapper.wastetakers .odswidget-facet{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet.custom{
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.odswidget-facet.custom .odswidget-facet-category{
    border-bottom: 1px solid #CBD2DB;
    padding: 5px 0;
}

.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category:before{
    content: "" !important;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category:before{
    content: "" !important;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined:before{
    content: "" !important;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category.odswidget-facet__category--refined:hover:before{
    content: "" !important;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category:hover:before{
    content: "" !important;
}

.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category--refined, .odswidget-facet__category:hover{
    color: #565656;
}

.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category{
    /*margin-left: 20px;*/
    margin-left: 0;
    border-left-width: 1px;
    opacity: 0.5;
    transition: margin-left .2s,border-left-width .2s,opacity .2s;
    border: solid 1px #E5E5E5;
    padding: 5px;
}

.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined{
    margin-left: 0;
    border-left-width: 5px;
    border-left-color: #D7153A;
    opacity: 1;
    padding: 10px 5px;
}

/* Left Border Colors for different transformers (materials_level_1) */

.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category.wood,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined.wood{
    border-left-color: #F7B133;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category.metals,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined.metals{
    border-left-color: #6C7987;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category.plastics,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined.plastics{
    border-left-color: #F72934;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category.inert-construction-and-demolition,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined.inert-construction-and-demolition{
    border-left-color: #FDFF22;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category.coal-ash,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined.coal-ash{
    border-left-color: #aaaaaa;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category.organics,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined.organics{
    border-left-color: #25FF46;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category.paper-and-cardboard,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined.paper-and-cardboard{
    border-left-color: #C1836E;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category.textiles,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined.textiles{
    border-left-color: #FF54ED;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category.glass,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined.glass{
    border-left-color: #275CDB;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container:has(ul) > div > .odswidget-facet__category.tyre-waste,
.map-dropdown-button-wrapper.wastetakers .odswidget-facet--disjunctive .odswidget-facet__category--refined.tyre-waste{
    border-left-color: #000000;
}


/* Facet and Map Tooltip */ 

.facet-tooltip .odswidget-facet--disjunctive .odswidget-facet__category.odswidget-facet__category.tooltip-content{
    width: fit-content;
}
.facet-tooltip .odswidget-facet-category{
    display: flex;
    justify-content: space-between;
}
.facet-tooltip .odswidget-facet__category{
    width: 90%;
    cursor: pointer;
}
.facet-tooltip .tooltip-icon{
    width: fit-content;
    text-align: right;
    position: relative;
}
.facet-tooltip .tooltip-icon svg:hover{
    cursor: pointer;
}

.facet-tooltip .tooltip {
    position: relative; 
    display: inline-block;
}

.tooltip{
    opacity: 1;
}

.facet-tooltip .tooltip .tooltip-content {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
    position: absolute;
    /*width: 275px;*/
    width: 325px;
    max-height: 475px;
    /* White */
    background: #EEEEEE;
    /* Gray 1 */
    border: 1px solid #eef2f7;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    /* Position the tooltip */
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 1;
    text-align: left;
}
.map-tooltip .tooltip .tooltip-content {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
    position: absolute;
    /*width: 275px;*/
    width: 325px;
    max-height: 475px;
    /* White */
    background: #FFFFFF;
    /* Gray 1 */
    border: 1px solid #eef2f7;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    /* Position the tooltip */
    position: absolute;
    bottom: -50px;
    left: -150px;
    z-index: 1;
    text-align: left;
}
.facet-tooltip .tooltip:hover .tooltip-content,
.map-tooltip .tooltip:hover .tooltip-content {
    visibility: visible;
}

.facet-tooltip .tooltip .tooltip-content img,
.map-tooltip .tooltip .tooltip-content img{
    width: 100%;
    height: 50%;
}
.facet-tooltip .tooltip .tooltip-content span,
.map-tooltip .tooltip .tooltip-content span{
    margin-top: 45%;
    text-align: center;
    font-size: 16px;
}

.facet-tooltip .tooltip .tooltip-content p,
.map-tooltip .tooltip .tooltip-content p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* Black */
    color: #000E24;
    margin-bottom: 5px;
}

.facet-tooltip .tooltip .tooltip-content .tooltip-description,
.map-tooltip .tooltip .tooltip-content .tooltip-description{
    max-height: 275px; 
    overflow-y: scroll; 
}

.facet-tooltip .tooltip .tooltip-content .learn-more-text,
.map-tooltip .tooltip .tooltip-content .learn-more-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #D7153A;
}

/* Confidence Prediction Tooltip */

.switch-container.search-by-quantityip .tooltip-icon svg:hover{
    cursor: pointer;
}

.switch-container.search-by-quantityip .tooltip {
    position: relative; 
    display: inline-block;
}

.switch-container.search-by-quantityip .tooltip .tooltip-content {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
    position: absolute;
    /*width: 275px;*/
    width: 325px;
    height: 250px;
    /* White */
    background: #eee;
    /* Gray 1 */
    border: 1px solid #eef2f7;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    /* Position the tooltip */
    position: absolute;
    bottom: 25px;
    left: -310px;
    z-index: 1;
    text-align: left;
}
.switch-container.search-by-quantityip .tooltip .tooltip-content .tooltip-text{
    height: 250px;
    overflow-y: scroll;
}

.switch-container.search-by-quantityip .tooltip:hover .tooltip-content{
    visibility: visible;
}

/* Map dropdown Tooltip */

/* Waste takers dropdown tooltip */

.wastetakers .dropbtn {
    position: relative;
}

.wastetakers .dropbtn .tooltiptext {
    visibility: hidden;
    width: fit-content;
    background: #eee;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: left;
    border-radius: 5px;
    padding: 5px 10px !important;
    position: absolute;
    z-index: 1;
    bottom: 145%;
    left: 0;
    margin-left: -20%;
}
.wastetakers .dropbtn.wastesorters .tooltiptext{
    width: 350px;
}
.wastetakers .dropbtn.wastetakers .tooltiptext{
    width: 350px;
}

.wastetakers .dropbtn  .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #eee transparent transparent transparent;
}

.wastetakers .dropbtn:hover .tooltiptext {
    visibility: visible;
}


/* Heatmap and quantity button tooltip */

.map-dropdown-button-wrapper .check-btn{
    position: relative;
}

.map-dropdown-button-wrapper .check-btn .tooltiptext {
    visibility: hidden;
    width: fit-content;
    background: #eee;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: left;
    border-radius: 5px;
    padding: 5px 10px !important;
    position: absolute;
    z-index: 1;
    bottom: 135%;
    left: -40%;
    margin-left: -60px;
}
.map-dropdown-button-wrapper .check-btn .tooltiptext{
    width: 350px;
}

.map-dropdown-button-wrapper .check-btn .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #eee transparent transparent transparent;
}

.map-dropdown-button-wrapper .check-btn:hover .tooltiptext {
    visibility: visible;
}


/* Other layers tooltip */

.map-dropdown-button-wrapper.other-layers .side-btn{
    position: relative; 
    text-align: center;
    cursor: pointer;
}

.map-dropdown-button-wrapper.other-layers .side-btn .tooltiptext {
    visibility: hidden;
    width: fit-content;
    background: #eee;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: left;
    border-radius: 5px;
    padding: 5px 10px !important;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 105px;
    margin-left: -60px;
}
.map-dropdown-button-wrapper.other-layers .side-btn .tooltiptext{
    width: 150px;
}

.map-dropdown-button-wrapper.other-layers .side-btn .tooltiptext::after {
    content: "";
    position: absolute;
    top: 27%;
    right: 100%;
    margin-top: -1px;
    border-width: 7px;
    border-style: solid;
    transform: rotate(90deg);
    border-color: #eee transparent transparent transparent;
}

.map-dropdown-button-wrapper.other-layers .side-btn:hover .tooltiptext {
    visibility: visible;
}


/* Chart Module */ 

.chart-module .filters{
    text-align: right;
    /*padding: 10px 10px;*/
}
.chart-module .filters .resetfilter{
    color: #233340;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.chart-module .filters .resetfilter i{
    padding-left: 5px;
}

/*.chart-module .ods-chart{
height: 500px;
}*/


/* Map KPI Module */

.kpi-module {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 10%;
    margin-right: 10%;
    z-index: 2;
    bottom: 50px;
    /*width: 600px;*/
    display: flex;
    justify-content: center;
}
.kpi {
    width: 25%;
    margin: 5px;
    padding: 0px 7px;
    border-radius: 5px;
    color: #f4f2ec;
}
.kpi.business {
    border: 2px solid #387FB5d4;
    background-color: #387FB5b5;
}
.kpi.waste {
    border: 2px solid #4A4A4Ad4;
    background-color: #4A4A4Ab5;
}
.kpi-title {
    font-weight: 600;
    font-size: 1.2em;
}
.kpi-value {
    font-weight: 400;
    font-size: 1.8em;
    text-align: center;
}

/*
.chart-module .odswidget.odswidget-charts{
height: 300px;
}

*/
/*=================Left Modal======================*/


/* Button */
/*.filter-btn {
position: absolute;
top: 355px;
left: -15px;
transform: rotate(-90deg);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4em;
width: 200px;
height: 40px;
padding: 11px;
border: #F4F2ED;
border-radius: 0px 0px 5px 5px;
transition: ease-in 0.3s;
box-shadow: 4px 4px 12px -1px #94928c;
text-decoration: none;
z-index: 3;
color: #f4f2ec;
background-color: #812A11;
}*/
/*.filter-btn--active {
left: 315px;
}*/
/*.filter-btn:hover {
box-shadow: 0 10px 26px 5px #a7a49d;
}
span.filtered {
color: red;
margin: 0px 4px;
font-weight: 600;
}*/
/* MODAL */
.cl-modal {
    display: flex;
    flex-direction: column;
    height: 100vh;
    /* margin-top: 155px; */
    right: 0;
    top: 0;
    width: 0;
    position: fixed;
    /* background-color: #f4f2ec; */
    background: #fff;
    border-radius: 5px;
    z-index: 99999;
    transition: ease-in 0.3s;
    box-shadow: 0 1px 5px rgb(0 0 0 / 65%);
}
.cl-modal-active {
    width: 468px;
}
.cl-modal__header,
.cl-modal__footer {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0s;
}
.cl-modal-active .cl-modal__header, .cl-modal-active .cl-modal__footer {
    opacity: 1;
    transition-delay: 0.3s;
}
.cl-modal__header {
    border-bottom: 1px solid #bbbbbb;
}
.cl-modal__footer {
    border-top: 1px solid #bbbbbb;
}
.cl-modal__content {
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0s;
}
.cl-modal-active .cl-modal__content {
    opacity: 1;
    transition-delay: 0.3s;
}
/* The button used to close the modal */
/*.closebtn {
font-size: 1.5em;
font-weight: 400;
}
.closebtn span {
font-weight: 400;
}
.closebtn:hover,
.closebtn:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

.cl-modal__content .ods-filters-placeholder.no-selection{
padding: 20px 0px;
text-align: center; 
}
*/
.listing-item-main-info{
    margin-bottom: 20px;
}
.listing-item{
    /*margin-bottom: 10px;
    padding: 0 1rem 1rem 0;
    border-bottom: 1px solid #DEE5EF;*/
}
.listing-item-header{
    margin-left: 0;
    margin-bottom: 20px;
}
.listing-item-name{
    margin-bottom: 0;
    font-size: .9rem;
    opacity: .9;
}
.listing-item-button{
    margin-bottom: 14px;
    padding: 10px 10px;
    background: #812a11;
    color: #fff;
    border: none;
}
.listing-item-button:hover{
    cursor: pointer;
}


/* Table Advanced
========================================================================== */
.table-module{
    background: #eef2f7;
    box-shadow: 5px 0px 5px rgb(0,0,0,0.03);
}
.table-module.analysis-table{
    background: #eef2f7;
    box-shadow: 5px 0px 5px rgb(0,0,0,0.3);
}

.table-advanced {
    display: table;
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
    background-color: #FFFFFF;
    overflow-y: scroll;
}
.table-advanced thead th {
    color: #000;
    background-color: #eef2f7;
    font-weight: 500;
    padding: 13px 20px;
    position: sticky;
    top: 0;
    z-index: 1;
}
.table-advanced thead th:first-child,
.table-advanced tbody th {
    padding-left: 20px;
}
.table-advanced tbody th:first-child{
    padding-top: 5px;
}
.table-advanced tbody th{
    text-decoration: underline;
    text-decoration-style: dotted;
}
.table-advanced tr,
.table-advanced td,
.table-advanced th{
    font-family: 'Montserrat';
}
.table-advanced tr td,
.table-advanced tbody th {
    font-weight: normal;
    border-top: 1px solid #dee5ef;
    white-space: normal;
}
.table-advanced tr td {
    padding: 13px 20px;
}
.table-advanced tbody th:hover{
    color: #D7153A;
}

.table-advanced thead th i{
    margin-left: 5px;
}

/*Css Start */

/* Dropdown */

.dropbtn {
    /*padding: 10px 18px 10px 18px;*/
    padding: 5px 18px 5px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #002664;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #002664;
}
.dropbtn.wastesorters{
    justify-content: space-between;
    width: 220px;
}
.dropbtn.wastetakers{
    justify-content: space-between;
    width: 220px;
}
.dropbtn.morelayers{
    width: 200px;
    justify-content: space-between;
}
.dropbtn.heatmaplayers{
    width: 200px;
    justify-content: space-between;
}
.dropbtn.quantitylayers{
    width: 200px;
    justify-content: space-between;
}

/*.activeHeatmapBtn{
background: #002664;
color: #fff;
}
.activeWasteBtn{
background: #002664;
color: #fff;
}*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .odswidget-facet__category-container{
    margin: 0;
}

.dropdown-content {
    /*display: none;*/
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    border-radius: 5px;
    max-height: 300px;
    overflow: scroll;
    width: 95%;
}

.dropdown-content a {
    padding: 10px 16px 10px 16px;
    text-decoration: none;
    display: block;
    color: #565656;
    font-family: 'Montserrat';
    display: flex;
}

.dropdown-content a svg{
    margin-right: 5px;
}

.dropdown i {
    margin-left: 15px;
    color: #002664;
    font-size: 20px;
}
/*.dropdown:hover .dropdown-content {
display: block;
}*/
.map-dropdown-button-wrapper.wastetakers{
    position: absolute;
    top: 10px;
    left: 60px;
    z-index: 1;
}
.map-dropdown-button-wrapper.wastetakers .dropdown-content a{
    padding: 0 15px;
}
.map-dropdown-button-wrapper.wastetakers .odswidget-facet__category-container{
    padding: 5px 10px;
    cursor: pointer;
}
.map-dropdown-button-wrapper.wastetakers .dr-btn .dropdown span{
    padding-right: 0;
}

.map-dropdown-button-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000;
}

.map-dropdown-button-wrapper.heatmap-quantity-producer {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 10px;
    /*right: 55px;*/
    right: 10px;
}

.map-dropdown-button-wrapper .dr-btn{
    margin: 0;
}

.map-dropdown-button-wrapper .dr-btn .dropdown .dropdown-text{
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.map-dropdown-button-wrapper{
    display: flex;
    position: absolute;
    z-index: 1000;
    top: 10px;
    right: 75px;
}

.map-dropdown-button-wrapper button{
    padding: 5px 18px 5px 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #002664;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #002664;
    /*width: 175px;*/
    width: fit-content;
    margin-right: 10px;
}

.map-dropdown-button-wrapper button:hover{
    background: #fff;
    border: 2px solid #002664;
}

.map-dropdown-button-wrapper .activeHeatmapBtn:hover,
.map-dropdown-button-wrapper .activeQuantityBtn:hover,
.map-dropdown-button-wrapper .activeBusinessBtn:hover{
    background: #002664;
    border: 2px solid #002664;
}

.map-dropdown-button-wrapper button svg{
    margin-left: 8px;
}

.map-dropdown-button-wrapper .activeHeatmapBtn,
.map-dropdown-button-wrapper .activeQuantityBtn,
.map-dropdown-button-wrapper .activeBusinessBtn{
    background: #002664;
    color: #fff;
}

.map-dropdown-button-wrapper .activewastesorters button{
    background: #002664;
    color: #fff;
}
.map-dropdown-button-wrapper .activewastesorters button svg path{
    fill: #fff;
}
.map-dropdown-button-wrapper .activewastetransformers button{
    background: #002664;
    color: #fff;
}
.map-dropdown-button-wrapper .activewastetransformers button svg path{
    fill: #fff;
}

.map-dropdown-button-wrapper.other-layers {
    position: absolute;
    left: 8px;
    top: 35%;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f9f9f9;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 5px;
}
.map-dropdown-button-wrapper.other-layers.resize{
    /*top: 46%;*/
    top: 49%;
}

/*.map-dropdown-button-wrapper.other-layers .dropdown-content{
width: fit-content;
display: flex;
flex-direction: column;
justify-content: space-between;
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 5px;
}*/
.map-dropdown-button-wrapper.other-layers a{
    justify-content: center;
    padding: 30px 2px;
}
.map-dropdown-button-wrapper.other-layers.resize a{
    padding: 15px 2px;
}

.map-dropdown-button-wrapper.other-layers a svg{
    margin-right: 0;
}


.table-advanced.sorters-table tr td,
.table-advanced.transformers-table tr td{
    width: calc(100%/7);
}


/*============ Map Dropdowns ================ */

/*.activePlasticBtn{
border-left: 4px solid rgb(229, 53, 46);
opacity: 1;
}
.inactivePlasticBtn{
opacity: 0.7;
}

.activePaperBtn{
border-left: 4px solid rgb(192, 197, 204);
opacity: 1;
}
.inactivePaperBtn{
opacity: 0.7;
}

.activeAnimalfoodBtn{
border-left: 4px solid rgb(99, 142, 91);
opacity: 1;
}
.inactiveAnimalfoodBtn{
opacity: 0.7;
}

.activeBiogasBtn{
border-left: 4px solid rgb(38, 56, 145);
opacity: 1;
}
.inactiveBiogasBtn{
opacity: 0.7;
}*/

/* Quantity dropdown */

.activeResidualHeatmap{
    border-left: 4px solid #1881CC;
    opacity: 1;
}
.inactiveResidualHeatmap{
    opacity: 0.7;
}
.activeResourcesHeatmap{
    border-left: 4px solid #19630A;
    opacity: 1;
}
.inactiveResourcesHeatmap{
    opacity: 0.7;
}

.activeResidualQuantity{
    border-left: 4px solid #1881CC;
    opacity: 1;
}
.inactiveResidualQuantity{
    opacity: 0.7;
}
.activeResourcesQuantity{
    border-left: 4px solid #19630A;
    opacity: 1;
}
.inactiveResourcesQuantity{
    opacity: 0.7;
}

/* More Layers dropdown */

/*.activeBusinessBtn{
border-left: 4px solid #eeb75d;
opacity: 1;
}
.inactiveBusinessBtn{
opacity: 0.7;
}*/

.activeBoundaryBtn{
    border-left: 4px solid #994d8b;
    opacity: 1;
}
/*.inactiveBoundaryBtn{
opacity: 0.7;
}*/

.activeZonesBtn{
    border-left: 4px solid #E5352E;
    opacity: 1;
}
/*.inactiveZonesBtn{
opacity: 0.7;
}*/

.activeLandParcelsBtn{
    border-left: 4px solid #19630A;
    opacity: 1;
}
/*.inactiveLandParcelsBtn{
opacity: 0.7;
}*/


/* Button Group Switch
========================================================================== */

.search-toggle-wrapper{
    margin-bottom: 30px;
}

.search-toggle-wrapper .search-by-business, .search-toggle-wrapper .search-by-materialtype{
    display: flex;
    align-items: center;
}
.search-toggle-wrapper .search-by-business{
    margin-bottom: 15px;
}
.search-toggle-wrapper label {
    margin-right: 10px;
}
.search-toggle-wrapper .switch-container span{
    font-family: 'Montserrat';
    font-size: 14px;
}

.switch {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
}

.switch-button {
    /* background and border when in "off" state */
    height: 24px;
    width: 50px;
    background: #ccc;
    border: 2px solid #ccc;
    display: grid; 
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
    outline: 0;
    user-select: none;
}

.switch-input:not(:checked) + .switch-button .switch-button-left {
    /* text color when in "off" state */
    color: rgba(0, 38, 100, 1);
}

.switch-input {
    display: none;
}

.switch-button span {
    font-size: 1rem;
    padding: 0.2rem .7rem;
    text-align: center;
    z-index: 2;
    color: #FFFFFF;
    transition: color .2s;
}

.switch-button::before {
    content: '';
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    border-radius: 15px;
    top: 0;
    left: 1px;
    height: 100%;
    width: 45%;
    z-index: 1;
    transition: left .3s cubic-bezier(0.175, 0.885, 0.320, 1), 
        padding .2s ease, margin .2s ease;
    -webkit-transition:  left .3s cubic-bezier(0.175, 0.885, 0.320, 1), 
        padding .2s ease, margin .2s ease;
}

.switch-button:hover::before {
    will-change: padding;
}

.switch-button:active::before {
    padding-right: .4rem;
}

.overview-tab-main, .dashboard-tab-main, .analysis-tab-main, .bioenergy-tab-main, .organics-tab-main{
    cursor: auto;
}


.analysis-tab-main .switch-container.search-by-quantityip,
.dashboard-tab-main .switch-container.search-by-quantityip{
    display: flex;
    justify-content: end;
    padding: 10px 20px !important;
    align-items: center;
}
.analysis-tab-main .switch-container.search-by-quantityip .switch-label,
.dashboard-tab-main .switch-container.search-by-quantityip .switch-label{
    font-family: 'Montserrat';
    padding-left: 5px;
    font-size: 16px;
    color: #000;
}


/* "On" state
========================== */

.switch-input:checked + .switch-button {
    /* background and border when in "on" state */
    background-color: rgba(0, 38, 100, 1);
    border-color: rgba(0, 38, 100, 1);
}

.switch-input:checked + .switch-button .switch-button-right {
    /* text color when in "on" state */
    color: rgba(0, 38, 100, 1);
}

.switch-input:checked + .switch-button::before {
    left: 50%;
}

.switch-input:checked + .switch-button:active::before {
    margin-left: -.4rem;
}

/* Checkbox in disabled state
========================== */

.switch-input[type="checkbox"]:disabled + .switch-button {
    opacity: 0.6;
    cursor: not-allowed;
}

/*End Switch*/


.map-area-box {
    background: #fff;
    position: relative;
}
.chart-module.waste-breakdown-chart {
    position: absolute;
    z-index: 999;
    left: 66px;
    bottom: 36px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 65%);
}
.chart-module.waste-breakdown-chart .chart-bg{
    width: 880px;
    padding: 0px 15px 0px 10px;
    background: #fff;
    border-radius: 5px;
}
.waste-break-hide-btn span svg {
    margin-left: 7px;
}

.waste-breakdown-chart .activeChartBtn{
    display: block;
}
.waste-breakdown-chart .inactiveChartBtn{
    display: none;
}
.table-module .activeTableBtn{
    display: block;
}
.table-module .inactiveTableBtn{
    display: none;
}

.filter-sidebar-wrapper{
    height: 100vh;
}
.filter-sidebar-wrapper .activeFilterBtn{
    display: block;
}
.filter-sidebar-wrapper .inactiveFilterBtn{
    display: none;
}

.waste-break-head h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000E24;
    margin: 0;
}
.waste-break-hide-btn span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #D7153A;
    display: flex;
    align-items: center;
    cursor: pointer;
}
/*.table-module .noTable.waste-break-hide-btn{
background: #eef2f7;
position: absolute;
top: -13px;
padding-left: 15px;
}
.table-module .halfTable.waste-break-hide-btn{
background: #eef2f7;
position: relative;
padding-left: 15px;
top: -10px;
}*/
.table-module .waste-break-hide-btn{
    position: absolute;
    left: 10px;
    top: 0px;
    top: -14px;
}

.table-module .analysis-table-buttons{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 17px;
}
.table-module .analysis-table-buttons .waste-break-businesstype-btn{
    display: flex;
    border: 1px solid #D7153A;
    border-radius: 5px;
    /*height: 27px;*/
    background: #D7153A;
    position: absolute;
    right: 10px;
    top: 2px;
}
.table-module .analysis-table-buttons .waste-break-businesstype-btn span{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    color: #D7153A;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: 2px solid #D7153A;
    width: 220px;
}
.table-module .analysis-table-buttons .waste-break-businesstype-btn .activebtn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D7153A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: 2px solid #D7153A;
    width: 220px;
    border-radius: 5px 0 0 5px;
}

.waste-break-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
}
button.switch-btn {
    border: 2px solid #002664;
    border-radius: 5px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #002664;
    cursor:pointer;
}
button.switch-btn svg {
    margin-left: 18px;
}
.switch-table-wrapper {
    display: flex;
    justify-content: end;
}
.showFullMap{
    height: 95vh;
    display: block;
}
.showHalfMap{
    height: 60vh;
    display: block;
}

.showFullMap .odswidget.odswidget-map{
    /*height: 95vh;*/
    height: 95vh !important;
}
.showHalfMap .odswidget.odswidget-map{
    /*height: 60vh;*/
    height: 60vh !important;
} 
.odswidget-map-search-box__box {
    border: 1px solid #D5DAE1;
    border-radius: 5px;
    padding: 12px 12px 12px 45px;
    /*font-family: 'Avenir Next';*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #747981;
}
.odswidget-map-search-box__box-wrapper:before {
    left: 15px;
    top: 0;
}
.odswidget-filter-summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ce-part-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.dashboard-tab-main .ce-part-heading{
    justify-content: center;
}
.overview-tab-main .ce-part-heading{
    justify-content: center;
}

.ce-part-heading h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin: 0;
}

.ce-participants-section {
    padding: 30px 0 0 0;
}
.analysis-tab-main .ce-participants-section{
    background: #fff;
}
.dashboard-tab-main .ce-participants-section{
    background: #eef2f7;
}

.filter-sidebar-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    padding: 16px 24px;
    overflow-y: auto;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.filters-view{
    padding-bottom: 40px;
    padding-top: 10px;
}

.row.filters-view .col-md-3 {
    margin-right: 0;
    padding-right: 0;
}
.row.filters-view .col-md-9 {
    margin-left: 0;
    padding-left: 0;
}
.filters-view .filters-hide-btn{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.filters-view .filters-hide-btn .filters-title{
    margin: 0;
    color: #D7153A;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.filters-view .filters-hide-btn span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #D7153A;
    cursor: pointer;
    padding: 0 0 10px 0;
}
.filters-view .filters-hide-btn .hide-filter-icon{
    text-align: right;
}
.filters-view .filters-hide-btn .show-filter-icon{
    text-align: center; 
    margin: auto;
}
.filter-sidebar-wrapper input.odswidget-text-search__search-box {
    border: 1px solid #D5DAE1;
    border-radius: 5px;
    padding: 12px 60px 12px 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #747981;
}

.filter-sidebar-wrapper .odswidget-text-search__submit {
    background: #D7153A;
    border-radius: 5px;
    padding: 12px 18px;
}
.filter-sidebar-wrapper button.odswidget-text-search__submit i {
    color: #fff;
    font-size: 20px;
}
.searchbox-hide-icon .odswidget-text-search__submit{
    visibility: hidden;
}
.filter-result-wrapper.summary-clearall{
    display: flex;
    flex-wrap: wrap;
}
ul.odswidget.odswidget-filter-summary {
    margin: -8px;
}
li.odswidget-filter-summary__active-filter {
    background: rgba(215, 21, 58, 0.16);
    border-radius: 5px;
    /*padding: 6px 12px;
    margin: 8px 8px 8px 8px;*/
    padding: 4px 8px;
    margin: 4px;
}
a.odswidget-filter-summary__active-filter-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #D7153A;
    border-left: none;
    padding-left: 0;
}

.odswidget-clear-all-filters,
.clear-all-btn{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #D7153A;
    padding-left: 15px;
}
.odswidget-clear-all-filters:hover, .clear-all-btn:hover{
    color: #002664;
}

a.odswidget-clear-all-filters:after{
    content: ' Filters';
}

.active-filter-wrapper h2 {
    margin-bottom: 25px;
}

.business-waste-count {
    display: flex;
    align-items: center;
}

.bb-count {
    margin: 6px;
}
.bb-count p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000E24;
}
.waste-producer-popup {
    background: #FFFFFF;
    border: 1px solid #eef2f7;
    border-radius: 5px;
    padding: 24px;
    width: 100%;                                                                                               
    z-index: 999999;
}
.popup-top-bar .close-icon {
    float: right;
}

.popup-heading-address {
    background: #eef2f7;
    border-radius: 5px;
    padding: 8px 8px;
    margin: 16px 0px;
}
.popup-heading-content h6 {
    background: rgba(83, 5, 132, 0.16);
    border-radius: 100px;
    padding: 2px 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #530584;
    display: inline-block;
}
.popup-heading-address li {
    list-style: none;
}

.waste-system-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.waste-taker-image{
    margin-bottom: 10px;
}
.waste-taker-image img{
    height: 200px;
    width: 200px;
}

.website-btn a {
    width: fit-content;
    cursor: pointer;
    text-decoration: none;
    background: #D7153A;
    border-radius: 5px;
    border: 0;
    padding: 4px 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.website-btn .websiteUrlGrey{
    background: #aaa;
}

.waste-quantity-heading h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    /* text-align: center; */
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #747981;
    padding: 30px 0px 15px 0px;
    margin-left: 0;
}

.quantity-list-wrapper.no-other-items{
    height: 0;
}
.quantity-list-wrapper.other-items{
    height: 100%;
}

.quantity-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.waste-title-number-wrapper {
    width: 60%;
}
.waste-number-count-wrapper {
    width: 15%;
}
.waste-image-wrapper {
    width: 15%;
}
.waste-image-wrapper img {
    width: 100%;
}
.total-quantity-wrapper{
    display: flex;
    justify-content: space-between;
}
.total-quantity-wrapper.all-items-total span{
    font-size: 12px;
}


.close-icon button {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
}
.close-icon span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #D7153A;
}
.close-icon svg {
    margin-left: 16px;
}
.waste-system-content h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000E24;
}
.popup-heading-address li {
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #2D3645;
    margin: 6px 6px;
}
.popup-heading-address li svg,.popup-heading-address li i {
    margin-right: 8px;
}

.popup-top-bar {
    padding-bottom: 20px;
}
.website-btn svg {
    margin-left: 8px;
}

.waste-title-number-wrapper{
    display: flex;
    justify-content: space-between;
}
.waste-title-number-wrapper p {
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000E24;
    width: 90%; 
}
.waste-title-number-wrapper .tooltip-icon{
    width: fit-content;
    text-align: right;
    position: relative;
    margin-left: 30px;
}
.waste-title-number-wrapper .tooltip-icon svg:hover{
    cursor: pointer;
}
.waste-title-number-wrapper strong {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000E24;
}
.waste-number-count-wrapper span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #747981;
}


.chart-module.waste-breakdown-chart .ods-chart {
    height: 462px;
    width: 830px !important;
}
.row.filter-result-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-top: 10px;
}
.data-btn-wrapper {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    margin-top: 10px;
}
.data-btn-wrapper .btn {
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #D7153A;
    cursor:pointer;
}
button.btn.raw-data-btn {
    margin-left: 5px;
}
button.btn.export-data-btn svg {
    margin-left: 8px;
}

/* Raw Data Dropdown */

.header-acc-menu.rawdata-dropdown{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
}
.header-acc-menu.rawdata-dropdown .dropdown-text{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    padding: 0 10px;
}
.header-acc-menu.rawdata-dropdown .odswidget-select-button{
    background: #d7153a;
    color: #fff;
    border: 2px solid #d7153a !important;
}
.header-acc-menu.rawdata-dropdown .odswidget-select-button .odswidget-select-button-label{
    color: #fff;
}

.odswidget-select-dropdown-menu{
    z-index: 10000;
}

.header-acc-menu.rawdata-dropdown .odswidget-select-dropdown-menu{
    top: -104px;
}
.header-acc-menu.rawdata-dropdown .fa.fa-angle-down:before{
    content: "\f106";
}

/*Important!! Display it after Ismail's design*/

.kpi-module{
    display: none;
}
.odswidget.odswidget-map-search-box{
    display: none;
}
.odswidget-map-display-control__groups{
    display: none;
}

.odswidget-map__map--with-display-control .leaflet-top.leaflet-right{
    /*right: 0;*/
    left: 10px;
    position: relative;
    float: left;
    top: 190px;
}
.odswidget-map__map--with-searchbox .leaflet-top.leaflet-left{
    top: 0;
}
.leaflet-left .leaflet-control{
    z-index: 1000;
}

.odswidget-map-legend__label{
    display: none;
}

.leaflet-bottom.leaflet-right{
    display: none;
}
.odswidget-map-legend{
    width: 400px;
    bottom: 8px;
    padding-top: 10px;
}
.odswidget-map-legend--extended{
    width: 400px;
}

@media only screen and (max-width: 1299px){
    .map-dropdown-button-wrapper {
        display: block;
    }
    .dropdown{
        margin-bottom: 10px;
    }
    .map-dropdown-button-wrapper.heatmap-quantity-producer button{
        margin-bottom: 10px;
    }
    .map-dropdown-button-wrapper.heatmap-quantity-producer{
        flex-direction: column;
    }
}

@media only screen and (min-width: 1091px) and (max-width: 1135px){
    .chart-module.waste-breakdown-chart .chart-bg{
        width: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1092px){
    .filter-sidebar-wrapper{
        padding-left: 16px;
        padding-right: 16px;
    }
    .chart-module.waste-breakdown-chart .chart-bg{
        width: 400px;
    }
    .business-waste-count {
        flex-direction: column;
        justify-content: center;
    }
}

@media only screen and (max-width:849px){
    .ods-tabs__tabs{
        padding-bottom: 60px;
    }
    .header-acc-menu.region-dropdown{
        top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .switch-table-wrapper {
        justify-content: center;
        margin-bottom: 25px;
    }
    .ce-part-heading {
        text-align: center;
        flex-direction: column;
    }
    .business-waste-count {
        justify-content: center;
    }
    .row.filters-view .col-md-3 {
        padding-left: 0;
    }
    .data-btn-wrapper {
        margin-top: 25px;
    }
    .map-dropdown-button-wrapper {
        display: block;
    }
    .filter-sidebar-wrapper.activeFilterClass{
        height: 100px;
    }
    .filter-sidebar-wrapper.inactiveFilterClass{
        height: 50vh;
    }
    .chart-module.waste-breakdown-chart .chart-bg{
        width: 400px;
    }
    .chart-module.waste-breakdown-chart .ods-chart{
        width: 100% !important;
    }
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .chart-module.waste-breakdown-chart .ods-chart {
        height: 162px;
        width: 100% !important;
    }
    .cl-modal-active {
        width: 100%;
    }
    .ce-part-heading h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .switch-table-wrapper {
        justify-content: center;
        margin-bottom: 25px;
    }
    .ce-part-heading {
        text-align: center;
        flex-direction: column;
    }
    .business-waste-count {
        justify-content: center;
    }
    .row.filters-view .col-md-3 {
        padding-left: 0;
    }
    .highcharts-container {
        width: 320px !important;
    }
    .data-btn-wrapper {
        margin-top: 25px;
    }
    .header-menu-list {
        margin: 20px 0px;
    }
    .header-acc-menu ul li a {
        font-size: 12px;
        line-height: 18px;
        margin: 0px 8px;
    }
    .header-logo {
        justify-content: center;
    }
    .business-waste-count {
        flex-wrap: wrap;
    }
    .chart-module.waste-breakdown-chart {
        left: 80px;
        bottom: 35px;
    }
    .filter-sidebar-wrapper.activeFilterClass{
        height: 100px;
    }
    .filter-sidebar-wrapper.inactiveFilterClass{
        height: 50vh;
    }
    .chart-module.waste-breakdown-chart .chart-bg{
        width: 400px;
    }
}



/*=======Map Loading Spinner========*/

.odswidget-map__loading{
    bottom: 50%;
} 

/*.odswidget .odswidget-map-legend .odswidget-map-legend__categories-container{
display: none;
}
.odswidget-map-legend__categories-container .odswidget-map-legend__categories-container--extended{
display: block;
}*/

.odswidget-map-legend{
    right: 66px;
}

.odswidget-map-legend{
    padding-bottom: 5px;
}
.odswidget-map-legend__categories--condensed{
    display: none;
}
.odswidget-map-legend__categories--extended{
    display: block;   
}
.leaflet-control-scale-line{
    width: 33px !important;
}

.odswidget-map__map .leaflet-popup-content{
    margin: 1rem 0 1rem 0;
}

.odswidget-map-tooltip__header{
    margin-left: 0;
}

.field-name{
    display:block;
    font-size:inherit;
    padding-top: 6px;
}

.field-value{
    display:block;
    font-size:inherit;
} 



/*========================Dashboard Tab Styles========================*/

/*Start here*/
.dashboard-main-container {
    width: 100%;
    background-color: #eef2f7;
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slt-container {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0 25px 0;
    background: #eef2f7;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.slt-container .select-button {
    margin-right: 15px;
    width: 14%;
}

/*.slt-container .quantityip-btn button{
padding: 5px 18px 5px 18px;
cursor: pointer;
display: flex;
align-items: center;
background: #FFFFFF;
border: 2px solid #002664;
border-radius: 5px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: #002664;
width: 175px;
margin-left: 10px;
}
.slt-container .activeQuantityIpBtn{
background: #002664 !important;
color: #fff !important;
}

.slt-container .quantityip-btn button span{
padding-right: 10px;
}*/

.slt-container .switch-container.search-by-materialtype{
    display: flex;
}
.slt-container .switch-container.search-by-materialtype .switch-label{
    padding-left: 10px;
}


.dashboard-tab-main .kpi-chart-container .ods-chart{
    height: 300px;
}
.dashboard-tab-main .map-chart-container .ods-chart{
    height: 350px;
}


.odswidget-select-button,
.odswidget-select-input {
    padding: 5px 18px;
    margin-right: 15px;
    color: #002664;
    border: 2px solid #002664 !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

.odswidget-select-button:hover,
.odswidget-select-button:focus,
.odswidget-select-input
{
    border: 2px solid #002664;
}

.odswidget-select-button-label{
    font-family: 'Montserrat';
}

/*.odswidget-select-button-dropdown-close {
right: 26px;
top: 7px;
width: 30px;
height: 30px;
color: #002664;
}*/

.odswidget-select-button-dropdown-close{
    padding-right: 30px;
}


.kpi-chart-container {
    width: 95%;
    /*height: 70vh;*/
    height: 450px;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.kpi-chart-container .kpi-container {
    width: 28%;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 14, 36, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.kpi-container .kpi {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 25px;
}

.kpi .info {
    margin-left: 25px;
}

.kpi h3 {
    color: #002664;
    font-size: 32px;
    font-weight: 600;
}

.kpi p {
    color: #002664;
    font-size: 16px;
    font-weight: 400;
}

.kpi-chart-container .chart-container {
    width: 70%;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 14, 36, 0.04);
    height: 100%;
}

.chart-container .chart-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px 0 25px;
}

.chart-container .chart-subheader {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px
}


.chart-container .chart-subheader p {
    padding: 10px 0 0 25px;
    font-size: 16px;
    font-weight: 400;
    color: #233340;
}

.chart-subheader .reset-filter {
    padding: 10px 25px 0 0;

}

.chart-subheader .reset-filter a,
.chart-subheader .reset-filter i {
    font-size: 16px;
    font-weight: 700;
    color: #233340;
}

.chart-subheader .reset-filter a:hover {
    text-decoration: none;
}

.chart-subheader-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

.chart-subheader-2 p {
    margin-bottom: 0;
}


.chart-subheader-2 .reset-filter a,
.chart-subheader-2 .reset-filter i {
    font-size: 18px;
    font-weight: 700;
    color: #233340;
}

.chart-subheader-2 .reset-filter a:hover {
    text-decoration: none;
}

.chart-subheader-2 .reset-filter {
    margin-right: 10px;
    padding: 5px;

}

.chart-header h4 {
    font-size: 26px;
    font-weight: 600;
    color: #233340;
    margin: 0;
    font-family: 'Montserrat';
}

.chart-header .switch-btn {
    display: flex;
    border: 3px solid #D7153A;
    border-radius: 5px;
    height: 40px;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: none !important;
}

.switch-btn .active-btn {
    background-color: #D7153A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: 2px solid #D7153A;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
}

.switch-btn .btn {
    background-color: #FFFFFF;
    color: #D7153A;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
}

.map-chart-container {
    width: 95%;
    /*height: 70vh;*/
    height: 500px;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 8px rgba(0, 14, 36, 0.04);
    border-radius: 5px;
}

.map-chart-container .map-container {
    width: 50%;
    background-color: blue;
    height: 100%;
}
.map-chart-container .map-container .odswidget.odswidget-map{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.map-chart-container .chart-container {
    width: 50%;
    background-color: #FFFFFF;
    height: 100%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.map-chart-container .chart-heading {
    padding: 25px 25px 0;    
}

.map-chart-container .chart-heading h4 {
    font-size: 28px;
    font-weight: 600;
    color: #233340;
    margin-bottom: 10px;
}

.map-chart-container .chart-heading p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #233340;
    padding: 0;
}

.table-container {
    width: 95%;
    margin: 25px 0;
    display: flex;
    flex-direction: column;
}

.table-container .header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-container .table table {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 8px rgba(0, 14, 36, 0.04));
}

table .fa-arrow-down{
    cursor: pointer;
}

table th,
table tbody{
    font-size: 14px !important;
}

table a{
    cursor: pointer;
}

.table-advanced tbody{
    font-size: 14px;
}

/* Start dashboard table */

.dashboard-table .table-module {
    height: 500px;
    overflow-y: auto;
    margin-top: 30px;
    border-radius: 5px 5px 0px 0px;
}
.dashboard-table .table-basic {
    display: table;
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
    background-color: #FFFFFF;
}
.dashboard-table .table-basic thead th {
    color: #fff;
    background-color: #002664;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 13px 20px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.dashboard-table .table-basic tr td,
.dashboard-table .table-basic tbody th {
    font-family: 'Montserrat';
    font-weight: normal;
    border-top: 1px solid #eef2f7;
}
.dashboard-table .table-basic tr td {
    white-space: normal;
    width: 25%;
    padding: 12px 20px;
}
.dashboard-table .table-basic.resources-table tr td {
    width: 20%;
}
.dashboard-table .table-basic.residual-materials-table tr td {
    width: 20%;
}

.dashboard-table .table-basic thead th i{
    margin-left: 5px;
}
.dashboard-table .table-basic tr .business-type-item{
    display: flex; 
    width: 100% !important; 
    justify-content: space-between; 
    align-items: center;
}
.dashboard-table .table-basic.resources-table tr .business-type-item{
    display: flex; 
    width: 100%; 
    justify-content: space-between; 
    align-items: center;
}
.dashboard-table .table-basic tr .business-type-item .business-type-item-single{
    color: #D7153A;
    margin: 0;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.dashboard-table .table-basic tr .business-type-item-single:hover{
    text-decoration: underline;
}

/* End dashboard table */

.header-container h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #000E24;
}

.header-container .slt-table {
    display: flex;
    border: 1px solid #D7153A;
    border-radius: 5px;
    height: 40px;
    background: #D7153A;
}

.slt-table .slt-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    color: #D7153A;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: 2px solid #D7153A;
    width: 220px;
}

.slt-table .slt-button:hover{
    cursor: pointer;
}

.slt-table .active-slt-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D7153A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: 2px solid #D7153A;
    width: 220px;
    border-radius: 5px 0 0 5px;
}


.table-container .table {
    width: 100%;
    height: 500px;
    margin: 50px 0 200px 0;
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow-y: auto;
}

.odswidget-select-dropdown.open .odswidget-select-dropdown-menu .odswidget-select-dropdown-menu-footer {
    display: none;
}

pre {
    width: 100%;
    word-wrap: break-word;
}

.table-container .table {
    margin: 50px 0;
}


/*============All dropdowns============*/

.odswidget-select-dropdown-menu-item{
    height: 30px;
    color: #000;
    padding: 0 10px;
}
.odswidget-select-dropdown-actions-select-all{
    margin: 0;
    height: 35px;
}
.odswidget-select-dropdown-item-icon.fa-check-square, .odswidget-select-dropdown-item-icon.fa-square-o,.odswidget-select-dropdown-item-icon.fa-minus-square{
    color: #002664;
    font-size: 24px;
}
.odswidget-select-dropdown-menu-item:hover i.fa-square-o{
    color: #002664;
}
.odswidget-select-dropdown-label.checkbox{
    padding-top: 12px;
}

.odswidget-select-dropdown-item-close-icon{
    color: #002664;
}

/*============= Bioenergy Simulator Tab ===============*/

/* Hide Bioenergy Tab for other user groups */
.hideTab .ods-tabs__tab.bioenergy-simulator{
    display: none;
}
/* Show Bioenergy Tab for admins */
.showTab .ods-tabs__tab.bioenergy-simulator{
    display: inline-block;
}

.bioenergy-tab-main{
    background: #eef2f7;
    padding: 0 50px;
    margin: -20px 0 -30px 0;
}

.tab-header{
    margin: 20px 0;
}

.bioenergy-tab-main .tab-header h1{
    font-size: 32px;
    font-family: 'Montserrat';
    margin: 20px 0;
}

.bioenergy-map-kpi-area .map-container,
.bioenergy-map-kpi-area .kpi-container{
    height: 550px;
    margin-bottom: 20px;
}

.bioenergy-btn-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bioenergy-btn-area .switch-btn,
.bioenergy-btn-area .filter-btn{
    margin-bottom: 20px;
}

.bioenergy-btn-area .switch-btn {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #D7153A;
    border-radius: 5px;
    height: 40px;
    width: fit-content;
}

.bioenergy-btn-area .switch-btn button {
    background-color: #FFFFFF;
    color: #D7153A;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: 2px solid #D7153A;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 200px;
    font-family: 'Montserrat';
    border-radius: 0;
}

.bioenergy-btn-area .switch-btn .active-btn {
    background-color: #D7153A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: 2px solid #D7153A;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Montserrat';
}

.bioenergy-btn-area .filter-btn{
    display: flex;
    align-items: center;
}

.bioenergy-btn-area  .filter-btn p{
    font-size: 16px;
    font-family: 'Montserrat';
}

.bioenergy-btn-area  .filter-btn .select-button{
    width: 200px;
    margin-left: 10px;
}

.bioenergy-map-kpi-area .map-container{
    position: relative;
    padding-right: 20px;
    padding-left: 0;
}

.bioenergy-map-kpi-area .odswidget-map{
    border-radius: 5px;
}

.bioenergy-tab-main .odswidget-map-display-control__group:nth-of-type(2){
    display: block;
}

.bioenergy-tab-main .odswidget-map-legend{
    display: none;
}

.bioenergy-tab-main .odswidget-map-display-control__groups{
    display: block;
}
.bioenergy-tab-main .odswidget-map-display-control__groups, 
.bioenergy-tab-main .odswidget-map-display-control__no-groups{
    min-height: 100px
}

.bioenergy-tab-main .odswidget-map-display-control__group:nth-of-type(3),
.bioenergy-tab-main .odswidget-map-display-control__group:nth-of-type(4){
    display: none;
}

.bioenergy-tab-main .odswidget-map-display-control--expanded{
    top: 405px;
}

.bioenergy-tab-main .odswidget-map-display-control__toggle{
    display: none;
}

.bioenergy-map-kpi-area .button-wrapper{
    display: flex;
    position: absolute;
    z-index: 1000;
    top: 10px;
    right: 75px;
}

.bioenergy-map-kpi-area .button-wrapper button{
    padding: 5px 18px 5px 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #002664;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #002664;
    width: 200px;
    margin-left: 10px;
}

.bioenergy-map-kpi-area .button-wrapper .activeHeatmapBtn,
.bioenergy-map-kpi-area .button-wrapper .activeQuantityBtn{
    background: #002664;
    color: #fff;
}

.bioenergy-map-kpi-area .button-wrapper button span{
    padding-right: 10px;
}

.bioenergy-map-kpi-area .kpi-container{
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 14, 36, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* flex-wrap: wrap; */
    align-items: center;
}
.bioenergy-map-kpi-area .kpi-container .kpi {
    width: 100%;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.bioenergy-map-kpi-area .kpi-container .kpi3 p{
    margin-bottom: 10px !important;
    font-family: 'Montserrat';
}

.bioenergy-map-kpi-area .kpi-container .kpi3 .info{
    margin-left: 0;
}

.bioenergy-map-kpi-area .kpi-container .kpi4{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}
.bioenergy-map-kpi-area .kpi-container .kpi4 p{
    margin-bottom: 10px !important;
    font-family: 'Montserrat';
}

.bioenergy-map-kpi-area .kpi-container .kpi4-item{
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: center;
}

.bioenergy-map-kpi-area .kpi-container .kpi p{
    margin-bottom: 0;
    font-family: 'Montserrat';
}
.bioenergy-map-kpi-area .kpi-container .kpi h3{
    margin-top: 0;
    font-family: 'Montserrat';
}
.bioenergy-map-kpi-area .kpi-container .kpi4 h3{
    margin-left: 5px;
    margin-top: 5px;
}

.bioenergy-map-kpi-area .kpi-container hr{
    border: 1px solid #D5DAE1;
    width: 90%;
}

.bioenergy-map-kpi-area .map-container{
    border-radius: 5px;
}

.bioenergy-chart-area{
    margin-bottom: 30px;
}

.bioenergy-chart-area .chart-header{
    padding-left: 2%;
}

.bioenergy-chart-area .biogas-chart{
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 14, 36, 0.04);
    height: 100%;
    padding: 25px 25px 0 25px !important;
}

.bioenergy-chart-area .odswidget.odswidget-charts{
    height: 500px;
}

.bioenergy-footnotes{
    margin-bottom: 30px;
}

.bioenergy-footnotes p{
    color: #002664;
    font-family: 'Montserrat';
}

/* End Bioenergy Simulator Tab */


/* Start Overview Tab */

/*.overview-main-container{
display: flex;
justify-content: center;
}*/

.overview-tab-main .ce-part-heading h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin: 0;
    padding-bottom: 25px;
}

.overview-tab-main .purpose-section,
.overview-tab-main .methodology-section{
    padding: 30px 125px;
}
.overview-tab-main .glossary-section{
    padding: 30px 360px;
}

.overview-tab-main .overview-sub-section.purpose-section{
    background: #EDF6FE;
}
.overview-tab-main .overview-sub-section.glossary-section{
    background: #EDF6FE;
}

.overview-tab-main .overview-sub-heading h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #002664;
    line-height: 44px;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.overview-tab-main .overview-sub-heading p{
    font-family: 'Montserrat';
    padding-left: 5px;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
}
.overview-tab-main .overview-sub-heading ul{
    padding-left: 20px;
    padding-top: 10px;
    margin: 0;
}

.overview-tab-main .overview-sub-heading ul li{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    padding-left: 10px;
}

.overview-tab-main a{
    color: #d7153a;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.overview-tab-main .glossary-section .overview-sub-heading.subsection svg:hover{
    cursor: pointer;
}

.overview-tab-main .glossary-section .overview-sub-heading.subsection h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #002664;
    padding-bottom: 20px;
    margin: 0;
}
.overview-tab-main .glossary-section .overview-sub-heading.subsection p{
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    color: #000E24;
    padding: 0 0 20px;
}

/* End Overview Tab */

@media only screen and (max-width: 1199px){
    .overview-tab-main .glossary-section {
        padding: 60px 260px;
    }
}
@media only screen and (max-width: 991px){
    .overview-tab-main .glossary-section {
        padding: 60px 125px;
    }
}
@media only screen and (max-width: 768px){
    .overview-tab-main .purpose-section, 
    .overview-tab-main .methodology-section,
    .overview-tab-main .glossary-section{
        padding: 60px 10px;
    }
    .overview-tab-main .glossary-section .overview-sub-heading.subsection h3{
        font-size: 20px;
    }
}

@media only screen and (min-width: 1091px) and (max-width: 1185px) {
    .slt-container .select-button {
        width: 18%;
    }

    .kpi-container .kpi {
        padding-left: 15px;    
    }
    .kpi p {
        font-size: 15px;
    }
    .kpi h3 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .kpi .info {
        margin-left: 15px;
    }
    .switch-btn .btn,
    .switch-btn .active-btn {
        padding: 0 20px;
    }

    .slt-table .slt-button,
    .slt-table .active-slt-btn {
        padding: 0;
        width: 220px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1092px) {
    .slt-container .select-button {
        width: 18%;
    }

    .kpi-container .kpi {
        padding-left: 15px;    
    }
    .kpi p {
        font-size: 15px;
    }
    .kpi h3 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .kpi .info {
        margin-left: 15px;
    }
    .switch-btn .btn,
    .switch-btn .active-btn {
        padding: 0 20px;
    }

    .slt-table .slt-button,
    .slt-table .active-slt-btn {
        padding: 0;
        width: 220px;
    }
    .dashboard-tab-main .kpi-chart-container .ods-chart{
        height: 250px; 
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .kpi-chart-container {
        flex-direction: column;
        height: 100%;
    }

    .map-chart-container {
        flex-direction: column;
        height: 100%; 
    }
    .chart-container{
        margin-top: 30px;
    }

    .kpi-chart-container {
        justify-content: normal;
    }

    .slt-container .select-button {
        width: 45%;
        margin: 10px;
    }

    .slt-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .kpi-container .kpi {
        padding: 15px 0; 
        flex-direction: column; 
    }

    .kpi-chart-container .kpi-container {
        width: 100%;
        margin-bottom: 25px;
        flex-direction: row;
        height: auto;
    }

    .kpi-chart-container .chart-container {
        width: 100%;
        height: auto;
    }

    .kpi p {
        font-size: 15px 5px;
        text-align: center;
    }
    .kpi h3 {
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    }
    .kpi .info {
        margin-left: 0px;
    }
    .switch-btn .btn,
    .switch-btn .active-btn {
        padding: 0 20px;
    }

    .slt-table .slt-button,
    .slt-table .active-slt-btn {
        padding: 0;
        width: 175px;
    }


    .switch-btn .btn, 
    .switch-btn .active-btn {
        padding: 0;
        width: 220px;
    }

    .map-chart-container .map-container,
    .map-chart-container .chart-container{
        width: 100%;
    }

    .header-container h3 {
        font-size: 23px;
        margin: 0.2em 0;
    }

    .table table thead th {
        padding: 10px 20px;
        font-size: 12px;
    }
    .dashboard-table .table-basic tr .business-type-item {
        flex-direction: column;
    }

    .dashboard-table .table-basic tr .business-type-item .business-type-item-single:not(:last-child) {
        margin-bottom: 5px;
    }
    .bioenergy-map-kpi-area .kpi-container{
        height: 400px;
    }
    .bioenergy-map-kpi-area .kpi-container .kpi{
        width: 40%;
    }
    .bioenergy-map-kpi-area .kpi-container{
        flex-direction: row;
    }
    .bioenergy-map-kpi-area .map-container{
        padding-right: 0;
    }
}

@media only screen and (min-width: 50px) and (max-width: 655px){
    .bioenergy-map-kpi-area .kpi-container {
        height: 750px !important;
        flex-direction: column !important;
    }
    .bioenergy-map-kpi-area .kpi-container .kpi{
        width: 100% !important;
    }
    .bioenergy-btn-area .switch-btn{
        border: none;
    }
    .bioenergy-btn-area .switch-btn button{
        border-radius: 5px;
        height: 40px;
        margin-right: 10px;
        width: 100px;
    }
    .bioenergy-btn-area .filter-btn .select-button{
        width: 150px;
    }
    .bioenergy-map-kpi-area .button-wrapper button{
        width: 160px; 
    }
    .bioenergy-map-kpi-area .map-container{
        padding-right: 0;
    }
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
    .kpi-chart-container {
        flex-direction: column;
        height: 115vh
    }

    .map-chart-container {
        flex-direction: column;
        height: 110vh
    }

    .kpi-chart-container {
        justify-content: normal;
    }

    .slt-container .select-button {
        width: 35%;
        margin: 10px;
    }

    .slt-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .slt-container .clear-all-btn {
        width: 50%;
        padding-left: 0;
        margin-top: 10px;
    }

    .kpi-container .kpi {
        padding: 15px 0; 
        flex-direction: column; 
        width: 45%;
    }

    .kpi-chart-container .kpi-container {
        width: 100%;
        margin-bottom: 25px;
        flex-direction: row;
        height: auto;
        flex-wrap: wrap;
    }

    .kpi-chart-container .chart-container {
        width: 100%;
        height: auto;
    }

    .kpi p {
        font-size: 15px 5px;
        text-align: center;
    }
    .kpi h3 {
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    }

    .chart-header h4 {
        font-size: 24px;    
    }

    .kpi .info {
        margin-left: 0px;
    }
    .switch-btn .btn,
    .switch-btn .active-btn {
        padding: 0 20px;
    }

    .slt-table .slt-button,
    .slt-table .active-slt-btn {
        padding: 0;
        width: 34%;
        padding: 5px 0;
    }


    .switch-btn .btn, 
    .switch-btn .active-btn {
        padding: 0;
        width: 175px;
    }

    .map-chart-container .map-container,
    .map-chart-container .chart-container{
        width: 100%;
    }

    .header-container h3 {
        font-size: 25px;
        margin: 0.2em 0;
    }

    .table table thead th {
        padding: 10px 20px;
        font-size: 12px;
    }



    .table-container .header-container {
        flex-direction: column;
    }
    .chart-container .chart-header{
        flex-direction: column;
    }
    .chart-container .chart-header h4{
        margin-bottom: 20px;
    }

    .dashboard-main-container .highcharts-container {
        width: auto !important;
    }
    .dashboard-main-container .odswidget-charts {
        height: 100% !important;
    }

    .table table tbody td{
        padding: 10px 3px;
        font-size: 10px;
    }

    .table table thead th {
        padding: 10px 10px;
        font-size: 10px;
    }


    .header-container .slt-table {
        width: 60%;
    }

    .slt-table .slt-button, .slt-table .active-slt-btn {
        width: 50%;
    }

    .dashboard-table .table-basic tr .business-type-item {
        flex-direction: column;
    }

    .dashboard-table .table-basic tr .business-type-item .business-type-item-single:not(:last-child) {
        margin-bottom: 5px;
    }
    .bioenergy-map-kpi-area .kpi-container{
        height: 450px;
    }
    .bioenergy-map-kpi-area .kpi-container .kpi{
        width: 40%;
    }
    .bioenergy-map-kpi-area .kpi-container{
        flex-direction: row;
    }
    .bioenergy-map-kpi-area .map-container{
        padding-right: 0;
    }
}

@media only screen and (max-width: 576px){
    .dropbtn.wastesorters{
        width: 175px;
    }
    .dropbtn.wastetakers{
        width: 175px;
    }
    .map-dropdown-button-wrapper button{
        width: 150px;
    }
}

@media only screen and (max-width: 440px){
    .bioenergy-map-kpi-area .button-wrapper{
        right: 35px;
    }
}

@media only screen and (min-width: 50px) and (max-width: 400px) {
    .kpi-chart-container {
        flex-direction: column;
        height: 128vh
    }

    .map-chart-container {
        flex-direction: column;
        height: 117vh
    }

    .kpi-chart-container {
        justify-content: normal;
    }

    .slt-container .select-button {
        width: 50%;
        margin: 5px;
    }

    .slt-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .kpi-container .kpi {
        padding: 15px 0; 
        flex-direction: column; 
        width: 45%;
    }

    .chart-container .chart-header {
        flex-direction: column;
    }

    .map-chart-container .chart-heading {
        padding-left: 3%;
        padding-bottom: 10%;
    }

    .kpi-chart-container .kpi-container {
        width: 100%;
        margin-bottom: 25px;
        flex-direction: row;
        height: auto;
        flex-wrap: wrap;
    }

    .kpi-chart-container .chart-container {
        width: 100%;
        height: auto;
    }

    .kpi p {
        font-size: 15px 5px;
        text-align: center;
    }
    .kpi h3 {
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    }

    .chart-header h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .kpi .info {
        margin-left: 0px;
    }
    .switch-btn .btn,
    .switch-btn .active-btn {
        padding: 0 20px;
    }

    .slt-table .slt-button,
    .slt-table .active-slt-btn {
        padding: 0;
        width: 34%;
        padding: 5px 0;
        text-align: center;
        font-size: 12px;
    }

    .switch-btn .btn, 
    .switch-btn .active-btn {
        padding: 0;
        width: 160px;
    }

    .map-chart-container .map-container,
    .map-chart-container .chart-container{
        width: 100%;
    }

    .header-container h3 {
        font-size: 25px;
        margin: 0.2em 0;
    }

    .table table thead th {
        padding: 10px 20px;
        font-size: 12px;
    }

    .table-container .header-container {
        flex-direction: column;
    }

    .dashboard-main-container .highcharts-container {
        width: auto !important;
    }
    .dashboard-main-container .odswidget-charts {
        height: 100% !important;
    }

    .table table tbody td{
        padding: 10px 3px;
        font-size: 10px;
        text-align: center;
    }

    .table table thead th {
        padding: 10px 4px;
        font-size: 8px;
    }

    .table-container .table {
        margin: 25px 0;
    }

    .header-container .slt-table {
        width: 60%;
    }

    .slt-table .slt-button, .slt-table .active-slt-btn {
        width: 50%;
    }

    .slt-container .clear-all-btn {
        width: 50%;
        padding-left: 0;
        margin-top: 5px;
    }

    .dashboard-tab-main .ce-participants-section {
        padding: 30px 0 0 0;
    }

    .dashboard-table .table-basic tr .business-type-item {
        flex-direction: column;
    }

    .dashboard-table .table-basic tr .business-type-item .business-type-item-single:not(:last-child) {
        margin-bottom: 5px;
    }

}

/*End here*/

.odswidget-map__loading, 
.odswidget-spinner{
    padding: 0 !important;
    background: none !important;
    font-size: 60px !important;
}


/* Organics Output Tab */

.organics-tab-main .organics-section{
    margin-bottom: 30px;
    padding: 0 120px;
}

.organics-tab-main .heading-section{
    padding: 60px 125px !important;
}

.organics-tab-main .organics-sub-heading h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #000;
    line-height: 44px;
    text-align: center;
    margin-bottom: 20px;
}
.organics-tab-main .organics-sub-heading p{
    font-family: 'Montserrat';
    padding-left: 5px;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
}

.organics-tab-main .organics-section.heading-section{
    background: #EDF6FE;
}

.organics-tab-main .organics-section.research-section .section-heading,
.organics-tab-main .organics-section.map-section .section-heading,
.organics-tab-main .organics-section.table-section .section-heading{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    color: #000;
    line-height: 44px;
    text-align: center;
    margin-bottom: 20px;
}

.research-tabs{
    display: flex;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid #002664;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #002664;
    /* width: 175px; */
    width: fit-content;
    margin: auto;
}

.research-tabs button {
    padding: 10px 0;
    cursor: pointer;
    align-items: center;
    background: #fff;
    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #002664;
    /* width: 175px; */
    text-align: center;
    width: 150px;
}

.research-tabs button.inputTab{
    color: #fff;
    background: #002664;
    border-radius: 5px;
}
.research-tabs button.outputTab{
    color: #fff;
    background: #002664;
    border-radius: 5px;
}
.research-tabs button.processTab{
    color: #fff;
    background: #002664;
    border-radius: 5px;
}

.organics-tab-main .research-section .subsection-1,
.organics-tab-main .research-section .subsection-2{
    background: #EDF6FE;
    padding: 30px 20px;
}
.organics-tab-main .research-section .subsection-2{
    margin-top: 30px;
}

.organics-tab-main .research-section .subsection-1 .odswidget-select-dropdown{
    width: 260px;
}

.organics-tab-main .research-section .subsection-1 .main-section .description-section h3,
.organics-tab-main .research-section .subsection-2 .main-section .description-section h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 26px;
    font-weight: bold;
}

.organics-tab-main .research-section .subsection-1 .main-section .description-section p,
.organics-tab-main .research-section .subsection-2 .main-section .description-section p{
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
}

.organics-tab-main .research-section .subsection-1 .main-section .kpi-section h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 26px;
    color: #002664;
    font-weight: bold;
}

.organics-tab-main .research-section .subsection-1 .main-section .kpi-section p{
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
}

.organics-tab-main .research-section .subsection-1 .main-section{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
}

.organics-tab-main .research-section .subsection-1 .main-section .description-section{
    width: 40%;
    margin-right: 60px;
}

.organics-tab-main .research-section .subsection-1 .main-section .organics-table{
    width: 60%;
}

.organics-tab-main .research-section .subsection-1 .main-section .kpi-section{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 60%;
}

.organics-tab-main .research-section .subsection-1 .main-section .kpi-section .kpi-item{
    margin-right: 50px;
}

.organics-tab-main .research-section .subsection-1 .dropdown{
    display: flex;
}

.organics-tab-main .research-section .subsection-1 .dropdown .select-button{
    margin-right: 20px;
}

/* Start organics table */

.organics-table.table-container{
    width: 100%;
    margin: 0;
}

.organics-table .table-module {
    margin-top: 30px;
    background: none;
    box-shadow: none;
}
.organics-table .table-basic {
    display: table;
    width: 100%;
    white-space: nowrap;
    background: #EDF6FE;
}
.organics-table .table-basic thead th {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 13px 20px;
}

.organics-table .table-basic tr td,
.organics-table .table-basic tbody th {
    font-family: 'Montserrat';
    font-weight: normal;
}
.organics-table .table-basic tr td {
    white-space: normal;
    width: 25%;
    padding: 12px 20px;
}
.organics-table .table-basic.possible-outputs-table tr td {
    width: auto;
    color: #002664;
}

.organics-table .table-basic.possible-outputs-table tr td svg{
    vertical-align: middle;
}

.organics-table .table-basic thead th i{
    margin-left: 5px;
}

.organics-table .table-basic thead th:nth-of-type(1),
.organics-table .table-basic.possible-outputs-table tr td:nth-of-type(1){
    padding-left: 0;
}

/* End organics table */

.organics-section.map-section .button-wrapper {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 75px;
}

.organics-section.map-section  .button-wrapper .activeHeatmapBtn, .organics-section.map-section .button-wrapper .activeQuantityBtn {
    background: #002664;
    color: #fff;
}

.organics-section.map-section .dropdown-filters{
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

.organics-section.map-section .dropdown-filters .select-button{
    margin-right: 20px;
}

/* Table Advanced
========================================================================== */

.organics-section.table-section .button-area{
    background: #eef2f7;
    padding: 30px 20px;
}

.organics-section.table-section .businesstype-btn {
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    margin-left: auto;
    border: 1px solid #D7153A;
    border-radius: 5px;
    /* height: 27px; */
    background: #D7153A;
}

.organics-section.table-section .businesstype-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    color: #D7153A;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: 2px solid #D7153A;
    width: 220px;
    cursor: pointer;
}

.organics-section.table-section .businesstype-btn .activebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D7153A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: 2px solid #D7153A;
    width: 220px;
    border-radius: 5px 0 0 5px;
}

.organics-section.table-section .table-module {
    max-height: 400px;
    overflow-y: auto;
}
.organics-section.table-section .table-advanced {
    display: table;
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
    background-color: #FFFFFF;
}
.organics-section.table-section .table-advanced thead th {
    color: #000;
    background-color: #eef2f7;
    font-weight: 500;
    padding: 13px 20px;
    position: sticky;
    top: 0;
    z-index: 1;
}
.organics-section.table-section .table-advanced thead th:first-child,
.organics-section.table-section .table-advanced tbody th {
    padding-left: 13px;
}
.organics-section.table-section .table-advanced tr td,
.organics-section.table-section .table-advanced tbody th {
    font-weight: normal;
    border-top: 1px solid #dee5ef;
}
.organics-section.table-section .table-advanced tr td {
    padding: 13px 20px;
}

.organics-section.table-section .table-advanced tbody th{
    text-decoration: underline;
    text-decoration-style: dotted;
}
.organics-section.table-section .table-advanced tbody th:hover{
    color: #D7153A;
}

.organics-section.table-section .table-advanced tr, .organics-section.table-section .table-advanced td, .organics-section.table-section .table-advanced th {
    font-family: 'Montserrat';
}

.organics-section.map-section .dropdown-filters .odswidget-select-dropdown{
    width: 220px;
}

.organics-section .map-container .button-wrapper{
    display: flex;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 75px;
}

.organics-section .map-container .button-wrapper .btn{
    padding: 5px 18px 5px 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #002664;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #002664;
    margin-left: 10px;
    min-width: 200px;
}

.organics-section .map-container .button-wrapper .takers-btn-dropdown .odswidget-select-dropdown{
    margin-left: 10px;
    min-width: 200px;
    max-width: 300px;
}
.organics-section .map-container .button-wrapper .activeTakersDropdown .odswidget-select-button{
    color: #fff;
    background: #002664;
}

.organics-section .map-container .button-wrapper .activeHeatmapBtn,
.organics-section .map-container .button-wrapper .activeQuantityBtn,
.organics-section .map-container .button-wrapper .activeProducersBtn,
.organics-section .map-container .button-wrapper .activeTakersBtn{
    background: #002664;
    color: #fff;
}

.organics-section .map-container .button-wrapper button span{
    padding-right: 10px;
}

.table-container.organics-table .tooltip,
.research-section .kpi-section .tooltip{
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.table-container.organics-table .tooltip .tooltip-content,
.research-section .kpi-section .tooltip .tooltip-content{
    visibility: hidden;
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 12px;
    width: 325px;
    height: 120px;
    background: #eee;
    border: 1px solid #eef2f7;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    /* Position the tooltip */
    position: absolute;
    top: -120px;
    left: -135px;
    z-index: 1;
    text-align: left;
}
.table-container.organics-table .tooltip .tooltip-content .tooltip-text,
.research-section .kpi-section .tooltip .tooltip-content .tooltip-text{
    height: 250px;
    overflow-y: scroll;
    color: #565656;
}

.table-container.organics-table .tooltip:hover .tooltip-content,
.research-section .kpi-section .tooltip:hover .tooltip-content{
    visibility: visible;
}

.table-container.organics-table .tooltip .tooltip-content .ref-link{
    display: block; 
    cursor: pointer;
}

.table-container.organics-table .tooltip .tooltip-content .ref-link i{
    margin-left: 2px;
}

.organics-section .map-container .leaflet-popup-content{
    width: 300px !important;
}


/*======================== Main Tabs Block ======================== */

.main-tabs{
    border-bottom: 1px solid rgba(0, 38, 100, 0.16);
    display: flex;
    justify-content: space-between;
    padding: 14px 14px 6px 14px;
}

.main-tabs .tabs-block .tab{
    color: #002664;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 1rem;
}

.tab.activetab{
    color: #D7153A !important;
    border-bottom: 5px solid #D7153A;
}

.main-tabs .tabs-block .tab:hover{
    cursor: pointer;
    color: #D7153A;
    text-decoration: none;
}


/*
============================
PORTAL HEADER
============================
*/

.ods-responsive-menu-collapsible, .ods-responsive-menu-collapsible__container, .ods-responsive-menu-collapsible__content {
    height: 100%;
    width: 100%;
}

.ods-responsive-menu-collapsible__toggle {
    display: none;
    text-align: right;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 20px;
}

.ods-responsive-menu-collapsible__toggle-button {
    font-size: 1.33rem;
    color: #263891;
    background-color: transparent;
    border: none;
}

.branding-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ods-front-header__portal-brand {
    top: 10px;
    height: 150px;
    display: flex;
    align-items: center;
    position: relative;
}

.ods-front-header__portal-brand .ods-front-header__logo {
    padding-left: 45px;
    /* width: 74px; */
    width: 180px;
    height: 65px;
    vertical-align: middle;
    line-height: 40px;
    vertical-align: bottom;
}

.ods-front-header__portal-brand__text {
    color: #263891;
    margin-left: 7px;
    line-height: 24px;
    margin-left: 32px;
    font-weight: 600;
    font-size: 23px;
    text-decoration: none;
    font-family: 'Montserrat';
}

.ods-front-header__menu {
    background-color: #ebebeb;
    margin: 0px;
    padding: 0;
    justify-content: center;
    list-style-type: none;
    display: flex;
    justify-content: center;
    vertical-align: top;
}

.ods-front-header__menu-item {
    display: inline-block;
}

.ods-front-header__menu .ods-front-header__menu-item-link {
    color: #22272b;
    font-weight: 600;
    font-size: 16px;
    padding: 0 45px;
    opacity: 1;
    text-align: center;
    font-family: 'Montserrat';
}

.ods-front-header__menu-item-link {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    display: inline-block;
    padding: 0 25px;
    line-height: 55px;
    color: #263891;
    opacity: .5;
}

.ods-front-header__management-menu {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 55px;
}

.ods-front-header__management-menu-item--backoffice {
    background-color: #002664;
    padding: .33rem .67rem;
    border-radius: 3px;
    font-size: 14px;
}

.ods-front-header__management-menu-item {
    display: inline-block;
    margin: 0 10px;
    line-height: normal;
}

.ods-front-header__management-menu .ods-front-header__management-menu-item .ods-front-header__management-menu-item-link {
    color: #002664;
    text-decoration: none;
}

.ods-front-header__management-menu-item--backoffice .ods-front-header__management-menu-item-link {
    color: #ffffff !important;
}

.ods-front-header__management-menu-item-link {
    padding-bottom: .33rem;
    color: #263891;
}

.ods-front-header__management-menu-item {
    display: inline-block;
    margin: 0 10px;
    line-height: normal;
}

.UCO47WGQVJnvQnwWmnTq{
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.DMiwiAGsRM1iRNtAExCB {
    font-size: 1rem;
    line-height: 1.3;
}

.rods-user-avatar {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    color: #002664;
    font-family: 'Montserrat';
    font-weight: 500;
}

.rods-user-avatar__icon-container {
    height: 28px;
    margin-right: .5rem;
    position: relative;
    width: 28px;
}

.rods-avatar--color-0 {
    background-color: #e2cbf5;
    color: #592485;
}

.rods-avatar--100 {
    font-size: 12px;
    height: 28px;
    width: 28px;
}
.rods-avatar {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.rods-tooltip-wrapper__btn {
    display: inline-block;
}

.ods-front-header__management-menu-item a.rods-button-icon {
    background: #002664 !important;
}
.rods-button-icon.rods-button-icon--variant-tertiary {
    background-color: transparent;
    border: 1px solid transparent;
    color: var(--front-office__domain-style__button__tertiary__default__text, #142e7b);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.rods-button-icon.rods-button-icon--size-100 {
    border: 1px solid transparent;
    border-radius: var(--front-office__domain-style__button__borderRadius--100, 14px);
    border-radius: var(--front-office__domain-style__button__borderRadius--icon, 50%);
    font-size: .8571428571rem;
    height: 28px;
    line-height: 1.4;
    line-height: 26px;
    padding: 0;
    width: 28px;
}
.ybl7ANO1XeIyJ5nmBDM3 {
    border: 1px solid transparent;
    border-radius: var(--front-office__domain-style__button__borderRadius--100, 14px);
    border-radius: 50%;
    font-size: .8571428571rem;
    height: 28px;
    line-height: 1.4;
    line-height: 26px;
    min-width: 28px;
    padding: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 28px;
}

.rods-button-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    vertical-align: -.125em;
    height: 1em;
     width: 1em;
}
.rods-button {
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: default;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

.ods-front-header__management-menu-item a.rods-button-icon .rods-icon svg{
    fill: #fff !important;
    height: 16px;
    vertical-align: sub;
}

.ods-front-header__menu .ods-front-header__menu-item-link:hover{
    background: #0085b333;
    text-decoration: none;
}

.ods-front-header__menu-item-link--active{
    background: #0085b333;
}

/*
============================
PORTAL FOOTER
============================
*/

.ods-front-footer{
    height: 150px;
    width: 100%;
    background-color: #22272b;
    text-align: left;
    padding: 16px 0 24px;
    clear: both;
}

.ods-front-footer p {
    color: #ffffff;
    margin: 15px 0 30px 160px;
    font-size: 12px;
    font-family: 'Montserrat';
}

.ods-front-footer p {
    color: #ffffff;
    margin: 15px 0 30px 160px;
    font-size: 12px;
    font-family: 'Montserrat';
}