.input-btn-margin-default{margin-top: 10px}#select_enter_div {width: 100%;display: flex;gap: 10px;position: relative}.bootstrap-select {flex: 1}.bootstrap-select .dropdown-toggle {width: 100%;background-color: #fff;border: 1px solid #ced4da;padding: 0.375rem 0.75rem;font-size: 1rem;border-radius: 0.25rem;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}.bootstrap-select .dropdown-toggle:hover,.bootstrap-select .dropdown-toggle:focus {border-color: #80bdff;outline: 0;box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)}.bootstrap-select .dropdown-menu {padding: 0;border-radius: 0.25rem;box-shadow: 0 2px 5px rgba(0,0,0,0.15);z-index: 9999 !important;margin-top: 2px !important;transform: none !important;top: 100% !important;bottom: auto !important}.bootstrap-select.show .dropdown-menu {display: block;z-index: 9999 !important}.bs-searchbox {padding: 8px;position: sticky;top: 0;background: white;z-index: 1000}.bs-searchbox input {border-radius: 4px;border: 1px solid #ced4da}.bootstrap-select .dropdown-item {padding: 8px 12px;cursor: pointer;transition: background-color 0.2s}.bootstrap-select .dropdown-item:hover,.bootstrap-select .dropdown-item:focus {background-color: #f8f9fa}.bootstrap-select .dropdown-item.active,.bootstrap-select .dropdown-item:active {background-color: #007bff;color: white}@media (max-width: 768px) {#select_enter_div {flex-direction: column;gap: 5px}.bootstrap-select {width: 100% !important}.bootstrap-select .dropdown-toggle {font-size: 0.9rem;padding: 0.25rem 0.5rem}}.inner.show::-webkit-scrollbar {width: 8px}.inner.show::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 4px}.inner.show::-webkit-scrollbar-thumb {background: #888;border-radius: 4px}.inner.show::-webkit-scrollbar-thumb:hover {background: #555}.bootstrap-select .dropdown-menu[x-placement^="top"] {transform: translate3d(0, 1px, 0) !important}