.header-style-1 .search-style-2 form {
    max-width: 800px;
}
.search-style-2 form select {
    width: 150px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}
.header-style-1
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b::after {
    content: none !important;
}
.alert-success {
    background-color: rgba(59, 183, 126, 0.5);
    border: 1px solid #3bb77e;
    color: #000;
}
