File: /var/www/html/wp-content/plugins/chart-builder/chart/chart-builder-block.css
.ays_chart_builder_block_select {
width: 200px !important;
}
.ays_chart_builder_block_select_chart .ays_chart_builder_block_select {
width: 100% !important;
max-width: 350px !important;
}
.ays_chart_builder_block_select select {
/* text-align: center !important; */
font-size: 14px !important;
width: 100% !important;
height: 40px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
line-height: initial !important;
}
.components-panel__header.edit-post-sidebar-header button[aria-label="Unpin from toolbar"] {
display: none;
}
.chart-builder-sidebar-content select {
width: 95%;
}
.chart-builder-sidebar-content > div > div {
text-align: center;
}
.chart-builder-sidebar-content label {
width: 100%;
text-align: left;
padding: 4px;
}
.ays_chart_builder_block_container {
box-sizing: border-box;
}
.ays-chart-container .ays-chart-section:first-of-type {
display: block;
}
.ays-chart-container .ays-chart-section-footer,
.ays-chart-container .ays-chart-answer,
.ays-chart-container textarea,
.ays-chart-container select,
.ays-chart-container input {
pointer-events: none;
}
.ays_chart_builder_block_select_chart {
padding: 20px;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
height: 200px;
position: relative;
z-index: 1;
overflow: hidden;
border: 1px solid;
background-image: url(chart_logo.png);
background-repeat: no-repeat;
background-position: 50% 20%;
background-size: 100px;
}
/*
.ays_chart_builder_block_select_chart::before {
content: "";
width: 400px;
height: 200px;
background-image: url("chart_logo.png");
background-size: cover;
background-repeat: no-repeat;
position: absolute;
z-index: -1;
top: 10px;
right: -12%;
opacity: .3;
}
.ays_chart_builder_block_select_chart p {
text-align: center;
margin: 0;
} */