.new-user-leg {
  white-space: nowrap;
  overflow: auto;
}

.new-user-leg {
  white-space: nowrap;
  overflow: auto;
}
.new-user-leg ul {
	text-align: center;
    padding-top: 35px;
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.new-user-leg li {
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 35px 10px 0 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
     margin: 0 -2px 0 -2px; 
}
/*We will use ::before and ::after to draw the connectors*/
.new-user-leg ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #ccc;
    width: 0;
    height: 35px;
}
.new-user-leg li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #ccc;
}
/*We need to remove left-right connectors from elements without any siblings*/
.new-user-leg li:only-child::after,
.new-user-leg li:only-child::before {
  display: none;
  border-radius: 0 !important;
  left: 0;
}
/*Remove space from the top of single children*/
.new-user-leg li:only-child {
  padding-top: 0;
}
/*Remove left connector from first child and right connector from last child*/
.new-user-leg li:first-child::before,
.new-user-leg li:last-child::after {
  border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.new-user-leg li:last-child::before {
  border-right: 2px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.new-user-leg li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
/*Time to add downward connectors from parents*/
.new-user-leg ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #ccc;
  width: 0;
  height: 35px;
}
.new-user-leg li a {
    border: 2px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    /* font-size: 11px; */
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.new-user-leg li a:hover,
.new-user-leg li a:hover+ul li a {
  background: #c8e4f8;
  color: #000;
  border: 2px solid #94a0b4;
}
/*Connector styles on hover*/
.new-user-leg li a:hover+ul li::after,
.new-user-leg li a:hover+ul li::before,
.new-user-leg li a:hover+ul::before,
.new-user-leg li a:hover+ul ul::before {
  border-color: #94a0b4;
}


/*We will use ::before and ::after to draw the connectors*/
.new-user-leg li::before, .new-user-leg li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #ccc;
    width: 50%;
    height: 35px;
}
.new-user-leg li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #ccc;
}
/*We need to remove left-right connectors from elements without any siblings*/
.new-user-leg li:only-child::after,
.new-user-leg li:only-child::before {
  /*display: none;*/
  border-radius: 0 !important;
  left: 0;
}
/*Remove space from the top of single children*/
.new-user-leg li:only-child {
  /*padding-top: 0;*/
}
/*Remove left connector from first child and right connector from last child*/
.new-user-leg li:first-child::before,
.new-user-leg li:last-child::after {
  border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.new-user-leg li:last-child::before {
  border-right: 2px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.new-user-leg li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
/*Time to add downward connectors from parents*/
.new-user-leg ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #ccc;
  width: 0;
  height: 35px;
}
.new-user-leg li a {
    border: 2px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    /* font-size: 11px; */
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.new-user-leg li a:hover,
.new-user-leg li a:hover+ul li a {
  background: #c8e4f8;
  color: #000;
  border: 2px solid #94a0b4;
}
/*Connector styles on hover*/
.new-user-leg li a:hover+ul li::after,
.new-user-leg li a:hover+ul li::before,
.new-user-leg li a:hover+ul::before,
.new-user-leg li a:hover+ul ul::before {
  border-color: #94a0b4;
}


  #india-map {
      height: 400px; 
      min-width: 310px; 
      max-width: 800px; 
      margin: 0 auto; 
  }
  .loading {
      margin-top: 10em;
      text-align: center;
      color: gray;
  }
  .poweredByWrapper,
  a.cryptocompare-logo {
    display: none;
  }


  .text-decoration-none {
      text-decoration:none
  }

  div#google_translate_element {
      display: inline-block;
  }
div#google_translate_element .goog-te-gadget {
  font-family: 'Hind', sans-serif !important;
  font-weight: 500
}
div#google_translate_element .goog-te-gadget-simple {
    border: 1px solid #b9c1c4;
    padding: 5px 10px;
    border-radius: 5px;
}
.goog-te-gadget-simple .goog-te-menu-value {
  text-decoration: none;
}

