:root {
    --purple: #cb1f09; /* featured event -- orig was purple - #901790 */
    --blocked: #414141; /* account suspended - dark grey */
    --blue: #0b92af;
    /*--fira: 'Fira Sans', sans-serif;
    --firaCondensed: 'Fira Sans Condensed', sans-serif;
    --nunito: 'Nunito', sans-serif;
    --rubik: 'Rubik', sans-serif;
    */
    --purple: #cb1f09; /* featured event -- orig was purple - #901790 */
    
    --CoupleRedPrime: #e63e29;
    
    --CoupleDarkGray300: #303642;
    
    --CoupleGray100: #fafafa;
    --CoupleGray200: #f2f3f5;
    --CoupleGray300: #ebecf0;
    --CoupleGray400: #e1e3e8;
    --CoupleGray500: #d7dae0;
    --CoupleGray600: #c9cdd4;
    
    --CoupleBlue400: #26c1e3;
    --CoupleBlue500: #1189ad;
    --CoupleBlue600: #5a5ad6; /* #00587A; */
    --CoupleBlue700: #004161;
    
    --TextLowEmphasis: #9e9e9e;
    --TextMediumEmphasis: #676565;
    --TextHighEmphasis: #212121;
    
    --error: #e34826;
}

.mr-t-a-coins {
    cursor: pointer;
}

#prof_toggleCC #prof_prchCCBtn {
    display: none;
}

#prof_toggleCC.show-buycc {
    background-color: #5a5ad6 !important;
    /*border-radius: 34px;*/
    color: #fff !important;
}

#prof_toggleCC.show-buycc #prof_labelCC {
    display: none;
}

#prof_toggleCC.show-buycc #prof_balanceCC {
    display: none;
}

#prof_toggleCC.show-buycc #prof_prchCCBtn {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
}

#prof_toggleCC button#prof_prchCCBtn {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    height: auto;
    width: auto;
    padding: 8px 20px;
}

/* countDown new */
#authorizenet-container .countdownColor {
    background: rgba(0, 0, 0, 1);
}

#authorizenet-container .overlay-v2 a:hover {
    text-decoration: underline;
}

#authorizenet-container .overlay-v2 a.underline:link, 
#authorizenet-container .overlay-v2 a.underline:visited {
    color: var(--CoupleBlue500);
    text-decoration: underline;
}

#authorizenet-container .overlay-v2 a.underline:hover {
    text-decoration: none;
}

#authorizenet-container .overlay-v2 a:link, 
#authorizenet-container .overlay-v2 a:visited {
    color: var(--CoupleBlue500);
    text-decoration: none;
}

#authorizenet-container .overlay-v2 a:focus {
    outline: 0;
    text-decoration: underline;
}
#authorizenet-container .overlay-v2 a.underline:link, 
#authorizenet-container .overlay-v2 a.underline:visited {
    color: var(--CoupleBlue500);
    text-decoration: underline;
}

#authorizenet-container .overlay-v2 a.underline:hover {
    outline: 0;
    text-decoration: none;
}

#authorizenet-container .overlay-container.show {
    /*display: grid;*/
    display: none;
    justify-items: center;
    align-content: center;
}

@media only screen and (min-width: 1280px) {
    #authorizenet-container .overlay-container  {
        width: 770px;
        padding: 20px 0 20px 0;
    }
    #authorizenet-container .checkout-grid .f16.gap5 {
        font-size: 20px;
    }
}

#authorizenet-container .oc-section {
    width: 100%;
    grid-row: 1;
    grid-column: 1/-1;
    transform: translateY(0);
    transition: all 0.3s linear;
}

#authorizenet-container .oc-section-big {
    justify-items: center;
    width: 100%;
    display: none;
    transition: all 0.5s linear;
}

#authorizenet-container .oc-section-big.show {
    display: grid;
}

#authorizenet-container .oc-section.slideUp {
    transform: translateY(-120%);
}

#authorizenet-container .oc-section.slideDown {
    transform: translateY(120%);
}

@media only screen and (min-width: 501px) {
    #authorizenet-container .oc-section.slideUp {
        transform: none;
        display: grid;
    }

    #authorizenet-container .oc-section.slideDown {
        transform: none;
        display: none;
    }
}

