body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    border-radius: 10px;
}

.card-scroller::-webkit-scrollbar {
    width: 10px;
}

.card-scroller::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.card-scroller::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    border-radius: 10px;
}

table::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

table::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    ;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    border-radius: 10px;
}

/* Targeting the scrollbar */
.select2-container--default .select2-results__options::-webkit-scrollbar {
    width: 8px;
    height: 8px;

    /* Set the width of the scrollbar */
}

/* Targeting the scrollbar track */
.select2-container--default .select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

/* Targeting the scrollbar handle */
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    border-radius: 10px;
}

.fw-600 {
    font-weight: 600 !important;
}

.mw-px-100 {
    max-width: 100px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--vz-vertical-menu-item-color-dark);
    ;
    transition: background-color 5000s ease-in-out 0s;
}

.font-black {
    color: #101521;
}

.paginate-btn {
    border: 0;
    background-color: var(--pag-actions);
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
}

.auth-logo .logo-img {
    object-fit: contain;
    width: 176px;
    height: 45px;
}

.pagination>li.active>a,
.pagination>li.active>span {
    background-color: #76D7C4;
    border-color: #76D7C4
}

.sidebar-wrapper {
    border-radius: 16px;
    margin: 10px;
}

@media (max-width: 1100px) {
    .sidebar-wrapper {
        display: none;
        z-index: 9999;
    }

    :is([data-layout=vertical], [data-layout=semibox])[data-sidebar=dark][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover>.menu-dropdown {
        z-index: 1;
    }

    .navbar-brand-box {
        display: none;
    }

    .info-icon {
        display: none;
    }
}

.simplebar-content-wrapper .nav-link {
    position: relative;
    margin: 0 12px;
}

@media (max-width: 1440px) {
    .simplebar-content-wrapper .nav-link {
        margin-left: 0;
        margin-right: 0;
    }
}

.simplebar-content-wrapper .nav-link.active::before {
    content: '';
    width: 4px;
    height: 16px;
    border-radius: 8px;
    background: #F48220;
    position: absolute !important;
    left: 0 !important;
    top: 30% !important;
}

.simplebar-content-wrapper .nav-link.active {
    font-weight: 600;
}

.simplebar-content-wrapper li.nav-item {
    margin-bottom: 10px;
}

.simplebar-content-wrapper .nav-sm li.nav-item {
    margin-bottom: 0px;
}

.simplebar-content-wrapper .menu-dropdown.collapse .nav-item:hover {
    background-color: transparent !important;
}

.navbar-menu .navbar-nav .nav-link .vendor-icon svg path {
    stroke: none !important;
    fill: var(--vz-vertical-menu-item-color-dark);
    ;
}

.topbar-user .user-info-block {
    background-color: var(--card-bg);
    border-radius: 26px;
}

.topbar-user .user-info-block .user-img {
    border-radius: 26px;
    border: 2px solid #E9E9F5;
}

.user-info-block svg path {
    fill: var(--vz-vertical-menu-item-color-dark);
}

.btn-topbar-item svg path {
    fill: var(--vz-vertical-menu-item-color-dark);
}

.btn-topbar-item .tab-btn-text {
    font-family: 'Poppins';
    color: var(--vz-vertical-menu-item-color-dark);
    text-transform: capitalize;
    font-size: 16px;
}

.reminder-dot {
    position: relative;
}

.reminder-dot::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #DA1D1D;
    border-radius: 50%;
    top: -4px;
    right: -6px;
}

@media (max-width: 1500px) {
    .btn-topbar-item .tab-btn-text {
        font-size: 14px;
    }
}

.btn-topbar-links svg path {
    stroke: var(--vz-vertical-menu-item-color-dark);
}

.btn-topbar-links .tab-btn-text {
    font-family: 'Poppins';
    color: var(--vz-vertical-menu-item-color-dark);
    text-transform: capitalize;
    font-size: 16px;
}

@media (max-width: 1500px) {
    .btn-topbar-links .tab-btn-text {
        font-size: 14px;
    }
}

.custom-topnav-actions-mobile {
    display: none;
}

@media (max-width: 1100px) {
    .custom-topnav-actions-mobile {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        left: 0;
    }

    .custom-topnav-actions-mobile .bars-action svg path {
        stroke: var(--vz-vertical-menu-item-color-dark);
    }
}

@media (max-width: 1100px) {
    .right-mobile-actions {
        position: absolute !important;
        right: 10px;
    }

    .right-mobile-actions .language-dropdown {
        position: absolute;
        right: 10px;
        top: 60px;
    }
}


