.custom-btn{color:#fff;cursor:pointer;background-color:orange;border:none;border-radius:6px;padding:.8rem 1.5rem;font-weight:700;transition:all .2s ease-in-out}.custom-btn:hover{background-color:#ff8c00}.custom-btn:active{background-color:#ff4500;transform:scale(.98)}.custom-btn:disabled{cursor:not-allowed;background-color:gray}