.add-response{
    border-top: 1px solid #e9e4e4 ;
}
.custom-toast-success {
    background-color: #28a745 !important; /* Change the background color to green */
    color: #fff !important; /* Change the font color to white */
}

  .custom-select {
    height: auto; /* Adjust height based on content */
    padding: .375rem .75rem; /* Bootstrap's padding */
    font-size: 1rem; /* Bootstrap's font size */
    line-height: 1.5; /* Bootstrap's line height */
    background-color: #fff; /* Bootstrap's background color */
    background-clip: padding-box; /* Bootstrap's background-clip */
    border: 1px solid #ced4da; /* Bootstrap's border color */
    border-radius: .25rem; /* Bootstrap's border radius */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; /* Bootstrap's transition */
}

.custom-select:focus {
    border-color: #80bdff; /* Bootstrap's focus border color */
    outline: 0; /* Bootstrap's outline */
    box-shadow: 0 0 0 .25rem rgba(0, 123, 255, .25); /* Bootstrap's focus box shadow */
}

.select2.select2-container{

    width: 100% !important;
}
.select2-selection.select2-selection--multiple, .select2-selection.select2-selection--single, .select2-search__field{
    display: block;
    width: 100%;
    padding: 0;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #f8fafc !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select2-selection.select2-selection--single{
    height: 37px !important;
    padding: 4px !important;
}
.select2-container .select2-selection--multiple {
    min-height: 12px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow: auto !important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 4px !important;
    right: 1px;
    width: 20px;
}
.select2-search__field{
    border: none !important;
}