.navbar-header .btn-topbar {
    background-color: var(--card-bg);
}

.navbar-header .btn-topbar svg path {
    fill: var(--vz-vertical-menu-item-color-dark);
}

.topbar-badge.bg-danger {
    background-color: #DA1D1D !important;
}

.quick-overview-wrapper {
    top: -12px;
}

@media (max-width: 1100px) {
    .quick-overview-wrapper {
        top: 40px;
    }
}

.quick-overview-headeritem {
    position: relative;
    top: 2px;
}

@media (max-width: 1100px) {
    .quick-overview-headeritem {
        top: 55px;
    }
}

.header-links-wrapper {
    padding-top: 12px;
}

@media (max-width: 1300px) {
    .header-links-wrapper {
        display: none;
    }
}

@media (max-width: 1760px) {
    .space-element {
        width: 250px;
    }
}

@media (max-width: 1429px) {
    .space-element {
        width: 211px;
    }
}

.quick-overview-wrapper .title-block {
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 20px;
    background-image: var(--overview-bg);
    background-repeat: no-repeat;
    height: 58px;
    background-size: 100%;
    width: 250px;
    position: relative;
    top: 5px;
    right: 12px;
}


.overview-wrapper {
    background-color: var(--card-bg);
    border-radius: 0 16px 16px 16px;
    padding: 20px;
}

@media (max-width: 1400px) {
    .overview-wrapper {
        position: relative;
    }
}

@media (max-width: 1400px) {
    .overview-wrapper .cards-wrapper .col {
        padding-right: 10px;
    }
}

@media (max-width: 1100px) {
    .cards-wrapper {
        flex-wrap: wrap !important;
        gap: 10px 0;
    }

    .overview-wrapper .cards-wrapper .col {
        min-width: 50%;
        width: 50%;
        padding: 0 5px;
    }
}

table th {
    text-transform: capitalize;
    background-color: #f7f7f7;
}

.overview-wrapper .info-card {
    border-radius: 16px;
    background: var(--info-card);
    /* max-width: 200px; */
    /* min-width: 200px; */
}

/* @media (max-width: 1740px){
    .overview-wrapper .info-card{
        min-width: 140px;
    }
} */
.overview-wrapper .info-card .icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    padding: 4px;
}

.overview-wrapper .info-card .count-info {
    font-family: 'Poppins';
}

.overview-wrapper .info-card .info-desc {
    font-family: 'Poppins';
    color: var(--card-info);
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
}

@media (max-width: 1740px) {
    .overview-wrapper .info-card .info-desc {
        font-size: 16px;
    }
}

@media (max-width: 1560px) {
    .overview-wrapper .info-card .info-desc {
        font-size: 14px;
    }
}

.overview-wrapper .info-card.green-card .counter-value {
    color: #24B550;
}

.overview-wrapper .info-card.green-card .icon-wrap {
    border-radius: 8px;
    background: rgba(36, 181, 80, 0.20);
    box-shadow: 1px 15px 16px -5px rgba(36, 181, 80, 0.10);
}

.overview-wrapper .info-card.lightBlue-card .counter-value {
    color: #009DCF;
}

.overview-wrapper .info-card.lightBlue-card .icon-wrap {
    border-radius: 8px;
    background: rgba(0, 157, 207, 0.20);
    box-shadow: 1px 15px 16px -5px rgba(0, 157, 207, 0.10);
}

.overview-wrapper .info-card.lightBlue-card .arrow-icon svg path {
    stroke: #009DCF;
}

.overview-wrapper .info-card.purple-card .counter-value {
    color: #D839D6;
}

.overview-wrapper .info-card.purple-card .icon-wrap {
    border-radius: 8px;
    background: rgba(171, 49, 170, 0.20);
    box-shadow: 1px 15px 16px -5px rgba(171, 49, 170, 0.10);
}

.overview-wrapper .info-card.purple-card .icon-wrap svg path {
    stroke: #D839D6;
}

.overview-wrapper .info-card.purple-card .arrow-icon svg path {
    stroke: #D839D6;
}

.overview-wrapper .info-card.red-card .counter-value {
    color: #FF4040;
}

.overview-wrapper .info-card.red-card .icon-wrap {
    border-radius: 8px;
    background: rgba(255, 64, 64, 0.20);
    box-shadow: 1px 15px 16px -5px rgba(255, 64, 64, 0.10);
}

