* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
}
/* Header */
header {
    z-index: 150;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    width: 100%;
    top: 0;
}
header.after-login-header {
    background-color: #171717;
}
.header_top {
    position: relative;
    background-color: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 9px 7px 8px;
}
.header_top_logo {
    height: auto;
    padding: 5px;
    border-radius: 10px;
    background: #d70000;
}
.header_top_logo img {
    cursor: pointer;
    max-height: 40px;
    margin: 0;
    max-width: 80px;
}
.header_top .header_top_right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.header_top_right .bets-btn {
    background: #232323;
    display: flex;
    align-items: center;
    border-radius: 4px;
    width: 90px;
    border: 1px solid #f9bb22;
    background-color: #000;
    height: 32px;
    padding: 8px 10px;
    font-family: poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    justify-content: center;
    color: #fff;
}

.header_top_right .bets-btn img {
    width: 15px;
    height: 18px;
    margin-right: 5px !important;
    max-width: 18px;
}

.language-sec {
    display: inline-flex;
    align-items: center;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.language-sec .v-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    background: #f9bb22;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 88px;
    cursor: pointer;
}
.language-sec .v-btn:before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
}

.language-sec .v-btn img {
    max-width: 20px;
    margin-right: 5px;
}

.language-sec .v-btn  .v-btn__content {
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: normal !important;
    font-family: Poppins;
    font-style: normal;
    line-height: 15px;
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 82%);
}
.primaryToolbar {
    position: relative;
    width: 100%;
    min-height: 40px;
    z-index: 4;
    padding: 4px 9px 6px 2px;
    background-color: #111;
    box-shadow: unset;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.primaryToolbar .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
}
.container-fluid:before {
    display: table;
    content: " ";
}
.primaryToolbar .toolbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.right-section {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.detail {
    width: 90%;
    text-align: right;
}
.detail>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px !important;
}
.detail>ul>li {
    margin: 0 3px;
}
.balance-list {
    min-width: 80px;
    max-width: 180px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.bal_show_shadow {
    box-shadow: 0 0 8px #c0f46a;
}
.detail>ul>li>.balance-box {
    min-width: 80px;
    max-width: 180px;
    max-height: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    margin-left: 0;
    padding: 2px 5px;
    width: 100%;
}
li {
    list-style: none;
}
li {
    list-style: none;
}
.detail>ul>li>.balance-box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: Teko, sans-serif;
    color: #fff;
    font-size: 18px;
    gap: 1px;
}
.detail>ul>li a i.i-coin {
    font-size: 15px;
    color: #f9bb22;
}
.balance-box .wallet_balance {
    overflow: hidden;
    overflow-wrap: unset;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Teko, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}
.icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    line-height: 1;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    vertical-align: middle;
    color: #fff;
}
.detail>ul>li.Balance a i.addbalance {
    color: #a2ce2d;
}
.refreshBalance {
    width: 30px;
    height: 30px;
}
.refreshBalance .refresh_balance {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    margin: 0 auto;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    white-space: nowrap;
    background: #232323;
    border-radius: 50%;
    padding: 0;
    position: relative;
    left: -1px;
    width: 30px;
    height: 30px;
}
.refreshBalance i {
    color: #f7ba29;
    font-size: 14px;
    vertical-align: baseline;
}
.detail>ul>li:last-child {
    flex-grow: 2;
    text-align: right;
}
.right-section .eventMessage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-color: #232323;
}
header .menu, header .menu__activator {
    position: relative;
}
.menu__activator {
    align-items: center;
    cursor: default;
    height: inherit;
}
.badge {
    display: inline-block;
    position: relative;
}
.eventMessgaeIcon {
    padding: 5px;
}
.secondaryToolbar {
    width: 100%;
    display: block;
    position: relative;
    padding: 5px 0;
    background: #171717;
}

.secondaryToolbar .container-fluid {
    padding: 0;
}

.container-fluid:after {
    display: table;
    content: " ";
    clear: both;
}

.secondaryToolbar ul {
    white-space: nowrap;
    margin-bottom: 0;
    display: flex;
    overflow-y: auto;
    padding-left: 0;
}

.secondaryToolbar ul.navigation li {
    margin: 0 5px;
}

header .secondaryToolbar ul li a {
    display:flex;
    color: #8f99a3;
    transition: all .3s ease;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    min-width: 58px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    padding: 4px 7px;
    align-items: center;
    
}

.secondaryToolbar ul li a .loaderR {
    align-items: center;
}

.secondaryToolbar ul li a picture {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.header-link-icon {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .3s ease;
    opacity: .7;
    left: .7px;
}

.after-login-header .header-link-icon {
    top: 3px;
    color: #8f99a3;
    font-size: 1.2rem;
    height: auto;
}

.secondaryToolbar ul li a img {
    width: 17px;
}

header .secondaryToolbar ul li a span {
    white-space: nowrap;
    display: block;
    font-size: 10px;
    line-height: 1.3;
}
.bal_nill_shadow {
    box-shadow: 0 0 8px #da4a4c !important;
}

.detail>ul>li>.Exposure-amount-box {
    min-width: 80px;
    max-width: 180px;
    max-height: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    margin-left: 0;
    padding: 2px 5px;
    width: 100%;
}
.detail>ul>li>.Exposure-amount-box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: Teko, sans-serif;
    font-size: 18px;
    color: #fff;
    gap: 1px;
}
.detail>ul>li>.Exposure-amount-box a img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 15px;
}
.detail>ul>li>.Exposure-amount-box .Exposure-amount {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Teko, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}
.mdi-plus-circle-outline:before {
    content: "\F419";
}
.navbar {
    text-align: center;
    background: #1a1a1a;
    color: #f9bb22;
    font-weight: 700;
    font-size: 14px;
    padding: 18px;
}
/* header */