#authorizenet-container .overlay-container.v2 {
    padding: 0 25px;
}

#authorizenet-container .slideUp {
    transform: translateY(-120%);
}

#authorizenet-container .overlay-container.show {
    display: grid;
    justify-items: center;
    align-content: center;
}

@media only screen and (min-width: 502px) {
    #authorizenet-container .overlay-container {
        padding: 25px 50px 40px;
    }
}

#cplShpCartOv {
    display: none !important;
}

#authorizenet-container .overlay-container.w712 {
    max-width: 712px;
}

#authorizenet-container .overlay-container.w630 {
    max-width: 630px;
}

#authorizenet-container .or-title1 {
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

#authorizenet-container .or-title3 {
    font-family: var(--rubik);
    font-size: 28px;
    margin-bottom: 16px;
}

#authorizenet-container .or-title4 {
    font-family: var(--rubik);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}

#authorizenet-container .or-subtitle1 {
    margin-bottom: 34px;
}

#authorizenet-container .fw600 {
    font-weight: 600;
}

#authorizenet-container .or-subtitle2.mb25 {
    margin-bottom: 25px;
}

#authorizenet-container .checkout-grid {
    font-family: var(--nunito);
    width: 100%;
    color: var(--TextHighEmphasis);
    border-bottom: 1px solid var( --CoupleGray400);
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: none;
    align-content: start;
    position: relative;
    gap: 16px 0;
    overflow-y: scroll;
}

#authorizenet-container .checkout-grid.gap8 {
    gap: 8px 0;
}

#authorizenet-container .checkout-grid::-webkit-scrollbar {
    width: 24px;
}

#authorizenet-container .checkout-grid::-webkit-scrollbar-track {
    box-shadow: inset 0 0 16px 16px transparent;
    background: transparent;
    border: solid 10px transparent;
}
#authorizenet-container .checkout-grid::-webkit-scrollbar-thumb {
    background: transparent;
    border: solid 10px transparent;
    border-radius: 14px;
}

#authorizenet-container .checkout-grid::-webkit-scrollbar-track-piece:end {
    background: transparent;
}

#authorizenet-container .checkout-grid::-webkit-scrollbar-track-piece:start {
    background: transparent;
}

#authorizenet-container .checkout-grid::-webkit-scrollbar-button {
  display: none;
}

#authorizenet-container .checkout-grid.show {
    display: grid;
}

#authorizenet-container .checkout-grid.small {
    /*width: calc(100% + 26px);*/
    border-bottom: unset;
    margin: 0;
    padding: 0;
}

#authorizenet-container .checkout-grid.pb16 {
    padding-bottom: 16px;
}

#authorizenet-container .checkout-grid.h340 {
    max-height: 264px;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
}

#authorizenet-container .checkout-grid.hFlex {
    overflow-y: scroll;
}

#authorizenet-container .checkout-grid.hFlex.h319 {
    max-height: 319px;
}

@media only screen and (min-width: 620px) {
    #authorizenet-container .checkout-grid.h340 {
        max-height: 350px;
    }
}

@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    #authorizenet-container .checkout-grid.h340 {
        max-height: 264px;
    }
}

#authorizenet-container .checkout-grid.h340::-webkit-scrollbar,
#authorizenet-container .checkout-grid.hFlex::-webkit-scrollbar
{
    width: 24px;
    background: transparent;
}

/* 4px scroll thumb. 10px margin from right margin */
#authorizenet-container .checkout-grid.h340::-webkit-scrollbar-track,
#authorizenet-container .checkout-grid.hFlex::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 16px 16px transparent;
    border: solid 10px transparent;
    height: 34px;
}

#authorizenet-container .checkout-grid.h340::-webkit-scrollbar-thumb,
#authorizenet-container .checkout-grid.hFlex::-webkit-scrollbar-thumb
{
    box-shadow: inset 0 0 16px 16px var(--CouplePurple);
    border: solid 10px transparent;
    border-radius: 14px;
    min-height: 30px;
}

#authorizenet-container .checkout-grid.h340::-webkit-scrollbar-track-piece:end,
#authorizenet-container .checkout-grid.hFlex::-webkit-scrollbar-track-piece:end
{
    background: transparent;
    margin-bottom: 30px; 
}

