.xsticky-container {

    margin: 0 auto;
    padding: 20px
}

.xsticky-page-header {
    text-align: center;
    margin: 20px 0 28px
}

.xsticky-page-title {
    font-size: 32px;
    margin: 0 0 8px;
    color: #fff;
}

.xsticky-page-subtitle {
    opacity: .75;
    margin: 0
}

.xsticky-card {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 18px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08)
}

.xsticky-card-header {
    padding: 12px 15px;
    font-weight: 700;
    background: rgba(255,255,255,.06)
}

.xsticky-card-body {
    padding: 15px
}

.xsticky-form-group {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px
}

.xsticky-form-label {
    min-width: 90px;
    font-weight: 700
}

.xsticky-form-control-wrap {
    flex: 1
}

.xsticky-form-control {
    width: 100%;
    box-sizing: border-box;
    padding: 9px
}

.xsticky-text-center {
    text-align: center
}

.xsticky-mt-4 {
    margin-top: 18px
}

.xsticky-mb-4 {
    margin-bottom: 18px
}

.xsticky-pay-button,.xsticky-btn-secondary {
    padding: 10px 20px;
    cursor: pointer;
    background: #2b2b2b;
    border: none;
    border-radius: 2px;
    display: inline-block;
    color: #aaa;
    font-size: 15px;
    text-decoration: none
}

.xsticky-pay-button:hover,.xsticky-btn-secondary:hover {
    color: #fff;
    text-decoration: none
}

.xsticky-table {
    width: 100%;
    border-collapse: collapse
}

.xsticky-table th,.xsticky-table td {
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    text-align: left
}

.xsticky-info-box {
    margin-top: 18px;
    padding: 14px;
    border-radius: 8px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08)
}

.xsticky-alert {
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 15px
}

.xsticky-alert-error {
    background: #3b1414;
    color: #ffbbbb
}

.xsticky-alert-success {
    background: #143b1d;
    color: #c6ffd0
}

@media(max-width: 700px) {
    .xsticky-form-group {
        display:block
    }

    .xsticky-form-label {
        display: block;
        margin-bottom: 7px
    }
}

		