/*

* Override Pages default styles or create your own styles here

*/

[class*="icon-home"],
[class^="icon-home"] {
    font-size: 50px;
    text-align: center;
    display: inline;
    height: 60px;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

[class*="icon-home"],
[class*="icon-home"]:hover,
[class^="icon-home"],
[class^="icon-home"]:hover {
    background: 0 0 !important;
}

[class*="icon-home"],
[class^="icon-home"] {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    height: 60px;
    margin-top: 15px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.card-title {
    text-align: center;
}

.card-text {
    text-align: center;
}

.dropdown-menu {
    text-align: center;
}

.dropdown-item {
    text-align: center;
}

.btn {
    width: 100%;
}

.H1Sports {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gameheader {
    background-color: #d6d3d3;
    text-align: center;
    color: #696969;
}

p.register-error {
    color: red;
}

.register-successful {
    color: #6eb610;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    width: 100%;
}

.woo-wallet-my-wallet-container input[type="submit"],
.button,
.login-submit input,
button#wpua-add-existing,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wallet-inputs input[type="submit"] {
    min-height: 42px;
    border-radius: 8px;
    border: none;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 30px;
    background: var(--primary-color);
    color: var(--white);
    cursor: pointer;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.woo-wallet-my-wallet-container input:not(.woo-wallet-my-wallet-container input[type="submit"]),
.woo-wallet-my-wallet-container select:not(.woo-wallet-my-wallet-container input[type="submit"]),
.woo-wallet-my-wallet-container textarea:not(.woo-wallet-my-wallet-container input[type="submit"]),
.input,
.form-input,
.input-text,
.affwp-form input[type="text"],
.affwp-form input[type="password"],
.affwp-form input[type="email"],
.affwp-form input[type="url"],
.affwp-graphs-date-options,
.woocommerce-myaccount-page .wallet-inputs input:not([type="submit"]),
.woocommerce-myaccount-page .wallet-form-control {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    border-radius: 10px;
    box-shadow: none !important;
    border: 1px solid var(--border-color);
    background: #2b303b;
    color: var(--white);
    padding: 6px 20px;
}
.data-sort-option {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.woo-wallet-my-wallet-container .data-sort-option select {
    width: 40% !important;
}

td.off.ends.available {
    opacity: 0;
}

.daterangepicker .calendar-table {
    background-color: #2c303b;
}

.daterangepicker {
    background: #242633;
}

.daterangepicker .drp-selected {
    display: none;
}

.daterangepicker .drp-buttons .btn {
    width: 48%;
    display: inline-block;
}
.form-input.border-error {
    border-color: red !important;
}
