.ccicon {
    height: 28px;
    position: absolute;
    right: 35px;
    top: calc(50% - 14px);
    width: 40px
}

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

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

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

.creditcard .darkcolor,.creditcard .lightcolor {
    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 {
    fill: #fff;
    opacity: .6
}

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

#cardfront .st9 {
    font-size: 29.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
}

.creditcardcontainer {
    height: 54vw;
    max-height: 220px;
    max-width: 400px;
    perspective: 1000px;
    width: 100%
}

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

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

.creditcard .back,.creditcard.flipped {
    transform: rotateY(180deg)
}

.dropdown-menu.show {
    z-index: 10000
}

/* Estilos adicionales para la plataforma ELP */
#loader-logo {
    max-height: 70px;
}

#account-selector-icon{
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0;
}

.bg-blue{
    background-color: #3164f3;
}

.bg-yellow{
    background-color: #d39304;
}

.dashed{
    border: 1px dashed rgba(255, 255, 255, 0.4)
}

.darken {
    background-color:  rgba(0, 0, 0, 0.15) !important;
}

.chart-height-300 {
    height: 300px;
    width: 100%;
}