body {
    background-color: #0e0c0c;
    font-family: 'Poppins', sans-serif;
  }
  .body_bg{
    background-color: #141414;
  }
  
  body .container {
    max-width: 920px;
  }
  .main-header {
    position: relative;
  }
  
  .home-bg {
    background: url(../images/yellow-bg.jpg);
    background-repeat: no-repeat;
    padding: 10px 20px;
    padding-bottom: 20px;
  }
  .toggle-icon {
    background-color: #fff;
    width: 34px;
    height: 34px;
    padding: 5px;
    border-radius: 50%;
  }
  .toggle-icon span {
    color: #e7a229;
  }
  .wallet_box img {
    width: 52%;
  }
  .wallet_box .wallet_price {
    margin-top: 20%;
    position: relative;
    bottom: 0px;
  }
  .wallet_box .wallet_price img {
    width: 20%;
  }
  .slider_box {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 20px;
    background: #0E0C0C;
    padding-bottom: 20px;
    /* height: 380px; */
    bottom: 15px;
    height: calc(100vh - 368px)!important;
  }
  .wallet-deposit-box-wrap {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 40px 0px;
    align-items: center;
  }
  .wallet-deposit-box-wrap>* {
    flex: 0 0 auto;
  }
  .wallet_box {
    max-width: 145px;
    width: 100%;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    z-index: 1;
    box-shadow: 0px 0px 20px rgb(231 162 41);
    position: absolute;
  }
  .withdraw_box,
  .deposit_box {
    width: 50%;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #242324;
    font-size: 14px;
    padding: 20px;
  }
  .wallet-deposit-box-wrap .box-content {
    max-width: 78px;
    width: 100%;
    display: inline-block;
  }
  .slider_box .create-btn-box{
    position: relative;
    margin: 20px 0px;
    padding: 0px 10px;
  }
  .slider_box .create-btn-box a img{
    webkit-animation: slide-left 1s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse both;
    animation: slide-left 1s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse both;
  }
  .slider_box .create-btn-box .btn-create img{
    width: 40px;
    margin-right: 10px;
  }
  .slider_box .create-btn-box .btn-create{
    color: #fff;
    background-color: #191718;
    border-color: #191718;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .slider_box .create-btn-box .btn-create:hover{
    color: #fff;
    background-color: #141314;
    border-color: #141314;
  }
  .slider_box .create-btn-box .btn-create:focus{
    box-shadow: none;
  }
  .slider_box .page-heading{
    margin-bottom: 0.3rem;
  }
  .slider_box .page-heading h3{
    color: #fff;
    padding-bottom: 5px;
    display: inline;
    position: relative;
    text-transform: capitalize;
    font-size: 18px;
  }
  .slider_box .page-heading h3:before{
    border-bottom: 2px solid #e6a60b;
  }
  .slider_box .page-heading h3:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
  }
  .slider_box .whatsapp-support{
    color: #fff;
    background: #191718;
    position: relative;
    margin: 20px 10px 20px 10px;
    padding: 10px;
    border-radius: 10px;
  }
  .slider_box .whatsapp-support h3{
    font-size: 16px;
    margin: 0;
  }
  .slider_box .whatsapp-support p{
    font-size: 12px;
    margin: 5px 0 0;
  }
  .slider_box .whatsapp-support .support-btn{
    display: grid;
    -moz-column-gap: 5px;
    column-gap: 5px;
    width: 100%;
    margin-top: 10px;
  }
  .slider_box .whatsapp-support .support-btn button{
    font-size: 12px;
    text-transform: capitalize;
    background: transparent;
    margin: 0;
    padding: 10px 0.5em;
    border: 1px solid #e6a60b;
    border-radius: 5px;
    color: #fff;
  }
  .slider_box .whatsapp-support .support-btn button:hover{
    background: #2B292A;
  }
  .slider_box .pro-tip{
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 15px;
  }
  .slider_box .pro-tip p{
    font-size: 12px;
  }
  
  ::-webkit-scrollbar, .slider_box ::-webkit-scrollbar {
    width: 12px;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-thumb, .slider_box ::-webkit-scrollbar-thumb {
    background-color: #252424 !important;
    border-radius: 20px;
    border: 1px solid #252424 !important;
  }
  ::-webkit-scrollbar-track, .slider_box ::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
  }
  
  /********** SIDE MENU START **********/
  .sidebar{
    width: 272px;
    max-width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    left: 344px;
    top: 0;
    z-index: 11;
    display: none;
  }
  .sidebar.active{
    display: block;
  }
  .close-menu {
    border-radius: 50%;
      border: 2px solid #fff;
      width: 40px;
      height: 40px;
      padding: 0px;
      text-align: center;
      position: absolute;
      right: 5px;
      top: 5px;
  }
  .close-menu button{
    color: #fff;
    padding: 6px 12px;
  }
  .close-menu button:hover{
    color: #fff;
  }
  .side_menu_logo{
    align-items: center;
    height: 190px;
    padding: 20px;
    background-color: #000;
  }
  .side_menu_logo img{
    width: 32%;
    margin-bottom: 15px;
  }
  .side_menu_logo h3{
    font-family: custom_semiBold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
  }
  .side_menu_logo hr.horizontal-line{
    background-position: 0;
    background-size: 100%;
    margin: 10px 0;
  }
  .side_menu_logo .horizontal-line{
    background-image: url(../images/horizontal-line-img.png);
  }
  .side_menu_logo h4{
    margin-top: 0;
    font-size: 18px;
    font-family: bold;
    color: #eea10e;
    margin-bottom: 0;
  }
  .side_menu_logo p{
    font-size: 16px;
    border-radius: 30px;
    color: #eea10e;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Bold;
    margin: 0;
  }
  .sidebar .menu_list{
    padding-top: 10px;
  }
  .sidebar .menu_list ul li a .side-nav-icon{
    width: 18px;
    margin-right: 15px;
  }
  .sidebar .bottom-list {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    border-top: 1px solid #ebebeb;
    width: 100%;
  }
  .sidebar .menu_list ul{
    list-style-type: none;
    padding-left: 0px;
  }
  .sidebar .menu_list ul li a{
    padding: 10px 0px;
    padding-left: 20px;
    color: #2a2a2a;
    display: block;
    text-decoration: none;
  }
  .sidebar .menu_list ul li a:hover{
    background: #fff3d7;
  }
  
  /********** SIDE MENU END **********/
  
  /********** FOOTER MENU START **********/
  .main-footer{
    position: fixed;
    width: 100%;
    bottom: 5px;
  }
  .main-footer .footer_bg{
    padding: 10px 30px;
    background-color: #191718;
  }
  .main-footer .footer_menu_tab{
    position: relative; 
  }
  .main-footer .footer_menu_tab .home_tab{
    
  
  }
  .main-footer .tab-selected a svg polygon{
    fill: #d0800c;
  }
  .main-footer .tab-selected a svg path{
    fill: #d0800c;
  }
  .main-footer .tab-selected a p{
    color: #d0800c !important;
  }
  .main-footer .footer_menu_tab a{
    text-decoration: none;
  }
  .main-footer .footer_menu_tab a svg{
    width: 30px !important;
    margin-bottom: 5px;
  }
  .main-footer .footer_menu_tab a p{
    font-size: .6rem;
    color: #5F6261;
    text-transform: capitalize;
    margin-bottom: 0px;
  }
  /* .main-footer .footer_menu_tab a:hover{
    color: #d0800c;
  }
  .main-footer .footer_menu_tab a svg:hover path{
    fill: #d0800c;
  }
  .main-footer .footer_menu_tab a:hover p{
    color: #d0800c;
  } */
  
  /********** FOOTER MENU END **********/
  
  /********** LOGIN HOME START **********/
  .login-wrap .content-centered{
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1024px;
  }
  .login-wrap .left-section {
    padding-right: 0;
    text-align: left;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .login-wrap .logo {
    padding: 0 0 40px 0;
  }
  .login-wrap .logo img {
    width: 120px;
  }
  .login-wrap .mob-wrapper .mob-inner-wrapper {
    text-align: center;
  }
  .login-wrap .mob-inner-wrapper .text-heading p {
    font-size: 30px;
    color: #fff;
    line-height: normal;
    margin-bottom: 25px;
    text-align: left;
  }
  .login-wrap .mob-inner-wrapper .text-heading span{
    font-size: 54px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
  }
  .mob-wrapper .left-section .mob-image {
    display: none;
  }
  .login-wrap .mob-image img {
    width: 100%;
  }
  .mob-wrapper .left-section .mob-image {
    display: none;
  }
  .mob-wrapper .hashtag p {
    color: #fff;
    padding-top: 0;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
  }
  .mob-wrapper .body-text p {
    text-align: left;
    font-size: 14px;
    color: #fff;
  }
  .mob-wrapper .text-link {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    padding-bottom: 2px;
    position: relative;
    margin-left: 38px;
    margin-bottom: 40px;
    display: inline-block;
  }
  .text-link::before {
    content: '';
    position: absolute;
    width: 30px;
    background-image: url(../images/icon/responsive-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    display: block;
    height: 30px;
    top: 0;
    left: -40px;
  }
  .mob-wrapper .yellow-color {
    color: #fcb614;
    border-bottom: 1px solid #fcb614;
    text-decoration: none;
  }
  .login-wrap .right-section {
    text-align: right;
  }
  .login-wrap .right-section .mob-image img {
    width: 100%;
  }
  .login-wrap .action-btn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
  .login-wrap .action-btn a.download-link.install-link {
    background-color: transparent;
    color: #fff;
    text-align: left;
    border: 1px solid #fff;
    position: relative;
  }
  .login-wrap .action-btn a.download-link {
    width: 100%;
    font-size: 18px;
    margin-top: 5px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #191919;
    text-decoration: none;
    background-color: #ffffff;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-right: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    min-height: 100%;
    position: relative;
  }
  .login-wrap .action-btn a.download-link:last-child {
    margin-right: 0;
    text-align: left;
  }
  .login-wrap .action-btn a.download-link.install-link p {
    padding-left: 40px;
  }
  .login-wrap .action-btn a.download-link.install-link p.link-text::before {
    content: '';
    position: absolute;
    width: 30px;
    background-image: url(../images/icon/responsive-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    display: block;
    height: 30px;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .login-wrap .action-btn a.download-link p.link-text span {
    font-size: 10px;
    text-align: left;
  }
  .login-wrap .action-btn a.download-link p.link-text::before {
    content: '';
    position: absolute;
    width: 45px;
    background-image: url(../images/icon/android-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px;
    display: block;
    height: 36px;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .login-wrap .terms-privacy-cookies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .login-wrap .terms-privacy-cookies .info-link-text a {
    color: #898989;
    font-size: 13px;
    text-decoration: none;
    margin-right: 5px;
  }
  .login-wrap .terms-privacy-cookies .info-link-text span {
    color: #898989;
    font-size: 13px;
  }
  
  .cookies-privacy .info-link-text{
    margin-top: 10px;
  }
  @media (max-width: 1024px){
    .mob-wrapper .left-section .mob-image {
        display: block;
        margin-top: 0;
    }
  }
  @media (max-width: 767px){
    .login-wrap .mob-height-100 {
        height: 100%;
    }
  }
  @media (max-width: 991.98px){
    .sidebar {
      width: 272px;
      left: 12px !important;
    }
  }
  @media (max-width: 1199.98px) {
    .sidebar {
      width: 272px;
      left: 64px;
    }
  }
  
  /********** LOGIN HOME END **********/
  
  /********** WALKTHROUGH SLIDES START **********/
  .walkthrough-wrap{
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
  .walkthrough-bg{
    background-color: #000;
    width: 100%;
    height: 100vh;
  }
  .walkthrough-wrap .wrapper{
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
  }
  .slide {
      width: 100%;
      text-align: center;
      margin: 0 auto;
  }
  .slide img {
    width: auto;
    max-width: 100%;
    max-height: 768px!important;
    position: relative;
    bottom: 20px;
  }
  .slide_overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    background-image: url(../images/walkthrough-footer.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 315px;
    max-width: 920px;
    z-index: 100;
    bottom: 0;
  }
  .slide h2{
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    padding-top: 30px;
    z-index: 1;
    position: relative;
  }
  .slide h2 span {
    color: #fbb615;
    font-family: 'Poppins', sans-serif;
  }
  .slide p{
    color: #fff;
    position: absolute;
    bottom: 16%;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 15px;
    z-index: 100;
  }
  .action-btns{
    width: 920px;
  }
  .action-btns .grey-btn{
    position: absolute;
    display: flex;
    bottom: 0;
    justify-content: space-between;
    width: 100%;
    max-width: 920px;
    padding: 0px 3px;
    z-index: 100;
  }
  .grey-btns {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.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;
    margin-bottom: 10px;
  }
  .button-native {
    color: #fff;
    background-color: #141717;
    border-color: #141717;
  }
  .button-native:hover{
    color: #fff;
    background-color: #242117;
    border-color: #242117;
  }
  .button-native:active{
    color: #fff;
    background-color: #242117;
    border-color: #242117;
  }
  
  /********** WALKTHROUGH SLIDES END **********/
  
  /********** CREATE PANELS START **********/
  .nav_panels .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #12161F;
    border-bottom: 2px solid #fbb615;
  }
  .nav_panels .nav-pills .nav-link, .nav-pills .nav-link{
    color: #fff;
    background-color: #12161F;
  }
  .nav_panels .nav-pills .nav-link {
    border-radius: 0rem;
  }
  .nav_panels .nav-link {
    color: #fff;
  }
  .search-filter{
    position: relative;
  }
  .search-filter .search_select{
    position: relative;
  }
  .search-filter .search_select{
    background-color: #252424;
    border-radius: 4px;
  }
  .search-filter .search_select .search_input{
    font-size: 16px !important;
    color: rgba(255,255,255,0.7);
    min-height: calc(2em + (1rem + 2px));
    padding: 0.5rem 1rem 0.5rem 3rem;
    background-color: #252424;
    border: 1px solid #252424;
  }
  .search-filter .search_select .search_input:focus{
    box-shadow: none;
  }
  .search_select .search_icon{
    position: absolute;
    top: 12px;
    left: 18px;
    height: 21px;
    width: 21px;
  }
  .search_select .search_icon span{
    color: #fff;
  }
  .search_select .site-filter{
    width: 121px;
    float: right;
    top: 5px;
    position: relative;
  }
  .search_select .site-filter .custom-select{
    color: #fff;
    font-size: 14px;
    background-color: #252424;
    border: 1px solid #252424;
  }
  .search_select .site-filter .custom-select option{
    font-size: 14px;
    display: block;
    margin: 10px 0px;
  }
  .search_select .site-filter .custom-select:focus{
    box-shadow: none;
  }
  .search_select .site-filter .custom-select{
    color: #fff;
    background-image: url(../images/icon/filter-ic.svg);
    background-size: 22px 18px;
  }
  
  .tabcontent_box{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 20px;
    background: #0E0C0C;
    padding-bottom: 20px;
    /* height: 380px; */
    bottom: 15px;
    height: calc(100vh - 180px)!important;
  }
  .account-list-accordion{
    position: relative;
  }
  .account-list-accordion .accordion-item {
    color: #fff;
    background-color: #191718;
  }  
  .account-list-accordion .accordion-item .accordion-button{
    color: #fff;
    background-color: #191718;
  }
  .account-list-accordion .accordion-item .accordion-button::after{
    background-image: none;
  }
  .account-list-accordion .accordion-item .accordion-button:focus{
    box-shadow: none;
  }
  .account-list-accordion .acc-wrapper .account-img{
    position: relative;
  }
  .account-list-accordion .acc-wrapper .account-img img{
    width: 50px;
    height: 50px;
  }
  .account-list-accordion .acc-wrapper .account-name h2{
    margin: 0 0 2px;
    font-size: 16px;
    font-weight: 400;
  }
  .account-list-accordion .acc-wrapper .account-name span{
    font-size: 12px;
  }
  .account-list-accordion .acc-wrapper .account-name .yellow-text{
    font-size: 11px;
    color: #e7a229;
    border: 0;
    border-radius: 2px;
    padding: 0 !important;
    line-height: normal;
    margin-top: 0;
  }  
  .account-list-accordion .acc-wrapper .current-icon{
    background-image: url(../images/icon/current-icon.svg);
  }
  .account-list-accordion .acc-wrapper .account-img .current-icon{
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    right: 0;
  }
  
  .accordion-item .btn-create-right{
    color: #0e0c0c;
    font-size: 0.875rem;
    background-color: #e59a17;
    border-color: #e59a17;
  }
  .accordion-item .btn-create-right:hover{
    color: #0e0c0c;
    background-color: #cf8a11;
    border-color: #cf8a11;
  }
  .accordion-item .currency_box{
    position: relative;
  }
  .accordion-item .currency_box .currency-text{
    color: #e7a229;
    font-size: 0.875rem;
  }
  .accordion-item .currency_box .inr-price{
    background-color: #303030;
    border-radius: 5px;
    min-height: 30px;
    padding: 10px;
    width: 54px;
    text-align: center;
  }
  .accordion-item .currency_box .inr-price p{
    font-size: 0.75rem;
    margin-bottom: 0px;
  }
  
  .accordion-body{
    padding: 0.625rem 1.25rem;
  }
  .accordion-body .acc-content{
    background-color: #0E0C0C;
    padding: 10px 5px;
    font-size: 14px;
    border-radius: 10px;
  }
  .accordion-body .acc-content ul{
    list-style-type: none;
    padding-left: 0px;
  }
  .accordion-body .acc-content ul li:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  .accordion-body .acc-content ul li:last-child {
    padding-bottom: 5px;
    margin-bottom: 0px;
  }
  .accordion-body .acc-content ul li{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .accordion-body .acc-content ul li a{
    color: #fff;
    text-align: end;
    vertical-align: middle;
    text-decoration: none;
  }
  .accordion-body .acc-content ul li a span{
    font-size: 1rem;
  }
  
  /********** CREATE PANELS END **********/
  
  /********** CREATE PANELS INNER START **********/
  .create_desc{
    position: relative;
  }
  .create_desc .logo{
    width: 62px;
    height: 62px;
    border-radius: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
  }
  .create_desc .logo img{
    width: 100px;
  }
  .create_desc h2{
    color: #fff;
    font-size: 18px;
    margin: 10px 0 0;
  }
  .create_desc .site-url{
    color: #e49627;
    margin: 0;
    padding-top: 2px;
    font-size: 13px;
  }
  .gry-bg-form{
    color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px 10px 10px;
    background-color: #1E1E1E;
  }
  .gry-bg-form .form-label{
    font-size: 0.875rem;
  }
  .gry-bg-form .form-control{
    color: #929191;
    background-color: #252424;
    border: 1px solid #252424;
  }
  .gry-bg-form .form-control:focus{
    box-shadow: none;
  }
  .radio_box p{
    font-size: 0.875rem;
  }
  .radio_box .form-check{
    font-size: 0.875rem;
    border: 1px solid #e59a17;
    padding: 10px 40px;
    border-radius: 50px;
  } 
  .form-check-input:checked {
    background-color: #e7a229;
    border-color: #e7a229;
  }
  .form-select_box .form-label{
    font-size: 0.875rem;
  }
  .form-select_box .form-select{
    color: #929191;
    font-size: 0.875rem;
    background-color: #252424;
    border: 1px solid #252424;
  }
  .form-select_box .form-select:focus{
    box-shadow: none;
  }
  .note-text p{
    font-size: 0.875rem;
    color: #e49627;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .main-heading{
    position: relative;
    margin-bottom: 25px;
  }
  .main-heading h3{
    color: #fff;
    font-size: 1rem;
  }
  .main-heading h3:before{
    content: "";
    width: 36px;
    height: 2px;
    background-color: #d0800c;
    position: absolute;
    top: 30px;
    left: 0px;
  }
  .inr-text{
    color: #d38f1a;
    font-size: 0.75rem;
  }
  .inr-text p{
    margin-bottom: 0px;
  }
  .error-mess{
    color: #fa3b3b;
    font-size: 0.75rem;
  }
  .error-mess p{
    margin-bottom: 0px;
  }
  
  .accordion-body .acc-content.acc-rate ul li:first-child{
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 10px;
  }
  .accordion-body .acc-content.acc-rate ul li{
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 10px;
  }
  .accordion-body .acc-content.acc-rate ul li:last-child{
    border-bottom: none;
    padding-bottom: 10px;
  }
  
  .btn-brand-outline{
    color: #fff;
    font-size: 0.875rem;
    background-color: transparent;
    text-transform: uppercase;
    border-color: #e7a229;
  }
  .btn-brand-outline:hover{
    color: #fff;
    background-color: #211F1F;
    border-color: #e7a229;
  }
  .btn-brand{
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    background-color: #e7a229;
    border-color: #e7a229;
  }
  .btn-brand:hover{
    color: #fff;
    background-color: #d38f1a;
    border-color: #d38f1a;
  }
  .btn-brand:focus{
    box-shadow: none;
  }
  .btn_bg_bottom{
    background-color: #0e0c0c !important;
  }
  
  /********** CREATE PANELS INNER END **********/
  
  /********** MODEL POPUP START **********/
  .modal .modal-body{
    background-color: #262331;
  }
  .modal .top_border{
    height: 2px;
    width: 100%;
    border: 2px solid #cf8a11;
    border-radius: 4px 4px 0px 0px;
  }
  .alert-wrapper .alert-head{
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    background-color: #2f2b3c;
  }
  .alert-wrapper .alert-head img {
    width: 50px;
    height: 50px;
  }
  .alert-wrapper .alert-head p{
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .alert-wrapper .alert-message{
    text-align: center;
    padding: 20px 0px;
    background-color: #262331;
    border-radius: 0px 0px 4px 4px;
  }
  .alert-wrapper .alert-message .alert-text{
    color: #fff;
    font-size: 13px;
    padding: 20px 0px;
  }
  
  /********** MODEL POPUP END **********/
  
  /********** CART PAGE START **********/
  
  .btn-clear-all{
    color: #fff;
    word-break: break-word;
    white-space: inherit;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
    text-transform: capitalize;
    min-height: auto;
    font-size: 12px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: #e91a47;
  }
  .btn-clear-all:hover{
    color: #fff;
  }
  .btn-sscreate-panel{
    word-break: break-word;
    white-space: inherit;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
    text-transform: capitalize;
    min-height: auto;
    font-size: 12px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: #e59a17;
  }
  
  .accordion-item .info-cont{
    text-align: end;
  }
  .accordion-item .info-cont p{
    font-size: 16px;
    margin: 0 0 0 5px;
  }
  .accordion-item .info-cont small{
    font-size: 0.75rem;
  }
  .accordion-item .info-cont .yellow-text{
    color: #e59a17;
  }
  
  .accordion-sub-head{
    width: 100%;
  
  }
  
  
  
  
  .accordion-btn-cart{
    display: block;
  }
  .accordion-sub-head{
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 55% auto;
    width: 100%;
    border-top: 1px solid #373536;
    padding: 5px 0px 0px 0px;
    position: relative;
    margin-top: 10px;
  }
  .coin-amount{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .coins-text{
    display: flex;
    justify-self: flex-start;
    align-items: center;
    margin-right: 10px;
  }
  .coins-text .sc-ion-label{
    font-size: 12px;
    margin-bottom: 0px;
  }
  .coins-text .currency-type{
    font-size: 12px;
    margin: 0 0 0 5px;
  }
  .currency-type {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
  .coins-text .ion-activatable{
    color: #0E0C0C;
    padding: 0 5px;
    height: 19px;
    width: auto;
    margin-left: 5px!important;
    margin: 0;
    background-color: #e59a17;
    border-radius: 2px;
  }
  
  .action-button{
    width: auto;
    height: 25px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    background: #303030;
    font-size: .7rem;
    text-transform: capitalize;
    margin-right: 5px;
  }
  .date-cont{
    position: relative;
    display: flex;
    align-items: center;
  }
  .date-cont p{
    color: #fff;
    font-size: 0.75rem;
    margin-bottom: 0px;
  }
  .date-cont span{
    margin-right: 5px;
    color: #86888f;
  }
  .action-button-box{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .action-button-box .action-btn{
    color: #fff;
    width: auto;
    line-height: 25px;
    height: 25px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    background: #303030;
    font-size: .7rem;
    text-transform: capitalize;
    margin-right: 5px;
    text-decoration: none;
  }
  .action-button-box .accordion-arrow-btn{
    margin-left: 10px;
  }
  .action-button-box .accordion-arrow-btn .acc-icon-bottom{
    background-color: #373536;
    width: 34px;
    height: 34px;
    padding: 6px 5px;
    border-radius: 50%;
  }
  .action-button-box .accordion-arrow-btn span{
    
  }
  .accordion-body .content{
    padding: 10px 0;
  }
  .accordion-body .content .rate-info ul{
    display: grid;
    grid-template-columns: auto auto auto;
    list-style: none;
    align-items: center;
    padding: 10px 15px;
  }
  .accordion-body .content .filter-list{
    background-color: #1E1E1E;
  }
  .rate-info ul li {
    
  }
  .rate-info ul li .rate-title{
    font-size: 13px;
    opacity: 1;
  }
  .rate-info ul li p{
    font-size: 12px;
    margin: 0;
    opacity: .7;
  }
  .rate-info ul li:nth-child(2) {
    justify-self: center;
    text-align: left;
  }
  .rate-info ul li:last-child {
    justify-self: flex-end;
  }
  .amount-coins{
    display: grid;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    grid-template-columns: 60% auto;
    margin-top: 5px;
  }
  .amount-coins .coins-box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
  .amount-coins .coins-box .list-row {
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .amount-coins .coins-box .list-row p{
    font-size: 13px;
    margin: 0 0 0 5px;
  }
  .amount-coins .coins-box .list-row .currency-type{
    font-size: 13px;
  } 
  
  /********** CART PAGE END **********/
  
  /********** PAYMENT METHODS PAGE START **********/
  .view-amount{
    position: relative;
  }
  .view-amount .expire-time{
    color: #fff;
    text-align: end;
    margin-top: 5px;
  }
  .view-amount .expire-time p{
    font-size: 0.75rem;
  }
  .view-amount .total-val-text{
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .info-yellow{
    color: #e7a229;
    border: 1px solid #e7a229;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 0;
  }
  
  .upi-payment-card{
  
  }
  .upi-payment-card .payment_tabs{
    padding: 10px;
    background-color: #1e1e1e;
    border-radius: 4px;
  }
  .upi-payment-card .nav-item{
    width: 33.3%;
  }
  .upi-payment-card .nav-item .nav-link{
    width: 100%;
    background-color: #0e0c0c;
  }
  .upi-payment-card .nav-item .nav-link.active{
    background-color: #545555;
  }
  .upi-payment-card .nav-link img{
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-bottom: 5px;
    border-radius: 50%;
    border-radius: 50%;
  }
  .upi-payment-card .nav-link p{
    font-size: 0.75rem;
    opacity: .9;
    white-space: unset;
    text-align: center;
    margin-bottom: 0px;
  }
  .upi-payment-card .info-text{
    color: #fff;
    position: relative;
  }
  .upi-payment-card .info-text p{
    font-size: 12px;
    margin: 5px 0 0;
  }
  .pay-wallet{
    background-color: #1E1E1E;
  }
  .pay-wallet .ion-activatable{
    display: flex;
    align-items: center;
    padding: 10px 20px;
  }
  .ion-activatable .activatable-text{
    color: #fff;
    cursor: default;
    font-size: 0.75rem;
    opacity: 0.3;
    margin-left: 5px;
    pointer-events: none;
  }
  .ion-activatable .activatable-text p{
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 0.75rem;
    line-height: 20px;
    text-overflow: inherit;
    overflow: inherit;
  }
  .ion-activatable .activatable-text span{
    color: #fff;
  }
  .payment-type-details{
    padding: 10px;
    background-color: #191919;
    border-radius: 10px;
    border: 1px solid #484848;
    margin-top: 15px;
  }
  .payment-type-details ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .payment-type-details ul li{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 5px 0;
  }
  .payment-type-details ul li h4{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.75rem;
  }
  .payment-type-details ul li p{
    justify-self: end;
    word-break: break-all;
    text-align: right;
    font-size: 0.75rem;
    margin-bottom: 0px;
  }
  .payment-type-details ul li p a{
    position: relative;
    bottom: -2px;
  }
  .payment-type-details ul li p a span{
    color: #fff;
    font-size: 0.75rem;
    margin-left: 2px;
  }
  
  
  
  
  
  
  
  
  
  
  /********** PAYMENT METHODS PAGE END **********/
  
  /********** RESPONSIVE PAGE CSS START **********/
  @media (max-width: 991.98px) {
    .login-wrap .logo{
      width: 100%;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 20px;
    }
    .mob-wrapper {
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    .mob-inner-wrapper{
      text-align: center;
      margin: 0 auto;
    }
    .mob-wrapper .hashtag p{
      text-align: center;
    }
    .mob-wrapper .text-link{
      margin-bottom: 10px;
    }
    .mob-wrapper .body-text p{
      text-align: center;
    }
    .body-text{
      text-align: center;
    }
    .login-wrap .right-section{
      text-align: center;
    }
    .login-wrap .mob-inner-wrapper .text-heading p {
      text-align: center;
      font-size: 18px;
    }
    .login-wrap .mob-inner-wrapper .text-heading span {
      font-size: 24px;
    }
    .left-section .mob-image {
      display: block;
      margin-top: 0;
    }
    .mob-image img {
      width: 60% !important;
    }
    /* .login-wrap .action-btn{
      width: 100%;
      display: inline-block;
    }
    .login-wrap .action-btn a.download-link{
      width: 100%;
      display: inline-flex;
      padding-left: 0px;
      min-height: 50%;
    }
    .login-wrap .action-btn a.download-link.install-link p {
      padding-left: 0px;
    } */
    .login-wrap .terms-privacy-cookies {
      align-items: flex-end;
      width: 100%;
      justify-content: center;
    }
  
  }
  
  @media (max-width: 575.98px) {
    .accordion-item .btn-create-right{
      text-align: end;
    }
    .login-wrap .logo{
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    .mob-wrapper {
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    .mob-inner-wrapper{
      text-align: center;
      margin: 0 auto;
    }
    .body-text{
      text-align: center;
    }
    .login-wrap .right-section{
      text-align: center;
    }
    .login-wrap .mob-inner-wrapper .text-heading p {
      text-align: center;
      font-size: 16px;
    }
    .login-wrap .mob-inner-wrapper .text-heading span {
      font-size: 21px;
    }
    .left-section .mob-image {
      display: block;
      margin-top: 0;
    }
    .mob-image img {
      width: 60% !important;
    }
    .login-wrap .action-btn{
      width: 100%;
      display: inline-block;
    }
    .login-wrap .action-btn a.download-link{
      width: 100%;
      display: inline-flex;
      padding-left: 30px;
      min-height: 50%;
    }
    .login-wrap .action-btn a.download-link.install-link p {
      padding-left: 0px;
    }
    .login-wrap .terms-privacy-cookies {
      align-items: flex-end;
      width: 100%;
      justify-content: center;
    }
  
  }
  
  
  
  
  
  
  
  
  
  /********** RESPONSIVE PAGE CSS END **********/
  
  