#authorizenet-container .checkout-grid.h340::-webkit-scrollbar-track-piece:start,
#authorizenet-container .checkout-grid.hFlex::-webkit-scrollbar-track-piece:start
{
    background: transparent;
    margin-top: 30px;
}

#authorizenet-container .checkout-grid.h340::-webkit-scrollbar-button,
#authorizenet-container .checkout-grid.hFlex::-webkit-scrollbar-button
{
  display: none;
}

/* width */
#authorizenet-container .checkout-grid.h292::-webkit-scrollbar {
    width: 4px;
}

/* Track */
#authorizenet-container .checkout-grid.h292::-webkit-scrollbar-track {
    border-radius: 14px;
    background: transparent;
}

/* Handle */
#authorizenet-container .checkout-grid.h292::-webkit-scrollbar-thumb {
    background: var(--CouplePurple);
    border-radius: 14px;
}

#authorizenet-container #authorizenet-container .checkout-grid.h292::-webkit-scrollbar-button {
  display: none;
}

#authorizenet-container .checkout-grid.h292::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px; 
}

#authorizenet-container .checkout-grid.h292::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 15px;
}


#authorizenet-container .checkout-grid li.cg-header {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 400;
    min-height: 22px;
    grid-template-columns: 120px 1fr;
    
}

#authorizenet-container .checkout-grid li.cg-header.v2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

@media only screen and (min-width: 810px) {
    #authorizenet-container .checkout-grid li.cg-header,
    #authorizenet-container .checkout-grid li.cg-header.v2 {
        font-size: 16px;
        grid-template-columns: 120px 280px 1fr;
    }
}

#authorizenet-container .checkout-grid li.cg-header.special-offer {
    border-top: 1px solid var(--CoupleGray400);
    padding-top: 20px;
}

#authorizenet-container .checkout-grid li .span2 {
    text-align: left;
}

#authorizenet-container .checkout-grid li.hide {
    display: none;
}

@media only screen and (min-width: 810px) {
    #authorizenet-container .checkout-grid li .span2 {
        grid-column: span 2;
        justify-self: start;
    }
}

#authorizenet-container .checkout-grid li .span4 {
    grid-column: span 4;
    justify-self: start;
    text-align: left;
}

#authorizenet-container img.cg-img {
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

@media only screen and (min-width: 620px) {
    #authorizenet-container img.cg-img {
        height: 88px;
    }
}

@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    #authorizenet-container img.cg-img {
        height: 60px;
    }
}

#authorizenet-container img.cg-img2 {
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
}

#authorizenet-container .cg-details.row {
    flex-direction: row;
}

#authorizenet-container .cg-details2 {
    display: grid;
    grid-template-columns:1fr;
    gap: 0 16px;
    line-height: 1.6;
}

#authorizenet-container .cg-details2.v2 {
    justify-self: end;
    justify-items: end;
    gap: 5px 0;
}

#authorizenet-container .cg-details2 .cg-d2-small {
    display: block;
    justify-self: end;
}

#authorizenet-container .cg-details2 .cg-d2-big {
    display: none;
}

#authorizenet-container .order1 {
   order: 1; 
}

#authorizenet-container .order2 {
   order: 2; 
}

@media only screen and (min-width: 810px) {
    #authorizenet-container .cg-details2 {
        grid-template-columns: 1fr 1fr;
    }

    #authorizenet-container .cg-details2.v2 {
        justify-self: unset;
        justify-items: center;
        gap: 0;
    }

    #authorizenet-container .cg-details2 .cg-d2-small {
        display: none;
    }

    #authorizenet-container .cg-details2 .cg-d2-big {
        display: block;
    }

    #authorizenet-container .order1 {
        order: 2;
    }

    #authorizenet-container .order2 {
        order: 1;
    }
}

#authorizenet-container .checkout-grid .f15 {
    font-size: 14px;
    font-weight: 600;
}

#authorizenet-container .just-self-end {
    justify-self: end;
}

#authorizenet-container .just-self-center {
    justify-self: center;
}

#authorizenet-container .checkout-grid .f20 {
    font-size: 20px;
}

#authorizenet-container .checkout-grid .multi {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

#authorizenet-container .cg-couple-coin {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: var(--CoupleBlue700);
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: start;
}

