body {
    font-size: 14px;
    line-height: 1.4em;
    color: #2C3338;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sp_container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.sp_notification {
    border: 1px solid #eee;
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
}

.sp_notification .notification-account-icon {
    display: none;
}

.sp_notification-note-connected{
    border-radius: 4px;
    border: 1px solid #f31111;
    background-color: #f311110a;
}
.sp_notification-pending{
    border-radius: 4px;
    border: 1px solid #f3e10c;
    background-color: #f3e10c0a;
}
.sp_notification-verified{
    border-radius: 4px;
    border: 1px solid #26ed90;
    background-color: #26ed900a;
}

.sp_notification img {
    height: 40px;
}
.sp_notification .notification-bell-icon {
    margin-right: 20px;
}
.sp_notification .notification-account-icon {
    margin-left: 20px;
}

.sp_stripe-warning {
    display: flex;
    align-items: center;
}

.sp_accounts-listing {
    margin: 48px 0px;
}

.sp_express-account {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 48px;
}

.sp_standard-account {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 48px;
}

.sp_express-account h4, .sp_standard-account h4 {
    display: block !important;
    width: 100%;
}

.sp_accounts-listing .sp_express-account h4, .sp_accounts-listing .sp_standard-account h4 {
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #1A1B25;
    margin-bottom: 32px !important;
    text-transform: capitalize;
}

.sp-account-grid-item {
    text-align: center;
    padding: 48px 52px;
    margin-bottom: 35px;
    border: 1px solid #e3e8ee;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 12%), 0px 15px 35px rgb(60 66 87 / 8%);
    border-radius: 4px;
    margin-bottom: 48px;
    width: 100%;
    max-width: calc(50% - 24px);
}

.sp-account-grid-item button {
    border: 0;
    width: 100%;
    padding: 13px;
    margin-bottom: 30px;
    cursor: pointer;
    font-family: inherit;
    transition: 0.3s;
    background: #635CFF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.sp-account-grid-item button:hover {
    box-shadow: 0px 3px 9px rgb(60 66 87 / 8%), 0px 2px 5px rgb(60 66 87 / 8%), 0px 1px 1px rgb(0 0 0 / 12%);
}

.sp-need-help {
    text-align: center;
}

.sp-need-help img {
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    fill: #635CFF;
}

.sp-need-help a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #635CFF;
    display: inline-block;
    text-decoration: none !important;
}

.sp-need-help:hover a{
    color: #1A1B25;
}

.sp-need-help:hover img {
    fill: #1A1B25;
}

/*.sp-account-grid-item.selected, .sp-account-grid-item.account-created {*/
/*    box-shadow: 0px 0px 15px rgba(170, 170, 170, 0.25);*/
/*    border: none;*/
/*}*/

.sp_account span {
    font-size: 16px;
    line-height: 22px;
    color: #2C3338;
    font-weight: 700;
}

.sp_account_details {
    background: #f7fafc;
    padding: 20px;
    margin: 20px 0px;
    text-align: center;
}

.sp_account_details_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-top: 20px;
}

.sp_account_details h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.sp_account_details_grid .sp_account_details_grid-item {
    border:1px solid #eee;
    text-align: center;
    padding: 15px 0;
}

.sp_account_details_grid-item .account_details-caption {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

@media only screen and (min-width: 769px) and (max-width: 1108px) {

    .sp-account-grid-item button {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {

    .sp_accounts-listing, .sp_account_details_grid {
        display: block;
    }

    .sp_account_details_grid .sp_account_details_grid-item {
        margin-bottom: 35px;
    }

    .sp-account-grid-item button {
        width: 100%;
    }

    .sp-account-grid-item {
        max-width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .sp-account-grid-item {
        padding: 24px 26px;
    }
    .sp-account-grid-item button {
        margin-bottom: 20px;
    }
    .sp-need-help {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sp-need-help a {
        font-size: 13px;
    }
}

/* Hide header in games in hand held devices */
.awesome-game header.site-header {
    display: none;
}

body.awesome-game .site-content {
    padding-top: 14px !important;
}

/* by EJaz */

.sp-selected{
    box-shadow: 0px 0px 15px rgba(170, 170, 170, 0.25) !important;
    border: none !important;
    background: rgba(38,237,144, 0.15);
}
.sp-selected button{
    /*content: attr(data-whatever);*/
    /*content: 'test';*/
    /*        //url(../images/ld-verified-stripe-account.svg);*/
    /*background: url(../images/ld-verified-stripe-account.svg) no-repeat 98% 50% !important;*/
    /*right: 0px !important;*/
    /*background-size: 30px !important;*/
    /*box-shadow: 0px 0px 15px rgba(170, 170, 170, 0.25) !important;*/
    /*border: none !important;*/
}

.sp-selected button:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/ld-verified-stripe-account.svg);
    background-size: cover;
    margin-left: 5px;
    margin-top: 0px;
    position: relative;
    top: 1px;
}

.stripe-login{
    background: url(../images/login.svg) no-repeat 98% 50% !important;
    background-size: 30px !important;
    height: 45px;
    max-width: 250px;
    border: 1px solid #c1c1c1;
    display: inline-block;
    margin: 20px 0px 20px 0px;
    padding: 10px 42px 10px 10px;
}