html.translated-rtl .sidebar {
    margin-top: 100px;
}

 body.login {
         background: #6861ce;
         background: -webkit-linear-gradient(legacy-direction(-45deg), #2a20ac, #6861ce);
         background: linear-gradient(-45deg, #2a20ac, #6861ce);
         }
         .login .login-aside-left {
         text-align: center;
         }
         .login .login-aside-left .sub-head {
         font-family: 'Open Sans', sans-serif;
         font-size: 2.5em;
         font-weight: 700 !important;
         line-height: 1.2em;
         margin-bottom: .5rem;
         margin-top: 1rem;
         }
         .login .login-aside-left .sub-subtitle-1 {
         /*opacity: .9*/
         font-size: 1.5em !important;
         font-weight: 300;
         }
         .login .login-aside-right {
         background-color: #fff
         }
         .login .login-aside-left .login-left-logo {
          margin-left: auto;
          margin-right: auto;
         }
         .container-login {
         padding: 20px 5px !important;
         }
         @media (min-width: 992px) {
         body.login {
         background: url(../../new-assets/img/gcg-loginbg.png) center bottom no-repeat;
         background-size: auto;
         -webkit-background-size: cover;
         background-size: cover;
         background-color: #fff;
         }
         .login .wrapper-login {
         max-width: 1200px;
         margin: auto;
         }
         .login .login-aside-left {
         /*padding-left: 6em;*/
         text-align: left;
         }
         .login .login-aside-left .login-left-logo {
         margin: 0 0 2em 0;
         }
         .login .login-aside-left .sub-head {
         font-family: 'Open Sans', sans-serif;
         font-size: 3.8em;
         font-weight: 800 !important;
         line-height: 1.3em;
         margin-bottom: 1.5rem;
         margin-top: 0.5rem;
         }
         .login .login-aside-left .sub-subtitle-1 {
         /*opacity: .9*/
         font-size: 1.5em !important;
         font-weight: 600;
         }
         .login .login-aside-left .sub-subtitle-2 {
         font-weight: 300;
         opacity: .8
         }
         .login .login-aside-right {
         background-color: transparent;
         margin-top: 5em;
         }
         .container-login {
         padding: 60px 15px !important;
         }
         /*register-css*/
         .register-panel .login-aside-right {
         background-color: transparent;
         margin-top: 4em;
         }
         .container-register {
         width: 500px !important;
         }
         }


         #morris-donut-chart text {
         font-size: 18px!important;
         font-family: 'Hind', sans-serif !important;
         }
         .mgc-profit-details .mgc-profit-col {
         float: left;
         width: 24.9%;
         padding: 15px 15px;
         border-left: 1px solid #3ca07b;
         border-right: 1px solid #3ca07b;
         border-top: 1px solid #3ca07b;
         border-bottom: 1px solid #3ca07b;
         text-align: left;
         }
         .mgc-profit-details .mgc-profit-col:nth-child(3) {
             border-left: 0;
         }
         .mgc-profit-container{
         margin-bottom: 5px;
         position: relative;
         height: 80px;
         }
         .mgc-profit-row-name {
         position: absolute;
         left: 7px;
         top: 50%;
         width: 60px;
         color: #fff;
         line-height: 10px;
         border-radius: 0 0px 3px 3px;
         border: 2px solid #c14848;
         border-right: 0;
         font-size: 10px;
         font-weight: 600;
         text-align: center;
         text-transform: uppercase;
         transform: translate(-50%, -50%) rotate(-90deg);
         }
         .mgc-profit-details .mgc-profit-row-name {
         background: #3ca07b;
         border-color: #3ca07b;
         }
         .mgc-profit-row-fee{
         position:absolute;
         right:0;
         bottom:0;
         padding-right:10px;
         color:#fff;
         font-size:10px;
         font-weight:400
         }
         .mgc-profit-label {
         font-size: 14px;
         color: #616161;
         font-weight: 600;
         }
         .mgc-profit-container .mgc-profit-col.mgc-profit-col-first .mgc-profit-label {
         /* color: #fff; */
         }
         .mgc-profit-value {
         font-size: 25px;
         font-weight: 700;
         line-height: 30px;
         color: #b13737;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
         }
         .mgc-profit-details .mgc-profit-value{
         color:#3ca07b
         }
         .mgc-profit-container .mgc-profit-col.mgc-profit-col-first {
         /*background: #f15c5c; */
         color: #fff;
         /* border-color: #b13737; */
         border-radius: 5px 0 0 5px;
         position: relative;
         padding: 15px 25px;
         border-right: 0;
         }
         .mgc-profit-container .mgc-profit-col:last-of-type{
         border-radius:0 10px 10px 0
         }
         .mgc-profit-container .mgc-profit-col.mgc-profit-col-first .mgc-profit-value {
         /* color: #fff; */
         }
         .mgc-profit-details .mgc-profit-container .mgc-profit-col.mgc-profit-col-first {
         /* background: #4CAF50; */
         /* border-color: #4CAF50; */
         }
         .mgc-profit-details .mgc-profit-container .mgc-profit-col:last-of-type{
         border-radius:0 10px 10px 0;
         border-left: 0;
         }
         .section-label{
         display: inline-block;
         line-height: 25px;
         font-weight: 700;
         font-size: 14px;
         background: #fff;
         color: #b13737;
         padding: 5px 30px;
         margin-bottom: 5px;
         border-bottom-left-radius: 10px;
         border-bottom-right-radius: 10px;
         text-transform: uppercase;
         }
         .mgc-profit-details .section-label{
         background: #4caf50;
         color: #ffffff;
         }
         .section-first{
         margin-left:10px
         }
         .section-first .section-label{
         background:#fff;
         color:#b13737
         }
         .mgc-profit-details .section-first .section-label {
         background: #4caf50;
         color: #ffffff;
         }
         .section-values{
         margin-bottom:5px;
         overflow:hidden;
         text-align:center
         }
         .section-value{
         display: inline-block;
         float: left;
         /* color: #fff; */
         width: 32%;
         text-align: center;
         background: #ffe0e0;
         padding: 0 0 10px 10px;
         border-bottom: 2px solid #e29090;
         border-right: 1px solid #e29090;
         border-radius: 5px;
         padding-right: 5px;
         }
         .mgc-profit-details .section-value {
         background: #4caf509c;
         border: 2px solid #4caf50;
         }
         .mgc-profit-details .section-content {
         font-size: 35px;
         font-weight: 700;
         color: #333;
         padding: 5px 0;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
         }
         .calculated-for{
         padding:3px;
         background:#eee;
         margin-bottom:10px;
         border:1px solid #ddd;
         border-top:0;
         font-size:12px;
         text-align:center;
         border-left:0;
         border-right:0;
         color:#777;
         box-shadow:inset 1px 4px 9px -6px
         }
         .calculated-for-value{
         font-weight:700
         }
         .item-payment{
         list-style-type:none;
         list-style-position:outside;
         list-style:none;
         padding-left:0;
         float:left;
         margin-top:25px
         }
         .item-payment li{
         display:inline-block;
         font-size:13px
         }
         .item-payment li .product-value{
         background:#f5f5f5;
         color:#5cb85c;
         border:1px solid #eee;
         font-size:12px;
         line-height:20px;
         padding-left:10px;
         padding-right:10px;
         border-radius:4px;
         margin-right:5px
         }
         .list-mining .list-buy li.item-locations{
         width:inherit
         }
         .Webpageminingh .item-coins{
         margin-top:-10px;
         clear:none;
         margin-left:130px
         }
         .product-header .content{
         overflow:hidden;
         margin-left:125px
         }
         .webPageMiningPoolP .product-header .content{
         margin-left:0
         }
         .page-mining-individual{
         padding-bottom:15px
         }
         .page-mining-individual .page-title{
         margin-bottom:5px;
         line-height:50px;
         font-size:40px;
         line-height:50px;
         margin-top:0
         }
         h1.sec-heading {
         font-weight: 600;
         position: relative;
         font-size: 18px;
         background: #ec3f48;
         width: 45%;
         color: #ffffff;
         text-align: center;
         padding: 6px 20px;
         margin: 10px auto 5px;
         text-transform: capitalize;
         border-radius: 0px;
         border-bottom-left-radius: 5px;
         border-bottom-right-radius: 5px;
         }
         h1.sec-heading:before, h1.sec-heading:after {
         content: "";
         position: absolute;
         top: -6px;
         border: 18px solid #f25961;
         }
         h1.sec-heading span:before {
         left: 0;
         border-width: 6px 0 0 6px;
         }
         h1.sec-heading span:after {
         right: 0;
         border-width: 6px 6px 0 0;
         }
         h1.sec-heading span:before, h1.sec-heading span:after {
         content: "";
         position: absolute;
         border-style: solid;
         border-color: #728483 transparent transparent transparent;
         top: -6px;
         transform: rotate(180deg);
         }
         h1.sec-heading:before {
         left: -36px;
         border-right-width: 18px;
         border-left-color: white;
         }
         h1.sec-heading:after {
         right: -36px;
         border-left-width: 18px;
         border-right-color: transparent;
         }
         @media (max-width: 992px) {
         .mgc-profit-details .section-content {
         font-size: 15px;               
         }
         .section-value {
         display: inline-block;
         float: left;
         color: #fff;
         width: 30%;
         padding: 0px 5px;
         }
         .section-label {
         line-height: 12px;
         font-weight: 700;
         font-size: 10px;
         padding: 5px;
         }
         .mgc-profit-details .mgc-profit-col {
         float: left;
         width: 100%;
         padding: 15px 15px;
         border: 1px solid #3ca07b;
         text-align: center;
         margin: 5px;
         }
         .mgc-profit-container .mgc-profit-col.mgc-profit-col-first {                
         border-radius: 10px;
         border-right: 1px solid #3ca07b;
         }
         .mgc-profit-details .mgc-profit-container .mgc-profit-col:last-of-type {
         border-radius: 5px;
         border-left: 1px solid #3ca07b;
         }
         h1.sec-heading {
         font-size: 14px;
         background: #ec3f48;
         width: 85%;
         color: #ffffff;
         text-align: center;
         padding: 6px 20px;
         margin: 5px auto 5px
         }
         }



         /*Rangeslider graph css start*/
            .irs {
         font-family: 'Hind', sans-serif;
         }
         .highcharts-graph{stroke:rgb(55, 186, 39);}
         path.highcharts-point.highcharts-point-up{fill:rgb(55, 186, 39);}
         .highcharts-area{fill:#81d07f;}
         .highcharts-axis-resizer{stroke:#bbb;}
         #howItwork h2 {
         color: #35449d;
         }
         #howItwork {
         background-color: #fff;
         padding: 40px 0px;
         }
         .btn-success {
         background-color: #3dca7b;
         }
         .irs--round .irs-from, 
         .irs--round .irs-to, 
         .irs--round .irs-single {
         top: -3px;
         padding: 5px 10px;
         /*background-color: #3dca7b;*/
         background-color: #e22323;
         border-radius: 30px;
         }
         .irs--round .irs-min, .irs--round .irs-max {
         top: 5px;
         }
         .irs--round .irs-line {
         top: 36px;
         height: 6px;
         background-color: #cdd6dd;
         border-radius: 4px;
         }
         .irs--round .irs-bar {
         /*background-color: #3dca7b;*/
         background-color: #e22323;
         height: 6px;
         }
         .irs--round .irs-handle {
         /*border: 2px solid #3dca7b;*/
         border: solid 1.3px #c1c1c1;
         box-shadow: 0 7px 39px 0 rgba(0,0,0,0.15);
         top: 26px;
         width: 25px;
         height: 25px;
         cursor: pointer;
         }
         .irs--round .irs-from:before,
         .irs--round .irs-to:before, 
         .irs--round .irs-single:before{
         border-top-color: #e22323;
         }

         /*Rangeslider graph css end*/