*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:1.5}:root{--background-color: #ffffff;--text-color: #000000}@media (prefers-color-scheme: dark){:root{--background-color: #121212;--text-color: #ffffff}}body{background-color:var(--background-color);color:var(--text-color)}.custom-select{position:relative;width:100%;font-family:Arial,sans-serif}.custom-select-input-wrapper{display:flex;align-items:center;justify-content:space-between;padding:8px;border:1px solid #d9d9d9;border-radius:4px;background-color:#fff;cursor:pointer}.custom-select-input{border:none;background:transparent;width:90%;outline:none}.custom-select-arrow{font-size:12px;color:#666}.custom-select-dropdown{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;border:1px solid #d9d9d9;background-color:#fff;box-shadow:0 2px 8px #00000026;z-index:1000}.custom-select-option{padding:8px;cursor:pointer;color:#333}.custom-select-option:hover{background-color:#e6f7ff}.custom-select-option.selected{background-color:#bae7ff;font-weight:700}.submit_button_wrapper{opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;position:fixed;bottom:20px;left:0;right:0;width:100%;max-width:max-content;margin:0 auto;z-index:1000;width:auto;height:auto}.submit_button_wrapper.visible{opacity:1;transform:translateY(0)}.submit_button_wrapper.hidden{opacity:0;transform:translateY(20px)}:root{--brand-color: #2a2a2a}
