:root {
  --maincolor: #00CD98;
  --secondcolor: #f2ae6d;
  --bs-blue: #a06561 !important;
  --bs-primary: #a06561 !important;
}
body .appHeader.scrolled.bg-primary .headerButton, body .appBottomMenu .item.active i.bi, body .appBottomMenu .item.active i.icon, body .appBottomMenu .item.active ion-icon, body .appBottomMenu .item.active strong, body a, body i ,body svg, body path{
    color: var(--maincolor) !important;
}

body .bg-primary{
    background-color: var(--maincolor) !important;
}

body .bg-secondary{
    background-color: var(--secondcolor) !important;
}
body .appHeader.scrolled.bg-primary.is-active{
        background: var(--maincolor) !important;
}
body .btn-primary{
    background: var(--maincolor) !important;
    border-color: var(--maincolor) !important;
    color: #ffffff !important;
}
body .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active{
    background-color: var(--secondcolor) !important;
    border-color: var(--secondcolor) !important;
}

body .profileBox{
    background: var(--maincolor) !important;
}



  body1{
      background-color:#222;
      background-image:url('./resources/frontend/silverpro-bg.jpg');
      background-size:cover;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      display:flex;
      justify-content:center;
      align-items:center;
      height:100vh;
  }
  
    /*body{
        background-color:#343539;
    }*/
    
    

    body, #page-content{
        background-color:#e6e6e6 !important;
    }

  
    @-moz-keyframes marquee {
        0% {
          transform: translateX(100%);
        }
        100% {
          transform: translateX(-100%);
        }
      }
      @-webkit-keyframes marquee {
        0% {
          transform: translateX(100%);
        }
        100% {
          transform: translateX(-100%);
        }
      }
      @keyframes marquee {
        0% {
          -moz-transform: translateX(100%);
          -webkit-transform: translateX(100%);
          transform: translateX(100%)
        }
        100% {
          -moz-transform: translateX(-100%);
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
        }
      }
      
      .btn-primary, .btn-blue{
          background-color:var(--maincolor);
      }
      
      .balance-area-bg-home:after{
          background-image:unset !important;
          background-color:var(--maincolor);
      }
      .ba-add-balance-title p{
          color: var(--maincolor);;
      }
      .ba-add-balance-title{
          border-left: 2px solid var(--maincolor);
          border-right: 2px solid var(--maincolor);
      }
      .ba-navbar .ba-main-menu ul li a:before{
          background:var(--maincolor);
      }
  
  nav .side-nav li a, nav .side-nav li .collapsible-header{
      color:#fff !important;
  }
  
  .transaction-table h5{
      font-size:18px;
  }
  #withdrawal h2{
      font-size:30px;
  }
  
  #top-announcement-bar{
        background-color: #222;
        padding: 6px 3px 2px 3px;
        height:32px;
        overflow: hidden;
  }
  .bank-input-title h4{
      line-height:1em;
      margin: 0;
  }
  .bank-input-textbox{
      background-color:transparent !important;
  }
  
  button:focus{background-color: #fff;}
  
  input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea{
      margin-bottom:0px;
  }
  
  #top-announcement-bar p{
        -moz-animation: marquee 10s linear infinite;
        -webkit-animation: marquee 10s linear infinite;
        animation: marquee 10s linear infinite;
        color: #fff;
        font-size:16px;
        /*float:left;*/
        white-space:nowrap;
        margin-bottom:0px !important;
        width:100%; /* 300px */
        display:inline-block;
        /*overflow: hidden;*/
  }
  #top-announcement-bar #announce-icon{
      float:left;
      color:#fff;
      background-color:#222;
      display:inline-block;
      padding:1px 15px;
      position:relative;
      z-index:999;
      margin-left:-3px;
      font-size:16px;
  }
  
  #floating-menu{
      position:fixed;
      bottom:10px;
      left:20px;
      right:20px;
      height:80px;
      background-color:#29282A;
      border-radius:30px;
  }
  #floating-menu-content-table{
      color:#fff;
      text-align:center;
      width:100%;
  }
  #floating-menu-content-table td{
      vertical-align:bottom;
      height:80px;
      font-size:11px;
      position:relative;
  }
  .menu-item-text{
      position: relative;
      top:-10px;
  }
  #floating-menu-content-table td a, #floating-menu-content-table td a:link, #floating-menu-content-table td a:visited, #floating-menu-content-table td a:hover{
      color:#ccc;
      text-decoration:none;
  }
  #home-intro h3, #home-intro p{
      color:#fff;
  }
  #home-intro{
      background: #283150;
      padding:10px 20px 20px 20px;
      margin:30px 20px;
      border-radius:15px;
      text-align:center;
  }
  #intro-star{
      text-align:center;
  }
  #intro-star i{
      color: gold;
      font-size:18px;
  }
  #movie-content{
      margin:30px 20px;
      color:#222;
  }
  .product-img{
      border-radius:10px;
  }
  .post_col_3{
      width: calc(100% / 3);
      float:left;
      color:#fff;
      text-align:center;
      padding-bottom:10px;
      min-height: 190px;
  }
  .post_col_3 img{
      width:100px;
      height:140px;
  }
  .post_col_3 a, .post_col_3 a:link, .post_col_3 a:visited, .post_col_3 a:hover{
      color:#fff;
      text-decoration:none;
  }
  
  /* Slider START */
    .slideshow-container {
      /*max-width: 480px;*/
      position: relative;
      margin: auto;
    }
    
    /* Next & previous buttons */
    .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
      background-color:#fff !important;
    }
    
    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
    
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
      background-color: rgba(0,0,0,0.8);
    }
    
    /* Caption text */
    .text {
      color: #f2f2f2;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center;
    }
    
    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }
    
    /* The dots/bullets/indicators */
    .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }
    
    .active, .dot:hover {
      background-color_: var(--maincolor);
    }
    
    /* Fading animation */
    .fade {
      animation-name: fade;
      animation-duration: 1.5s;
    }
    
    @keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }
    
    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
      .prev, .next,.text {font-size: 11px}
    }
  /* Slider END */
  
  
  
  /* Ticketing page */
  #order-page-header h3{
      color:#fff;
      text-align:center;
  }
  #ticketing-details{
      text-align:center;
      color:#fff;
      padding:0 20px;
  }
  #start-order{
      background-color:#FF3942;
      font-size:20px;
      padding:10px 30px;
      margin:0 auto;
      border-radius:30px;
      color:#fff;
      width:200px;
      border:0px;
  }
  #total-trial-bonus{
      background-color:#4A9B84;
      font-size:16px;
      padding:16px;
      margin:0 auto;
      border-radius:15px;
      color:#fff;
      width:100%;
  }
  #view-record{
      background-color:#4A4A84;
      font-size:16px;
      padding:16px;
      margin:0 auto;
      border-radius:15px;
      color:#fff;
      width:100%;
      border:0px;
  }
  #ticketing-rules{
      color:#fff;
      font-size:16px;
      padding:0 20px;
      text-align:justify;
  }
  #ticketing-rules ul{
      margin-left:-20px;
  }
  #ticketing-rules ul li{
      line-height:1.25em;
      margin-bottom:15px;
      text-align:justify;
  }
  #summary-table{
      width:100%;
      margin: 20px 0;
      background-image: url('frontend/summary-bg.png');
      background-size:cover;
      min-height:220px;
  }
  #summary-table tr td{
      border:3px #343539 solid;
  }
  #summary-table tr td .summary-result{
      color:#FDAC5E;
      display:block;
      font-weight:bold;
  }
  
  
  
  /* My account Page */
  #profile-info{
      text-align:center;
  }
  #edit-profile{
      display:inline-block;
      margin:0 auto;
      position:relative;
  }
  #profile-edit-button{
      position:absolute;
      left:5px;
      bottom:5px;
  }
  #profile-info{
      color:#fff;
      padding:0 20px;
      text-align:center;
  }
  #current-rank{
      position: relative;
      text-align:left;
      padding:2px 30px;
  }
  #rank-title{
      color:#CAAF35;
      font-weight:bold;
      margin-bottom:0px;
      font-size:16px;
  }
  #rank-desc{
      font-size:11px;
  }
  #current-rank-bg{
      position: absolute;
      top:0px;
      left:0px;
      z-index:-999;
  }
  #deposit-btn{
      color:#fff;
      background-color:#FB3A47;
      border-radius:30px;
      padding:10px 20px;
      width:160px;
      font-weight:bold;
  }
  #withdrawal-btn{
      color:#fff;
      background-color:#16C4A9;
      border-radius:30px;
      padding:10px 20px;
      width:160px;
      font-weight:bold;
  }
  #profile-action{
      color:#fff;
      padding:0 0px;
      text-align:center;
      margin: 20px 0;
      
  }
  #all-functions{
      color:#fff;
      padding:0 20px;
      text-align:center;
  }
  #func-cat-title{
      color:#FCA838;
      text-align:left;
  }
  ul#function-menu{
      list-style-type:none;
      list-style-position:inside;
      padding-left:0px;
  }
  ul#function-menu li{
      text-align:left;
      border-bottom:1px #4c5254 solid;
      padding:10px 0;
  }
  ul#function-menu li img{
      margin-right:15px;
  }
  ul#function-menu li a, ul#function-menu li a:link, ul#function-menu li a:visited, ul#function-menu li a:hover{
      color:#fff;
      text-decoration:none;
  }
  ul#function-menu li i{
      float:right;
      padding:5px 0;
      font-size:18px;
  }
  .account-header{
      color:#fff;
      position:relative;
  }
  .account-header h3{
      text-align:center;
      margin:0px;
      padding:15px;
      border-bottom:1px #aaa solid;
  }
  .account-header i{
      position:absolute;
      left:0px;
      top:0px;
      font-size:25px;
      color:#fff;
      padding:15px;
  }
  #copiednotice{
      color: red;
      margin-left:5px;
  }
  
  /* Submenu */
  .account-submenu-bar{
      overflow:hidden;
  }
  .account-submenu-button{
      background-color:var(--secondcolor);
      border:0px;
      color:#67696A;
      font-size:14px;
      font-weight:bold;
      padding:10px 0px;
      float:left;
  }
  .submenu-active{
      color:var(--maincolor);
      border-bottom:3px var(--maincolor) solid;
  }
  .account-subitem-content{
      color:#fff;
  }
  .account-submenu-container{
      padding:15px;
      overflow:hidden;
      position:relative;
      text-align:center;
  }
  
  /* Level */
  #current-level-section-bg img{
      width:360px;
      margin:0 auto;
  }
  .level-item{
      background-color:#222;
      color:#fff;
      border-radius:15px;
      text-align:center;
      padding:5px 10px;
      width: calc(94% / 3);
      float: left;
      margin:1%;
  }
  .level-item img{
      margin-bottom:10px;
  }
  .level-name{
      color:#fff;
      font-weight:bold;
      margin: 12px 0 3px 0;
  }
  .level-range{
      color:#ED7B0C;
      min-height:40px;
      display:flex;
      align-items:center;
      flex-direction: column;
  }
  .level-details{
      font-size:11px;
  }
  #current-level-section-bg{
      text-align:center;
      position:relative;
      display:inline-block;
  }
  #current-level-title{
      position: absolute;
      right: 36px;
      top: 41px;
  }
  #current-level-current-info{
      position: absolute;
      top:78px;
      left:30px;
      display:flex;
      align-items:start;
  }
  #current-level-progress{
      position:absolute;
      left:30px;
      bottom:35px;
      width:260px;
      height:30px;
  }
  #current-level-progress-num{
      position:absolute;
      right:30px;
      bottom:40px;
  }
  
  
  /* Accunt Details page */
  .transaction-list{
      padding:0px;
  }
  .transaction-item{
      background-color:#222;
      color:#fff;
      padding:10px 20px;
      margin-bottom:7px;
      border-radius:15px;
  }
  .transaction-table{
      width:100%;
  }
  .transaction-table tr td:first-child{
      text-align:left;
  }
  .transaction-table tr td:last-child{
      text-align:right;
  }
  .transaction-header{
      padding:5px 0;
      overflow:hidden;
  }
  .transaction-movie-name{
      color:#00FFBB;
      font-weight:bold;
      float:left;
      text-transform:uppercase;
  }
  .transaction-status{
      color:#FF5940;
      font-weight:bold;
      float:right;
  }
  
  
  /* About Us page */
  .about-content{
      background-color:#fff;
      padding:30px 20px 15px 20px;
      border-radius:10px;
  }
  .about-content p, .about-content ul li{
      color:#000;
      line-height:1.25em;
      font-size:16px;
      text-align:justify;
  }
  .about-content ul li{
      margin-bottom:5px;
  }
  
  
  /* Help Center page */
  summary{
      color:#000;
      font-size:20px;
      padding:10px 20px;
      border-bottom:1px #4c5254 solid;
  }
  details[open]{
      background-color:#efefef;
      border-radius:15px;
      padding:20px;
      margin-bottom:10px;
      margin-top:10px;
  }
  details[open] summary{
      padding: 10px 5px;
      margin-bottom:10px;
  }
  details[open] summary:after{
      content: '-';
      display: inline-block;
      float:right;
  }
  details summary:after{
      content: '+';
      display: inline-block;
      float:right;
  }
  
  
  /* Customer Service */
  .support-icon{
      width:100%;
      padding:0px;
      text-align:center;
      float:left;
  }
  .support-icon img{
      width:100px;
  }
  .support-icon a{
      color:#fff;
      text-decoration:none;
  }
  .support-icon h5{
      text-align:center;
      display:block;
  }
  
  
  /* Withdrawal Information page */
  #back-form-section{
      padding:15px;
  }
  .bank-input-fields{
      background-color: #222;
      border-radius:8px;
      overflow:hidden;
      margin-bottom:5px;
      display:flex;
      align-items:center;
      justify-content:start;
      padding: 12px 15px;
  }
  .bank-input-title{
      width:35%;
      float:left;
  }
  .bank-input-title h4{
      font-size:16px;
      text-align:left;
  }
  .bank-input-textbox{
      width:65%;
      float:left;
  }
  .bank-input-textbox input{
      height:37px;
      background-color:#222;
      border:0px;
      border-bottom:1px #4c5254 solid;
      width:100%;
  }
  #bank-declare{
      margin-top:20px;
  }
  #bank-declare ul li{
      text-align:justify !important;
  }
  #confirm-bank-info{
      width:100%;
      background-color:#FA3946;
      padding:15px 0;
      font-size:21px;
      font-weight:bold;
      text-align:center;
      margin-top:15px;
      border:0px;
      border-radius:8px;
      color:#fff;
  }
  #confirm-pin{
      width:100%;
      background-color:#FA3946;
      padding:15px 0;
      font-size:21px;
      font-weight:bold;
      text-align:center;
      margin-top:15px;
      border:0px;
      border-radius:8px;
      color:#fff;
  }
  #confirm-profilepic{
      width:100%;
      background-color:#FA3946;
      padding:15px 0;
      font-size:21px;
      font-weight:bold;
      text-align:center;
      margin-top:15px;
      border:0px;
      border-radius:8px;
      color:#fff;
  }
  
  
  /* Settings page */
  #all-settings{
      color:#fff;
      padding:20px;
      text-align:center;
  }
  #setting-cat-title{
      color:#FCA838;
      text-align:left;
  }
  ul#setting-menu{
      list-style-type:none;
      list-style-position:inside;
      padding-left:0px;
  }
  ul#setting-menu li{
      text-align:left;
      padding: 20px;
      background-color:#222;
      border-radius:15px;
      margin-bottom:10px;
  }
  ul#setting-menu li img{
      margin-right:15px;
  }
  ul#setting-menu li a, ul#setting-menu li a:link, ul#setting-menu li a:visited, ul#setting-menu li a:hover{
      color:#fff;
      text-decoration:none;
  }
  ul#setting-menu li i{
      float:right;
      padding:5px 0;
      font-size:18px;
      color: #fff; /*green*/
  }
  #confrm-language{
      width:100%;
      background-color:#FA3946;
      padding:15px 0;
      font-size:21px;
      font-weight:bold;
      text-align:center;
      margin-top:15px;
      border:0px;
      border-radius:8px;
      color:#fff;
  }
  
  
  /* Pin Page */
  .btn-disabled{
      background-color:#ccc !important;
  }
  
  /* Deposit & Withdrawal Page */
  .deposit-content{
      background-color:#222;
      padding:30px 20px 15px 20px;
      border-radius:10px;
  }
  .crypto-content{
      background-color:#222;
      padding:30px 20px 15px 20px;
      border-radius:10px;
      margin-top:5px;
  }
  #deposit-account-balance{
      color:#fff;
  }
  #deposit-method{
      color:#fff;
  }
  #deposit-account-balance-value{
      float:right;
  }
  .deposit-option tr td{
      text-align:center;
      color:#fff;
      width: calc(100% / 3);
  }
  .deposit-option tr td:first-child{
      text-align:left;
  }
  .deposit-option tr td:first-child img{
      width: 60px;
  }
  .deposit-option tr td:last-child{
      text-align:right;
  }
  .deposit-option tr td:last-child i{
      color: #efefef;
      font-size:35px;
      cursor:pointer;
  }
  .deposit-option tr td:last-child .deposit-option-selected{
      color: orange;
  }
  .amount-content{
      background-color:#222;
      padding:15px 10px;
      border-radius:10px;
  }
  .deposit-option-value{
      background-color:#fff;
      color:#222;
      border-radius:25px;
      width:100%;
      padding:5px;
      text-align:center;
      cursor:pointer;
  }
  .deposit-option-value.active{
      background-color:#FC2B2B;
      color:#fff;
  }
  #amount-option-table tr td{
      padding:2px;
  }
  #amount-option-section{
      margin-top:10px;
      overflow:hidden;
  }
  #deposit-now-btn{
      color:#fff;
      background-color:#FB3A47;
      border-radius:30px;
      padding:10px 5px;
      width:150px;
      font-weight:bold;
      margin-right:10px;
  }
  #customer-service-btn{
      color:#fff;
      background-color:#16C4A9;
      border-radius:30px;
      padding:10px 5px;
      width:150px;
      font-weight:bold;
  }
  #withdrawal-now-btn{
      width:100%;
      background-color:#FA3946;
      padding:12px 0;
      font-size:21px;
      font-weight:bold;
      text-align:center;
      margin-top:15px;
      border:0px;
      border-radius:30px;
      color:#fff;
  }
  
  .withdrawal-input-fields{
      background-color: #222;
      border-radius:8px;
      overflow:hidden;
      margin-bottom:5px;
      display:flex;
      align-items:center;
      justify-content:start;
      padding: 6px 15px;
  }
  .withdrawal-input-title{
      width:50%;
      float:left;
  }
  .withdrawal-input-textbox{
      width:50%;
      float:left;
  }
  
  #placeorder-now-btn{
      width:100%;
      background-color:#FA3946;
      padding:12px 0;
      font-size:21px;
      font-weight:bold;
      text-align:center;
      margin-top:15px;
      border:0px;
      border-radius:30px;
      color:#fff;
  }
  
  .buyer-rating-option{
      font-size:32px;
  }
  .buyer-rating-option.activestar{
      color:#F68500;
  }
  .current-movie-rating{
      color:#F68500;
      font-size:18px;
      font-weight:bold;
      margin-right:5px;
  }
  #get-comment{
      color:#000;
      padding:5px 15px;
      border-radius:15px;
      width:100%;
      background-color:#ccc;
  }
  #order-details-table tr td h5{
      color:#fff;
  }
  
  
  /* PC View */
  /*@media (min-width:1280px){
      html{
          position: relative;
          max-width:480px;
      }
      body{
          background-size: 480px 100% !important;
      }
      #floating-menu{
          max-width:440px;   
      }
      body.login-page{
          background-color: #343539;
          background-repeat: no-repeat;
      }
  }*/
  
  .footer-bottom .fa.active-menu-item{color:var(--maincolor);}
  
  .header-right li{
      margin-top:4px;
  }
  .header-area .menu-bar i{
      margin-top:7px;
  }
  
