.tab {padding: 15px 0;margin-top: 20px;}

.tab > a {display: inline-block;vertical-align: middle;padding: 0px 15px;border: 1px solid;color: #2271b1;font-size: 13px;text-decoration: none;border-radius: 3px;height: 30px;line-height: 30px;margin-right: 5px;}

.tab > a.active {background: #2271b1;color: #fff;}

.tab-box {display: none;}

.tab-box.tab-current {display: block;}

.wpfs-form-group > label {
    color: #7f8393;
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.wpfs-input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: none;
    border-radius: 4px;
    transition: all .3s ease;
}

.wpfs-input-group-prepend, .wpfs-input-group-append {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    border-radius: 4px;
    cursor: text;
}

.wpfs-input-group-prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.wpfs-input-group-text {
    color:  #7f8393;
    font-size: 13px;
    font-weight: bold;
}

.wfps-xp-20 {
    max-width: 160px !important;
}
.wpfs-form-group {
    margin-bottom: 24px;
}

.field_date {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.field_date > a {
    margin-left: 10px;
}

.wpfs-form-control {
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    padding: 0 16px;
    border: 1px solid #7f8393;
    border-radius: 4px;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.wpfs-form-control:not(:disabled):not(.wpfs-form-control--error):not(.wpfs-form-control--focus):not(:focus):hover {
    border: 1px solid #7f8393;
}

.wpfs-form-card {
    padding-top: 11px;
}

.inline-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.inline-flex > .wpfs-form-group {
    width: 48%;
}


.form-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
}

.wpfs-btn {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    border: 0;
    text-align: center;
    text-decoration: none !important;
}

.wpfs-btn-primary, button.wpfs-btn-primary[type=submit], .no-touch button.wpfs-btn-primary[type=submit] {
    background: #156ccc;
    height: 40px;
    line-height: 38px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 0 16px;
    box-shadow: 0px 2px 2px rgb(47 47 55 / 25%);
    border-radius: 4px;
    transition: background-color .3s ease;
    text-transform: none;
}

.payment-success {
    text-align: center;
    max-width: 730px;
    margin: 80px auto;
    display: block;
}

.payment-success > .icon-default {
    margin-bottom: 50px;
}

.payment-success > h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #161D25;
    margin-bottom: 25px;
}

.payment-success > p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #959EAD;
    margin-bottom: 50px;
}

.ld {
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

.ld-ring {
    width: 1em;
    height: 1em;
    position: relative;
    color: inherit;
    display: inline-block;
    box-sizing: content-box;
}

.ld-ext-right>.ld {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    margin: -0.5em;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
    transition-timing-function: ease-in;
}

.ld-ext-right>.ld {
    top: 50%;
    left: auto;
    right: 1.25em;
}

.ld.ld-spin {
    animation: ld-spin 1s infinite linear;
}

.ld-ring:after {
    content: " ";
    display: block;
    width: 2em;
    height: 2em;
    box-sizing: border-box;
    transform-origin: 0 0;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
}


.ld-ext-right.running>.ld {
    opacity: 1;
    z-index: auto;
    visibility: visible;
}

.ld-ring:after {
    border-radius: 50%;
    border: 0.3em solid currentColor;
    border-left-color: transparent;
}

.ld-ext-right.running {
    padding-right: 2.5em !important;
    position: relative;
}

@keyframes ld-spin{0%{animation-timing-function:cubic-bezier(0.5856,0.0703,0.4143,0.9297);transform:rotate(0)}100%{transform:rotate(360deg)}}

