/* Modal Header */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.lkn-vco-modal-header {
    padding: 2px 16px;
    background-color: #00008b;
    color: white;
    text-align: center;
}

/* Modal Body */
.lkn-vco-modal-body {
    padding: 2px 16px;
}

/* Modal Content */
.lkn-vco-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.lkn-vco-close {
    float: right;
    font-size: 2.3em;
    font-weight: bold;
}

.lkn-vco-close:hover,
.lkn-vco-close:focus {
    color: grey;
    text-decoration: none;
    cursor: pointer;
}

/* The Modal (background) */
.lkn-vco-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.lkn-vco-header {
    font-size: 1.5em;
    color: #fff;
    margin: 15px 0px;
}

/* #give-purchase-button {
    display: none;
} */

#lkn-visa-btn {
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#lkn-visa-brand {
    margin-bottom: 5%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
    height: auto;
}


.lkn-vco-sub-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.lkn-vco-subtittle {
    font-weight: 100;
    line-height: 26px;
    font-size: 1.4em;
    text-align: center;
    margin: 10px 0px;
    color: #000000;
}

.lkn-vco-primary-button {
    display: flex;
    flex: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 20px;
    min-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    background-color: #003ea9;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.lkn-vco-primary-button:hover {
    background-color: #0451d9;
}

.lkn-vco-exp-cvv-wrap {
    display: flex;
    flex-direction: row;
    margin: 0px 5px 20px 5px;
}

.lkn-vco-form-control {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.lkn-vco-button-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5%;
}

#lkn-vco-card-number-cc {
    display: flex;
    flex: auto;
    margin: 0px 5px 0px 5px;
    padding: 19px 10px 9px 0;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #494949;
}

#lkn-vco-card-holder-cc {
    display: flex;
    flex: auto;
    margin: 5px 5px 0px 5px;
    padding: 19px 10px 9px 0;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #494949;
}

#lkn-vco-exp-date {
    display: flex;
    flex: auto;
    padding: 19px 10px 9px 0;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #494949;
}

#lkn-vco-cvv {
    display: flex;
    flex: auto;
    padding: 19px 10px 9px 5px;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #494949;
    border-left: 1px solid #494949;
}

#lkn-vco-card-number-cc:focus {
    padding-bottom: 8px;
    border-bottom: 2px solid #0097e1;
    outline: none;
}

#lkn-vco-card-holder-cc:focus {
    padding-bottom: 8px;
    border-bottom: 2px solid #0097e1;
    outline: none;
}

#lkn-vco-exp-date:focus {
    padding-bottom: 8px;
    border-bottom: 2px solid #0097e1;
    outline: none;
}

#lkn-vco-cvv:focus {
    padding-bottom: 8px;
    border-bottom: 2px solid #0097e1;
    outline: none;
}

#vcop-src {
    display: block;
}

.visa-disabled-btn {
    pointer-events: none;
}

@media screen and (max-width: 500px) {
    .lkn-vco-modal-content {
        width: 100%;
    }

    .lkn-vco-exp-cvv-wrap {
        flex-direction: column;
    }

    #lkn-vco-cvv {
        border-left: none;
    }
}