.select2-container {  
    height: 45px !important;
}
.select2-container--default .select2-selection--single {
    height: 45px !important;
}

/* Style for the duplicate messages box */
.duplicate-messages-box {
    border: 1px solid black;
    padding: 15px;
    margin-top: 20px;
    background-color: #f9f9f9; /* Light gray background for better readability */
    border-radius: 5px; /* Rounded corners */
}
