
:root {
    --bg-primary: #13192B;
    --bg-info: #252F45;
    --bg-secondary: #FF962D;
    --text-primary: #ff962d;
}
body{
    background-color: var(--bg-primary) !important;
}
.main-header-bg{
    /* background-color: #39354F; */
    background: linear-gradient(0deg,rgba(45,150,255,.08),rgba(45,150,255,.08)),rgba(47,46,60,.6)!important;
    box-shadow: 0 2px 4px rgba(0,0,0,.07),0 4px 5px rgba(0,0,0,.06),0 1px 10px rgba(0,0,0,.1)!important;
    backdrop-filter: blur(13.59px)!important;
}
a{
    text-decoration: none;
}
.sign-in-btn {
    background-color: var(--bg-secondary);
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
}

.slider-item-content {
    display: flex;
}
.slider-img-sec {
    width: 70%;
}

.slider-item-content {
    display: flex;
    background: #252F45;
    border-radius: 20px;
}
img.slider-main-img {
    border-radius: 20px 0px 0px 20px;
    min-height: 365px;
    max-height: 365px;
}

.slider-sub-title {
    color: var(--bg-secondary);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 20px 0px;
}

.slider-content-sec {
    padding: 20px;
}
.slider-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.slider-footer-content {
    margin-top: 60px;
}
a.read-more-btn {
    text-decoration: none;
    color: var(--bg-secondary);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
img.social-icon {
    width: 25px;
    height: 25px;
    margin: 10px;
}
.slider-social-icon-sec {
    display: flex;
    justify-content: center;
}

.popular-title {
    color: var(--bg-secondary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}

.trending-title {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    margin-top: .15em;
    margin-bottom: .5em;
}
.popular-games-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.popular-games-items {
    background: var(--bg-info);
    border-radius: 20px;
    padding-bottom: 15px;
}
.game-publisher-sec {
    padding: 10px 20px;
}

.publisher-name {
    color: #A1A8B5;
    text-align: center;
    margin: 5px 0px;
}
.game-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
}
.top-up-btn {
    border: 1px solid var(--bg-secondary);
    padding: 3px 35px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    color: var(--bg-secondary);
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease; /* Add transition for background, color, and border-radius */

}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bg-secondary) !important;
    background-color: transparent !important;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link.active:after {
    content: "";
    display: block;
    margin: 0px auto;
    width: 90%;
    border-bottom: 3px solid var(--text-primary);
}

.nav-pills {
    --bs-nav-pills-link-active-color: var(--text-primary) !important;
    --bs-nav-pills-link-active-bg: #ffffff !important;
    --bs-nav-pills-border-radius: 0px !important;
}

.top-up-btn:hover{
    background: var(--bg-secondary);
    color: #fff;
    border-radius: 10px;
}

button.learn-more-btn {
    width: 100%;
    border: none;
    margin: 10px 0px;
    background: var(--bg-secondary);
    color: #fff;
    padding: 6px 0px;
    border-radius: 4px;
}
.support-icon-sec {
    background: #252F45;
    text-align: center;
    border-radius: 10px;
}
.support-card-icon {
    margin: 0px 0px;
    font-size: 25px;
    color: var(--bg-secondary);
}

a.email-icon-card-link {
    text-decoration: none;
}
.email-icon-card {
    margin: 10px 0px;
}
.support-icon-text {
    color: #fff;
    font-weight: 500;
    padding: 15px 0px;
}