#authorizenet-container .cg-couple-coin.red,
#authorizenet-container .cg-couple-coin2.red {
    background-color: #e63e29;
}

#authorizenet-container .cg-couple-coin img {
    width: 46px;
    height: 46px;
}

@media only screen and (min-width: 620px) {
    #authorizenet-container .cg-couple-coin {
        width: 120px;
        height: 88px;
    }

    #authorizenet-container .cg-couple-coin img {
        width: 60px;
        height: 60px;
    }
}

@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    #authorizenet-container .cg-couple-coin {
        width: 100px;
        height: 60px;
    }

    #authorizenet-container .cg-couple-coin img {
        width: 46px;
        height: 46px;
    }
}

#authorizenet-container .cg-row-close {
    position: absolute;
    top: -6px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #fafafa;
    color: #3c414d;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

#authorizenet-container .cg-row-close:hover {
    background-color: #fff;
}

#authorizenet-container .small .cg-row-close {
    left: 0;
}

@media only screen and (min-width: 620px) {
    #authorizenet-container .cg-row-close {
        left: 38px;
    }
}

#authorizenet-container .cg-row-close.hide {
    display: none;
}

#authorizenet-container .button-style-2 {
    height: 32px;
    padding: 0 20px;
    border: solid 1px var(--CoupleBlue500);
    font-family: var(--rubik);
    font-size: 16px;
    background-color: #fff;
    color: var(--TextHighEmphasis);
    border-radius: 8px;
    cursor: pointer;
}

#authorizenet-container .button-style-2:hover {
    border: solid 1px var(--CouplePurple);
    background-color: var(--CouplePurple);
    color: #fff;
}

#authorizenet-container .button-style-2:focus {
    border: solid 1px var(--CoupleBlue700);
    background-color: var(--CoupleBlue700);
    color: #fff;
}

#authorizenet-container .button-style-2.v1 {
    grid-row: 3;
    grid-column: span 3;
    justify-self: center;
    margin: 10px 0 0 0;
    transform: translateX(14px);
}

@supports (-webkit-touch-callout: none) {
    #authorizenet-container .button-style-2.v1 {
        transform: translateX(2px);
    }
}

@media only screen and (min-width: 620px) {
    #authorizenet-container .button-style-2.v1 {
        transform: translateX(4.5px);
    }
}

@media only screen and (min-width: 810px) {
    #authorizenet-container .button-style-2.v1 {
        grid-row: unset;
        grid-column: unset;
        justify-self: end;
        margin: 0;
        transform: none;
    }
}

#authorizenet-container .button-style-3 {
    height: 36px;
    font-family: var(--rubik);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--CoupleBlue500);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    border: 0;
}

@media only screen and (min-width: 810px) {
    #authorizenet-container .button-style-3 {
        height: 56px;
        font-size: 25px;
    }
}

@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    #authorizenet-container .button-style-3 {
        height: 36px;
        font-size: 16px;
    }
}

#authorizenet-container .button-style-3.w50p {
    width: 50%;
}

#authorizenet-container .button-style-3.w100p {
    width: 100%;
}

#authorizenet-container .button-style-3.plr55 {
    padding: 0 55px;
}

#authorizenet-container .button-style-3:hover {
    background-color: var(--CouplePurple);
}

#authorizenet-container .button-style-3:focus {
    background-color: var(--CoupleBlue700);
}

#authorizenet-container .button-style-3.disabled {
    pointer-events: none;
    background-color: var(--CoupleGray400);
    color: var(--TextLowEmphasis);
}

#authorizenet-container .button-style-3.mt20 {
    margin-top: 20px;
}

#authorizenet-container .button-style-3.wVar920 {
    width: auto;
    padding: 0 55px;
    margin: 0 auto;
}

@media only screen and (min-width: 920px) {
    #authorizenet-container .button-style-3.wVar920 {
        width: 100%;
    }
}

#authorizenet-container .checkout-grid2 {
    display: grid;
    background-color: #fff;
    gap: 10px 0;
    transform: translateY(0);
    transition: all 0.3s ease-out;
}

#authorizenet-container .checkout-grid2.hide {
    transform: translateY(-120%);
    transform-origin: bottom;
    transition: all 0.3s ease-out;
}

