sitelle It's weird that the code doesn't apply into your site so I updated this code manually for you:
.j40,
.j42 {
.joomla-modal.show {
background-color: rgba(0,0,0,0.5);
opacity: 1;
.modal-dialog {
top: 50%;
transform: translateY(-50%);
.modal-content {
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
}
}
.jviewport-width80 {
width: 80vw;
}
.jviewport-height70 {
height: 70vh;
}
.jviewport-height60 {
height: 90vh;
}
.modal-header {
align-items: center;
border-bottom: 1px solid #ddd;
display: flex;
padding: 12px 16px;
justify-content: space-between;
h3 {
font-size: 24px;
font-weight: 500;
}
}
.modal-body {
overflow: hidden;
padding: 0;
}
.iframe {
border: 0;
height: 100%;
width: 100%;
}
[role=tooltip]:not(.show) {
right: 5em;
z-index: 1070;
display: none;
max-width: 100%;
padding: .5em;
margin: .5em;
color: #000;
text-align: start;
background: #fff;
border: 1px solid #6d757e;
border-radius: .25rem;
}
}
// Front-end edit
// --------------
.j40 {
.btn-toolbar,
.js-stools-container-filters {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.ordering-select {
display: flex;
align-items: center;
}
.btn-group {
margin-right: @t3-global-margin / 2;
}
.js-stools-container-filters {
display: none;
margin-top: @t3-global-margin;
&.js-stools-container-filters-visible {
display: flex;
}
.js-stools-field-filter {
margin-right: @t3-global-margin / 2;
&:last-child {
margin-right: 0;
}
}
.choices {
.choices__inner {
border: 0;
min-height: auto;
padding: 0;
input {
margin-bottom: 0;
}
}
}
}
}
I put into file: /templates/ja_company/local/css/themes/insectokill/template.css
Kindly check.