.payment-content-sqf-font {
    font-family: 'Montserrat', helvetica neue, helvetica, arial, sans-serif !important;
}

.modal-payment.modal .modal-content {
    background: #424770;
    color: #fff;
}

.modal-payment.modal .modal-header {
    border-bottom: 1px solid #8798AB;
}

.modal-payment.modal .modal-footer {
    border-top: 1px solid #8798AB;
}

.modal-payment label {
    height: 35px;
    position: relative;
    color: #8798AB;
    display: block;
    margin-top: 15px;
}

.modal-payment label > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 300;
    line-height: 32px;
    color: #8798AB;
    border-bottom: 1px solid #586A82;
    transition: border-bottom-color 200ms ease-in-out;
    cursor: text;
    pointer-events: none;
}

.modal-payment label > span span {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0% 50%;
    transition: transform 200ms ease-in-out;
    cursor: text;
}


.modal-payment label .field.is-focused + span {
    border-bottom-color: #34D08C;
}

.modal-payment .field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: white;
    outline: none;
    cursor: text;
    display: block;
    width: 100%;
    line-height: 32px;
    padding-bottom: 3px;
    transition: opacity 200ms ease-in-out;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 19px;
}

.modal-payment .outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 20px;
    text-align: center;
}

.modal-payment .success, .error {
    display: none;
    font-size: 15px;
}

.modal-payment .success.visible, .error.visible {
    display: inline;
}

.modal-payment .error {
    color: #E4584C;
}

.modal-payment .success {
    color: #34D08C;
}

.modal-payment .success .token {
    font-weight: 500;
    font-size: 15px;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 92342349;
    background-color: rgba(0,0,0,0.7);
    display: none;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader-wrapper p {
    position: absolute;
    top: 55%;
    left: 48%;
    text-align: center;
    color:#fff;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.financial-transactions {
    display: none;
}

.summaray-buttons-top {
    display: none;
}

@media (max-width: 768px) {
    .finance-payment-buttons .btn {
        margin-top: 15px;
    }
    .finance-payment-buttons-mobile .btn {
        margin-top: 8px;
    }
}


@media only screen and (max-width : 767px) {
    .summaray-buttons-top {
        display: block;
        padding-bottom: 15px;
    }

    .summaray-buttons-bottom {

    }

    .table-scrollable {
        display: none;
    }

    .financial-transactions {
        display: inline-block;
    }

    .well-finance-top {
        display: block;
        overflow:auto;
        margin-bottom:0;
        padding:5px !important;
    }
}

.dataTables_length {
    text-align: right;
}

.home-club-form .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inactive-period-middle-text {
    text-align: center;
}

.blog-content-2 .blog-single-content {
    padding: 40px 30px 15px;
    background-color: #fff;
}

.blog-content-2 .blog-single-sidebar {
    padding: 40px 30px;
    background-color: #fff;
}

.blog-content-2 .blog-single-sidebar>ul {
    padding: 0;
}

.blog-content-2 .blog-single-sidebar>ul>li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

.blog-page .bordered {
    border: 1px solid #e7ecf1;
}

.blog-content-2 .blog-single-content>.blog-single-head>.blog-single-head-title {
    font-size: 25px;
    font-weight: 600;
    color: #4e5a64;
    margin: 0 0 40px;
    display: inline-block;
}

.blog-content-2 .blog-single-content>.blog-single-head>.blog-single-head-date>a {
    color: #9aa5b2;
}

.blog-content-2 .blog-single-content>.blog-single-head>.blog-single-head-date {
    float: right;
    font-size: 13px;
    font-weight: 600;
    margin-top: 7px;
}

.blog-content-2 .blog-single-content>.blog-single-head>.blog-single-head-date>i {
    margin-right: 5px;
}

.blog-content-2 .blog-single-sidebar>ul>li>a {
    color: #49a7fa;
    font-size: 14px;
    padding-left: 20px;
    display: block;
}

.blog-content-2 .blog-single-sidebar>ul>li:before {
    content: "•";
    color: #dae0e5;
    font-size: 30px;
    position: absolute;
    margin-top: -9px;
}

.blog-content-2 .blog-single-sidebar>ul>li>a.checked {
    font-weight: 800;
}

/*
 * Used for gdpr.blade.php
 */
.custom-well {
    border: 0;
    padding: 5px 10px 5px 15px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #f1f4f7;
    min-height: 20px;
    margin-bottom: 45px;
}

.gpdr-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.backgrounded-text {
    background: #f2f2f2;
    padding: 15px 10px 10px 20px;
    margin-bottom: 60px;
}

.bold-span {
    font-weight: 800;
}

.m-t-b-30 {
    margin: 30px 0 30px 0;
}

.inline-legend {
    display: inline-flex;
    margin-right: 30px;
}

.danger-rectangle {
    width: 20px;
    height: 20px;
    background: #ab1813;
}

.warning-rectangle {
    width: 20px;
    height: 20px;
    background: orange;
}

.ok-rectangle {
    width: 20px;
    height: 20px;
    background: green;
}

.table-fix {
    display: block;
}

#upgrade_plan .modal-body {
    overflow: auto;
}

#downgrade_plan .modal-body {
    overflow: auto;
}

.blog-content-2 {
    margin-top: 20px;
}

.invoice-item-discount-edit {
    display: none;
    width: 42px;
    margin-top: -6px;
    padding: 5px;
}

.invoice-item-discount-type {
    display: none;
    margin-top: -6px;
    padding: 6px 0;
    width: 60px;
    margin-left: 2px;
}

.select-discount-type {
    width: 60px;
    padding: 6px 0;
    margin-right: 2px;
}

.input-discount {
    width: 40px;
    padding: 5px;
    margin-right: 2px;
}

.text-align-left {
    text-align: left;
}

#card-errors {
    font-size: 16px;
}