#authorizenet-container .cg2-row.mb30 {
    margin-bottom: 10px;
}

#authorizenet-container .cg2-checkout-top {
    display: grid;
    grid-template-columns: 1fr 18px;
    padding-right: 20px;
    padding-left: 10px;
}

#authorizenet-container .cg2-checkout-top.grey {
    color: var(--TextMediumEmphasis);
}

@media only screen and (min-width: 920px) {
    #authorizenet-container .cg2-checkout-btm.v2 {
        display: none;
    }
}

#authorizenet-container .cg2-checkout-btm.grey {
    color: var(--TextLowEmphasis);
}

#authorizenet-container strong.f14 {
    font-weight: 600;
    font-size: 18px;
}

#authorizenet-container .checkout-flex1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: scaleY(0);
    transform: translateY(120%);
    transition: all 0.3s;
}

#authorizenet-container .checkout-flex1.start {
    justify-content: flex-start;
}

#authorizenet-container .checkout-flex1.show {
    transform: translateY(0);
    transform-origin: top;
    transition: all 0.3s;
}

@media only screen and (min-width: 920px) {
    #authorizenet-container .checkout-flex1 {
        transform: scaleY(1);
        transform-origin: top;
    }
}

#authorizenet-container .checkout-small-1,
#authorizenet-container .checkout-small-2 {
    grid-row: 1;
    grid-column: 1/-1;
    
}

#authorizenet-container .checkout-small-2 {
    margin: 0 0 0 12px;
}

@media only screen and (min-width: 920px) {
    #authorizenet-container .checkout-small-1,
    #authorizenet-container .checkout-small-2 {
        grid-row: unset;
        grid-column: unset;
    }
    #authorizenet-container .checkout-small-2 {
        margin: 0;
    }
}

#authorizenet-container .check-type-1 {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid var(--CoupleDarkGray300);
    padding: 3px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#authorizenet-container .check-type-1:active, 
#authorizenet-container .check-type-1:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

#authorizenet-container .check-type-1.disabled {
    pointer-events: none;
}

#authorizenet-container .check-type-1:checked::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #5A5AD6;
    border-radius: 3px;
}

#authorizenet-container input.check-type-1.pos1 {
    grid-column: 2;
    grid-row: span 2;
}

#authorizenet-container .pos2 {
    grid-row: 2;
}

#authorizenet-container .enter_payment {
    display: block;
    
}

@media only screen and (min-width: 920px) {
    #authorizenet-container .enter_payment {
        display: none;
    }
    
}

#authorizenet-container .cg2-pInfo-var {
    display: block;
    font-size: 24px;
    color: var(--TextLowEmphasis);
    position: relative;
}

#authorizenet-container .cg2-pInfo-var.mb30 {
    margin-bottom: 10px;
}

#authorizenet-container .cg2-pInfo-var a:link,
#authorizenet-container .cg2-pInfo-var a:visited {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    position: relative;
    text-decoration: underline;
    color: var(--TextLowEmphasis);
    text-decoration: underline;
}

#authorizenet-container .cg2-pInfo-var a:hover {
    text-decoration: none;
}

#authorizenet-container .cg2-pInfo-var::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: calc(100% - 30px);
}

@media only screen and (min-width: 920px) {
    #authorizenet-container .cg2-pInfo-var {
        display: none;
    }
}

#authorizenet-container a.stripe-powered:link,
#authorizenet-container a.stripe-powered:visited {
    height: 31px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3px; 
    background-color: #33364c;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
}

/* Hide default HTML checkbox */
#authorizenet-container .switch-type-1 input {
    opacity: 0;
    width: 0;
    height: 0;
}

#authorizenet-container .checkout-payment-info .error {
    font-size: 13px;
    font-weight: normal;
    color: var(--error);
    text-align: left;
    width: 100%;
    display: flex;
}

#authorizenet-container .checkout-payment-info input.error {
    color: var(--error);
    margin: 0;
    font-size: 16px;
}

#authorizenet-container .checkout-payment-info input.error::placeholder {
    color: var(--error);
}

#authorizenet-container .cg-empty {
    height: 292px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    gap: 12px 0; 
    font-size: 24px;
    font-family: var(--rubik);
}

