@charset "UTF-8";
* {
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Fluid Space variables */

:root {
    --fluid-min-width: 320;
    --fluid-max-width: 1920;
    --fluid-screen: 100vw;
    --fluid-bp: calc( (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}

@media screen and (min-width: 1920px) {
     :root {
        --fluid-screen: calc(var(--fluid-max-width) * 1px);
    }
}

:root {
    --fc-3xs-min: (var(--fc-s-min) * 0.25);
    --fc-3xs-max: (var(--fc-s-max) * 0.25);
    --fc-2xs-min: (var(--fc-s-min) * 0.5);
    --fc-2xs-max: (var(--fc-s-max) * 0.5);
    --fc-xs-min: (var(--fc-s-min) * 0.75);
    --fc-xs-max: (var(--fc-s-max) * 0.75);
    --fc-s-min: (var(--f-0-min, 10));
    --fc-s-max: (var(--f-0-max, 15));
    --fc-m-min: (var(--fc-s-min) * 1.5);
    --fc-m-max: (var(--fc-s-max) * 1.5);
    --fc-l-min: (var(--fc-s-min) * 2);
    --fc-l-max: (var(--fc-s-max) * 2);
    --fc-xl-min: (var(--fc-s-min) * 3);
    --fc-xl-max: (var(--fc-s-max) * 3);
    --fc-2xl-min: (var(--fc-s-min) * 4);
    --fc-2xl-max: (var(--fc-s-max) * 4);
    --fc-3xl-min: (var(--fc-s-min) * 6);
    --fc-3xl-max: (var(--fc-s-max) * 6);
    /* T-shirt sizes */
    --space-3xs: calc( ((var(--fc-3xs-min) / 16) * 1rem) + (var(--fc-3xs-max) - var(--fc-3xs-min)) * var(--fluid-bp));
    --space-2xs: calc( ((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-2xs-max) - var(--fc-2xs-min)) * var(--fluid-bp));
    --space-xs: calc( ((var(--fc-xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-xs-min)) * var(--fluid-bp));
    --space-s: calc( ((var(--fc-s-min) / 16) * 1rem) + (var(--fc-s-max) - var(--fc-s-min)) * var(--fluid-bp));
    --space-m: calc( ((var(--fc-m-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-m-min)) * var(--fluid-bp));
    --space-l: calc( ((var(--fc-l-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-l-min)) * var(--fluid-bp));
    --space-xl: calc( ((var(--fc-xl-min) / 16) * 1rem) + (var(--fc-xl-max) - var(--fc-xl-min)) * var(--fluid-bp));
    --space-2xl: calc( ((var(--fc-2xl-min) / 16) * 1rem) + (var(--fc-2xl-max) - var(--fc-2xl-min)) * var(--fluid-bp));
    --space-3xl: calc( ((var(--fc-3xl-min) / 16) * 1rem) + (var(--fc-3xl-max) - var(--fc-3xl-min)) * var(--fluid-bp));
    /* One-up pairs */
    --space-3xs-2xs: calc( ((var(--fc-3xs-min) / 16) * 1rem) + (var(--fc-2xs-max) - var(--fc-3xs-min)) * var(--fluid-bp));
    --space-2xs-xs: calc( ((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp));
    --space-xs-s: calc( ((var(--fc-xs-min) / 16) * 1rem) + (var(--fc-s-max) - var(--fc-xs-min)) * var(--fluid-bp));
    --space-s-m: calc( ((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));
    --space-m-l: calc( ((var(--fc-m-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-m-min)) * var(--fluid-bp));
    --space-l-xl: calc( ((var(--fc-l-min) / 16) * 1rem) + (var(--fc-xl-max) - var(--fc-l-min)) * var(--fluid-bp));
    --space-xl-2xl: calc( ((var(--fc-xl-min) / 16) * 1rem) + (var(--fc-2xl-max) - var(--fc-xl-min)) * var(--fluid-bp));
    --space-2xl-3xl: calc( ((var(--fc-2xl-min) / 16) * 1rem) + (var(--fc-3xl-max) - var(--fc-2xl-min)) * var(--fluid-bp));
    /* Custom pairs */
    --space-xs-m: calc( ((var(--fc-xs-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-xs-min)) * var(--fluid-bp));
}

:root {
  --header_gradient: linear-gradient(90.01deg, #000428 0.01%, #004e92 99.99%);
  --header-bg-color: linear-gradient(90.01deg, #000428 0.01%, #004e92 99.99%);
  --header-font-color: #fff;
  --active-color: #2986ce;
  --active-font-color: #fff;
  --primary-bg-color: #fff;
  --primary-font-color: #000;
  --border-color: #e5ecf3;
  --casino-background: rgb(235, 235, 235);
  --casino-font-color: #000;
  --casino-menu-bg: #fff;
  --casino-menu-color: #000;
  --add-account-bg: #ececec;
  --b-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  --runner-row-bg: rgba(0, 0, 0, 0.05);
  --bs-keyboard: transparent;
  /* All Themes main Colors  */
  --theme1: linear-gradient(90.01deg, #000428 0.01%, #004e92 99.99%);
  --theme2: radial-gradient(circle, rgba(2, 0, 36, 1) 0%, rgba(5, 48, 56, 1) 100%);
  --theme3: linear-gradient(to left, rgba(255, 193, 15, 1), rgba(250, 210, 98, 1), rgba(255, 193, 15, 1));
  --theme4: #3a495e;
  --theme5: #0a626a;
  --theme6: #ece9e6;
  --body-font-family: 'Tahoma';
  --body-font-size: 14px;
}

body {
    font-family: Tahoma, Verdana, Geneva, sans-serif !important;
}

a,
a:hover,
a:focus,
button:focus {
    outline: none !important;
    color: inherit;
}

button::-moz-focus-inner {
    border: 0;
}

button {
    border: none;
    outline: none;
}

button:hover {
    filter: brightness(95%) saturate(95%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input,
button,
select,
textarea {
    outline: none;
}

p,
label {
    margin-bottom: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-lightgray {
    color: var(--lightgray);
}

body {
    --h-height: 50px;
    font-family: Tahoma, Verdana, Geneva, sans-serif !important;
    background-color: var(--primary-bg-color);
    color: var(--primary-font-color);
    padding-bottom: 60px;
    padding-top: var(--h-height);
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 14px;
}

body::-webkit-scrollbar {
    display: none;
}

.material-icons.md-18 {
    font-size: 18px;
}

.page {
    max-width: 100vw;
    overflow-x: hidden;
}

.topbar {
    background: var(--header-bg-color);
    color: var(--header-font-color);
}

.topbar .nav-link {
    color: var(--header-font-color);
    font-weight: 600;
}

.topbar .nav-item .nav-link.active {
    background: var(--active-color);
    color: var(--active-font-color);
}

.bf-icon {
    font-family: "Sansita One" !important;
    font-weight: 800;
    font-style: italic;
}

.nav-pills .nav-link.active {
    background: unset;
}

.form_submit_button {
    background-color: var(--active-color);
    color: var(--active-font-color);
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}

.gap-sm {
    gap: var(--space-s);
}

.gap-md {
    gap: var(--space-m);
}

.border {
    border: 1px solid var(--border-color) !important;
}

.b-shadow {
    box-shadow: var(--b-shadow);
}

.img-pin {
    height: 20px;
    width: 20px;
    cursor: pointer;
}


/* ---------------Default Table Style---------------- */

.table_container {
    max-width: 100vw;
    overflow-x: auto;
}

.table {
    color: var(--primary-font-color);
}

.table-sm td,
.table-sm th {
    padding: 0.3rem 0.5rem;
}

.table td,
.table th {
    font-size: calc(12px + 2 * ((100vw - 320px) / (1920 - 320)));
    padding: var(--space-2xs, 0.25rem) var(--space-s, 0.5rem);
    white-space: nowrap;
}

tr.bg-back,
tr.bg-lay {
    color: #000;
}

.bg-back {
    background: rgb(187, 228, 246);
}

.bg-lay {
    background: rgb(254, 175, 186);
}

.cursor-pointer {
    cursor: pointer;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}


/* bet slip loader */

.ball-loader-container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 20;
}

.ball-loader-container img {
    width: 70px;
    height: 70px;
}

.inplay_container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.open-bets-nav.active {
    border-bottom: 2px solid var(--header_color);
}


/*- ------------Default Pagination Styling-------------------- */

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination-sm li:first-child a {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    margin-left: 0;
}

.pagination-sm li:first-child a {
    display: flex;
    padding-left: 10px;
    list-style: none;
}

.pagination .disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
}

.pagination-sm a {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: var(--primary-bg-color);
    border: 1px solid var(--border-color);
}

.pagination .active a,
.pagination .page-item.active .page-link {
    color: var(--active-font-color);
    background-color: var(--active-color);
    border: none;
    z-index: 3;
}

.entries_select_container {
    font-weight: 700;
    font-size: 14px;
}

.entries_select {
    width: 55px;
    height: 27px;
    border-radius: 6px;
    font-size: 14px;
    padding-left: 6px;
}

.width-140 {
    width: 140px !important;
}

.width-420 {
    width: 420px !important;
}

@media only screen and (max-width: 767px) {
    .width-420 {
        width: 140px !important;
    }
}

.tv-iframe {
    height: 235px !important;
    width: 100%;
}


/*---------------Custom Drop Down----------------- */

.c-drop-container {
    position: relative;
}

.c-drop-container.show {
    z-index: 999;
}

.c-drop-button {
    position: relative;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.c-drop-button * {
    pointer-events: none;
}

.c-drop-button .fa-chevron-down {
    position: absolute;
    top: 50%;
    right: 10px;
    pointer-events: none;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease;
}

.c-drop-container.show .fa-chevron-down {
    transform: translateY(-50%) rotate(180deg);
}

.c-drop-content-container {
    visibility: hidden;
    pointer-events: none;
}

.c-drop-content-container.show {
    visibility: visible;
    pointer-events: all;
}

.c-drop-overlay {
    position: fixed;
    inset: 0px;
    background-color: transparent;
    z-index: -1;
}

.c-drop-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 100%;
    max-height: 0;
    overflow-y: auto;
    border-radius: 5px;
    background: var(--primary-bg-color);
    color: var(--primary-font-color);
    transition: all 0.3s ease;
    box-sizing: border-box;
    z-index: 999;
}

.c-drop-content>* {
    padding: 1rem 0.7rem;
}

.c-drop-container.show .c-drop-content {
    max-height: calc(100vh - 110px);
}

.hidden {
    visibility: hidden !important;
}

.card {
    background: var(--primary-bg-color);
    color: var(--primary-font-color);
    border-color: var(--border-color);
}

.modal-header {
    background: var(--header-bg-color);
    color: var(--header-font-color);
    padding: 0.5rem 1rem;
}

.modal-header .close {
    color: var(--header-font-color);
}

.border-dark {
    border-color: var(--border-color) !important;
}


/* Fade Animation */

.animate {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


/* Toast Messages Styling */

.toasted-container .toasted-primary .material-icons {
    display: none;
}

.toasted-container .toasted.toasted-primary {
    background: #777d71;
    color: #fff;
    border-radius: 4px;
    font-family: sans-serif;
}

.toasted-container .toasted-primary.error {
    background: #ca302d !important;
    color: #fff;
}

.toasted-container .toasted-primary.success {
    background: #63c132 !important;
    color: #fff;
}

.cmn-sss.alltabsmain.bookmarkers.winnig-odds-section .odds-label label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    max-width: 100%;
}

#live_poker_infoLabel {
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 30px;
}


/****** wallet module css start here ******/

.diposit_v_tabs .nav-pills .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #167ac633;
    gap: 5px;
    padding: 15px 5px;
  }
  
  .diposit_v_tabs ul {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 7px;
    margin-bottom: 15px;
  }
  
  .diposit_v_tabs ul li {
    flex: 1;
  }
  
  .diposit_v_tabs .nav-pills .nav-link img {
    height: 22px;
  }
  
  .diposit_v_tabs .nav-pills .nav-link.active, .diposit_v_tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #163b6e;
  }
  
  .diposit_v_tabs .nav-pills .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(84deg) brightness(108%) contrast(102%);
  }
  
  .wallet_gatway_wrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .search_input_box .form-control {
    background: #fff;
    box-shadow: 0px 0 2px #00000005;
    padding: 21px 15px;
  }
  
  .search_input_box {
    position: relative;
  }
  
  .inpt_close_btn12 {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    padding: 0;
  }
  
  .inpt_close_btn12 img {
    width: 12px;
  }
  
  .deposit_amount_select_btn ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px 0px;
  }
  
  .deposit_amount_select_btn ul li {
    flex: 1;
    list-style-type: none;
  }
  
  .wallet_gatway_wrapper {
    padding-top: 20px;
  }
  
  .deposit_slct_cmn_btn {
    width: 100%;
    background: #002d63c9;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 7px;
    box-shadow: 1px 0 9px #0000001a;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    font-size: 16px;
  }
  
  .payment-sec {
    margin: 10px 0px;
  }
  
  .deposit_slct_cmn_btn:focus {
    color: #ffffff;
    background: #002d63;
  }
  
  .edit_amount_btn12 {
    width: 100%;
    background: #B5DFFF;
    padding: 10px;
    border-radius: 5px;
    color: #2290C7;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .edit_amount_btn12 img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(77%) saturate(577%) hue-rotate(156deg) brightness(90%) contrast(84%);
  }
  
  .continue_deposit_sec {
    margin-top: 10px;
  }
  
  .continue_depo_btn {
    width: 100%;
    text-align: center;
    background-color: #00143C;
    color: #99ACCC;
    border-color: #ffb80c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    font-size: 14px;
    padding: 12px;
  }
  
  .video_thm_title h2 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .edit_stake_footer {
    padding: 15px;
  }
  
  .wallet-history-list-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
  }
  
  .wallet-history-list-sec ul li {
    list-style: none;
    flex: 1;
  }
  
  .wallet-history-list {
    background: #0094de1f;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    box-shadow: 0px 0 1px rgb(0 148 222);
  }
  
  .history_v_title h2 {
    font-size: 16px;
    font-weight: 600;
    padding: 3px 0px;
  }
  
  .history_v_title h3 {
    font-size: 14px;
    font-weight: 500;
  }
  
  .history_v_title .success-color {
    color: #00c851;
  }
  
  .games-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .transactions-list-con {
    background-color: #ffffff;
    border: 1px solid #008ed733;
    margin: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 4px;
  }
  
  .time-icon img {
    width: 16px !important;
    height: 16px !important;
  }
  
  .racing-events-list {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .history_wallet_process_title h2 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
  }
  
  .transactions-num .success-color {
    color: #00c851;
    font-size: 16px;
    font-weight: 600;
  }
  
  .transection_date_time {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .transection_date_time .time-sec {
    display: flex;
    align-items: center;
    gap: 5px;
    border-right: 1.5px solid #f3f3f3;
    padding-right: 10px;
  }
  
  .qur_code_title span {
    color: #00143c;
    font-weight: 500;
  }
  
  .transaction_date span {
    color: #444;
    font-size: 14px;
  }
  
  .approved-bg {
    background: #0094de24;
  }
  
  .thm-heading.live-but.scan-code-img {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  
  .racing-events-img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 10px;
  }
  
  .chhoose_payment_wrapper .bank_transfer_account {
    margin: 0;
  }
  
  .transection_head h2 {
    font-size: 20px;
  }
  
  .more-icon button {
    background: #fff !important;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .more-icon button img {
    width: 20px;
  }
  
  .form-number-sec.date-list-sec ul {
    display: flex;
    gap: 5px;
  }
  
  .form-number-sec.date-list-sec ul li {
    width: calc(50% - 0px);
  }
  
  .history_filter_title.date-list-sec .form-control {
    box-shadow: none;
    color: #444;
    font-size: 16px;
  }
  
  .history_filter_title.date-list-sec label {
    color: #444;
  }
  
  .form-number-sec.date-list-sec.filter-by-sec .filre_status_title h2 {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0px;
  }
  
  .form-number-sec.date-list-sec.filter-by-sec ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .form-number-sec.date-list-sec.filter-by-sec ul li {
    width: calc(50% - 10px);
  }
  
  .history_filter_title .number-img {
    display: flex;
    align-items: center;
  }
  
  .history_filter_title .number-img .thm-heading h2 {
    font-weight: 500 !important;
    font-size: 14px !important;
  }
  
  .tag-heading a img {
    width: 15px;
  }
  
  .tag-heading span {
    font-size: 17px;
    color: #000;
  }
  
  .tag-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
  }
  
  .chhoose_recent_bank_title h2 {
    font-size: 15px;
    font-weight: 600;
  }
  
  .input_search_amount_box {
    position: relative;
    margin-top: 10px;
  }
  
  .input_search_amount_box .form-control {
    background-color: #fff;
  }
  
  .input_search_amount_box .form-control {
    background-color: #fff;
    box-shadow: none;
  }
  
  .search_amount_btn {
    border-radius: 0px 5px 5px 0px;
    border: 0 !important;
    width: 35px;
    right: 0px;
    position: absolute;
    top: 0px;
    box-shadow: none;
    background: #00336b;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .search_amount_btn img {
    filter: invert();
    width: 15px;
  }
  
  .v_divider hr {
    padding: 0px 0px;
    margin: 10px 0px;
  }
  
  .recent-accounts-sec .withdraw-con.active {
    border-color: #dee2e6;
  }
  
  .withdraw-img {
    width: 60px;
    height: 60px;
    background-color: #EEEEEF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  
  .recent-accounts-con {
    position: relative;
  }
  
  .withdraw-con {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #0094de;
    position: relative;
    margin: 10px 0px;
  }
  
  .withdraw-list-con {
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #00b2ff47;
    padding: 15px;
    position: relative;
  }
  
  .recent-accounts-sec .withdraw-con {
    bottom: 0;
    margin: 10px 0px;
    padding: 12px;
  }
  
  .withdraw-con .thm-heading h2 {
    font-size: 16px;
    font-weight: 700;
    color: #00143C;
  }
  
  .recent-accounts-sec .withdraw-img-con.thm-heading h2 {
    font-size: 16px;
  }
  
  .withdraw-img-con.thm-heading h3 {
    color: #000;
    font-size: 14px;
  }
  
  .withdraw-con {
    display: flex;
    align-items: center;
  }
  
  .delete-btn-sec {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
  }
  
  .account-select-box {
    position: absolute;
    bottom: 10px;
    right: 2px;
  }
  
  .account-select-box .form-check {
    padding: 0px;
    margin: 0px;
    min-height: auto;
  }
  
  .remove_acc_title h3 {
    font-size: 13px;
    font-weight: 600;
  }
  
  .removal_message-sec {
    display: flex;
    align-items: baseline;
    gap: 5px;
    justify-content: center;
  }
  
  .whithdrow_pay_btn {
    width: 100%;
    background: #00346c;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0px;
  }
  
  .whithdrow_pay_btn:focus, .whithdrow_pay_btn:hover {
    background-color: #2a9dd7;
  }
  
  .add_new_acc_title h2 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
  }
  
  .payment_icon_list_name h3 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
  }
  
  .flag-img {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .withdraw-list {
    margin-top: 10px;
  }
  
  .wrdl_payment_main {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .withdraw-list-con::before {
    content: '';
    background-image: url(../images/arrow_drop_down.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 37%;
    left: auto;
    transform: rotate(45deg);
    right: 10px;
  }
  
  .withdraw-con.active {
    border: 1px solid #0094de;
  }
  
  .Confirmation_title {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  
  .add_account_form_wrapper .form-number-sec {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 6px;
    margin: 10px 0px;
    box-shadow: 0px 0 2px #0000001a;
  }
  
  .add_bank_header label {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    padding-bottom: 5px;
  }
  
  .add_bank_header {
    padding-bottom: 10px;
  }
  
  .add_bank_header .form-control {
    box-shadow: none;
    padding: 8px;
    font-size: 14px;
    background: #2986ce14;
  }
  
  .Confirmation_title h3 {
    font-size: 20px;
  }
  
  .remove-img img {
    width: 20px;
  }
  
  button.upload_ss_btn {
    background: none;
  }
  
  .ss_titile_box .info-con-list {
    display: none;
    background-color: #666666;
    padding: 10px 10px 10px 20px;
    width: 260px;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,8%);
    z-index: 9999;
  }
  
  .ss_titile_box .info-con {
    position: relative;
  }
  
  .ss_titile_box .info-con .upload_ss_btn {
    margin-left: 5px;
  }
  
  .ss_titile_box .info-con:hover .info-con-list {
    display: block;
  }
  
  .ss_titile_box {
    display: flex;
  }
  
  .ss_titile_box .info-con-list::before {
    content: '';
    width: 25px;
    height: 20px;
    display: block;
    background-color: #666666;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    clip-path: polygon(50% 0, 100% 100%, 100% 100%, 0 100%);
  }
  
  .wrdl_save_btn_sec .acc_save_btn12 {
    width: 100%;
    text-align: center;
    background: #003771;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  
  .info-con-list ul {
    flex-direction: column;
    margin-bottom: 0;
  }
  
  .tag-heading a {
    display: flex;
    align-items: center;
  }
  
  .wrdl_save_btn_sec .acc_save_btn12:hover {
    opacity: 0.8;
  }
  
  .deposit_form_sec label {
    padding-bottom: 5px;
  }
  
  .payment-sec ul li {
    width: auto;
    flex: auto;
  }
  
  .games-top .thm-heading h2 {
    color: #444;
    font-size: 15px;
    font-weight: 600;
  }
  
  .modal-list-con ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 5px 0px;
  }
  
  .scan-con {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #9E9E9E;
    margin-bottom: 10px;
  }
  
  ul.bank_transfer_account {
    display: block;
  }
  
  .bank_details_title {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .bank_details_title h3 {
    font-size: 14px;
    font-weight: 600;
  }
  
  .custom-container .form-control {
    box-shadow: none;
    font-size: 15px;
  }
  
  .scan-sec {
    cursor: pointer !important;
  }
  
  .scan-sec.active .scan-con {
    border-color: #2986ce !important;
    background: #003e7b1f;
}
  
  .scan-con .thm-heading h2 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
  }
  
  .scan-con .thm-heading p {
    font-size: 14px;
    font-weight: 500;
    color: grey;
    width: 100%;
  }
  
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  
  .upload_ss_text h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  
  .upload_payment_slip {
    display: flex;
    align-items: center;
  }
  
  .upload-input-con {
    background-color: #F6FAFD;
    border: 1.5px double #36a5dd;
    border-style: dashed solid;
    width: 100%;
    border-radius: 4px;
    margin-top: 10px;
    position: relative;
  }
  
  .upload-screenshot-input .input-group.custom-file-button {
    width: 70%;
    background: #dee2e6;
  }
  
  .upload-screenshot-input .input-group.custom-file-button .form-control {
    box-shadow: none;
    border: 0;
    line-height: 30px;
    position: absolute;
    opacity: 0;
  }
  
  .custom-file-button .input-group-text {
    background-color: transparent;
    border: 0;
    width: 100%;
    z-index: 100;
  }
  
  .custom-file-button input[type=file] {
    margin-left: -2px !important;
    border: none;
    font-size: 14px;
    line-height: 30px;
  }
  
  .payment_mode-tabs li {
    flex: inherit !important;
  }
  
  .payment_mode-tabs li button {
    display: flex;
    box-shadow: 1px 0 9px #0000001a !important;
    padding: 5px 10px !important;
  }
  
  .payment_mode-tabs li button .bet-details-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .payment_logo_img {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }
  
  .payment_logo_img img {
    width: 100%;
    height: 100% !important;
  }
  
  .bank_v_title h3 {
    font-size: 14px;
    font-weight: 600;
  }
  
  .payment_mode-tabs li button.active img {
    filter: inherit !important;
  }
  
  .payment_mode-tabs li button.active {
    background-color: #fff !important;
    color: #000 !IMPORTANT;
    border: 1px solid #0094de !important;
  }
  
  .paymentSlipError {
    font-size: 14px;
  }
  
  .submitt_req_sec .req_submitt_btn {
    text-align: center;
    width: 100%;
    background: #00143C;
    border-radius: 5px;
    padding: 10px;
    color: #99ACCC;
    font-size: 14px;
    font-weight: 600;
  }
  
  .submitt_req_sec .req_withdrow_btn {
    text-align: center;
    width: 100%;
    background: #003168;
    border-radius: 5px;
    padding: 10px;
    color: rgb(255,255,255);
    font-size: 14px;
    font-weight: 600;
  }
  
  .submitt_req_sec {
    margin-top: 10px;
  }
  
  .continue_depo_btn:hover {
    opacity: 0.8;
    color: #99ACCC;
  }
  
  /* .continue_deposit_wrapper {
    display: none;
  } */
  
  .bank_details_title span {
    font-size: 15px;
  }
  
  .no_file_chosen {
    font-size: 14px;
    position: absolute;
    right: 0;
    background: rgb(255 255 255 / 77%);
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 0px 25px;
    display: flex;
    align-items: center;
  }
  
  
  /* deposit req approved and reject css start here */
  
  .approved-thm {
    background-color: #27AE60 !important;
  }
  
  .deposit-request-wrapper {
    background-color: #fff;
    border-radius: 6px;
    margin: -30px auto;
    max-width: 540px;
    box-shadow: 1px 0 9px #0000001a;
  }
  
  .menu-details-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #938e8e24;
    padding: 10px 13px;
  }
  
  .deposit-request {
    background: #FF4148;
    border-radius: 0px 0px 8px 8px;
    padding: 20px;
    padding-bottom: 50px;
  }
  
  .deposit-request-sec {
    text-align: center;
  }
  
  .deposit-request-sec h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  
  .deposit-request-sec .thm-heading img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1187%) hue-rotate(263deg) brightness(117%) contrast(100%);
  }
  
  .deposit-request-sec .thm-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  
  .menu-details-heading h4 {
    font-size: 14px;
    line-height: normal;
    color: #343232;
    font-weight: 600;
  }
  
  .whatsapp-btn a {
    width: 95%;
    background: #55CD6C;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    border-radius: 5px;
    margin: auto;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
  }
  
  .whatsapp-btn {
    padding-bottom: 15px;
  }
  
  .view-details-con {
    background: #ffffff;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 10px 15px;
    margin-top: 15px;
  }
  
  .view-details-con.show {
    display: inline-block;
  }
  
  .view-details-con {
    display: none;
    width: 100%;
  }
  
  .hide-con {
    display: none;
  }
  
  .view-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: #004484e3;
    border-radius: 5px;
    padding: 7px 10px;
    width: fit-content;
  }
  
  .view-details a.show .view-con {
    display: none;
  }
  
  .view-details {
    padding: 10px 15px;
  }
  
  .view-details a.show .hide-con {
    display: inline-block;
  }
  
  .team-list-sec ul {
    display: flex;
    align-items: start;
    width: 100%;
  }
  
  .team-list-sec ul li {
    list-style: none;
    width: 40%;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin: 4px 0px;
  }
  
  body {
    height: 100%;
  }
  
  .withdraw-fix-sec.continue-btn {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
    width: 95%;
    max-width: 540px;
  }
  
  .withdraw-fix-sec.continue-btn a {
    background: #1c5992;
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    color: #fff;
  }
  
  .Back-home img {
    width: 15px;
  }
  
  .fileList-img {
    width: 50%;
    text-align: center;
  }
  
  .Back-home img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7437%) hue-rotate(23deg) brightness(101%) contrast(100%);
  }
  
  .withdraw_form_wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  
  .deposit_demo_video_section {
    width: 40%;
  }
  
  .deposit_body_wrapper {
    width: 60%;
    padding-bottom: 10px;
  }
  
  .dw-tabs-sec {
    margin-top: 15px;
  }
  
  .withdraws_video_sec {
    padding-top: 0px;
  }
  
  .min_max-amount_title {
    text-align: end;
    margin-top: 5px;
  }
  
  .stake-main-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
  }
  
  .stake-sub-box input {
    width: 100%;
    background-color: #dee2e673;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px;
    box-shadow: none;
    text-align: center;
  }
  
  .stake-sub-box input:focus {
    box-shadow: 0px 0px 1px #003e7b;
  }
  
  .satke_title {
    font-size: 18px;
    padding: 3px 0px;
  }
  
  .btn-close.v-close-modal {
    opacity: 1;
    padding: 0;
    width: 13px;
    height: 13px;
    background-size: 13px;
    margin-right: 0px;
    box-shadow: none;
    filter: invert(1);
  }
  
  .cancell_btn {
    width: 50%;
    padding: 7px;
    border-radius: 5px;
    font-size: 15px;
    color: #3888d1;
    border: 1px solid #0094deb5;
    font-weight: 600;
    background: #fff;
  }
  
  .allow_btn {
    width: 50%;
    background: #00143C;
    padding: 8px;
    border-radius: 5px;
    font-size: 15px;
    color: #99ACCC;
    text-align: center;
    border: 1px solid #00143C;
    font-weight: 600;
  }
  
  .modal_cmn_btn123 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  button.copy-btn {
    background: none;
  }
  
  .form-number-sec.date-list-sec ul li {
    list-style-type: none;
  }
  
  .back-modal-sec {
    padding: 15px 15px 0px;
  }
  
  .allow_btn:hover {
    color: #fff;
  }
  
  .number-img .form-check input {
    width: 17px;
    height: 17px;
    visibility: inherit;
    border-radius: 4px;
    margin-right: 5px;
  }
  
  .close-btn-box .btn-gradient-cls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00143C;
    border: 0;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #99ACCC;
    box-shadow: 1px 0 9px #0000001a;
  }
  
  .close-btn-box {
    width: 100%;
  }
  
  .language-list ul li {
    list-style-type: disc;
    margin-left: 10px;
  }
  
  .language-list ul {
    margin-left: 15px;
  }
  
  .exch-match-detail-tabs-section ul {
    padding: 1px;
    border-radius: 0px;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    gap: 5px;
    border-bottom: 1px solid #e9ecef;
    margin-top: 10px;
  }
  
  .exch-match-detail-tabs-section ul li {
    white-space: nowrap;
    flex: 1;
  }
  
  .exch-match-detail-tabs-section .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #004d90 !important;
    border-bottom: 2px solid #004d90 !important;
  }
  
  .exch-match-detail-tabs-section ul li button {
    color: #1E2637 !important;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    border-radius: 0;
    border: 0 !important;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
  }
  
  .exch-cashout-body-center {
    padding: 0px 10px 10px 10px;
  }
  
  button.delete-btn {
    background: none;
    padding: 0;
  }
  
  .account-select-box {
    position: absolute;
    bottom: 10px;
    right: 8px;
  }
  
  .account-select-box .form-check-input:checked {
    background-color: transparent;
    filter: invert(41%) sepia(67%) saturate(488%) hue-rotate(155deg) brightness(80%) contrast(106%);
    border-color: #2290C7;
  }
  
  .recent-accounts-con {
    position: relative;
  }
  
  .account-select-box .form-check input {
    width: 17px;
    height: 17px;
    visibility: inherit;
  }
  
  .more-accounts-sec .dropdown-menu.show {
    display: block;
    transform: translate(-135px, 26px) !important;
  }
  
  .modal-banner-sec {
    text-align: center;
  }
  
  .modal-banner-sec .logout_img figure img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(0%) saturate(1%) hue-rotate(274deg) brightness(100%) contrast(83%);
  }
  
  .edit_btn123 {
    margin-bottom: 10px;
  }
  
  /* .withdraw_details_sec {
    display: none;
  } */
  
  .simplebar-content-wrapper {
    padding-top: 50px;
  }
  
  .approver_stats .racing-events-img {
    background-color: #00c8512e !important;
  }
  
  .rejected_stats .racing-events-img {
    background-color: #ff414821;
  }
  
  .pending-color {
    font-size: 18px;
    color: #FFBF00;
  }
  
  h2.reject-color {
    font-size: 18px;
    color: #ff0000;
  }
  
  .pending_stats .racing-events-img {
    background-color: #ffbf002e !important;
  }
  
  .info-con-list ul li {
    color: #fff;
    list-style-type: auto;
    margin-left: 5px;
    font-size: 13px;
  }
  
  .upload_file_preview .upload_image {
    text-align: center;
    margin: 10px auto;
    width: fit-content;
    border-radius: 5px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .upload_file_preview .upload_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  
  .upload_file_preview {
    text-align: center;
    display: flex;
    justify-content: center;
    border: 1px dashed #36a5dd;
    border-radius: 5px;
    margin: 10px 0px;
    position: relative;
    background: #004c9005;
  }
  
  button.preview_cross_icon {
    position: absolute;
    right: 7px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    top: 7px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004c8f;
  }
  
  .preview_cross_icon img {
    filter: invert();
  }
  
  .slip-top-sec {
    padding: 0 15px;
    padding-top: 20px;
  }
  
  .slip-top-sec {
    text-align: center;
  }
  
  .slip-logo {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    border: 3px solid #d9d9d9;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .name-date strong {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    padding-bottom: 10px;
  }
  
  .name-date span {
    color: #000000;
    font-size: 13px;
  }
  
  .approved-status span {
    color: #029754;
    font-weight: 600;
  }
  
  .dash-shaprater {
    margin: 15px auto;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0 18px;
  }
  
  ul.slip-text-ul li {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
  }
  
  .slip-text-box {
    padding: 10px 20px;
  }
  
  .slip-mid-text h3 {
    float: left;
    width: 50%;
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
  }
  
  .slip-mid-text .semicolon-icon {
    float: left;
    width: 10%;
    text-align: center;
  }
  
  .slip-mid-text span {
    float: left;
    width: 40%;
    text-align: left;
    color: #666666;
    font-size: 14px;
  }
  
  .custom-delete-footer .modal-footer {
    border-top: 0;
    grid-gap: 10px;
  }
  
  .payment-slip-modal .custom-delete-footer .modal-footer {
    padding-bottom: 20px;
  }
  
  .payment-slip-modal .modal-content {
    border-radius: 15px;
    border: 1px solid #aaaaaa85;
  }
  
  .rejected-status span {
    color: #FA1228;
    font-weight: 600;
  }
  
  .dash-shaprater:after {
    position: absolute;
    content: "";
    right: -16px;
    top: -3px;
    background-image: url(../get_id/images/right-cricle.svg);
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    left: initial;
  }
  
  .dash-shaprater:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -3px;
    background-image: url(../get_id/images/left-cricle.svg);
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .thm-heading.live-but.scan-code-img {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    background: #e0e1e2f5;
    border-radius: 5px;
}

.thm-heading.live-but.scan-code-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_filter_title .number-img{
display: flex;
align-items:flex-start;
}
.history_filter_title .number-img .form-check{
  position: relative;
  bottom:4px;
  height: 20px;
}
.history_filter_title .number-img .thm-heading h2 {
  margin-bottom: 0px !important;
}

#history_filter_modal .form-number-sec.date-list-sec.filter-by-sec ul li {
  flex: 1 43%;
}

