.justfans .btn {
    display: inline-block;
    font-weight: 700;
    color: #48494a;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1.5rem;
    font-size: .75rem;
    line-height: 1.4;
    border-radius: .5rem;
    transition: all .15s ease-in;
}
.justfans .btn {
    margin-bottom: 1rem;
    letter-spacing: -.025rem;
    text-transform: uppercase;
    box-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    background-size: 150%;
    background-position-x: 25%;
}
.justfans .btn-block {
    display: block;
    width: 100%;
}
.justfans .btn.btn-round {
    border-radius: 1.875rem;
}
.justfans .btn-group-lg > .btn, .justfans .btn-lg {
    padding: .875rem 4rem;
    font-size: .875rem;
    line-height: 2;
    border-radius: .5rem;
}
.justfans .btn-primary {
    color: #fff;
    background-color: #cb0c9f;
    border-color: #cb0c9f;
}
.justfans .btn-primary:hover, .justfans .btn-outline-primary:hover {
    background-color: rgb(167, 10, 131);
    border-color: #cb0c9f;
}
.justfans .btn-outline-primary {
    color: #cb0c9f;
    border-color: #cb0c9f;
}
.text-bold {
    font-weight: 600;
}
.btn:focus-visible {
    background-color: white!important;
}
.btn-check + .btn {
    color: black;
    background-color: white;
    height: 58px;
}
.btn-check + .btn:hover {
    color: black;
    background-color: white;
    border-color: white;
}
.btn-check:checked + .btn {
    color: black;
    background-color: white;
    box-shadow: 0 0 0 1px #9b0979;
    border: 2px solid #9b0979!important;
}
img {
     max-width: none;
}
img, svg {
    vertical-align: middle;
}
.pointer-cursor {
    cursor: pointer;
}
