html, body, .wrapper {
    background-color:white !important;
}
.leftside-menu, .navbar-custom, .footer { display:none; }
.content-page { margin-left:0 !important; }

/* Increase the height of the Select2 input */
.select2-container .select2-selection--single {
    height: 2.2em;
    padding: 0.2em;
    font-size: 16px;
    line-height: 1.5; /* Adjust line height */
}

/* Adjust the dropdown arrow */
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 2.2em; /* Match the input height */
}

.footer_gdpr {
    position: absolute;
    align-items: center;
    right: 0;
    bottom: 0;
    left: 0;
}
/* Increase the height of the dropdown options */
.select2-results__option {
    padding: 10px; /* Add padding to dropdown items */
    font-size: 16px; /* Increase font size */
}