.overview-wrapper .info-card.red-card .arrow-icon svg path {
    stroke: #FF4040;
}

.overview-wrapper .info-card.yellow-card .counter-value {
    color: #FF8E03;
}

.overview-wrapper .info-card.yellow-card .icon-wrap {
    border-radius: 8px;
    background: rgba(255, 142, 3, 0.20);
    box-shadow: 1px 15px 16px -5px rgba(255, 142, 3, 0.10);
}

.overview-wrapper .info-card.yellow-card .arrow-icon svg path {
    stroke: #FF8E03;
}

.overview-wrapper .info-card.blue-card .counter-value {
    color: #1060FF;
}

.overview-wrapper .info-card.blue-card .icon-wrap {
    border-radius: 8px;
    background: rgba(16, 96, 255, 0.20);
    box-shadow: 1px 15px 16px -5px rgba(16, 96, 255, 0.10);
}

.overview-wrapper .info-card.blue-card .icon-wrap svg {
    height: 28px;
    width: 28px;
}

.overview-wrapper .info-card.blue-card .icon-wrap svg path {
    stroke: #1060FF;
}

.overview-wrapper .info-card.blue-card .arrow-icon svg path {
    stroke: #1060FF;
}

.overview-wrapper .isCollapsed {
    background: transparent;
    box-shadow: none;
    padding: 0 !important;
}

.select2-selection__clear {
    color: var(--vz-vertical-menu-item-color-dark);
    position: relative;
    top: 3px;
}

@media (max-width: 1100px) {
    .overview-wrapper .isCollapsed {
        display: none;
    }
}

@media (max-width: 1400px) {
    .overview-wrapper .isCollapsed {
        /*display: none;*/
    }

    .mobile-overview-wrapper {
        display: none;
    }

    .mobile-overview-wrapper .isCollapsed {
        display: block !important;
    }
}

@media (min-width: 1401px) {
    .mobile-overview-wrapper {
        display: none !important;
    }
}

