body {
    background-color: #000000 !important;
    background-image: url("../../app-assets/images/backgrounds/jebbee-grid-angled.png");
    background-repeat: repeat;
}
html .content {
    margin-left: 0px;
}
.jebbeeLogo {
    text-align : center !important;
    margin-bottom: 40px;
}
.card {
    border-radius: 30px;
}
h1 {
    font-family: 'STIX Two Text', serif;
    font-size: 38px;
    font-weight: 600;
    color: #000000;
}
h3 {
    font-family: 'STIX Two Text', serif;
    font-size: 1.8em;
    font-weight: 600;
    color: #000000;
}
p {
    font-size: 1.2rem; 
    line-height: 1.8rem;
}
#steps l1 {
    font-size: 1.1em;
}
.btn-primary {
    background-color: #9950F0!important;
    color: #FFF!important;
    font-family: 'Outfit', sans-serif;
    border-radius: 25px;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
}
.btn-accept {
    background-color: #9950F0;
    border-color: #9950F0;
    color: #FFF!important;
    font-family: 'Outfit', sans-serif;
    border-radius: 25px;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
}
.btn-accept:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #9950f0;
}
.btn-decline {
    background-color: #ffffff;
    border: 2px solid #9950F0;
    color: #9950F0!important;
    font-family: 'Outfit', sans-serif;
    border-radius: 25px;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
}
.btn-decline:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #9950f0;
}

.footer {
    text-align: center;
    color: #ffffff;
}
.invitePanel {
    min-height: 500px;
}
.inviteQuestions {
    padding: 20px 40px;
}

.inviteQuestions li {
    font-size: 1.2em;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
    padding: 14px 0px;
    color: #333;
}
.declineReason {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 10px 0px;    
    text-align: left;
}
.declineReason.selected {
    border: 1px solid #51046b;
    background-color: #51046b;
    color: #ffffff;
}

.copyright {
    color: #ffffff;
    font-size: 0.9em;
}
.step123 line {
    font-size: 1.2em;
    font-weight: 500;
}