#history_filter_modal .form-number-sec.date-list-sec.filter-by-sec ul {
  gap: 10px;
}

.clsIcon_cl img{
  display: flex;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.clsIcon_cl{
filter:unset !important;
background-color:transparent;
}
#history_filter_modal .modal-header{
  align-items:center;
}

.pagination_rgt{
display:flex;
align-items:center;
gap:10px;
}
.paginationParent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}
.pagination_rgt p{
  white-space:nowrap;
}

.paginationParent .pagination .active a{
  text-align:center;
}

.withdraws_video_sec iframe{
height:auto;
}
/**** Write CSS 25-02-2025 ******/


.dw-tabs-sec .inner-tabs .nav.nav-pills {
  margin-left: -5px;
  margin-right: -5px;
  background: initial;
}

.dw-tabs-sec .inner-tabs .nav.nav-pills .nav-item {
  padding-left: 5px;
  padding-right: 5px;
}

.dw-tabs-sec .inner-tabs .nav.nav-pills .nav-item .nav-link {
  background: var(--header-bg-color);
  color: var(--header-font-color);
  border-radius: 5px;
}

.dw-tabs-sec .inner-tabs .nav.nav-pills .nav-item .nav-link.active {
  background: var(--active-color);
  color: var(--active-font-color);
}







