#paymentForm {
    padding: 10px;
}

#paymentForm > .form-group > label {
    font-weight: 500;
    list-style: 2;
    color: #1e2939;
    padding-bottom: .5rem !important;
}

#paymentForm > .form-group {
    padding-bottom: 1rem;
}

#makePayment {
    cursor: pointer;
}

.card-field {
    padding-bottom: 1rem;
}

.buy-now-modal-p {
    padding: 10px !important;
}

#buy-now-modal-prodict-price{
    padding-left: 10px;
}

.buy-now-checkout-btn {
    background-color: #F79132;
    /* Green */
    border: 2px solid #F79132;
    color: white !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}

.buy-now-cancel-btn {
    background-color: #ffffff;
    /* Green */
    border: 2px solid #F79132;
    color: #F79132 !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}

.buy-now-checkout-btn:hover {
    color: #333333 !important;
    cursor: pointer;
}

.buy-now-cancel-btn:hover {
    border: 2px solid #333333;
    color: #333333 !important;
    cursor: pointer;
}

#paymentLoader {
    width: 100%;
    min-height: 500px;
    text-align: center;
    padding: 40px;
}

.linbit-loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.linbit-column {
    float: left;
    width: 33.33%;
    padding-right: 1rem;
}

.linbit-column:last-of-type {
    padding-right: 0;
}

/* Clear floats after the columns */
.linbit-row:after {
    content: "";
    display: table;
    clear: both;
}

#linbit-settings-table{
    padding: 10px;
}

.vmiddle{
    vertical-align: middle;
}

.swal2-container {
    display: -webkit-box !important;
    display: flex !important;
    position: fixed !important;
    z-index: 300000 !important;
}