button{cursor:pointer;background:linear-gradient(135deg,#41b883 0%,#8afbc6 100%);border:0;border-radius:1rem;align-items:center;margin:auto;padding:.75rem 2rem;font-size:1rem;transition:background-color .25s ease-in-out,color .25s ease-in-out;display:flex}button:hover{color:#fff;background:#472d1a}button i,button svg{margin:0 .25rem;font-size:1.25rem}button.btn-secondary{background:#fff}button.btn-secondary:hover{color:#0f0a06}button.btn-danger{color:#ff2c2c!important;background:#ffeaea!important}button.btn-success{color:#399f6f!important;background:#c4e2d4!important}button.btn-info{color:#2185d0;background:#e9f3fa}button.btn-light{background:#2f2e40}button.btn-light:hover{color:#0f0a06}button.btn-icon{aspect-ratio:1;border-radius:50%;height:fit-content;padding:.75rem}button.btn-only-icon{aspect-ratio:1;border-radius:50%;height:fit-content;margin:0;padding:0}button.full-width{justify-content:center;width:100%}