.login-model-pop-up-sec.sign-up-wrapper .modal.show .modal-dialog {
  background: #6d081d;
}

.login-model-pop-up-sec.sign-up-wrapper .login-body-rgt {
  display: none;
}

.login-model-pop-up-sec.sign-up-wrapper .login-body-lft,
.login-body-rgt {
  width: 100%;
}

.login-model-pop-up-sec.sign-up-wrapper .login-body-sec {
  background-color: #212121;
}

.login-model-pop-up-sec.sign-up-wrapper .login-body-lft {
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .login-model-pop-up-sec:not(.main-login) .modal.show .modal-dialog {
    max-width: 100%;
  }
}


/* **********************write css by lalit sahu 27-02-2025********************** */

.dw-tabs-sec .inner-tabs .nav.nav-pills .nav-item .nav-link>img {
  margin-right: 5px;
  filter: brightness(7.5);
}

.withdraw_form_wrapper {
  display: block;
}

.deposit_body_wrapper,
.deposit_demo_video_section {
  width: 100%;
}
.deposit_demo_video_section {
  padding-top: 25px;
}

/* **********************write css by Harsh Solanki 28-02-2025********************** */
.withdraws_video_sec {
  padding-top: 10px;
}

.withdraw_details_sec,
.continue_deposit_wrapper,
.ithdraw_details_sec {
  display: block;
}