#authorizenet-container .cg-empty.show {
    display: flex;
}

#authorizenet-container .cg-empty.v2 {
    grid-column: 1 / -1;
    height: auto;
    padding: 20px 0;
}

#authorizenet-container button.close-window {
    height: 32px;
    border-radius: 8px;
    padding: 0 25px;
    border: 1px solid var(--CoupleGray600);
    background-color: var(--CoupleGray100);
    font-family: var(--rubik);
    font-size: 16px;
    cursor: pointer;
}

#authorizenet-container .cart-bubble {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 8px;
    bottom: 24px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: var(--CoupleRedPrime);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    transition: all 0.3s;
}

#authorizenet-container .cart-bubble.hide {
    display: none;
}

#authorizenet-container .cart-bubble img {
    width: 30px;
}

#authorizenet-container .cart-bubble:hover {
    background-color: var(--CouplePurple);
}

@media only screen and (min-width: 920px) {
    #authorizenet-container .cart-bubble {
        width: 64px;
        height: 64px;
        bottom: 80px;
        right: 56px;
    }

    #authorizenet-container .cart-bubble img {
        width: 33px;
    }
}

#authorizenet-container .profile-coin-balance {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: space-between;
    font-family: var(--rubik);
    flex-direction: column;
    text-align: center;
    gap: 10px 10px;
}

@media only screen and (min-width: 501px) {
    #authorizenet-container .profile-coin-balance {
        text-align: unset;
        grid-template-columns: repeat(2, 1fr);
    }
}

#authorizenet-container .title-1 {
    width: 100%;
    display: grid;
    justify-items: start;
    justify-self: start;
    padding: 0 16px 24px 12px;
    margin-bottom: 24px;
    font-size: 16px;
    border-bottom: 1px solid var(--CoupleGray400);
}

@media only screen and (min-width: 620px) {
    #authorizenet-container .title-1 {
        padding: 0 30px 24px 45px;
    }
    #authorizenet-container .title-1.pb18 {
        padding-bottom: 18px;
    }
}

#authorizenet-container .title-1 .f24 {
    font-size: 24px;
    font-family: var(--rubik);
}

#authorizenet-container .title-1 .f20 {
    font-size: 20px;
    font-family: var(--rubik);
}

/*Table*/
#authorizenet-container ul.table-layout-1 {
    font-family: var(--nunito);
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    /*gap: 6px 6px;*/
    height: 258px;
    overflow-y: auto;
    position: relative;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 {
        width: calc( 100% - 80px);
    }
}

#authorizenet-container ul.table-layout-1::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

/* 4px scroll thumb. 10px margin from right margin */
#authorizenet-container ul.table-layout-1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px 5px transparent;
    border: solid 3px transparent;
    background-color: transparent;
}

#authorizenet-container ul.table-layout-1::-webkit-scrollbar-thumb
{
    box-shadow: inset 0 0 5px 5px var(--CouplePurple);
    border: solid 3px transparent;
    border-radius: 14px;
}

#authorizenet-container ul.table-layout-1::-webkit-scrollbar-button
{
  display: none;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1::-webkit-scrollbar {
        width: 24px;
    }

    #authorizenet-container ul.table-layout-1::-webkit-scrollbar-track {
        box-shadow: inset 0 0 16px 16px transparent;
        border: solid 10px transparent;
    }

    #authorizenet-container ul.table-layout-1::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 16px 16px var(--CouplePurple);
        border: solid 10px transparent;
    }
}

#authorizenet-container ul.table-layout-1 li {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li {
        grid-template-columns: 1fr 1fr 2.5fr 1fr 1fr 1fr;
        padding: 7px;
    }
}

#authorizenet-container ul.table-layout-1 li.header {
    display: none;
    text-transform: uppercase;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li.header {
        display: grid;
    }
}

#authorizenet-container ul.table-layout-1 li.dark {
    background-color: unset;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li.dark {
        background-color: var(--CoupleGray100);
    }
}

#authorizenet-container ul.table-layout-1 li .subrow {
    display: contents;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li .subrow div:not([name="noB"]) {
        border-top: 1px dashed var(--TextLowEmphasis);
        padding-top: 5px;
        margin-top: 5px;
    }
}

