/* @font-face {
    font-family: 'marydalebold';
    src: url('/modules/custom/rethink_climate_budget/webfontkit-20230901-024431/marydale_bold-webfont.woff2') format('woff2'),
         url('/modules/custom/rethink_climate_budget/webfontkit-20230901-024431/marydale_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */
#climate-report {
    max-width: 500px;
    background-color: #ffffff;
    margin: 40px auto;
    padding: 40px;
    /* box-shadow: 0px 6px 18px rgb(0 0 0 / 9%); */
    border-radius: 12px;
}
#climate-report select,
#climate-report input {
    padding: 15px 20px;
    width: 100%;
    font-size: 1em;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
#climate-report .years-of-climate.focus,
#climate-report input:focus {
    border: 1px solid #809081;
    outline: 0;
}
#climate-report .years-of-climate.invalid,
#climate-report input.invalid {
    border: 1px solid #ffaba5;
}
#climate-report .step {
  display: none;
}
#climate-report .form-footer{
    overflow:auto;
    gap: 20px;
}

#climate-report .form-footer button{
    background-color: #809081;
    border: 1px solid #809081 !important;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
}
#climate-report .form-footer button:hover {
  opacity: 0.8;
}

#climate-report .form-footer #prevBtn {
    background-color: #fff;
    color: #809081;
}
/* #my-chart-container{
    height: 500px;
    width: 90%;
    box-shadow: 3px 4px 0 0 rgb(59 59 59 / 50%);
    background-color: #fff;
} */
.block-rethink-theatre-chart-column-canvas-block{
    padding: 0px 0px 50px 0px;
}
.block-rethink-theatre-chart-column-canvas-block .chart_field_goal{
    font-size: 18px;
    max-width: 90%;
    margin: 10px auto;
}
#my-chart-containerbuttonel{
    max-width: 90%;
    margin: auto;
}
@media (min-width:1200px){
    #popup-btn-ms-2{
        margin-left: 20px;
    }
}
.chart-spaces{
    padding: 20px;
    /* height: 500px; */
    width: 100%;
	-webkit-box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
    background-color: #fff;
}
.report-section11-wrapper .chart-spaces{
    box-shadow: unset;
}
.group--theatre .block-rethink-theatre-pie-chart-block .chart-box-shadow{
    box-shadow: 3px 4px 0 0 rgb(59 59 59 / 50%);
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.group--theatre .block-rethink-theatre-chart-column-block{
    padding: 20px;
	-webkit-box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
    background-color: #fff;
}

.node--type-report .view-initiatives-for-reports .view-header h2{
    display: none;
}
.node--type-report .view-initiatives-for-reports .views-field-title .field-content:first-child a{
    color: #000;
}
.node--type-report .view-initiatives-for-reports .views-field-title .field-content:first-child a:hover{
    color: #8f3639 !important;
}
.canvasjs-chart-credit{display: none;}