/* * Made by Nove Group with love.
 * * Visit our GitHub: https://github.com/nove-org
 * * Copyright (c) 2022 Nove Group - All rights reserved.
 * */

button,
.button {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.2rem 0.4rem -0.075rem;
    outline-width: 0px;
    user-select: none;
    cursor: pointer;
    transition: all 100ms ease 0s;
    vertical-align: middle;
    padding: 0 1.25rem;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    border-radius: 4px;
    max-width: 17.5rem;
    min-width: 7.375rem;
    height: 2rem;
    overflow: visible;
    font-family: inherit;
    font-size: 14.3px;
    line-height: 1.15;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    margin-top: -1px;
    margin-left: 10px;
}

button.-primary,
.button.-primary {
    border: 0.063rem solid rgb(36, 35, 41);
    background: rgb(28, 27, 31);
    color: rgb(243, 243, 243);
}

button.-primary:hover,
.button.-primary:hover {
    background: rgb(29, 29, 32);
}

button.-primary:hover:active,
.button.-primary:hover:active {
    background: rgb(26, 26, 29);
    box-shadow: none;
}

button.-tinted,
.button.-tinted {
    background: rgb(28, 28, 31);
    border: 1px solid rgb(245, 123, 66);
    color: rgb(243, 243, 243);
}

button.-tinted:hover,
.button.-tinted:hover {
    background: rgb(29, 29, 32);
}

button.-tinted:hover:active,
.button.-tinted:hover:active {
    background: rgb(26, 26, 29);
    box-shadow: none;
}


/*# sourceMappingURL=button.css.map */