/*
You can type here custom CSS code, which will be loaded both on your admin and front-end pages. Please make sure to not override layout properties (positions and sizes), as they can interfere with the popups built-in responsive functionality. Here are few example targets to help you get started:
*/
.nl-container {
padding-bottom: 5px;
}
.errors .error-title {
margin-right: 12px;
}
.cp-wrapper .errors {
margin-top: 5px;
}
.nl-container input {
text-align: left !important;
}
.cp-layer {
white-space: normal !important;
}
.cp-layers {
background-color: black;
overflow-y: auto !important;
}
@media (max-width: 768px) {
.cp-layers {
background-color: white;
}
}