.paymentMethod_cl {
  margin-top: 10px;
}

.payment_depositTabs ul {
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

.payment_depositTabs ul .nav-link img {
  width: calc(40px + 60 * ((100vw - 320px) / 1600));
  height: calc(40px + 60 * ((100vw - 320px) / 1600));
  border-radius: 50%;
}

.payment_depositTabs ul .nav-link {
  border-radius: 50%;
  cursor: pointer;
  border: 5px solid transparent;
  transition: border ease 0.3s;
  padding: 0px;
  justify-content: flex-start;
}

.payment_depositTabs ul .nav-item {
  width: 25%;
  display: flex;
  justify-content: center;
}

.payment_depositTabs ul .nav-link.active {
  border-color: var(--active-color);
}

.withdraws_video_sec {
  padding-top: 10px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
}

.withdraws_video_sec .withdraws-video-item {
  width: 50%;
}

.submitt_req_and_withdrow_btn_sec .submitt_req_sec {
  text-align: center;
}

.submitt_req_and_withdrow_btn_sec .fund-transfer-btn {
  width: 50%;
}

.submitt_req_sec .req_withdrow_btn {
  width: 50%;
  border-radius: 0.3rem;
  padding: var(--space-2xs) var(--space-m);
  font-weight: 400;
}

.withdraw_details_sec {
  margin-top: 12px;
}

.wrdl_save_btn_sec .acc_save_btn12 {
  font-weight: 500;
  background-color: var(--active-color);
  border-radius: 0.3rem;
  padding: var(--space-2xs) var(--space-m);
}

.payment_types_wrapper {
  margin-top: 10px;
}

.withdraw_contentcl .all-accounts .account-block {
  position: relative;
  padding-top: 25px;
}

.withdraw_contentcl .all-accounts .account-block.active .delete-btn-sec img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(46deg) brightness(105%) contrast(101%);
}