.isCollapsedWrapper {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media (max-width: 1400px) {
    .overview-wrapper.isCollapsedWrapper {
        display: none !important;
    }

}

.overview-wrapper .isCollapsed .info-wrapper {
    display: flex;
    gap: 16px;
}

.overview-wrapper .isCollapsed .icon-wrap {
    margin-bottom: 0 !important;
}

@media (max-width: 1500px) {
    .overview-wrapper .isCollapsed .info-wrapper {
        align-items: center;
        gap: 5px;
    }
}

.overview-wrapper .isCollapsed .count-info {
    font-size: 16px !important;
}

.overview-wrapper .isCollapsed .info-desc {
    font-size: 14px !important;
}

.arrow-icon-transform {
    transform: rotate(-180deg);
}

.toggle-stats {
    cursor: pointer;
    background-color: var(--card-bg);
    color: var(--vz-body-color);
    border: 7px solid var(--vz-body-bg);
    height: 40px;
    width: 40px;
    max-height: 40px;
    max-width: 40px;
    border-radius: 50%;
    bottom: -23px;
    left: 32px;
}

.toggle-stats i {
    font-size: 27px;
}

.custom-new-card .title-block {
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .custom-new-card .title-block {
        font-size: 18px;
    }
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    opacity: 1 !important;
    color: var(--vz-vertical-menu-item-color-dark);
    font-size: 16px;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    opacity: 1 !important;
    color: var(--vz-vertical-menu-item-color-dark);
    font-size: 16px;
}

.green-dot {
    width: 12px;
    height: 12px;
    background-color: #30C817;
    border-radius: 50%;
}

.status-info-el {
    border-radius: 26px;
    height: 26px;
    max-width: 114px;
}

.status-completed {
    background: rgba(48, 200, 23, 0.20);
}

.status-pending {
    background: rgba(244, 130, 32, 0.20);
}

.status-info-el .status-dot {
    min-width: 7px;
    width: 7px;
    min-height: 7px;
    height: 7px;
    border-radius: 50%;
}

.complete-dot {
    background-color: #30C817;
}

.pending-dot {
    background-color: #F48220;
}

.status-info-el .status-name {
    color: #303A52;
    font-family: 'Poppins';
    font-size: 14px;
    color: var(--vz-vertical-menu-item-color-dark);
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: var(--table-border) !important;
    color: var(--vz-vertical-menu-item-color-dark) !important;
}

.custom-striped-table th,
.custom-striped-table td {
    padding: 8px;
}

@media (min-width: 600px) {

    .custom-striped-table th,
    .custom-striped-table td {
        font-size: 14px;
    }
}

.custom-striped-table tbody tr:nth-child(even) {
    background-color: var(--table-row-bg);
    /* Even rows (striped) */
}

.custom-striped-table thead tr th {
    background-color: var(--table-row-bg);
}

.text-red {
    color: #FF4040;
}

.text-green {
    color: #24B550;
}

.text-blue {
    color: #1060FF;
}

.green-btn {
    border-radius: 26px;
    background: #20B39C;
    height: 31px;
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
}

.form-select {
    border-color: var(--input-border);
    background-color: transparent;
    border-radius: 8px;
}

.form-control {
    border-color: var(--input-border);
    background-color: transparent;
    border-radius: 8px;
}

.search-wrapper {
    border-radius: 8px;
}

.search-wrapper .search-title {
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.search-wrapper .form-check-input {
    width: 18px;
    height: 18px;
}

.search-wrapper .form-select {
    height: 40px
}

.nested-link {
    background-color: transparent !important;
}

.sidebar-date {
    color: #7B8297;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 1100px) {
    .sidebar-date {
        font-size: 12px;
    }
}

.custom-new-card {
    border-radius: 8px;
}

.reset-btn {
    color: var(--vz-vertical-menu-item-color-dark);
}

.page-item:first-child .page-link {
    border: 0;
    /* border-radius: 26px; */
    background-color: var(--pag-actions);
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
}

.page-item:last-child .page-link {
    border: 0;
    /* border-radius: 26px; */
    background-color: var(--pag-actions);
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
}

.pagination>li.active>a,
.pagination>li.active>span {
    color: #F48220;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    background-color: transparent;
}

.pagination .page-link {
    border: 0;
    color: #616677;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background-color: transparent;
}

.notification-text {
    color: var(--vz-footer-color);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

@media (min-width: 1300px) {
    .bottom-navigation-wrapper {
        display: none !important;
    }
}

.bottom-navigation-wrapper {
    display: flex;
    background-color: var(--card-bg);
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

@media (min-width: 1100px) {
    .bottom-navigation-wrapper {
        left: 251px;
        width: 80%;
    }
}

.bottom-navigation-wrapper .action-link {
    flex: 1;
}

.bottom-navigation-wrapper .action-link svg path {
    stroke: var(--vz-vertical-menu-item-color-dark);
}

.bottom-navigation-wrapper .action-link .link-text {
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.w-45 {
    width: 45%;
}

.w-70 {
    width: 70%;
}

.clr-blue {
    color: blue;
}



.sr-col {
    width: 20px;

}


.custom-div .page-title-box {
    gap: 10px;
    align-items: flex-start !important;
    flex-direction: column;
    padding: 10px 0rem;
}

.custom-div .page-title-box .title-block {
    margin: 0;
}

.custom-div .page-title-box .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-div .page-title-box .breadcrumb .breadcrumb-item:first-child>a {
    display: flex;
    align-items: center;
}



/* Media Query for breadcrumb on bet hisory -> win loss -> user page */

@media screen and (min-width:608px) {
    .custom-div {
        flex-direction: row-reverse !important;
        align-items: center !important;
    }
}

@media screen and (min-width:750px) {
    .custom-div .page-title-box {
        flex-direction: row;
        align-items: center !important;
    }
}

.navbar-header .topbar-head-dropdown .dropdown-menu.show {
    top: 0 !important;
    right: 0 !important;
    transform: translate(0, 55px) !important;
}

.pagination li:hover {
    background-color: #F6F6FF;
}

.pagination .previous {
    display: flex;
    align-items: center;
    background-color: transparent;
}

.pagination .previous:hover {
    background-color: #F6F6FF;
    cursor: pointer;
}

.pagination .previous .btn {
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
    background-color: transparent !important;

}

.pagination .previous .btn i {
    font-size: 20px;
}

.pagination .next .btn i {
    font-size: 20px;
}


.pagination .next {
    display: flex;
    align-items: center;

}

.pagination .next:hover {
    background-color: #F6F6FF;
    cursor: pointer;
}

.pagination .next .btn {
    display: flex;
    align-items: center;
    padding: 0 0.4rem 0.1rem 0.4rem;
    background-color: transparent !important;
}

.sidebar-date {
    position: absolute;
    bottom: 24px;
    right: 0px;
    left: 0px;
}


.sorting::before {
    color: gray !important;
}

.sorting::after {
    color: gray !important;
}
