/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.am-gp a {
    transition: all .5s;
}

.am-gp a:hover {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: white !important;
}

.become-gp a {
    transition: all .5s;
}

.become-gp a:hover {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: white !important;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.gap-16px {
    gap: 16px;
}

.weight-600 {
    font-weight: 600;
}

.justify-between {
    justify-content: space-between;
}

.text-white {
    color: white;
}

.StripeElement {
    height: max-content !important;
}