.withdraw_contentcl .all-accounts .delete-btn-sec img {
  filter: brightness(0) saturate(100%);
  width: 18px;
  height: 18px;
}

.withdraw_contentcl .remove-img img {
  filter: unset !important;
}

.withdraw_contentcl .all-accounts .delete-btn-sec {
  top: 2px;
  right: 17px;
}

.historyTab_content table thead th {
  border-bottom: 1px;
}

.payment_chhoose_container .custom-container .form-control {
  background: transparent;
  height: 38px;
}

.add_account_form_wrapper .form-number-sec {
  border-radius: 0px;
  border: 1px solid #dee2e6 !important;
  margin-bottom: 15px;
}

.payment_chhoose_container label {
  color: #000000;
}

.wallet_gatway_wrapper {
  padding-top: 10px;
}

.add_bank_header .form-control[type=file]:not(:disabled):not([readonly]) {
  padding-top: 6px;
  padding-bottom: 6px;
  height: auto;
}

/* write css by lalit sahu 03-03-2025 */

.account-block p span{
  text-align: end;
}
.dash-shaprater img{
  height: 2px;
  width: 100%;
}
.games-wrapper.transactions-list{
  margin-top: 10px;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.withdraw-form-wrapper {
  padding: 0 5px;
}


.payment-type {
  display: flex;
  justify-content: space-between;
}

.form-check {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-check input {
  width: 0;
  height: 0;
  visibility: hidden;
}

.form-check input:checked+label {
  border-color: var(--active-color);
}

.form-check label {
  border-radius: 50%;
  cursor: pointer;
  border: 5px solid transparent;
  transition: border ease 0.3s;
}

.form-check label img {
  width: calc(40px + 60 * ((100vw - 320px) / 1600));
  height: calc(40px + 60 * ((100vw - 320px) / 1600));
  border-radius: 50%;
}

.all-accounts {
  padding: 0.5rem 1rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

.all-accounts h2 {
  font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
}

.account-row {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.account-block {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.account-block.active,
.account-block:hover {
  background: var(--active-color);
  color: var(--active-font-color);
}

.account-block+.account-block {
  margin-left: 1rem;
}

.account-block p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.qr-close {
  opacity: 1;
}

.qr-button {
  background: var(--header-bg-color);
  color: var(--header-font-color);
  padding: 3px var(--space-s);
  border-radius: 0.3rem;
  font-size: var(--t-fs);
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.uf-list li {
  padding: 7px 5%;
  position: relative;
  margin-bottom: 0.3rem;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: var(--b-shadow);
  -webkit-box-shadow: var(--b-shadow);
  -moz-box-shadow: var(--b-shadow);
}

.delete-file {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 100%;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  padding: 0.2rem;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.delete-file {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 100%;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  padding: 0.2rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wallet-limit {
  position: absolute;
  top: 29px;
  right: 12px;
  color: #979797;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.fund-transfer-btn {
  padding: var(--space-2xs) var(--space-m);
  border-radius: 0.3rem;
  background: var(--active-color);
  color: var(--active-font-color);
}

.dw-tabs-sec .fund-form {
  padding: 15px;
  padding-bottom: 0;
}

.table {
  color: #000;
}

.table td,
.table th {
  font-size: calc(12px + 2 * ((100vw - 320px) / (1920 - 320)));
  padding: 5px 10px;
  white-space: nowrap;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}

.badge.bank {
  background: rgb(238, 174, 202);
  background: radial-gradient(circle,
      rgba(238, 174, 202, 1) 0%,
      rgba(148, 187, 233, 1) 100%);
  color: #000000;
}

.badge.phonepe {
  background: #693ab9;
  color: #fff;
}

.badge.google-pay {
  background: rgb(58, 129, 241);
  background: linear-gradient(90deg,
      rgba(58, 129, 241, 1) 0%,
      rgba(45, 169, 79, 1) 25%,
      rgba(253, 189, 0, 1) 50%,
      rgba(234, 67, 53, 1) 75%,
      rgba(95, 99, 104, 1) 100%);
  color: #000;
}

.badge.paytm {
  background: rgb(11, 52, 114);
  background: linear-gradient(90deg,
      rgba(11, 52, 114, 1) 0%,
      rgba(7, 186, 239, 1) 100%);
  color: #fff;
}

.table>:not(:first-child) {
  border-top: 2px solid #f6f6f6;
}

.text-danger {
  color: #dc3545 !important;
}

.material-icons.copy {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
}

.qr-close {
  opacity: 1;
}

.close.qr-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  margin-right: 10px;
  margin-top: 5px;
}

.notification-info-bx {
  padding: 10px 15px;
}

.heading-text {
  font-size: 16px;
  font-weight: 600;
}

.sec-heading {
  padding: 15px 0;
}
.dw-tabs-sec .nav.nav-pills {
  gap: 1px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.dw-tabs-sec .nav.nav-pills .nav-item {
  flex-grow: 1;
}

.dw-tabs-sec .nav.nav-pills .nav-item .nav-link {
  border-radius: 0;
  text-align: center;
  display: block;
  padding: .5rem 1rem;
  width: 100%;
  font-weight: 400;
}

/* ************written css by lalit sahu 04-03-2025**************** */

.delete-file {
  width: 20px;
  height: 20px;
}
.deposit-slip-preview-sec li img{
  max-width: 100%;
}
.withdraws_video_sec iframe{
  height: 300px;
}
.payment_depositTabs ul .nav-link{
  height: 100%;
  width: max-content;
}
.payment_depositTabs ul .nav-item {
  width: 80px;
  height: 80px;
}
.payment_depositTabs ul {
  gap: 25px;
  overflow: auto;
  padding-bottom: 7px;
  justify-content: space-around;
}
.payment_depositTabs ul .nav-link img {
    width: 100%;
    height: 100%;
    padding: 14px;
    border-radius: 0px;
}
.payment_depositTabs ul::-webkit-scrollbar {
  width: 1em;
  height: 3px;
}
 
.payment_depositTabs ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(54 89 132);
  border-radius: 10px;
}
 
.payment_depositTabs ul::-webkit-scrollbar-thumb {
  background-color: #365984;
  outline: 1px solid #365984;
  border-radius: 10px;
}
.cmn-v-modal .modal-header .close{
  opacity: 1;
}
.resend-otp-link {
  color: #514ef3;
  font-size: 13px;
  position: relative;
  top: -2px;
  text-decoration: underline;
  font-weight: 500;
}
.reset_btn{
  background-color: #535f77;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;

}
.deposit-slip-preview-sec{
  margin: 10px auto;
}
.submitt_req_and_withdrow_btn_sec{
  text-align: center;
}
.deposit-error-message {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.add_bank_header{
  position: relative;
}
.add_bank_header .reset_btn{
  margin: 0 auto;
  position: absolute;
  right: 0px;
  top: -5px;
  line-height: normal;
}
.resend-otp{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.resend-otp-link.reset_btn{
  line-height: normal;
  background-color: #004586;
  text-decoration: none;
}
.resend-otp-link.reset_btn:hover{
  color: #fff;
}
@media screen and (max-width: 1024px) {
	.withdraws_video_sec { 
		justify-content: space-between;
		 gap: 0px; 
		flex-wrap: wrap;
	}
	.withdraws_video_sec .withdraws-video-item {
		width: 49%;
	}
}
@media only screen and (max-width: 479px){
    .both_runners_name h6{
        max-width: 70px;
        font-size: 14px;
    }
    .withdraws_video_sec .withdraws-video-item {
      width: 100%;
    }
}