#authorizenet-container ul.table-layout-1 li .hideCol {
    display: none;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li .hideCol {
        display: block;
    }
}

#authorizenet-container ul.table-layout-1 li .date {
    grid-column: 1 / -1;
    background-color: var(--CoupleGray100);
    padding: 0 0 0 20px;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li .date {
        grid-column: unset;
        background-color: unset;
        padding: 0;
    }
}

#authorizenet-container ul.table-layout-1 li .pl20 {
    padding-left: 20px;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li .pl20 {
        padding-left: 0;
    }
}

#authorizenet-container .toRight {
    text-align: right;
}

#authorizenet-container .toRightRes {
    text-align: left;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container .toRightRes {
        text-align: right;
    }
}

#authorizenet-container ul.table-layout-1 li .details {
    grid-column: 1 / -1;
    display: flex;
    padding: 3px 0 3px 20px;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li .details {
        display: contents;
        border-bottom: unset;
        padding-left: 0;
        grid-column: unset;
    }
}

#authorizenet-container ul.table-layout-1 li .details-2 {
    border-bottom: 1px dashed var(--TextLowEmphasis);
    padding: 3px 0 3px 20px;
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
}

#authorizenet-container ul.table-layout-1 li .details-2:last-of-type {
    border-bottom: unset;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li .details-2 {
        display: contents;
        border-bottom: unset;
        padding-left: 0;
        grid-column: unset;
    }
}

@supports (-webkit-touch-callout: none) {
    #authorizenet-container ul.table-layout-1 li .details,
    #authorizenet-container ul.table-layout-1 li .details-2 {
        padding: 3px 20px;
    }
    #authorizenet-container ul.table-layout-1 li .pr20 {
        padding-right: 20px;
    }
}

#authorizenet-container .sBold {
    font-weight: 600;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li .spaceRes {
        display: none;
    }
}

#authorizenet-container ul.table-layout-1 li > div {
    padding-top: 3px;
    padding-bottom: 3px;
}

@media only screen and (min-width: 800px) {
    #authorizenet-container ul.table-layout-1 li > div {
        padding-top: 0;
        padding-bottom: 0;
    }
}

#authorizenet-container .error {
    text-align: center;
    font-weight: bold;
    color: var(--error);
    margin-top: 5px;
}

/* Mobile only */
#authorizenet-container.authorizenet-mobile div#chout_prchMod {
    border-radius: 8px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #000;
    color: #fff;
}

#authorizenet-container.authorizenet-mobile #chkout_OrderInfoMbl,
#authorizenet-container.authorizenet-mobile #chkout_PaymtInfoMbl,
#authorizenet-container.authorizenet-mobile .overlay-container {
    background-color: rgba(0, 0, 0, 0.75);
}

#authorizenet-container.authorizenet-mobile .checkout-grid,
#authorizenet-container.authorizenet-mobile .cg-details,
#authorizenet-container.authorizenet-mobile .cg-details strong,
#authorizenet-container.authorizenet-mobile .overlay-v2 a:link, 
#authorizenet-container.authorizenet-mobile .overlay-v2 a:visited,
#authorizenet-container.authorizenet-mobile .overlay-close,
#authorizenet-container.authorizenet-mobile .overlay-container,
#authorizenet-container.authorizenet-mobile .cg2-pInfo-var {
    color: #fff;
}

#authorizenet-container.authorizenet-mobile .checkout-payment-info {
    padding: 0;
}

#authorizenet-container.authorizenet-mobile .switch-type-1 .slider-card:before {
    top: 1.5px;
}

#authorizenet-container.authorizenet-mobile .cg2-pInfo-var {
    font-weight: bold;
}

.mr-t-a-coins#prof_toggleCC #prof_prchCCBtn {
    font-size: 15px;
    font-weight: 600;
}

.mr-t-a-coins#prof_toggleCC:hover #prof_labelCC,
.mr-t-a-coins#prof_toggleCC:hover #prof_balanceCC {
    display: none !important;
}

.mr-t-a-coins#prof_toggleCC:hover #prof_prchCCBtn {
    display: block !important;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.mr-t-a-coins:hover {
    background-color:#5a5ad6 !important;
    border-radius: 34px;
    color: #fff !important;
}