/*stake-setting*/
span.total-pl {
    position: absolute;
    right: 10px;
    top: 4px;
    font-weight: 900;
}
.rules-tab-content h4 {
    margin: 5px 5px;
}

.rules-tab-content ol {
    margin: 0;
    padding-left: 25px;
}

.rules-tab-content ol li {
    line-height: 1.6;
}

.rules-tab-content p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
    padding-left: 10px;
}

.bet-history .nav-tabs {
    justify-content: center;
    align-content: center;
}

.bet-history .nav-tabs a {
    position: relative;
    text-transform: capitalize;
    cursor: grabbing;
    color: #343a40;
    border-radius: 0 !important;
    font-size: 0.875rem;
}

.bet-history .nav-tabs a::after {
    content: '';
    background: #f1f1f1;
    width: 1px;
    height: 70%;
    position: absolute;
    right: -1px;
    top: 5px;
}

.bet-history .nav-tabs .nav-link.active, 
.nav-tabs .nav-item.show .nav-link {
}

/*.nav-tabs .nav-link:hover, 
.nav-tabs .nav-link:focus {
    background: linear-gradient(to right, #da8cff, #9a55ff) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 0 !important;
}*/

.bet-history .card .card-body {
    padding: 5px;
}

.selection-back {
    color: #00f !important;
}
.account-table .green {
    color: green !important;
}

.account-table .red {
    color: red !important;
}

.button-value-table {
    border: #eee 1px solid;
    margin: 10px;
    padding: 5px;
}

.button-value .btn {
    padding: 0.565rem 1.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

.button-value .form-control {
    border: 1px solid #ededed;
    padding: 6px 8px;
    background-color: #fff;
}

.button-value-table th {
    padding: 12px 12px;
    border: 0;
    font-weight: 900 !important;
    text-align: center;
}

.button-value-table .table td {
    padding: 3px;
    border: 0;
}

.button-value-table .table > thead tr th {
    vertical-align: bottom;
    background-color: var(--theme-primary);
    color: var(--font-color);
    text-transform: uppercase;
}
.button-value-table .table td input {
    width: 100%;
    height: 45px;
    text-align: center;
    font-weight: 600;
    background: var(--theme-primary);
    border: 2px solid var(--theme-primary);
    border-radius: 8px;
    color: var(--font-color);
}

/*--user-profile --*/

.position-relative {
    position: relative!important;
}

.change-details .form-group i {
    position: absolute;
    right: 35px;
    bottom: 12px;
    cursor: pointer;
}

.custom-gradient {
    background: var(--theme-primary);
    color: #fff;
    border: none!important;
    transition: .9s;
    width: 100%;
    text-transform: uppercase;
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0.25rem;
}

.custom-gradient:hover {
    background: var(--theme-primary);
    color: #fff;
}

.change-password-col .card .card-body {
    padding: 1rem;
}

.change-details .form-group {
    margin-bottom: 0.6rem;
}

.change-password-col .change-details .form-control {
    height: auto;
    padding: 0.50rem 1rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: .30rem;
}

.form-control:focus {
    background-color: #fff;
    color: #000;
    border-color: var(--theme-secondary);
    outline: none;
}

.change-password-col .change-details .col-form-label {
    font-size: 15px;
    line-height: 1.5;
    color: #6f757a;
}

.change-password-col .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
}

.change-password-col .default-theme h2.profile-page-title {
    background: #8f8f8f;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
}

.bet-history-table .table thead th:nth-child(2),
.bet-history-table .table tbody td:nth-child(2) {
    width: 35%;
}

.result-table .table thead th:nth-child(1),
.result-table .table tbody td:nth-child(1) {
    width: 35%;
}

.Win {
    background: green !important;
    color: #fff !important;
    font-weight: 800;
}

.Lose {
    background: red !important;
    color: #fff !important;
    font-weight: 800;
}

.betslip-setting-from {
    padding: 6px;
    border-radius: 3px;
    margin: 0;
    background: #fff;
    box-shadow: inset 0 0 0 1px #f1f1f1;
}

.betslip-setting-from input {
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
    border: 1px solid #d386ff;
    color: #000;
    outline: 0px;
}

.betslip-setting-from .btn-add {
    border: none;
    box-shadow: none;
    width: auto;
    text-transform: uppercase;
    transition: .9s;
    padding: 0.6rem 1.5rem;
}

