.cc-icon {
    height: 28px;
    position: absolute;
    right: 1.125rem;
    top: 0.5625rem;
    float: right;
    width: 44px;
}
.credit-preload * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important
}
.credit-container {
    width: 100%;
    max-width: 100%;
    max-height: 294px;
    height: 20.7vw;
    padding: 0px;
    min-height: 253px
}
#cc-single {
    position: absolute;
    right: 15px;
    top: 20px
}
#cc-single svg {
    width: 100px;
    max-height: 60px
}
.creditcard svg#cardback,
.creditcard svg#cardfront {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0 #e2e2e2;
    box-shadow: 1px 5px 6px 0 #e2e2e2;
    border-radius: 22px
}
.creditcard .darkcolor,
.creditcard .lightcolor {
    -webkit-transition: fill .5s;
    transition: fill .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
}
#svgname {
    text-transform: uppercase
}
#cardfront .st2 {
    fill: #fff
}
#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: .6;
    fill: #fff
}
#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
}
#cardback .st0 {
    fill: none;
    stroke: #0f0f0f;
    stroke-miterlimit: 10
}
#cardback .st2 {
    fill: #111
}
#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: .6
}
#cardback .st9 {
    fill: #fff
}
#cardback .st10 {
    font-size: 24px
}
#cardback .st11 {
    fill: #eaeaea
}
#cardback .st12 {
    font-family: 'Rock Salt', cursive
}
#cardback .st13 {
    font-size: 37.769px
}
.credit-container {
    perspective: 1000px
}
.creditcard {
    width: 100%;
    max-width: 460px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform .6s!important;
    -webkit-transition: -webkit-transform .6s!important;
    transition: transform .6s!important;
    transition: transform .6s, -webkit-transform .6s;
    cursor: pointer;
    margin: auto
}
.creditcard .back,
.creditcard .front {
    position: absolute;
    width: 100%;
    max-width: 460px;
    -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)
}
.card-date-container {
    width: 40%;
    display: inline-block
}
.card-code-container {
    width: 30%;
    display: inline-block
}