.subscribe-sec {
    background: var(--text-primary);
    padding: 20px 0px;
    margin: 30px 0px;
}
.subscribe-sub-title {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.subscribe-title {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 20px 0px;
    font-size: 35px;
}
.instagram-icon {
    color: #fff;
    font-size: 37px;
    margin: 20px 0px;
}
img.footer-logo {
    width: 100px;
    height: auto;
}
.footer-logo-text {
    margin: 20px 0px;
    color: #fff;
}
.site-map-link-sec {
    display: flex;
    flex-direction: column-reverse;
    flex-flow: column wrap;
    height: 170px;
    text-align: left;
}

.site-map-sec {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
a.site-map-link-text {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 300;
    width: 50%;
    padding: 3px 0 3px 15px;
    text-decoration: none;
    color: #fff !important;
}
.menu-btn {
    border: none;
    background: transparent;
    margin: 19px 20px;
    font-size: 20px;
    color: var(--bg-secondary);
}

.sidebar {
    width: 245px;
    height: 100vh;
    background: #39354f;
    color: white;
    position: fixed;
    top: 0px;
    left: 0;
    transition: width 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    z-index: 99;
}

.sidebar.closed {
    width: 80px;
}

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

.sidebar {
    /* padding: 15px; */
    border-bottom: 1px solid #555;
}
.sidebar-active{
    background-color: var(--bg-secondary);
    color: #fff;
}


.sidebar a {
    color: white;
    text-decoration: none;
}
a.side-bar-content-sec:hover{
    color: var(--bg-secondary);
}


.sidebar ul li:hover {
    background: #555;
}

.side-bar-icon-wrapper {
    display: flex;
    padding: 25px 0px 0px 25px;
    align-items: center;
}

.collapsed-text-padding {
    padding: 8px 0px 10px 0px;
}

.side-bar-icon {
    font-size: 19px;
}
.sidebar-nav-collapsed-text {
    font-size: 12px;
    opacity: 0;
    text-align: center;
    /* padding: 8px 0px 10px 0px; */
}
.side-bar-icon-text {
    font-size: 12px;
    margin-left: 25px;
}

.side-bar-content-sec {
    text-decoration: none;
    color: hsla(0,0%,100%,.7);
    font-weight: 400;

}

.side-bar-content-text-sec {

}


.sidebar {
    height: 100vh;
    overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.nav-bar-toggle-icon-sec {
    display: flex;
    align-items: center;
}
.footer-end-sec {
    padding: 20px 0px;
    border-top: 1px solid #444444;
}

.footer-section {
    margin-bottom: 30px;
}

.copyright-sec {
    padding: 0px 0px;
}

.important-link-text{
    color: #fff;
}


span.copyright-text {
    color: #fff;
    font-size: 1rem;
}

a.important-link-text {
    font-size: 1rem;
    padding: 0px 20px;
    text-decoration: none;
}

a.important-link-text:hover {
    color: var(--bg-secondary);
    text-decoration: underline;
}

.footer-mobile-responsive {
    background: #252f45;
    padding-top: 72px;
}

.custom-carousel-item{
    width: 200px;
}
.footer-nav-icon-list {
    display: flex;
    justify-content: space-around;
}

.footer-nav-link .side-bar-icon-mb {
    font-size: 30px;
    color: #fff;
}
.footer-nav-home {
    width: 25%;
    padding: 20px 0px;
}
i.fa.fa-bars.side-bar-icon-mb {
    font-size: 30px;
    color: #fff;
}


.footer-nav-icon-list {
    background-color: #252f45;
    position: fixed;
    bottom: 0;
    z-index: 105;
    width: 100%;
    display: -webkit-box;
    display: flex;
    text-align: center;
}

.footer-nav-home-active {
    background: var(--bg-secondary);

}

  
  .custom-menu-bar {
    padding: 10px;
    background-color: #333;
    text-align: center;
    color: #fff;
  }
  
  .custom-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
  }
  
  .custom-sidebar-overlay.show {
    display: block;
  }
  
  .custom-sidebar {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 400px;
    background-color: #2B364E;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    transform: translate(-50%, 100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1001;
    border-radius: 10px 10px 0px 0px;
  }
  
  .custom-sidebar.open {
    transform: translate(-50%, 0);
  }
  
  .custom-sidebar-close-btn {
    display: block;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 20px;
  }
  
  .custom-sidebar-content {
    overflow-y: auto;
  }
  
  .custom-sidebar-content-link {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin: 25px 0px;
}
.menu-side-bar-mb-text {
    margin-left: 20px;
    font-size: 15px;
}

.menu-side-bar-icon-mb {
    color: var(--bg-secondary);
}


.sidebar.closed{
    white-space: normal;
}
.sidebar-nav-collapsed-text.close{
    opacity: 1; padding: 0px 0px 10px;
}
.side-bar-icon-text.close{
    opacity: 0;
    display: none;
}
.menu-btn .menu-bar-icon{
    font-size: 25px;
    color: hsla(0,0%,100%,.7);
}
.sidebar.closed .side-bar-icon-wrapper {
    display: flex;
    padding: 15px 0px 0px 28px;
    align-items: center;
}
.fixed-top {
    z-index: 99;
}
.custom-input{
    padding: .375rem 3.8rem !important;
    color: #fff !important;
    background: linear-gradient(0deg, rgba(45, 150, 255, .08), rgba(45, 150, 255, .08)), rgba(47, 46, 60, .6) !important;
    border: 1px solid hsla(0, 0%, 100%, .12) !important;
    border-radius: 50rem !important;
}
.custom-input::placeholder {
    color: rgb(163, 163, 163); 
    opacity: 1; 
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: 0 0 .2rem .2rem rgba(255,150,45,.25) !important;
}
@media (max-width: 575.98px) { 
    .custom-input{
        display: none;
    }
}


/*  */
.containers {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.left {
    background: var(--text-primary)!important;
    padding: 16px 25px;
}

.right {
    padding: 32px 50px;
    border-radius: 0;
    overflow: auto;
    background: linear-gradient(0deg, rgba(45, 150, 255, 0.15), rgba(45, 150, 255, 0.15)), rgba(47, 46, 60, 0.8) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 5px rgba(0, 0, 0, 0.08), 0 1px 10px rgba(0, 0, 0, 0.12) !important;
    backdrop-filter: blur(15px) !important;
}

.form-box {
    width: 100%;
    text-align: center;
}
.modal-closed-btn{
    color: #fff !important;
    text-decoration: none;
    padding-right: 15px;
    cursor: pointer;
    font-size: 25px;
    display: flex;
    align-items: center;
}
.modal-login-title{
    margin-top: 30px;
    font-size: 1.857rem;
    flex: 1 0 0;
    color: #fff;
    margin: auto;
    padding: 10px 10px 50px;
    text-align: center;
}
.modal-login-title-sub{
    font-size: 1.142rem;
    font-weight: 400;
    margin-top: 8px;
}
.input-underline {
    position: relative;
    margin-top: 1.5rem;
    display: inline-block;
    width: 100%;
}
.input-underline>label {
    color: #b0b4bc;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    cursor: text;
    text-align: initial;
    font-weight: 400;
    transform: translateY(-20px) scale(.9);
    transform-origin: 0 0;
}
.input-underline input:-webkit-autofill,
.input-underline input:-webkit-autofill:hover,
.input-underline input:-webkit-autofill:focus,
.input-underline input:-webkit-autofill:active {
  background-color: transparent !important;
  color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
}


.input-underline input:focus{
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, .12) !important;
    border-radius: 0;
    outline: 0 !important;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 4px;
    padding: 0;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #fff;
}
.input-underline input.email:focus{
    width: 1% !important;
}
.input-underline input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    border-radius: 0;
    outline: 0;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 4px;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
}
.form-group label {
    margin-top: 5px;
}
.a3{
    font-size: .8571rem;
    font-weight: 400;
    color: #c3c1ca;
    line-height: 1.2rem;
    text-decoration: none;
}
.a3-primary{
    color: var(--text-primary) !important;
}
.a3-primary:hover{
    color: #e07000 !important;
    text-decoration: underline;
}
.sign-in-btn-submit{
    border-radius: 50rem;
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff !important;
    background-color: var(--text-primary) !important;
    border-color: var(--text-primary) !important;
}
.border-separator{
    display: flex;
    justify-content: stretch;
    align-items: center;
    color: #b2b2b2;
    font-weight: 400;
}
.border-separator::after{
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    content: "";
    margin-left: 10px;
    flex-grow: 1;
}

.border-separator::before{
    margin-right: 10px;
    content: "";
    flex-grow: 1;
    border-bottom: 1px solid hsla(0, 0%, 100%, .12)
}
.sign-in-btn-submit.btn-primary{
    background-color: #1877f2 !important;
    color: #fff !important;
    border-color: #1877f2 !important;
}

.register-content{
    background: linear-gradient(0deg,rgba(45,150,255,.08),rgba(45,150,255,.08)),rgba(47,46,60,.6);
    box-shadow: 0 2px 4px rgba(0,0,0,.07),0 4px 5px rgba(0,0,0,.06),0 1px 10px rgba(0,0,0,.1);
    backdrop-filter: blur(13.59px);
    padding: 25px;
    min-height: 600px;
    max-height: 85vh;
    display: flex;
}
.register-content-create{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.create-account-form-wrap {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}
/*  */
.login-bg{
    height: auto;
   background-color: var(--bg-primary) !important
}
.form-content{
    margin-top: 5%;
    /* margin-bottom: 5%; */
}
.form{
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}
.boder-login {
    border: 2px solid #8280807d;
    min-height: 400px;
}
.login-header{
    border-top-left-radius: 10px;
    padding: 50px 30px;
    height: 100%;
}
.login-header-link {
    text-decoration: none;
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .8125rem .5rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}
.login-header-link img{
    max-height: 34px;
}
.login-header h1 {
    color: #fff;
    padding-bottom: 12px;
    text-align: center;
    font-weight: 600;
}
.login-header p {
    color: #fff;
    font-size: 14px;
}
.form-content{
    padding: 50px 30px;
    height: 100%;
}
.bg-color-left{
    background-color: var(--bg-secondary);
}
.bg-color-right{
background-color: #13161e3d;
}
.get-ccode-btn{
    background-color: var(--bg-secondary);
    color: #fff;
    height: 3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.get-ccode-btn:hover{
    background-color: #e07000 ;
    color: #fff;
}
.section-top-banner-carousel{
    margin-top: 85px;
}


.template-sticky-img-content{
    position: relative;
    top: 0;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    /* z-index: 100; */
 }
 .back-bar{
    z-index: 100;
    height: 55px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
 }
 .back-bar-left-action{
    padding-right: 15px;
    cursor: pointer;
    font-size: 25px;
    display: flex;
    align-items: center;
 }
 .back-circle{
    transition: box-shadow .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .12);
    background: linear-gradient(0deg, rgba(45, 150, 255, .2), rgba(45, 150, 255, .2)), rgba(47, 46, 60, .6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 4px 5px rgba(0, 0, 0, .06), 0 1px 10px rgba(0, 0, 0, .1);
    backdrop-filter: blur(13.59px);
    padding: 7px 10px 7px 9px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12), 0 1px 8px 0 rgba(0, 0, 0, .2);
 }
 .back-circle i{
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
 }
 .section-top-banner-carousel{
    margin-top: 85px;
 }
 .detail-image-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-media-share-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.share-item{
    display: flex;
    height: 32px;
    width: 32px;
    margin-right: 25px;
    background-color: var(--bg-secondary);
    justify-content: center;
    align-items: center;
}
.share-item img{
    height: 100%;
    width: 100%;
}
.share-item i{
    color: #FFF;
}
.article-title-container{
    padding: 32px 0;
}
.article-sub{
    font-size: .81rem;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
}
.article-sub .dot{
    margin: 0 4px;
    display: inline-block;
}
.article-title{
    display: flex;
    align-items: flex-end;
}
.article-title h1{
    font-size: 32px;
    color: #ffffff;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-box-content{
    font-weight: 300;
    color: #c3c1ca;
    font-size: 1.142rem;
}
.share-item .back-circle{
    padding: 8px 10px 8px 11px;
}
.modal-content-bg-color{
    background-color: transparent;
    background: linear-gradient(0deg, rgba(45, 150, 255, .08), rgba(45, 150, 255, .08)), rgba(47, 46, 60, .6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 4px 5px rgba(0, 0, 0, .06), 0 1px 10px rgba(0, 0, 0, .1);
    backdrop-filter: blur(13.59px);
    padding: 20px;
    border-radius: 4px;
    z-index: 101;
}
.social-media-share-container-more-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #fff;
}
.title3{
    font-size: .8571rem;
    font-weight: 500;
    line-height: 16px;
    color: #c3c1ca;
}
.social-media-share-container-more-main{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.social-media-share-container-more-main a{
    border: 1px solid #c3c1ca;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    padding: .5rem .75rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.social-media-share-container-more-main img{
    height: 20px;
    width: 20px;
    margin-right: 7px;
}
.social-media-share-container-more-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(52, 153, 253, .08), rgba(45, 150, 255, .08)), #1d182b !important;
}
.social-media-share-container-more-footer input{
    margin-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    background: linear-gradient(0deg, rgba(52, 153, 253, .08), rgba(45, 150, 255, .08)), #1d182b !important;
    width: 100%;
    color: #A1A8B5;
    outline: 0;
    padding: 0 !important;
}
.social-media-share-container-more-footer input:focus{
    color: #fff !important;
    box-shadow: none !important;
}

.social-media-share-container-more-footer span{
    background-color: var(--text-primary);
    color: #fff;
    border: none !important;
}
.social-media-share-container-more-close a{
    color: #ffffff;
}
@media (max-width: 575.98px) { 
    .share-item {
        height: 25px;
        width: 25px;
        margin-right: 15px;
    }
    .share-item .back-circle {
        padding: 5px 10px 5px 11px;
    }
    .article-sub {
        font-size: .71rem;
    }
    .article-title h1 {
        font-size: 16px;
    }
 }
 
 .event-heraders{
    height: 55px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: .5rem;
    margin-top: .5rem;
 }
 .back-btn{
    color: #fff;
    padding-right: 15px;
    cursor: pointer;
    font-size: 25px;
    display: flex;
    align-items: center;
 }
 .back-btn i{
    font-size: 25px;
 }
 .event-heraders-title{
    flex-grow: 1;
    display: flex;
    align-items: center;
 }
 .event-heraders-title h1{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0;
 }
 .heraders-form-searchbar{
    max-width: 400px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
 }
 .heraders-form-searchbar-name{
    display: block;
    flex-shrink: 0;
    align-items: center;
    margin-right: 15px;
    color: #fff;
 }
 .input-icon-group {
    color: #c3c1ca;
}
.input-icon-group .form-control {
    padding: .375rem 3.8rem;
    color: #fff;
}
.input-icon-group .input-icon-left{
    position: absolute;
    z-index: 4;
    font-size: 15px;
    top: 18px;
    transform: translateY(-50%);
    transition: color .3s;
    cursor: pointer;
    left: 20px;
    color: var(--text-primary);
}
.input-icon-group .input-icon-right{
    height: 100%;
    padding-left: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 18px;
    position: absolute;
    z-index: 4;
    font-size: 15px;
    top: 18px;
    transform: translateY(-50%);
    transition: color .3s;
    cursor: pointer;
}
.event-heraders-category{
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}
.event-heraders-category-content{
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.event-heraders-category-content ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
    height: 37px;
    transform: translateX(7.90625px);
}
.event-heraders-category-content ul li{
    margin-right: 8px;
    margin-bottom: 0 !important;
}
.event-heraders-category-content-item{
    cursor: pointer;
}
.event-heraders-category-content-item.active{
    color: #fff;
    background-color: #ff962d !important;
    background: 0 0;
    box-shadow: 0 4px 8px rgba(255, 150, 45, .5);
    border: 1px solid transparent;
}
.event-heraders-category-content-item{
    display: inline-flex;
    height: 36px;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ff962d;
    border: 1px solid orange;
    background-color: transparent;
    margin-right: 8px;
    padding: 4px .8em;
    letter-spacing: .08em;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    padding-left: 32px;
    padding-right: 32px;
    text-transform: uppercase !important;
    border-radius: 50rem;
}
.event-body-content{
    position: relative;
    color: #fff;
    border-radius: 8px;
    background: #252f45;
    overflow: hidden;
    line-height: 1.5;
    transition: border-color .15s cubic-bezier(.54,.01,.1,1),background-color .15s cubic-bezier(.54,.01,.1,1);
    margin-bottom: 25px;
    border: 1px solid hsla(0,0%,100%,.12);
    box-shadow: 0 2px 4px rgba(0,0,0,.07),0 4px 5px rgba(0,0,0,.06),0 1px 10px rgba(0,0,0,.1);
}
.event-body-content-img{
    width: 100%;
    padding-top: 40%;
    position: relative;
    display: block;
}
.event-body-content-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.event-body-content-data{
    padding: 10px 15px;
}
.event-body-content-data .sub-title{
    color: var(--text-primary);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.event-body-content-data .sub-title .dot{
    margin: 0 4px;
    display: inline-block;
}
.event-body-content-data-title{
    display: flex;
    color: var(--text-primary);
    align-items: flex-start;
    min-height: 55px;
    justify-content:space-between;
}
.event-body-content-data-title a{
    color: #fff;
}

.event-body-content-data-share{
    font-size: 20px;
    color: var(--text-primary);
    margin-left: 5px;
    align-self: flex-end;
    cursor: pointer;
}
.event-body-content-data-share i{
    color: var(--text-primary);
}
@media (max-width: 575.98px) { 
    .input-icon-group .custom-input{
        display: block;
    }
    .heraders-form-searchbar-name{
        display: none;
    }
    .back-btn i {
        font-size: 15px;
    }
    .event-heraders-title h1 {
        font-size: 18px;
    }
    .event-heraders-category-content-item{
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.event-heraders-filter{
    display: flex;
    justify-content: end;
    align-items: center;
}
.view-container-style{
    display: flex;
    color: #fff;
    align-items: center;
    margin-left: 3rem !important;
}
.view-container-style span{
    font-size: 14px;
}
.view-container-style-two{
    display: flex !important;
    align-items: center;
}
.view-container-style-two-data{
    cursor: pointer;
    color: #c3c1ca;
    font-size: 20px;
}
.view-container-style-two-data.active{
    color: var(--text-primary);
}
.allgames-content{
    position: relative;
    min-height: 517px;
}
.allgames-content-sidebar{
    position: absolute;
    right: -15px;
    height: 100%;
    z-index: 10;
}
.allgames-content-sidebar-text{
    position: sticky;
    width: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    touch-action: none;
    height: calc(100vh - 210px);
    max-height: 540px;
    top: 90px;
}
.allgames-content-sidebar-text-char.here{
    cursor: pointer;
    opacity: 1;
}
.allgames-content-sidebar-text-char{
    cursor: pointer;
    opacity: .2;
    color: #fff;
    cursor: not-allowed;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    flex-grow: 1;
    min-height: 10px;
    width: 100%;
    transition: .1s;
    border: 0;
    background-color: transparent;
    padding: 0;
    position: relative;
}
.allgames-content-sidebar-text-char.active{
    color: var(--text-primary);
    font-size: 16px;
}
.allgames-content-sidebar-text-char:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.allgame-content-data-sort-letter-caption{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 17px;
}
.allgame-content-data-card{
    flex-wrap: wrap;
    display: flex;
    margin-right: -5px;
    margin-bottom: 30px;
    position: relative;
    gap: 15px;
}
.allgame-content-data-card-sizer{
    width: 15%;
}
.allgame-content-data-card-sizer-container{
    margin-top: 14px;
    padding: 0 0 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 4px 5px rgba(0, 0, 0, .06), 0 1px 10px rgba(0, 0, 0, .1);
    background-color: #252f45;
    position: relative;
}
.allgame-content-data-card-sizer-container-img{
    background-color: #000;
    border-radius: 30px;
    user-select: none;
    top: -10px;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.allgame-content-data-card-sizer-container-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.allgame-content-data-card-sizer-container-new{
    padding: 2px 8px;
    font-size: 11px;
    position: absolute;
    right: -6px;
    top: -7px;
    z-index: 10;
    background-color: #ff962d;
    box-shadow: 0 3px 4px rgba(255, 150, 45, .3);
    border-radius: 3px 3px 0 3px;
    color: #fff;
}
.allgame-content-data-card-sizer-container-new:after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 2px;
    height: 5px;
    width: 5px;
    border-left: 5px solid #ff962d;
    border-bottom: 5px solid #ff962d;
    border-top: 5px solid #ff962d;
    transform: rotate(45deg);
    border-color: transparent #ff962d transparent transparent;
    border-style: solid;
    border-width: 4px 5px 5px 4px;
}
.allgame-content-data-card-sizer-container-text{
    flex-grow: 1;
    padding: 0 15px;
}
.allgame-content-data-card-sizer-container-text .main-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    font-weight: 400;
    color: #bec4cf;
    font-size: 12px;
}
.allgame-content-data-card-sizer-container-text .sub-title{
    height: 4.2em;
    margin-top: 2px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.top-up-action{
    margin-top: 5px;
    padding: 0 15px;
    display: flex;
    width: 100%;
}
.top-up-action a{
    font-size: 12px;
    color: var(--text-primary);
    border: 1px solid var(--bg-secondary);
    border-radius: 12px;
    text-transform: uppercase;
    cursor: pointer;
    flex-grow: 1;
    padding: 3px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50rem;
}
.top-up-action a:hover{
    background-color: var(--bg-secondary);
    color: #fff;
}
@media (max-width: 575.98px) { 
    .allgame-content-data-card-sizer{
        width: 43% !important;
    }
 }
 @media (min-width: 768px) and (max-width: 991.98px) { 
    .allgame-content-data-card-sizer{
        width: 30% !important;
    }
 }

 /*  */
 .allgame-content-data-card.view-two{
    gap: 0px;
 }
 .allgame-content-data-card.view-two .allgame-content-data-card-sizer{
    width: 25% !important;
    padding-right: 15px;
    padding-bottom: 15px;
    margin: 0px;
 }
 .allgame-content-data-card.view-two .allgame-content-data-card-sizer-container{
    margin-top: 0px;
    flex-direction: row;
    height: 64px;
    border-radius: 8px !important;
    padding: 0px;
 }
 .allgame-content-data-card.view-two .allgame-content-data-card-sizer-container-img{
    top: 0px;
    left: 0px;
    position: relative;
    padding-top: 0px;
    width: 48px !important;
    height: 48px !important;
    margin: 7px;
    border-radius: 16px !important;
 }
 .allgame-content-data-card.view-two .allgame-content-data-card-sizer-container-img img{
    border-radius: 16px !important;
    width: inherit;
 }
 .allgame-content-data-card.view-two  .allgame-content-data-card-sizer-container-text{
    height: inherit;
    margin-top: 10px;
    text-align: left;
 }
 .allgame-content-data-card.view-two .allgame-content-data-card-sizer-container-text .sub-title {
    height: 1.5em;
    word-break: break-all;
    -webkit-line-clamp: 1;
}
.allgame-content-data-card.view-two .top-up-action{
    width: 80px;
    margin-right: 10px;
    padding-left: 4px;
    margin-top: 0px;
}
.allgame-content-data-card.view-two .top-up-action a{
    width: 80px;
}

@media (max-width: 575.98px) { 
    .allgame-content-data-card.view-two .allgame-content-data-card-sizer{
        width: 100% !important;
    }
    .res-padding{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .footer-about-sec{
        text-align: center;
    }
    .site-map-sec{
        text-align: left;
    }      
 }
 @media (min-width: 768px) and (max-width: 991.98px) { 
    .allgame-content-data-card.view-two .allgame-content-data-card-sizer{
        width: 50% !important;
    }
    .customer-suport-sec{
        text-align: center;
        margin-top: 46px;
    }
    .footer-about-sec{
        text-align: center;
    }
    .site-map-sec{
        text-align: left;
    }
 }
 .allgame-content-data-card-sizer-font{
    width: 18% ;
 }

 .support-icon-sec a {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    padding: 20px 10px 8px;
    text-align: center;
    cursor: pointer;
    line-height: 1.1em;
}
.support-icon-sec a .support-icon-text{
    height: 2.8em;
    margin-top: 0px;
    color: #fff;
}

/*  */

.top_up_section{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .top_up_section_uid{
    padding: 32px;
    border-radius: 32px;
    margin-bottom: 30px;
    background: linear-gradient(0deg, rgba(45, 150, 255, .08), rgba(45, 150, 255, .08)), rgba(47, 46, 60, .6);
    border: 1px solid hsla(0, 0%, 100%, .12);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 4px 5px rgba(0, 0, 0, .06), 0 1px 10px rgba(0, 0, 0, .1);
    /* opacity: 0;
    transform: translateX(-25%); */
    animation: slide .5s forwards;
  }
  .top_up_section_step_one{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: var(--text-primary) !important;
  }
  .top_up_section_steps{
    justify-content: center;
    box-shadow: 0 4px 8px rgba(255, 150, 45, .5);
    background-color: var(--bg-secondary);
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 20px;
    margin-right: 15px;
    display: flex;
    align-items: center;
  }
  .top_section{
    margin-top: 85px;
  }

  .top_up_section_step_one_form{
    display: flex;
    flex-flow: row wrap;
    max-width: 350px;
    clear: both;
    margin-top: 1.5rem !important;
    align-items: center;
  }
  .input-group.input-email-id{
    width: 100%;
    flex-grow: 1;
  }
  .input-group-text.input-group-prepend{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    border: none;
    background-color: #ff962d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    padding: 0 10px;
  }
  .input-email-id .form-control{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    border-width: 1px;
    height: 40px;
    background-color: transparent;
    color: #fff !important;
    border: 2px solid var(--text-primary);
    font-weight: 300;
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
  }
  .input-email-id .form-control::placeholder{
    color: #fff !important;
  }
  .input-email-id .form-control:focus{
    box-shadow: none !important;
    background-color: transparent !important;
    border-color: var(--text-primary) !important;
  }
  .input-email-id select option{
    background: transparent !important;
    color: var(--text-primary); 
  }
  .input-email-id select option:hover{
    background: var(--bg-secondary) !important;
    color: #fff; 
  }
.top_up_section_step_payment{
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(5, 1fr)
}
.top_up_section_step_payment_item{
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .7);
    background: linear-gradient(0deg, rgba(45, 150, 255, .2), rgba(45, 150, 255, .2)), rgba(47, 46, 60, .6);
    border: 1px solid hsla(0, 0%, 100%, .12);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.5em;
    border-radius: 4px;
    padding: .7rem .7rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.top_up_section_step_payment_item.active{
    color: #fff !important;
    background: var(--bg-secondary) !important;
    font-weight: 400;
    box-shadow: 0 4px 8px rgba(255, 150, 45, .5) !important;
    border-color: var(--text-primary);
}
.top_up_section_step_three_wallet-text{
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7) !important;
    display: block;
}
.top_up_section_step_three_wallet-details .top_up_section_step_three_wallet-type{
    transition: box-shadow .2s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, .06), 0 0 2px 0 rgba(0, 0, 0, .07);
    position: relative;
    border-radius: 4px;
}

.top_up_section_step_three_wallet-type-select {
    background-color: transparent !important;
    background: linear-gradient(0deg,rgba(45,150,255,.2),rgba(45,150,255,.2)),rgba(47,46,60,.6) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,.07),0 4px 5px rgba(0,0,0,.06),0 1px 10px rgba(0,0,0,.1) !important;
    backdrop-filter: blur(13.59px);
    border-radius: 5px 5px 0 0;
    width: 100%;
    color: #fff !important;
}
.top_up_section_step_three_wallet-type-select-text{
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    padding: 15px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
}
.category-charges{
    font-size: 12px;
    color: #ff962d;
    font-weight: 500;
    font-size: 11px;
    min-width: 50px;
    text-align: right;
    min-width: 70px;
}

.top_up_section_step_three_wallet-type .panel-collapse {
    padding: 10px 13px;
    background: linear-gradient(0deg,rgba(45,150,255,.2),rgba(45,150,255,.2)),rgba(47,46,60,.6);
}
.payment-channel-button-container{
    margin-right: -20px;
    flex-wrap: wrap;
    display: flex;
}
.payment-channel-button-container-item{
    width: 33%;
    padding-top: 15px;
    display: flex;
}
.payment-channel-button-container-item .payment-channel-button-container-item-btn {
    border-radius: 4px;
    background: linear-gradient(0deg,rgba(45,150,255,.2),rgba(45,150,255,.2)),rgba(47,46,60,.6);
    border: 1px solid hsla(0,0%,100%,.12);
    box-shadow: 0 2px 4px rgba(0,0,0,.07),0 4px 5px rgba(0,0,0,.06),0 1px 10px rgba(0,0,0,.1);
    padding: 8px 8px 5px;
    margin-right: 14px;
    height: 100%;
    text-align: left;
    -webkit-box-flex: 1;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
    transition: background-color .3s,border .3s;
}
.payment-channel-button-container-item-btn-header{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    padding-bottom: 8px;
    justify-content: space-between;
}
.payment-channel-button-container-item-btn-body{
    font-size: .71rem;
    color: #c3c1ca;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.payment-channel-button-container-item-btn-header .payment-icon-container{
    width: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.payment-channel-button-container-item-btn-header .payment-icon-container img{
    width: 100%;
    max-height: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.payment-channel-button-container-item-btn-header .currency{
    font-size: .57rem;
    color: #c3c1ca!important;
    text-align: right;
}
.payment-channel-button-container-item-btn-header .pricing{
    color: var(--text-primary);
    font-weight: 500;
    font-size: 13px;
    min-width: 50px;
    text-align: right;
    display: block;
    min-height: 20px;
}
.product-feedback-container-text{
    font-weight: 400;
    font-size: .8571rem;
    color: #fff;
}
.product-feedback-container-btn{
    color: #fff !important;
    box-shadow: 0 4px 8px rgba(255, 150, 45, .5) !important;
    background-color: var(--bg-secondary) !important;
    border-color: var(--bg-secondary) !important;
    border-radius: 50rem !important;
}
.top_up-product-detail{
    display: flex;
}
.top_up-product-detail-img img{
    width: 128px;
    height: 128px;
    border-radius: 32px;
    transition: box-shadow .2s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, .06), 0 0 2px 0 rgba(0, 0, 0, .07);
}
.top_up-product-detail-text{
    flex-grow: 1;
    margin-left: 15px;
    position: relative;
    display: flex;
    flex-direction: column
}
.top_up-product-detail-text .games-tilts-name{
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .7);
    font-size: 12px;
}
.top_up-product-detail-text .games-tilts-type{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.purchase_now_btn{
    background-color: var(--bg-secondary) !important;
    color: #fff !important;
    border-radius: 0 !important;
}
.purchase_now_btn:hover{
    color: #e6e6e6 !important;
    background-color: #f97d00 !important;
    border-color: #ec7600 !important;
}
.modal-content.modal-content-bg-color .modal-header{
    padding: 0 !important;
    border: none !important;
    color: #fff !important;
}
.modal-content.modal-content-bg-color .modal-body{
    border: none !important;
    padding: 0 !important;
    color: #c3c1ca !important;
}
.float-right{
    float: right;
}
.btn-close-modal{
    background-color: var(--bg-secondary) !important;
    color: #fff !important;
}
.conditions-herder{
    color: #fff;
    padding-top: 32px;
}
.conditions-herder h1{
    font-size: 32px;
    font-weight: 500;
}
.conditions-herder p{
    font-size: 14px;
}
.conditions-herder hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
}
.conditions-body{
    margin-top: 20px;
    font-size: 1.142rem;
    font-weight: 300;
    color: #c3c1ca;
}
.read-details{
    color: var(--text-primary);
    font-size: 13px;
}
.modal-content.modal-content-bg-color .modal-header.border-bottom{
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #c3c1ca !important;
}
.faq-title{
    color: var(--text-primary)
}
.faq-category-name{
    color: var(--text-primary);
}
.accordion-button.custom-accordion-button{
    color: #fff !important;
}
.accordion-body{
    color: #fff !important;
}
.news-section{
    background-color: transparent;
    padding: 20px;
    min-height: 500px;
    max-height: 500px;
    background: linear-gradient(0deg, rgba(45, 150, 255, .08), rgba(45, 150, 255, .08)), rgba(47, 46, 60, .6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 4px 5px rgba(0, 0, 0, .06), 0 1px 10px rgba(0, 0, 0, .1);
    backdrop-filter: blur(13.59px);
    color: #fff;
}
.news-section h1 {
    font-size: 20px;
    text-align: center;
    padding: 15px;
}
.news-section img {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.user-info-wrapper .list-group-item.active {
    z-index: 2;
    color: #fff !important;
    background-color: var(--bg-secondary) !important;
    border-color: var(--bg-secondary) !important;
  }
  .user-data{
    color: var(--text-primary) ;
  }
  .user-info-wrapper .list-group-item {
    background-color: transparent !important;
    background: linear-gradient(0deg, rgba(45, 150, 255, .08), rgba(45, 150, 255, .08)), rgba(47, 46, 60, .6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 4px 5px rgba(0, 0, 0, .06), 0 1px 10px rgba(0, 0, 0, .1);
    backdrop-filter: blur(13.59px);
    border-color: var(--bg-secondary) !important;
    color: #fff !important;
  }
  .user-info-wrapper .list-group-item .badge.badge-default.badge-pill{
    color: #fff !important;
  }
  .new_user_sitebar .card.round{
    background-color: transparent !important;
    color: #fff !important;
    background: linear-gradient(0deg, rgba(45, 150, 255, .08), rgba(45, 150, 255, .08)), rgba(47, 46, 60, .6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 4px 5px rgba(0, 0, 0, .06), 0 1px 10px rgba(0, 0, 0, .1);
    backdrop-filter: blur(13.59px);
  }
  .new_user_profile .card{
    background-color: transparent !important;
    color: #fff !important;
    background: linear-gradient(0deg, rgba(45, 150, 255, .08), rgba(45, 150, 255, .08)), rgba(47, 46, 60, .6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 4px 5px rgba(0, 0, 0, .06), 0 1px 10px rgba(0, 0, 0, .1);
    backdrop-filter: blur(13.59px);
  }
  .btn-web-primary{
    background-color: var(--bg-secondary) !important;
    color: #fff;
  }
  .new_user_profile table th{
    background-color: transparent;
    color: #fff;
  }
  .new_user_profile table td{
    background-color: transparent;
    color: #fff;
  }
  .new_user_profile .form-control{
    background-color: transparent !important;
    color: #FFF !important;
  }
  .new_user_profile .form-control:-webkit-autofill,
    .new_user_profile .form-control:-webkit-autofill:hover,
    .new_user_profile .form-control:-webkit-autofill:focus,
    .new_user_profile .form-control:-webkit-autofill:active {
        background-color: transparent !important;
        color: #fff !important;
        transition: background-color 5000s ease-in-out 0s;
        -webkit-text-fill-color: #fff !important;
        caret-color: #fff;
    }

    .search-suggestion-box {
        position: absolute;
        width: 75%;
        background-color: #252f45;
        border: 1px solid hsla(0, 0%, 100%, .12);
        border-radius: 6px;
        margin-top: 5px;
        z-index: 9999;
        color: #c3c1ca;
        max-height: 300px;
        overflow-y: auto;
        top: 40px;
    }
    .search-suggestion-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .search-suggestion-box li {
        padding: 8px 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .search-suggestion-box li img {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        margin-right: 8px;
    }
    .search-suggestion-box li span {
        color: #ffffff;
    }

    @media (max-width: 575.98px) { 
        .search-suggestion-box{
            display: none !important;
        }
        a.important-link-text {
            padding: 0px 5px;
        }
     }
.important-link-text{
    color: var(--text-primary);
    text-decoration: none;
    background-color: transparent;
}
.important-link-text:hover{
    color: #e07000;
}
.careers-data-text {
    margin-top: 15px;
}
.sub-careers-data-text{
    color: var(--text-primary);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .15em;
}
.des-careers-data-text{
    color: #fff;
    font-weight: 600;
    width: 100%;
}
.careers-description{
    font-size: 1.1rem;
    font-weight: 400;
    color: #bec4cf;
    line-height: 1.714rem;
    font-weight: 300;
}
.careers-others{
    color: #FFF;
    font-size: 13px;
}
.careers-img img{
    max-width: 400px;
    width: 100%;
    margin: auto;
    display: block;
    position: sticky;
    top: 110px;
    margin-bottom: 3rem
}
.conditions-body .nav-pills{
    height: 56px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    cursor: move;
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
    margin: 15px 0;
    scrollbar-width: none;
    align-items: center;
}
.conditions-body .nav-pills .nav-item .nav-link.active {
    border-bottom: 3px solid orange;
    background: 0 0;
    color: orange;
}
.conditions-body .nav-pills .nav-item .nav-link {
    border-radius: 0;
    font-size: 15px !important;
    font-weight: 600 !important;
    box-sizing: border-box;
    height: 56px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.12);
    color: rgba(0,0,0,.6);
    width: 150px;
    text-transform: uppercase;
    letter-spacing: .75px;
    padding-left: 3px;
    padding-right: 3px;
}
.conditions-body .nav-pills .nav-item .nav-link.active:after {
    width: 0% !important;
    border: none !important;
}
.payment-channel-list{
    margin-right: -20px;
    flex-wrap: wrap;
    display: flex;
}
.payment-channel-item{
    width: 20%;
    padding-top: 15px;
    display: flex;
}
.payment-channel-item-link{
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(45, 150, 255, .2), rgba(45, 150, 255, .2)), rgba(47, 46, 60, .6);
    border: 1px solid hsla(0, 0%, 100%, .12);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 4px 5px rgba(0, 0, 0, .06), 0 1px 10px rgba(0, 0, 0, .1);
    padding: 8px 8px 5px;
    margin-right: 14px;
    height: 100%;
    text-align: left;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
    transition: background-color .3s, border .3s;
}
.payment-channel-item-link-top{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid hsla(0,0%,100%,.12);
    padding-bottom: 8px;
    justify-content: center;
}
.payment-channel-item-link-top-icon{
    width: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.payment-channel-item-link-top-icon img{
    width: 90px;
    max-height: none;
    border-radius: 5px;
    background-color: #ffffff;
}
.payment-channel-item-link-footer{
    font-size: .71rem;
    color: #c3c1ca;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .careers-data{
        text-align: center;
    }
    .payment-channel-item {
        width: 25%;
    }
}
@media (max-width: 575.98px) { 
    .careers-data{
        text-align: center;
    }
    .payment-channel-item {
        width: 50%;
    }
 }

.nav-language-icon{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.new-language-icon{
    width: 32px;
    height: 32px;
    background-position: center 25.7242%;
    background-size: 160%;
    background-clip: content-box;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
    box-shadow: 0 0 0 1px #dcdcdc;
    background-repeat: no-repeat;
}
.nav-language-group{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.nav-language-group a.active {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: var(--bg-secondary);
}
.nav-language-group a{
    font-weight: 500;
    color: #fff;
    height: 30px;
    min-width: 30px;
    line-height: 10px;
    border: 1px solid hsla(0, 0%, 100%, .12);
    text-decoration: none;
}
.all-country .modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: linear-gradient(0deg,rgba(45,150,255,.08),rgba(45,150,255,.08)),rgba(47,46,60,.6);
    box-shadow: 0 2px 4px rgba(0,0,0,.07),0 4px 5px rgba(0,0,0,.06),0 1px 10px rgba(0,0,0,.1);
    backdrop-filter: blur(13.59px);
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: .6rem;
    outline: 0;
    color: #fff;
}
.all-country .modal-body .region-topbar-search{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.region-topbar-search-header{
    height: 55px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.region-topbar-search-header-back{
    cursor: pointer;
    font-size: 27px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 15px;
}
.region-topbar-search-header-text{
    flex-grow: 1;
    display: flex;
    align-items: center;
    font-size: 24px;
}
.all-country .modal-body .region-modal-top{
    padding-left: 70px;
    padding-right: 0;
}
.all-country .modal-body .region-modal-top h3{
    font-size: 1.428rem;
    font-weight: 700;
    line-height: 24px;
}
.all-country .modal-body .region-modal-top .language-buttons{
    flex-wrap: wrap;
    display: flex;
    margin-right: -8px;
}
.all-country .modal-body .region-modal-top .language-buttons a{
    height: 36px;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ff962d;
    border: 1px solid orange;
    background-color: transparent;
    margin-right: 8px;
    padding: 4px .8em;
    letter-spacing: .08em;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    border-radius: 50rem !important;
}
.border-separator{
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
}
.region-scroll-container {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;
    scrollbar-color: #6c7190 #2a3e64;
    scrollbar-width: thin;
}
.region-selection-container{
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-top: 10px;
    margin-bottom: 48px;
}
.region-selection-container-box{
    width: 33.33%;
    padding-right: 8px;
    margin-bottom: 8px;
}
.region-selection-container-box .country-link{
    width: 100%;
    height: 56px;
    cursor: pointer;
    background: linear-gradient(0deg, rgba(45, 150, 255, .2), rgba(45, 150, 255, .2)), rgba(47, 46, 60, .6);
    color: #fff;
    display: flex;
    align-items: center;
    transition: box-shadow .2s;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1), 0 3px 4px 0 rgba(0, 0, 0, .06), 0 2px 4px 0 rgba(0, 0, 0, .07);
}
.region-selection-container-box h4 {
    font-weight: 300;
    line-height: 1.2em;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
    font-size: 15px;
    margin-bottom: 0;
}
@media (max-width: 575.98px) { 
    .sign-in-btn {
        padding: 7px 10px;
        font-size: 10px;
    }
}