/* icons */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), 
  url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), 
  url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), 
  url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), 
  url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/fa-solid-900.woff2") format("woff2"), 
  url("../fonts/fa-solid-900.woff") format("woff"), 
  url("../fonts/fa-solid-900.ttf") format("truetype"), 
  url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=3.2.89") format("embedded-opentype"), 
  url("../fonts/materialdesignicons-webfont.woff2?v=3.2.89") format("woff2"), 
  url("../fonts/materialdesignicons-webfont.woff?v=3.2.89") format("woff"), 
  url("../fonts/materialdesignicons-webfont.ttf?v=3.2.89") format("truetype"), 
  url("../fonts/materialdesignicons-webfont.svg?v=3.2.89#materialdesigniconsregular") format("svg");
  font-style: normal;
  font-weight: normal;
}
.mdi-bell-ring-outline:before {
    content: "\F09F";
}
.mdi-set, .mdi:before {
    cursor: pointer;
    display: inline-block;
    font: 24px / 1 Material Design Icons;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.eventMessgaeIcon {
    padding: 5px;
    font-size: 16px;
}

.acc_head_icon {
    background-color: #232323;
    border-radius: 50%;
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
}

.acc_head_icon a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc_head_icon i {
    color: #fff;
    font-size: 18px;
}
.mdi-set, .mdi:before {
    cursor: pointer;
    display: inline-block;
    font: 24px / 1 Material Design Icons;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-account:before {
    content: "\F004";
}
/* icons */

/* Home Page */
.homeWidgetWrapper .homeWidgets .flex {
    display: flex;
    padding: 0 6px;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.upgradeTierWrapper {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #372164, #562daa);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding: 6px;
    border-radius: 10px;
}

.upgradeTierSection {
    background: linear-gradient(90deg, #281848, #3d2078);
    margin-bottom: 6px;
    border-radius: 10px;
    height: 100%;
}

.upgradeTierWrapper .upgradeTierSection .rewardDataContainer {
    display: grid;
    align-items: center;
    height: 100%;
    padding: 7px 10px;
    grid-template-columns: .6fr 1fr;
}

.loyalty-level-wrapper {
    display: flex;
    align-items: center;
    justify-content: unset;
}

.loyalty-level-img-wrappper {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.loyalty-level-img-wrappper img {
    max-height: 32px;
}

.loyalty-level-points-wrappper {
    display: flex;
    flex-direction: column;
}

.loyalty-level-wrapper .loyalty-point-text {
    font-family: Teko, sans-serif;
    font-size: 14px;
}

.loyalty-level-wrapper .loyalty-point-earned-text {
    font-family: Teko, sans-serif;
    color: #f9bb22;
    font-size: 13px;
}

.van-progress.level8 {
    position: relative;
    box-shadow: 0 .01333rem #70a4ff, inset 0 .05333rem .05333rem #1b57c8;
    border-radius: 4px;
}

.van-progress__portion {
    position: absolute;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tierImgWrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.align-grid-item-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.progressbarWrapper .tierImage {
    max-width: 14px;
}

.tierImgWrapper .currentTierPoint {
    color: #f9bb22;
    margin-left: 4px;
}

.tierImgWrapper .nextTierPoint {
    color: hsla(0, 0%, 100%, .5);
    margin-right: 4px;
}
.necessaryTierUpgrade {
    font-weight: 300;
    font-size: 8px;
    font-family: SF Pro Display, sans-serif;
}
.necessaryTierUpgrade span {
    color: #f9bb22;
    font-weight: 700;
}
.homeWidgetWrapper .layout.wrap {padding-top: 6px;}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.quickNav-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 4px;
}

.quickNav-wrapper a {
    color: #fff;
    background: linear-gradient(90deg, #6241a5, #6939ca);
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px 0;
}

.quickNav-wrapper img {
    height: 24px;
    max-width: 15px;
    margin-right: 2px;
}

.quickNav-wrapper a span {
    font-size: 10px;
}
.rive-wrapper .rive-canvas{
    position: absolute;
    top: -1%;
    left: -1%;
    width: 104%;
    height: 104%;
    display: inline-block;
    vertical-align: baseline;
}
.home-rive-sec {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
    padding: 0 8px;
    display: grid;
}
.rive-wrapper {
    position: relative;
    background-color: #191D22;
    border-radius: 10px;
    overflow: hidden;
    perspective: 1px;
}
.game_placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
}
.topSecSlideImg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.pt-10 {
    padding-top: 10px;
}

.ex_sb_new {
    display: flex;
    grid-gap: 8px;
    padding: 0px 8px 0;
    width: 100%;
}

.exchange_new, .sb_new {
    width: 100%;
    height: 100%;
    position: relative;
}

.application.theme--dark a {}

.ex_label, .sb_label {
    position: absolute;
    right: 0;
    text-align: center;
    display: inline-flex;
    gap: 4px;
    padding: 1px 8px;
    background: #FE4600;
    border-radius: 0 5px 0 3px;
}

.ex_label span, .sb_label span {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 2s infinite;
}
@keyframes  blink {
    0%, 50% { color: #FFFFFF; }
    60%,100% { color: #000000; }
}
@-webkit-keyframes blink {
    0%, 50% { color: #FFFFFF; }
    60%,100% { color: #000000; }
}

.exchange_new img, .sb_new img {
    width: 100%;
}
.spribeHomeSliderContainer {
    position: relative;
    height: auto;
    top: unset;
    left: unset;
}
.topSecHomeSlider {
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: unset;
    display: flex;
    flex-direction: column;
}
.topSecHomeSlider .swiper {
    width: 100%;
}
.swiper-slide-inner {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0 1%;
}
.topSecSlide {
    border-radius: 10px;
    background-color: #191D22;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    overflow: hidden;
}
.swiper-slide-small, .swiper-slide-big {
    margin: 0 1%;
}
.swiper-slide-small {
    width: 36% !important;
    height: auto !important;
    position: relative;
}
.losing-bonus {
    width: 38% !important;
}
.canvas-div .game_placeholder {
    position: relative;
    z-index: 0;
}
.slider-2 canvas, .slider-3 canvas {
    width: 108%;
    height: 104%;
    position: absolute;
    left: -4%;
    top: -2%;
    object-fit: cover;
    margin-right: 2%;
    z-index: 1;
}
.topSecSlide .swiper-slide-small, .topSecSlide.swiper-slide-big {
    position: relative;
}
.swiper-slide-big {
    width: 63% !important;
    height: 100% !important;
    overflow: hidden;
}
.topSecHomeSlider .swiper.slider-3 {
    padding-top: 10px;
}
.gamesToolbar {
    width: 100%;
    background-color: #1a1a1a;
    font-weight: 600;
    border-radius: 50px;
    padding: 0 0 0 10px;
}
.gamelistsWrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.scroll-indicator-container {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    height: 3px;
    background-color: #000;
    border-radius: 14px;
}
.scroll-indicator {
    height: 100%;
    width: 25%;
    background-color: #f9bb22;
    transition: width .5s;
    border-radius: 14px;
}
.scroll_track_none {
    scrollbar-width: none;
}

.gamelistsWrapper ul {
    white-space: nowrap;
    overflow: auto;
    flex-grow: 2;
    margin: 0;
    margin-right: 10px;
}

.gamelistsWrapper ul li {
    color: #8f99a3;
    padding: 10px;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    transition: all .3s ease;
}

.gamelistsWrapper ul li.selected {
    color: #fff;
}

.gamelistsWrapper ul li:after {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background-color: #f9bb22;
    transition: all .3s ease;
    opacity: 0;
}

.gamelistsWrapper ul li.selected:after {
    opacity: 1;
}
.gamelistsWrapper .gameSearch-input {
    background-color: #222;
    border-radius: 250px;
    overflow: hidden;
    position: relative;
    color: #8f99a3;
    padding: 7px 7px 7px 27px;
    transition: all .3s ease;
    width: 38px;
    min-width: 38px;
    min-height: 38px;
}
.gamelistsWrapper .gameSearch-input.notEmpty, .gamelistsWrapper .gameSearch-input:hover {
    width: 170px;
}
div.gamelistsWrapper .gameSearch-input .gameSearch.small {
    border-radius: 0;
    width: 100%;
    outline: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 2;
    background: transparent;
    border: none;
}

div.gamelistsWrapper .gameSearch-input:after {
    content: "\F002";
    font-size: 14px;
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.gamelistsWrapper .gameSearch-input {
    background-color: #222;
    border-radius: 250px;
    overflow: hidden;
    position: relative;
    color: #8f99a3;
    padding: 7px 7px 7px 27px;
    transition: all .3s ease;
    width: 38px;
    min-width: 38px;
    min-height: 38px;
}
div.gamelistsWrapper .gameSearch-input .gameSearch.small {
    border-radius: 0;
    width: 100%;
    outline: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 2;
    background: transparent;
    border: none;
}
div.gamelistsWrapper .gameSearch-input:after {
    content: "\F002";
    font-size: 14px;
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.layout {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    min-width: 0;
}
.grid-list-cs .layout {
    margin: 0;
}
.layout.row {
    flex-direction: row;
}
.layout.wrap {
    flex-wrap: wrap;
}
:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
}
.row:before {
    display: table;
    content: " ";
}
.row:after{
    clear: both;
}
.child-flex>*, .flex{
    flex: 1 1 auto;
}
.xsmall-1, .xsmall-1-1 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
}
.featuredGames {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.featuredGames:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #a1902e;
    background: -webkit-gradient(left top,right bottom,color-stop(0,#a1902e),color-stop(35%,#ffdb66),color-stop(40%,#baa73e),color-stop(44%,#fff8d4),color-stop(48%,#6e5706),color-stop(52%,#574300),color-stop(56%,#fff6c7),color-stop(76%,#ab8f00),color-stop(100%,#ab8f00));
    background: linear-gradient(135deg, #a1902e, #ffdb66 35%, #baa73e 40%, #fff8d4 44%, #6e5706 48%, #574300 52%, #fff6c7 56%, #ab8f00 76%, #ab8f00);
    -webkit-animation: BorderAnimation-data-v-7fdc8ba0 5s linear infinite;
    animation: BorderAnimation-data-v-7fdc8ba0 5s linear infinite;
}
@-webkit-keyframes BorderAnimation-data-v-7fdc8ba0 {
    0 {
        transform: scale3d(2,2,1) rotate(0)
    }

    to {
        transform: scale3d(2,2,1) rotate(1turn)
    }
}
@keyframes BorderAnimation-data-v-7fdc8ba0 {
    0 {
        transform: scale3d(2,2,1) rotate(0)
    }

    to {
        transform: scale3d(2,2,1) rotate(1turn)
    }
}
.featuredGames .featured-wrapper {
    position: relative;
    z-index: 10;
    padding: 20px;
    height: 100%;
    width: 100%;
}
.featuredGames .featured-wrapper h2 {
    text-align: center;
    position: relative;
    z-index: 5;
    margin-bottom: 10px;
    font-size: 18px;
}
b, strong {
    font-weight: bolder;
}
.featuredGames .featured-wrapper .featuredSlider {
    width: 90%;
    margin: 0 auto;
    display: flex;
    z-index: 5;
    align-self: center;
    position: relative;
}
.featuredGames .featured-wrapper .featuredSlider .featSwiper {
    width: 75%;
    margin: 0 auto;
}
.grid-list-cs .layout .flex {
    padding: 6px;
}

.game-holder {
    border-radius: 10px;
    transition: all .3s ease;
    cursor: pointer;
    overflow: hidden;
}

.game-holder .game-image-wrapper, .game-holder {
    position: relative;
}

.game-holder .game-image-wrapper .game-image-holder {
    padding-top: 60%;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    z-index: 1;
    min-height: 120px;
}
.game-holder.mobile_launch{
    width:100%;
}
.game-holder .game-image-wrapper .game-image-holder .game-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-image-bg, .lowBalContainer .lowBalanceWrapper .contentWrapper .gameContent .game-img-wrapper .gameimg-holder .gameimg {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
}

.game-holder .game-image-wrapper .game-image-holder .game-image-bg[data-v-0b12b7aa] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
}

.game-holder .game-image-wrapper .game-image-holder .gameActionIcon {
    position: absolute;
    z-index: 100;
}

.game-holder .game-image-wrapper .game-image-holder .brand-name {
    right: 10px;
    top: -100%;
    font-size: .9rem;
    transition: all .3s ease;
    font-weight: 500;
}

.game-holder .game-image-wrapper .game-image-holder .game-action {
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.game-holder .game-image-wrapper .game-image-holder .game-action p {
    margin: 0;
    text-transform: uppercase;
    transition: all .3s ease;
    opacity: .6;
    line-height: 25px;
}

.game-holder .game-image-wrapper .game-image-holder .game-action .playBtn {
    font-weight: 700;
    font-size: .9rem;
}

.game-holder .game-image-wrapper .game-image-holder .game-info {
    z-index: 102;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    transition: all .3s ease;
    width: 100%;
    padding: 5px 10px;
    font-size: .85rem;
    box-sizing: border-box;
}

.game-holder .game-image-wrapper .game-image-holder:after {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.game-holder .game-image-wrapper .game-image-holder .game-info:before {
    content: "";
    height: 0;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, .9);
    width: calc(100% + 20px);
    position: absolute;
    bottom: 0;
    left: -10px;
}

.game-holder .game-image-wrapper .game-image-holder .game-info span {
    position: relative;
    z-index: 1;
}

.game-holder .game-image-wrapper .game-image-holder .game-info .game-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    width: 100%;
}
.featuredGames .featured-wrapper .featuredSlider .navIcon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    outline: 0;
}
div.featuredGames .featured-wrapper .featuredSlider .navIcon.prevFeat {
    left: 20px;
}
.mdi-set, .mdi:before {
    cursor: pointer;
    display: inline-block;
    font: 24px / 1 Material Design Icons;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-chevron-left:before {
    content: "\F141";
}
div.featuredGames .featured-wrapper .featuredSlider .navIcon.nextFeat {
    right: -3px;
}
.mdi-chevron-right:before{
    content: "\F142";
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
}
.featuredGames .featured-wrapper .featSwiperBg {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    z-index: 1;
    border-radius: 10px;
    background-color: #1a1a1a;
}
.featuredGames .featured-wrapper .featSwiperBg .swiper-slide {
    position: relative;
}
.featuredGames .featured-wrapper .featSwiperBg .swiper-slide img{
        filter: blur(5px);
    transform: scale(1.3);
}
.pt-3 {
    padding-top: 16px;
}
.mb-2 {
    margin-bottom: 8px !important;
}
.cat-tab-content:not(.active){
    display:none;
}
.gamelistWrapper {
    padding-left: 0;
    padding-right: 0;
}
.new-gametab-padding {
    display: flex;
    flex-wrap: wrap;
}
.home_game_list{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 2%;
    padding-top: 16px;
}
.home_game_list .mobile-provider-card-item{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    overflow: hidden;
    width: 32%;
}
.home_game_list .mobile-provider-card-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.listContainer {
    flex-direction: column;
    background: #1a1a1a;
    margin: 0 12px;
    position: relative;
    z-index: 1;
}
.listContainer, .listHeader {
    display: flex;
    border-bottom: 1px solid #232323;
}
.listContentMain{
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #3d3f42 #222;
    max-height: 280px;
    gap: 16px;
}
p.listPointsSub, ul.listSubPoints li{
    color: #8f99a3;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;        font-size: 12px;
    line-height: 18px;
}
.testimonialContainer{
    padding: 10px;
}
.testimonialContainer h2{
    margin-top: 0;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}
.testimonialContainer .testimonialSlider{
    position: relative;
}

.testimonialContainer .testimonialSlider .testimonialContent {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    height: 270px;
    overflow: hidden;
    text-decoration: none;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: 2px;
}
.testimonialContainer .testimonialSlider .testimonialContent .testimonial-img{
    display: grid;
    position: relative;
    margin: 0 auto;
    height: 40px;
    align-items: center;
}
.testimonialContainer .testimonialSlider .testimonial-img:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.testimonialContainer .testimonialSlider .testimonialContent .testimonial-img img{
    vertical-align: middle;
    margin: 0 auto;
    height: 45px;
    border-radius: 50%;
}
.testimonialContainer .testimonialSlider .testimonialContent .testimonial-txts{
    border-top: 1px solid rgba(143, 153, 163, .7);
    margin: 10px 0;
}
.testimonial-content {
    margin-top: 25px;
}
.testimonialContainer .testimonialSlider .testimonialContent p{
    margin-bottom: 0;
    color: #8f99a3;
    flex-grow: 2;
    font-size: .85rem;
}
.testimonialContainer i.icon.next, .testimonialContainer i.icon.prev{
            display: none;
}
.testimonialContainer .testimonialSlider i.navIcon{
        position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 3rem;
    color: #8f99a3;
    transform: translateY(-50%);
    outline: 0;
    cursor: pointer;
}
.testimonialContainer .testimonialSlider i.navIcon.prev{
    left: -40px;
}
.testimonialContainer .testimonialSlider i.navIcon.next{
    right: -40px;
}
.footer-links {
    border-top: 1px solid hsla(0, 0%, 100%, .05);
    padding: 10px 0;
}
.container {
    padding: 0 10px;
}
ul.footerLink{
    padding-left: 0;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.footerLink li.liMenu{
    flex-basis: 50%;
    padding: 0 15px;
    margin: 10px 0;
}
ul.footerLink li h3{
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 1.17em;
}
ul.footerLink li ul.submenu li{
    padding: 3px 0;
    font-size: 12px;
}
ul.footerLink li ul.submenu li a{
    color: #8f99a3;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    text-decoration: none;
}
ul.footerLink li ul.submenu li a:hover{
    color: #f9bb22;
}
ul.footerLink li.footerLogo .footer-logo{
    width: 100px;
    margin: 0 auto;
    padding-bottom: 7px;
}
ul.footerLink li.footerLogo .footer-logo img{
    width: 100%;
}
ul.footerLink li.footerLogo p{
    margin: 15px auto;
    font-size: 10px;
    width: 70%;
    line-height: 1.5em;
}

ul.footerLink li.footerLogo, ul.footerLink li.socialIcons {
    flex-basis: 100%;
    text-align: center;
}
ul.footerLink li.socialIcons {margin: 20px 0 10px;}

ul.footerLink li ul.submenu.social-icons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

ul.footerLink li ul.submenu.social-icons li {
    margin: 0 5px;
}

ul.footerLink li ul.submenu.social-icons li a {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    width: 35px;
    height: 35px;
}

ul.footerLink li ul.submenu.social-icons li a.facebook {
    background-color: #0866ff;
}

ul.footerLink li ul.submenu.social-icons li a i {
    font-size: 20px;
    color: #fff;
}
.mdi-facebook:before {
    content: "\F20C";
}
ul.footerLink li ul.submenu.social-icons li a.instagram{
    background: radial-gradient(circle farthest-corner at 32%,at 106%,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}
.mdi-instagram:before {
    content: "\F2FE";
}
.telegramIcon {
    background-color: #40b3e0;
}
.mdi-telegram:before {
    content: "\F501";
}
.dmca-badge {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

ul.footerLink li ul.badge-livechat {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.rate-card {
    text-align: center;
    font-size: 10px;
    color: #D7D7D7;
    width: 172px;
    margin: auto;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}
.rate-card {
    text-align: center;
    font-size: 10px;
    color: #D7D7D7;
    width: 172px;
    margin: auto;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}
.rate-card .svg-layer {
    margin-top: -8px;
    font-size: 9.5px;
}
.rate-card .down-layer {
    background-color: #fff;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    font-size: 8px;
    color: #3A3A3A;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container.detail {
    width: 100%;
}
.detail>div {
    margin: 40px 0;
}
.footer-links h3, .footer-links p {
    color: #fff;
}

.detail h3 {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 18.72px;
}
.brand_listing li {
    padding: 0px 10px;
}
.brand_listing li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}
.payment-download-wrapper {
    flex-direction: column;
}

.detail .payment-download-wrapper ul.paymentMethods {
    flex-wrap: wrap;
    margin-top: -10px !important;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.detail .payment-download-wrapper ul.flex li {
    transform: scale(.85);
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 30px;
    max-height: 30px;
    margin: 0 20px;
    min-height: 60px;
    min-width: 100px;
}
.detail .payment-download-wrapper ul.flex li img{
    height: 100%;
    width: 100%;
    max-width: 90px;
    max-height: 90px;
}
.footerNav {
    padding: 15px 0;
    background-color: #111;
    padding-top: 20px;
    padding-bottom: 80px;
}

.footerNav ul {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.footerNav ul li {
    font-size: 12px;
    margin: 0 15px;
    line-height: 2;
}

footer .footerNav ul li:first-child {
    display: block;
    width: 100%;
    text-align: center;
}

.footerNav ul li a {
    color: #fff;
    text-decoration: none;
}
/* Home Page */

/* Game Listing Pager */
.tabs, .tabs__bar {
    position: relative;
}
.gamePlatformWrapper {
    margin: 10px 0 0 ;
    padding: 0 10px;
}
.transparent {
    background-color: transparent;
    border-color: transparent;
}
.tabs__wrapper {
    contain: content;
    display: flex;
}
.live-casino-main .gamePlatformWrapper .tabs__wrapper {
    padding-bottom: 0;
}
.slotsNav_slots {
    width: 100%;
    overflow-x: auto;
    min-height: 60px;
    overflow-y: hidden;
}
.tabs__container {
    flex: 1 0 auto;
    display: flex;
    list-style-type: none;
    transition: transform .6s cubic-bezier(.86, 0, .07, 1);
    white-space: nowrap;
    position: relative;
}
.gamePlatformWrapper .tabs__wrapper .tabs__container {
    height: auto !important;
}

.tabs__div {
    align-items: center;
    display: inline-flex;
    flex: 0 1 auto;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    height: inherit;
    max-width: 264px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.gamePlatformWrapper .platformList {
    margin: 0 5px;
}
.application .theme--dark.tabs__bar .tabs__div, 
.theme--dark .tabs__bar .tabs__div {
    color: #fff;
}
.tabs__item{
    flex: 1 1;
    flex-basis: 264px;
    max-width: inherit;
    padding: 6px 12px;
    text-decoration: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
}

.tabs__item:not(.tabs__item--active) {
    opacity: 1;
}
.gamePlatformWrapper .platformList .game_search_btn, .gamePlatformWrapper .platformList .game_search_btn.tabs__item {
    transition: all .3s ease !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
    cursor: pointer;
}

.gamePlatformWrapper .platformList .before {
    transition: opacity .3s .2s, transform .3s .2s;
}

.gamePlatformWrapper .platformList .game_search_btn .platformIcon {
    font-size: 10px;
    position: absolute;
    width: 30px;
    max-height: 30px;
    cursor: pointer;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gamePlatformWrapper .platformList .after {
    opacity: 0;
    transform: rotate(180deg);
    transition: opacity .3s .2s, transform .3s .2s;
}
.platformList .textColor {
    color: #fff;
}
.gamePlatformWrapper .platformList .game_search_btn:hover {
    transition: all .3s ease !important;
    width: 100px !important;
}
.gamePlatformWrapper .platformList:hover .before {
    opacity: 0;
    transform: rotate(180deg);
}
.gamePlatformWrapper .platformList:hover .after {
    opacity: 1;
    transform: rotate(1turn);
}
.gamePlatformWrapper .platformList .game_search_btn.selectedPlatform {
    box-shadow: inset 0 0 0 2px #f9bb22;
}
.prividersDetails[data-tab-content] {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* game Listing Page */

/*sidenav*/
.accountContainer {
    display: flex;
}

.account_side_tabs {
    width: 60px;
}

.accountContainer > .tabs {
    z-index: 2;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.accountContainer > .tabs > .tabs__bar {
    background-color: transparent;
    position: fixed;
}

.account_side_tabs .tabs__wrapper {
    overflow: auto;
}

.overflow_cls {
    overflow-y: scroll;
    max-height: calc(100vh - 100px) !important;
    margin-bottom: 20px;
    padding-bottom: 90px;
    scrollbar-width: none;
}

.accountContainer > .tabs > .tabs__bar .tabs__wrapper .tabs__container {
    flex-direction: column;
    height: auto;
}

.theme--dark.tabs__bar .tabs__div, .theme--dark .tabs__bar .tabs__div {
    color: #fff;
}

.accountContainer>.tabs>.tabs__bar .tabs__wrapper .tabs__container a {
    padding: 5px 10px;
    font-size: 18px;
    display: block;
    transition: all 0.3s ease;
    background-color: transparent;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
    width: 45px;
}
.mdi-cash::before {
    content: "\F0114";
}
.accountContainer > .tabs > .tabs__bar .tabs__wrapper .tabs__container a i {
    color: #8f99a3;
    font-size: inherit;
}
.accountContainer > .tabs > .tabs__bar .tabs__wrapper .tabs__container a.tabs__item--active i {
    color: #f9bb22;
}
.accountContainer > .tabs > .tabs__bar .tabs__wrapper .tabs__container .icon-img img {
    width: 14px;
    object-fit: contain;
}
.mdi-wallet::before {
    content: "\F0584";
}
.mdi-account::before {
    content: "\F0004";
}
.mdi-view-list::before {
    content: "\F0572";
}
.mdi-history::before {
    content: "\F02DA";
}
.mdi-email::before {
    content: "\F01EE";
}
.j-mdi_gift:before {
    content: "\F2A1";
}
.mdi-account-star::before {
    content: "\F0017";
}
.mdi-ticket::before {
    content: "\F0516";
}
.mdi-cards-playing-outline::before {
    content: "\F063A";
}
.mdi-checkbox-multiple-blank-circle::before {
    content: "\F063B";
}
.mdi-football-helmet::before {
    content: "\F025F";
}
.mdi-football::before {
    content: "\F025D";
}
.mdi-gamepad-variant::before {
    content: "\F0297";
}
/*sidenav*/

/* Walle page */
.tabs__items{
    overflow: hidden;
    position: relative;
}
.accountContainer > .tabs__items {
    width: 100%;
}

.tabs__content {
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.main_tab_contents .tabs__wrapper {
    margin-bottom: -2px;
}
#wallet .tabs__wrapper {
    margin-left: 20px;
}
.tabs__wrapper {
    overflow: auto;
}

.tabs__bar .tabs__div {
    color: #fff;
}
.accountPageTab a {
    padding: 0;
    opacity: 1 !important;
    text-transform: capitalize;
    font-weight: 600;
}
.accountPageTab a.tabs__item--active {
    position: relative;
    z-index: 2;
}
.accountPageTab a > div {
    font-size: 1rem;
    display: flex;
    align-items: center;
    border-top: 5px solid #111;
    height: 45px;
    padding: 14px 10px 15px;
    background-color: #1a1a1a;
    color: #fff;
}

.accountPageTab a > div i {
    color: #fff;
    font-size: 1.5rem;
}
.tabs__items {
    overflow: hidden;
    position: relative;
}
#wallet .tabs__items {
    background-color: #1a1a1a;
    padding: 10px 10px;
    border-radius: 10px;
    margin-top: -1px;
    height: calc(100dvh - 120px);
}

.walletWrapper {
    width: 95%;
    margin: 0 auto;
}

p.accountTitle {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    line-height: 20px;
}

.walletWrapper .mainWallet table {
    width: 100%;
    margin: 0 auto 20px;
    color: #8f99a3;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.walletWrapper .mainWallet table tr td:first-child {
    width: 35%;
}

.bal-zero.tekoFont {
    color: #f9bb22;
}

.walletWrapper .mainWallet table tr td:last-child {
    font-size: 20px;
    font-weight: 400;
    width: 65%;
    font-family: Teko, sans-serif;
}

.bal-zero[data-v-2762e0d4].tekoFont {
    color: #f9bb22;
}

.wallet_balanceCls {}

.grid-list-cs .layout {
    margin: 0 -10px;
}

.container .mainWrapper {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

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

.slrm_21_91 .flexCards {
    padding: 4px;
    width: 50%;
}

.cardWrapper {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    text-align: center;
    background-color: #1d3043;
    width: 100%;
}

.content p {}

.container .mainWrapper p.walletTitle {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.cardWrapper hr {
    margin: 10px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.cardWrapper .balance {
    font-family: 'Teko', sans-serif;
    font-size: 14px;
}

.cardWrapper .zero {
    color: #f9bb22;
}
.tekoFont2 {
    font-family: 'Teko', sans-serif;
}

.bal_unlock, .bal_lock {
    background: #0089ff;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 8px;
    padding: 4px;
}
.grid-lock {
    position: absolute;
    top: 0;
    right: 0;
}
.bal_lock {
    background-color: #ff0000;
}
.mdi-currency-inr::before {
    content: "\F01AF";
}
.tabs__item .spinContainer img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(5%) saturate(765%) hue-rotate(169deg) brightness(91%) contrast(83%);
}
/* Walle page */

/* Deposit Page */
.Recharge__container-tabcard .Recharge__container-tabcard__items {
    width: 50%;
    float: left;
    background: linear-gradient(0deg, #232323 0%, #313131 100%);
    border-radius: 15px 15px 0px 0px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}
.Recharge__container-tabcard .Recharge__container-tabcard__items.active {
    background: linear-gradient(180deg, #ffbb0c 32.81%, #785600 100%);
    border-radius: 15px 15px 0px 0px;
}
.Recharge__content-paymoney {
    background: #2C2C2C;
    padding: 5px 10px;
    padding-top: 20px;
}
.Recharge__content-paymoney .amt_p{
    line-height: 20px;
    font-size: 10px;
    color: #FFBB0C;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
.Recharge__content-paymoney__money-input{
    position: relative;
    display: table;
    border-bottom: 0.5px solid #646464;
    transform: rotate(0.19deg);
    min-width: 24px;
    padding: 18px 0 0;
    width: 100%;
    outline: none;
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.copy_upi input{
    background: linear-gradient(45deg, #ffffff, transparent)!important;
    border: 1px solid #fddd0478!important;
    display: flex;
    border-radius: 30px;
    padding: 8px 10px!important;
    align-items: center;
}
.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    font-weight: 500;
    font-size: 18px;
    font-family: Teko, sans-serif;
    color: #FFFFFF;
}
.pay_bt_form input {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 97%;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    color: #F9BB22 !important;
    padding: 0 5px !important;
    font-family: Teko, sans-serif;
    line-height: 36px;
}
.swo {
    font-size: 11px;
    line-height: 13px;
    color: #999999;
}
.Recharge__content-paymoney__money-list {
    margin: 10px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
    gap: 4px;
}

.Recharge__content-paymoney__money-list .Recharge__content-paymoney__money-list__item{
    background: linear-gradient(139.53deg, #363636 -1.11%, #121212 117.5%);
    min-width: 70px;
    height: 30px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.005em;
    display: grid;
    place-items: center;
    border-radius: 30px;
    cursor: pointer;
    margin: 2px 0;
    flex: 1 1 22%;
}
.Recharge__container-rechageBtn {
    background: linear-gradient(90deg, #CCCEDC 15.38%, #CDCFDD 98.73%);
    border-radius: 100px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    font-family: "Montserrat", sans-serif;
    margin-top: 8px;
}
.rechage_active {
    background: #F9BB22;
    border-color: #F9BB22;
}
.balanceAssets {
    background: linear-gradient(180deg, #ffbb0c 32.81%, #785600 100%);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
/* Deposit page */

/* Withdraw */
.yellow {
    color: #F9BB22;
}
.bankadd-container a {
    background-color: #f9bb22;
    box-shadow: inset 0 0 0 1px #f9bb22;
    display: inline-block;
    position: relative;
    font-weight: 800;
    min-width: 125px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    text-transform: uppercase;
    outline: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    padding: 8px 10px;
    font-size: 10px;
    margin: 6px 3px;
    padding-right: 10px;
    max-width: 152px;
}
.bankadd-container {
    text-align: center;
    margin-top: 10px;
}
.Recharge__INR_content .guid {
    line-height: 20px;
    font-size: 13px;
    font-family: Teko, sans-serif;
    text-transform: uppercase;
    text-align: center;
}
/* Withdraw */

/* Add bank */
.bankForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-height: 100%;
    min-width: fit-content;
    padding: 15px 10px;
}
.form-group {
    margin-bottom: 10px;
    width: 100%;
}

.input-group {
    color: #f9bb22;
    font-size: 14px;
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    min-width: 24px;
    padding: 18px 0 0;
    position: relative;
    width: 100%;
    outline: none;
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.pay_bt_form {
    position: relative;
    display: table;
    border-bottom: 0.5px solid #646464;
    transform: rotate(0.19deg);
}
.input-group label {
    display: inline-block;
    font-size: 16px;
    height: 30px;
    max-width: 90%;
    min-width: 0;
    overflow: hidden;
    pointer-events: none;
    text-align: left;
    text-overflow: ellipsis;
    transform-origin: top left;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    white-space: nowrap;
    width: 100%;
    z-index: 0;
    left: 0;
    position: relative;
    top: 22.5px;
    color: #8f99a3;
    line-height: 45px;
}

.input-group__input {
    display: flex;
    flex: 1 0 100%;
    min-width: 0;
    min-height: 30px;
}

.input-group--text-field input {
    caret-color: #f9bb22;
    box-shadow: none;
    flex: 1;
    height: 30px !important;
    margin: 0;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 1px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border-style: none;
    outline: none;
}
.input-group__details{
    color: inherit;
    display: flex;
    padding-top: 4px;
    flex: 1 0 100%;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 0;
}
.input-group__details:after, .input-group__details:before {
    content: "";
    position: absolute;
    left: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
}
.input-group__details:before {
    top: 0;
    height: 1px;
    width: 100%;
    z-index: 0;
    background-color: hsla(0, 0%, 100%, .3) !important;
}
.input-group__details:after {
    background-color: currentColor;
    color: inherit;
    top: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center center 0;
    width: 100%;
    z-index: 1;
}
.input-group--text-field:not(.input-group--single-line).input-group--focused:not(.input-group--textarea) label {
    transform: translateY(-18px) scale(.75);
}
.input-group.input-group--text-field.input-group--focused:not(.input-group--disabled) .input-group__details:after {
    transform: scaleX(1);
}
.input-group select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3) !important;
    color: #8f99a3;
}
.jwbtn-primary {
    background-color: #f9bb22;
    box-shadow: inset 0 0 0 1px #f9bb22;
}
.jwbtn {
    border: none;
    min-width: 125px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    font-weight: 800;
    overflow: hidden;
    text-transform: uppercase;
    outline: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 8px 10px;
    font-size: 10px;
    margin: 6px 3px;
    width: 100%;
    border-radius: 1000px;
    text-align: center;
}
.input-group--text-field.input-group--dirty:not(.input-group--textarea) label {
    transform: translateY(-18px) scale(.75);
}
/* Add bank */

/* VIP */
.vip-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding:20px 0px 18px 0px;
    background: #2c2c2c;
}
.vip-content .slider-nav,
.vip_page .vip-features{
    padding-left: 30px;
    padding-right: 30px;
}
.vip-content .slider-nav .slick-list{
    padding-right: 0 !important;
}
.vip-content-card-item.slick-slide:not(.slick-current) img{
    opacity: 0.25;
}
.vip-content .slider-nav .nameCover{
    border: 1px solid #575757;
    color: #575757;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 5px;
}
.vip-content .slider-nav .slick-current .nameCover{
    background: #ffce01;
}
.vip-content-card-item{
    padding-right:5px;
    padding-left:5px;
    text-align:center;
}
.vip-content .headerTable {
    display: flex;
    justify-content: start;
    align-items: center;
}
.vip-content .vip-features {
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}
.coveredRow {
    background: #383838;
    border: 2px solid #575757;
    border-radius: 15px;
    padding: 10px 0px;
    margin-bottom: 10px;
}
.coveredRow>.row>div {
    padding: 5px 10px;
}
.coveredRow.starSec .col-padding.col.col-8 {
    display: flex;
    align-items: center;
}
.vip-features .border_left {
    border-left: 1px solid #ffce01;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vip-content .tableText {
    font-size: 10px;
}
.leftnewtextmobile, .leftsmalltextmobile {
    color: #ffce01;
    font-size: 10px;
    padding-left: 2px;
    text-transform: uppercase;
}
.uncoveredRow>.row>div {
    padding: 5px 0px;
}
.uncoveredRow .row {
   margin-left: 0;
   margin-right: 0;
}
.coveredRow>.row {
    margin-left: 0;
    margin-right: 0;
}
.no-data svg {
    width: 100%;
}
/* VIP */

/* Account page */
.tabs__content .msgDiv {
    padding: 10px 0;
}

.acc_copy, .acc_new_title {
    display: flex;
    max-width: 700px;
}
.pl-3, .px-3 {
    padding-left: 16px !important;
}
.px-3 {
    padding-right: 16px !important;
}
.acc_new_title {
    justify-content: space-between;
}
#userProfileDiv .acc_new_title{
    padding-top: 20px;
    align-items: center;
    margin: auto;
}

#userProfileDiv .share-btn {
    display: flex;
    border: 1px solid #faba22;
    padding: 6px 12px !important;
    border-radius: 35px;
    background-color: transparent;
}
.mr-1 {
    margin-right: 4px !important;
}
#userProfileDiv .share-btn img {
    width: 13px;
}
#userProfileDiv .share-btn span {
    color: #faba22;
    font-size: 10px;
    font-weight: 600;
}


.container.grid-list-lg {
    padding: 16px 8px;
}

.layout.row {
    flex-direction: row;
}

.container.grid-list-lg .layout:not(:only-child) {
    margin: auto -8px;
}

.container.grid-list-lg:not(:only-child) .layout:first-child {
    margin-top: -8px;
}

.flex {
    display: flex;
    flex-direction: row;
    margin: 0 auto !important;
    overflow-x: scroll;
}

.container.grid-list-lg .layout .flex {
    padding: 8px;
}

#userProfileDiv .flex.xs4, #userProfileDiv .flex.xs8 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
}

#userProfileDiv .flex.xs4 {
    padding-top: 12px;
    padding-bottom: 0;
}

.userProfileWrapper .flex span {
    min-width: 50%;
    color: #8f99a3;
}

#userProfileDiv .userProfileWrapper .flex span {
    float: none;
}

#userProfileDiv .flex.xs8 {
    padding-bottom: 12px;
    position: relative;
    overflow: visible;
}

#userProfileDiv .userProfile .userGender, #userProfileDiv .userProfile p {
    line-height: 20px;
    font-weight: 500;
}

#userProfileDiv .copy-image-toggle {
    display: block;
    filter: grayscale(100%);
}
#userProfileDiv .border-bottom-profile {
    border-bottom: 1px solid rgba(143, 153, 163, .30196078431372547);
    justify-content: space-between;
}
#userProfileDiv .jwbtn {
    padding: 5px;
    font-size: 10px;
    margin: 5px 5px;
    padding-right: 10px;
    text-align: center;
}
.flex.profileButton.xs12 {
    overflow-x: initial;
}
#userProfileDiv .tooltiptext {
    text-align: right;
    position: absolute;
    right: 0;
    color: #faba22;
    font-size: 12px;
    top: -10px;
    font-weight: 500;
}
/* Account page */

/* Transaction page */
.aj-tn-wrap {
    margin: 0 5px;
}

.aj-tn-slab {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    position: relative;
    margin-bottom: 1rem;
}

.aj-tn-slab-items {
    display: flex !important;
    justify-content: space-between;
    background-color: #111111;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 0 0px;
    z-index: 5;
    cursor: pointer;
    width: 100%;
}

.aj-tn-sl-one, .aj-tn-sl-two, .aj-tn-sl-three {
    font-weight: 600;
    font-size: 8px;
    flex: 1;
    max-width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0.5em;
    padding-top: 1rem;
}
.aj-tn-sl-two.Rejected {
    color: #ff0000;
}
.aj-tn-sl-two.Approved {
    color: #00d900;
}
.aj-tn-sl-two span{
    font-size: 10px;
}
.aj-tn-sl-one span:first-child {
    margin-bottom: .2rem;
    font-size: .60rem;
    font-weight: 600;
    min-width: 75px;
    max-width: 75px;
    text-align: center;
}

.aj-tn-sl-one span:last-child {
    color: #6b6b6b;
    font-size: 9px;
}

span {}

.aj-tn-sl-two img {
    max-width: 16px;
}

.aj-tn-sl-three span {
    word-break: break-all;
}

.aj-tn-sl-three span:last-child {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 600;
    min-width: 76px;
    text-align: center;
    margin-bottom: 3px;
}

.aj-tn-bk-slab {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    background-color: #3f3f3f;
    width: 100%;
    top: -68px;
    transition: .6s;
    max-height: 2px;
    overflow: hidden;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    min-height: 21px;
}
.aj-bk-sl-one, .aj-bk-sl-two {
    display: flex;
    justify-content: space-between;
}
.xt{
    text-align: center;
    margin: 0 auto;
}
.aj-bk-sl-one {
    padding-top: 14px;
}
html {
    font-size: 14px;
}
.aj-bk-sl-one span, .aj-bk-sl-two span {
    font-size: 0.7rem;
    text-transform: capitalize;
}
.aj-bk-sl-one span:first-child {
    width: 50%;
}
.aj-bk-sl-one span:not(:first-child) {
    text-align: right;
}
.statementContainer .labelPadding {
    padding-left: 15px;
}

.aj-tn-bal-wrap {
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    width: 100%;
}

.aj-tn-bal-wrap {}

.aj-tn-bal-wrap {}

.bal-row-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
}

p {
}

.bal-row-one h2 {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
}

.bal-row-one h2 span {
    color: #f9bb33;
}

.bal-row-two {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
    width: 100%;
    padding: 0 12px;
}

.bal-row-two a {
    background-color: #f9bb22;
    border-radius: 20px;
    border: 1px solid #f9bb22;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .03rem;
    font-weight: 600;
    text-align: center;
    transition: .3s;
    width: 100%;
    font-size: .8rem;
    padding: 8px 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.bg-transparent {
    background: transparent !important;
}
.aj-ml-2 {
    margin-left: 10px;
}
.aj-sl-active {
    max-height: 500px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.down_arr_sec {
    transform: rotate(180deg);
}
/* transaction page */

/* lucky Spin */
div#lucky_spin {
    overflow: hidden;
    position: relative;
    background-color: #1a1a1a;
    border-radius: 10px;
    margin-top: -1px;
    overflow-y: auto;
    padding: 10px 0px;
    height: calc(100vh - 70px);
}
div#app.text {
    padding-bottom: 0;
}
/* lucky Spin */

/* gift page */
.redeemClaimLabel {
    background: #000;
    color: #fece01;
    padding: 8px;
    text-align: center;
}
.redeem-container-receive {
    padding: 10px;
    font-size: 14px;
}
.redeem-containerForm {
    margin-bottom: 60px;
}
.redeem-container-receiveHead {
    padding-bottom: 5px;
}
.redeem-container-receiveBtn {
    padding: 0 30px;
}
/* Gift page */

/* Header Style */
header.header {
    padding-right: 12px;
    padding-left: 12px;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
    background: #fff;
}
.toggle-menu {
    color: rgba(0, 0, 0, .54);
}

.toggle-menu:before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s 
cubic-bezier(.4, 0, .6, 1);
}

.toggle-menu .v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}

.toggle-menu i {
    height: 24px;
    font-size: 24px;
    width: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

header .logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.accountNbell {
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}
.iconBell {
    position: relative;
}
.iconBell span {
    width: 8px;
    height: 8px;
    display: block;
    background: #00abff;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 2px;
}
.lang-switche .lang-btn {
    min-width: 38px;
    height: 30px;
    padding: unset;
    width: 55px;
    cursor: pointer;
    background-color: rgb(218, 218, 218);
    padding-left: 5px;
    border: none;
}

.lang-switche .lang-btn .language-button {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}

.lang-switche .v-avatar {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.lang-switche .v-icon.v-icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s 
cubic-bezier(.25, .8, .5, 1), visibility 0s;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lang-switche .v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}

header .logo-wrapper img {
    max-width: 215px;
}
.header {
    padding-right: 12px;
    padding-left: 12px;
}
.toggle-btn {
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.side-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: -100%;
    transition: all 0.3s;
    z-index: 151;
}
.open_nav .side-nav {
    right: 0;
}
.side-nav-content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #111;
    width: 100%;
    color: #8f99a3;
}

.sidenav-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.sidenav-head .logo {
    max-width: 180px;
    width: 100%;
}

ul.side-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1rem;
}

.side-menu-wrapper {
    padding:20px;
    overflow-y: auto;
    height: 100vh;
}

.side-menu .menu-link {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 10px 5px;
}

.side-menu  .menu-icon {
    height: 25px;
    width: 25px;
}

.side-menu .menu-icon img {
    width: 100%;
    height: 100%;
}
.menu-title {
    color: #9b9b9b;
    font-weight: 500;
    font-size: 16px;
}
.menu-devider hr {
    margin: 20px 0;
    border: 1px solid #ccc;
}
header.header .back-button {
    height: 18px;
    width: 27px;
    padding-left: 8px;
    background: no-repeat;
    border: none;
    font-size: 36px;
    cursor: pointer;
    outline: none;
    color: rgba(0, 0, 0, .54);
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s  cubic-bezier(.25, .8, .5, 1), visibility 0s;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header.inner_header {
    background-color: #fff;
    color: #000000;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.theme--light.v-icon {
    color: #fff;
}
.header-title {
    text-align: center;
}
.sd_menuusr_container .sd_head {
    padding: 0 16px 16px;
    display: flex;
    justify-content: space-between;
}

.sd_menuusr_container  .sdm_head {
    display: flex;
    justify-content: space-between;
    color: #b4bac3;
    text-transform: uppercase;
    width: 100%;
    align-items: center;
}

.sd_menuusr_container .sdm_head img {
    width: 94px;
}

.sdm_dropdown_container {
    display: inline-block;
    position: relative;
}
.sdm_drop_select {
    padding: 4px 8px;
    font-size: 16px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    min-width: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.sdm_drop_select .sdm_drp_selectedopt {
    color: #fff;
    background-color: transparent;
    border-radius: 20px;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.side-menu-wrapper .sdm_close {
    position: relative;
    top: 0;
    left: 0;
    right: inherit;
}
.sd_user_info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 5px;
    border: 1px solid #222;
}
.sdm_profiinfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.sdmpro_left {
    display: flex;
    gap: 12px;
}
.sdm_proicon, .sdm_proleft {
    display: flex;
    align-items: center;
}
.sdm_proleft {
    justify-content: space-between;
    gap: 8px;
}
.sdm_proicon {
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    background-color: #222;
    border-radius: 50%;
}
.sdm_proinside {
    font-size: 12px;
    color: #fada4f;
}
.sdm_unameemail {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sdm_username {
    display: flex;
    justify-content: space-between;
}
.sd_info, .sd_label {
    font-weight: 400;
    font-family: Roboto;
}
.sd_info {
    font-size: 14px;
    color: #d2d7de;
}
.sdm_right a {
    color: #fff;
}
.sd_info_small {
    font-size: 12px;
    color: #7d8693;
    font-weight: 100;
    font-family: Roboto;
}
.sdmcpshre {
    display: flex;
    gap: 8px;
}
.sd_copy, .sd_share {
    cursor: pointer;
    width: 50%;
    background-color: #111;
}
.sd_copy_icon, .sd_share_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #8f99a3;
}
.sd_copy_icon img, .sd_share_icon img {
    width: 20px;
    height: 20px;
}
.sdm_sectwo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #222;
    border-radius: 5px;
}
.sd_mb_email, .sd_rf_uname {
    display: flex;
    width: 100%;
    padding: 10px;
}
.sd_mb, .sd_ref {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sd_label {
    font-size: 12px;
    color: #7d8693;
    display: flex;
    align-items: center;
}
.sd_info, .sd_label {
    font-weight: 400;
    font-family: Roboto;
}
.sd_label img {
    width: 14px;
    height: 14px;
    margin-left: 10px;
}
.sd_info {
    font-size: 14px;
    color: #d2d7de;
}
.sd_ref {
    align-items: flex-end;
}
.sdm_links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.sdm_acc_links, .sdm_download {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sdm_links_tile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.sdm_titl_name {
    color: #f8ba20;
    font-size: 15px;
    width: 100%;
    font-family: Roboto;
    font-weight: 400;
}
.sdm_line {
    width: 90%;
    display: flex;
    height: 1px;
    background: linear-gradient(90deg, #f8ba20, hsla(0, 0%, 60%, .14901960784313725));
}
.sdm_menu_opt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sdm_opt_type {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0;
}
.application.theme--dark .sdm_opt_type a, .sdm_opt_type a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 4px 0;
    width: 100%;
    cursor: pointer;
}
.sdm_opt_typicon img {
    width: 30px;
    height: 30px;
}
.sdm_down_label, .sdm_opt_typlabel, .sdm_opt_typlabel a {
    font-size: 14px;
    color: #fff;
    font-family: Roboto;
}
.sdm_downcontain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid rgba(235, 146, 102, .4588235294117647);
    padding: 10px;
    position: relative;
}
.sdm_down_left {
    display: flex;
    gap: 6px;
    align-items: center;
}
.sdm_down_img span {
    font-size: 30px;
    color: #fff;
}
.sdm_down_label {
    display: flex;
    flex-direction: column;
}
.sdm_down_label span {
    font-size: 11px;
    font-weight: 300;
    font-family: Roboto;
}
.sdm_down_right span {
    font-size: 24px;
    color: #fff;
}
.sdm_logout {
    display: flex;
    width: 100%;
    justify-content: center;
}
.sdm_lgtbtn {
    font-size: 16px;
    color: #ca5451;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}
.sdm_lgtbtn span {
    display: flex;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
}
.sdm_lgtbtn.mdi-power:before {
    content: "";
}
.sdm_lgtbtn span:first-child {
    font-size: 18px;
}
.share-popup.popup-modle{
    z-index: 151;
}
.share-popup-modle-content{
    background-color: #212325;
    padding: 20px;
    width: 100%;
    box-shadow: 14px 14px 15px 16px #212325;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    bottom: 0;
}
.share-popup.popup-modle {
    padding: 0;
}

.share-popup-modle-content .share_modal_close {
    text-indent: initial;
    padding: 0;
    right: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    background: #212325;
    width: 40px;
    height: 40px;
    opacity: 1;
    border-radius: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share_secone {
    width: 100%;
    display: flex;
    gap: 6px;
}
.share_opt {
    width: 33.33%;
    padding: 18px;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share_opt img {
    width: 30px;
}
/* Header Style */





