.bginputlogin {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 10px 5px;
    padding-top: 10px;
    box-shadow: none;
    background: black;
    background-image: var(--themeColor);
    border-radius: 5px;
    border: 1px solid #f5bd70;
    color: #ffebcd;
    box-shadow: 0 0 5px #000;
  }

  .inmain-card {
    background-image: var(--profileHeader);
    background-size: cover;
    border-radius: 5px;
  }


  .golden-btn {
    border: 1px solid #ffe18c;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -1px 2px 1px #8b4208, inset 0 -1px 1px 2px #fae385;
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: #783205;
  }

  .silver-btn {
    display: inline-block;
    outline: none;
    box-sizing: border-box;
    border-radius: 0.2em;
    height: auto;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -1px 2px 1px #494949, inset 0 -1px 1px 2px #bebebe;
    background-image: linear-gradient(160deg, #525252, #8d8a83, #d8d8d6, #6b6b6b, #383838);
    border: 1px solid #69645d;
    color: #303030;
    text-shadow: 0 2px 2px #bebebe;
    cursor: pointer;
    transition: all .2sease-in-out;
    background-size: 100% 100%;
    background-position: 50%;
  }


  .column {
    padding: 0px;
  }


  .route-view.has-top {
    margin-top: 67px;
  }

  .route-view {
    padding: 0px;
  }

  .box-wallet {
    border-radius: 0px;
  }

  .topbox {
    background: #222;
    margin-top: 10px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .ctslide {
    background-color: #111;
    border: 1px solid #555;
    padding: 5px 10px;
    margin-bottom: 0;
    width: 100%;
    border-radius: 5px;
    overflow-x: hidden;
    color: white;
  }


  .ctslide span {
    -webkit-animation: marquee 10s linear infinite;
    white-space: nowrap;
    display: inline-block;
  }

  /* Animation marquee */
  @-webkit-keyframes marquee {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(-100%);
    }
  }


  .coming-soon-container {
    /* display: flex; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    height: 100%;
  }

  .coming-soon-container img {
    width: 100px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    top: -15px;
  }