
/*# sourceMappingURL=custom.min.css.map */
.rounded-circle .avatar-sm {
    height: auto !important;
    width: 3rem;
}

@import url('https://fonts.googleapis.com/css2?family=josefin+Sans:wght@400;500;600;700&display=swap');



.kkcontainer {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
}

.kkcard {
    width: 500px;
    height: 300px;
    color: #fff;
    cursor: pointer;
    perspective: 1000px;
}

.kkcard-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.kkfront, .kkback {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #0045c7, #ff2c7d);
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    backface-visibility: hidden;
}

.kkrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kkmap-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

.kkcard-no {
    font-size: 25px;
    margin-top: 60px;
}

.kkname {
    font-size: 22px;
    margin-top: 40px;
}

.kkbar {
    background: #222;
    margin-left: -30px;
    margin-right: -30px;
    height: 60px;
    margin-top: 10px;
}

.kkcard-cvv {
    margin-top: 20px;
}

.kkcard-cvv div {
    flex: 1;
}

.kkcard-cvv img {
    width: 100%;
    display: block;
    line-height: 0;
}

.kkcard-cvv p {
    background: #fff;
    color: #000;
    font-size: 22px;
    margin-top: 15px;
    height: 53px;
    width: 65px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.kkcard-text {
    margin-top: 10px;
    font-size: 14px;
}

.kksignature {
    margin-top: 0px;
}

.kkback {
    transform: rotateY(180deg);
}

.kkcard:hover .kkcard-inner {
    transform: rotateY(-180deg);
}
.kredikartihover .kkcard-inner {
    transform: rotateY(-180deg);
}