.b-primary {
    background: #06060b !important;
}

.b-active {
    /* background-color: #131C32 !important; */
    color: #fff !important
}

.b-active:hover {
    color: #be5010 !important;

}

.b-info {
    background: rgb(20, 70, 153);

}

.b-earth {
    color: rgb(20, 70, 153);
}

.b-default {
    /* background: rgb(240, 242, 247) !important; */
    background: rgb(39 37 37) !important;
}

.b-black {
    color: #000 !important;
}

.c-secondary {
    background-color: #0b0c26 !important;
    color: #fff !important;
}

.text-crestar {
    color: #0b0c26 !important;
}

.bg-crestar {
    background-color: #0b0c26 !important;
}

.noHover {
    pointer-events: none !important;
}

.tridax-grey {
    color: #8c8c8c !important;
}

.tridax-public {
    background-color: #1d1c1c !important;
}

.header-tridax-img {
    background-image: url('../gallery/header.jpg');
    background-color: #363333 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: hard-light;
}

.body-tridax-img {
    background-image: url('../gallery/xbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: soft-light;
}

.tridax-footer {
    /* background-color: #190b0b !important; */
    color: #000;
}

.tridax-dark-footer {
    background-color: #210f0f !important;
}

/* .ribbon-primary.ribbon-bookmark .ribbon-box::before {
    border-color: #06060b !important;
    border-left-color: transparent;
} */

.bottom-course {
    cursor: pointer;
    z-index: 6;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgb(0, 0, 0) 1px 0px 0px inset;
    padding: 1rem;
    border-radius: 0 8px 8px 8px;
    border-bottom: 1px solid rgb(51, 51, 51);
    border-top: 1px solid rgb(51, 51, 51);
    border-right: 1px solid rgb(51, 51, 51);

}

.tridax-list {
    /* background-color: #211f1f !important; */
}

.tridax-x {
    background-color: #190b0b !important;
}

.font-s18 {
    font-size: 18px !important;
}

.tf-basic {
    color: #c0232b !important;
}

.tf-border {
    border: 2px solid#8c1112 !important;
}

.base-color {
    color: #081a2a;
}


.mycard {
    border-radius: 4px;
    margin-bottom: 15px;
    border: none;
    /* background: #190b0b !important; */
    transition: all 0.4s;
    vertical-align: top;
    box-shadow: -1rem 0 3rem rgb(163, 159, 159);
}

.mt-60 {
    margin-top: 70px !important;
}

.mybtn {
    background-color: #04282f;
    color: white;
}

/* card style */
.payment-title {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

label {
    padding-bottom: 5px;
    font-size: 13px;
}

input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

.creditcard .lightblue {
    fill: #03a9f4;
}

.creditcard .lightbluedark {
    fill: #0288d1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #ffffff;
}

#cardfront .st3 {
    font-family: "Source Code Pro", monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #ffffff;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: "Source Code Pro", monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4c4c4c;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0f0f0f;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #f2f2f2;
}

#cardback .st4 {
    fill: #d8d2db;
}

#cardback .st5 {
    fill: #c4c4c4;
}

#cardback .st6 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #ffffff;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #eaeaea;
}

#cardback .st12 {
    font-family: "Rock Salt", cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@media only screen and (min-width: 900px) {
    .creditcard {
        margin-top: -25px !important;
    }
}
