.dark-mode-form{background-color:#121212;color:white}.dark-mode-form input.form-control,.dark-mode-form select.form-select,.dark-mode-form textarea.form-control{background-color:#1e1e1e;color:white;border:1px solid #444;padding:15px 5px;border-radius:10px}.dark-mode-form input::placeholder,.dark-mode-form textarea::placeholder{color:#ccc}.dark-mode-form input:focus,.dark-mode-form select:focus,.dark-mode-form textarea:focus{background-color:#1a1a1a;border-color:#666;box-shadow:none;color:#fff}.dark-mode-form .form-label{color:#f1f1f1}.slot-button-wrapper{border:1px solid #444;padding:20px;border-radius:8px;display:flex;flex-wrap:wrap;gap:10px;background-color:transparent}.custom-slot-button{padding:10px 27px;background-color:#0ac074;border-radius:7px;color:#fff;font-weight:700;cursor:pointer;transition:all .2s ease-in-out}.custom-slot-button.selected,.custom-slot-button:hover{background-color:#5d5dc2;color:#fff}