.betslip-setting-from .btn-add {
    background: linear-gradient(to right, #da8cff, #9a55ff);
    color: #fff;
}

.cancel-btn {
    text-transform: uppercase;
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
    border: 0;
}

.betslip-setting-from .btn-stake {
    text-align: left;
    width: 100px;
    position: relative;
    margin: 0 3px 0px 0;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #d5d5d5;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
}

.betslip-setting-from .btn-stake i {
    position: absolute;
    right: 5px;
    font-size: 18px;
    top: 5px;
    font-weight: 100;
    color: #d588ff;
}

.profile-header {
    background: linear-gradient(to right, #da8cff, #9a55ff) !important;
    padding: 5px 10px;
}

.profile-header h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

@media (min-width: 768px) {
    .user-profile.account-statement .card {
        margin-top: 0vh;
    }

    .date-form {
        padding-left: 10px;
    }

    .get-btn-col {
        padding: 0 10px;
    }

    .profile-table th {
        width: 20%;
        font-weight: 600;
        font-size: 0.9rem;
    }
}

.profile-content .card .card-body {
    padding: 0;
}

.user-profile .card-header {
    padding: 0.3rem 1rem;
    border-radius: 0px !important;
    border-bottom: 0px;
    background: var(--theme-secondary);
}

.user-profile .card-header h4 {
    font-size: 14px;
    color: #000;
}

.user-profile .card-header h4 i {
    margin-right: 5px;
}

.user-profile .card {
    border-radius: 0;
}

.avatar-profile {
    text-align: center;
    margin: 0 auto;
    padding: 26px 0;
}

.avatar-profile h2 {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.avatar-profile h3 {
    font-size: 12px;
    color: #a9a9a9;
    font-weight: 200;
    margin-top: 4px;
}

.profile-table.table th, 
.profile-table.table td {
    padding: 8px 10px 8px 0;
    font-size: 14px;
    text-transform: capitalize;
}

.profile-information {
    padding: 20px;
}

.avatar-profile img {
    width: 100px;
    margin: auto;
    border-radius: 100%;
    opacity: 0.7;
}

.profile-information h4 {
    color: #3b0b7c;
    border-bottom: #e5d4ff 1px solid;
    padding-bottom: 6px;
}

.profile-information .card-block p {
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #6c757d;
}

.profile-information .card-block h6 {
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    margin: 10px 0;
}

.get-statement-from {
    padding: 6px;
}

.get-statement-from input, .get-statement-from select {
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: .30rem;
    color: #000;
    outline: 0px;
    -webkit-appearance: checkbox;
}

.get-statement-from .btn-get {
    text-transform: uppercase;
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
}

.get-statement-from .btn-get {
    border: none!important;
    transition: .9s;
    width: 100%;
}

.get-statement-from .btn-get {
    background: var(--theme-primary-two);
    color: #fff;
    border-radius: 4px;
}

.get-statement-from .btn-get:hover {
    background: var(--theme-primary-two);
    color: #fff;
}

.get-statement-from .btn-download {
    background: none;
    font-size: 20px;
    border: none;
    transition: .9s;
    color: #fff;
}

.get-statement-from .input-group-text {
    padding: 0.5rem 0.4rem;
    background-color: #333;
    height: 35px;
}

.get-statement-from .input-group-text:hover {
    background-color: #606060;
}

.account-table .card .card-body {
    padding: 5px;
}

.account-table  .table thead th {
    background: var(--market-name);
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    border-bottom: none !important;
    color: #000;
    padding: 5px 6px;
}

.account-table  .table tbody td {
    color: #000;
    padding: 5px 6px;
    font-size: 80%;
    border: 0;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
}

.account-table .table tbody td a {
    color: #000;
}
.account-table .table tbody td a.btn-info{
    background: var(--theme-secondary);
    border-color: var(--theme-secondary);
    text-transform: uppercase;
    font-size: 12px;
}
.profit {
    color: green !important;
}

.loss {
    color: red !important;
}

.change-details .mdi-eye-off:before {
    content: "\F209";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.field-icon {
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 12px;
    cursor: pointer;
}
 .account-table .table tbody td{
        padding: 10px 6px !important;
    }
@media (max-width: 767px) {
    .account-table .table tbody td a.btn-info{
        padding: 3px;
    }
    .account-table .table tbody td{
        padding: 10px 6px !important;
    }
    .account-table .card .card-body{
        padding: 0;
    }
    .get-statement-from .row{
        margin: 0;
    }
    .get-statement-from label{
        display: none;
    }
    .get-statement-from .col-6,
    .get-statement-from .col-4,
    .get-statement-from .col-2 {
        margin: 0px 0px 5px !important;
        padding: 0 2px;
    }
    .get-statement-from .col-6:nth-child(3),
    .get-statement-from .col-6:nth-child(4){
        margin-bottom: 0 !important;
    }
    .get-statement-from{
        padding: 2px;
    }
    .results-btn {
        margin: 5px auto 6px !important;
    }

    .document_button {
        padding-top: 5px;
    }

    .betslip-setting-from {
        flex-direction: column;
    }

    .enter-value-col {
        margin-bottom: 10px;
    }

    .betslip-setting-from .btn-stake {
        margin: 0 3px 6px 0;
    }

    .change-details .form-group {
        margin-bottom: 10px;
    }

    .profile-table.table th, 
.profile-table.table td {
        padding: 8px 10px 8px 10px;
    }

    .bet-history .nav-tabs {
        overflow: hidden;
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
    }

    .bet-history .nav-tabs a {
        display: inline-block;
    }

    .bet-history .nav-tabs::-webkit-scrollbar {
        height: 4px;
    }

    .bet-history .nav-tabs::-webkit-scrollbar-thumb {
        background-color: #d88aff;
    }
}

.modal-dialog .user-profile .change-password-col {
    width: 100%;
}