/* body {
  background: linear-gradient(
    237.24deg,
    rgba(26, 106, 244, 0.0632) 1.45%,
    rgba(0, 222, 202, 0.064) 101.25%
  );
}

a {
  &:hover {
    text-decoration: none;
  }
} */

body {
  font-family: Manrope, Helvetica, sans-serif;
  background: linear-gradient(237.24deg, rgba(26, 106, 244, 0.0632) 1.45%, rgba(0, 222, 202, 0.064) 101.25%);
}
.modal-content .btn{
  height: 56px;
}
a:hover {
  text-decoration: none;
}
.centerXspaceY{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.centerXcenterY{
  display: flex;
  justify-content: center;
  align-items: center;
}
.alignCenter{
  text-align: center;
}
.mainStake{
  padding: 5px 30px;
  text-align: left;
  font-size: 16px;
}
.mainStake span{
  padding: 5px 0px;
 line-height: 2;
}
.bold{
  font-weight: bolder;
}
.cursor{
  cursor: pointer;
}
.minHeight-80{
  min-height: 80px;
}
.stringColor{
  color : rgba(1, 110, 137, 1)
}
.customFont{
  font-family: Manrope, Helvetica, sans-serif;
}
.mainSubContaner{
  position: relative;
  width: 600px;
  border-radius: 16px;
  background: rgba(255,255,255,.3);
  margin: 5px 10px 0 10px;
  padding-right: 0px;

  /* filter: drop-shadow(0px 0px 9px rgba(0,0,0,0.1));
  -webkit-filter: drop-shadow(0px 0px 9px rgba(0,0,0,0.1));
  -moz-filter: drop-shadow(0px 0px 9px rgba(0,0,0,0.1)); */
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: rgb(0 0 0 / 22%) 0 0 8px;
}
.stakedSCLP{
  width: 100%;
  min-height: 160px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  /* border: 1px solid rgba(255, 255, 255, 1); */
  transition:height 0.30s ease-out;
}
.stakedSCLP-p{
  padding: 10px 20px 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: bolder;
  display: flex;
  align-items: center;
}
.stakedSCLP-v{
  padding: 10px 20px 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  clear: both;
}
.takedSCLP-vb{
  font-size: 36px;
  font-weight: bolder;
  color: #1A6AF4;
}
.mainSubFooter{
  position: absolute;
  bottom: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(143, 146, 161, 0.08);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  cursor: pointer;
}
.mainSubFooter p{
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: transparent;
  padding: 0;
}
.nextContant{
  /* margin-top: 90px; */
  margin-bottom: 60px;
  display: none;
  
}
.nextContant-p-b-c{
  padding: 10px 20px 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.nextContant-p-b{
  padding: 10px 20px 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  text-align: left;
}
.nextContant-p{
  padding: 10px 20px 0;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: left;
}
.Staking{
  display: block;
}
.closee{
  display: none !important;
}
.mainSubContaner .showHideClass{
  display: block !important;
}


.m-autostake{
  position: relative;
}

.zIndex-3{
  z-index: 3;
}
.zIndex-2{
  z-index: 2;
}
.max{
  font-family: Manrope, Helvetica, sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  background: #1A6AF414;
  padding: 10px;
  border-radius: 5px;
  color: #1A6AF4;
}

.estimated{
  font-size: 14px;
  font-weight: 500;
  color: #03031999;
}
.estimated .primary{
  color: #1A6AF4;
  font-size: 16px;
}

.stakedContaner .mainContainer{
  height: 100% !important;
  justify-content: flex-end;
}
.stakedContaner .mainContainer .swap{
  padding: 28px 32px 28px 32px;
}

#stakeDayli ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 40px;
  display: flex;
}


#stakeDayli ul#tab a {
  color: #03031999;
  background: #fff;
  border: 1px solid #aaa;
  text-transform: uppercase;
  height: 35px;
  position: relative;
  display: inline-flex;
  padding: 3px 0px;
  top: 2px;
  text-decoration: none;
  align-items: center;
  border-radius: 50px;
  margin: 0 10px;
  font-size: 14px;
  width: 80%;
  justify-content: center;
}

#stakeDayli ul#tab a:hover,#stakeDayli ul#tab a.current {
  border: 1px solid  #1A6AF4;
  color: #000;
  font-weight: 600;
}



#stakeDayli ul#tab li {
  flex-basis: 20%;
  width: 75px;
  justify-content: center;
}
.switchStaking-container{
  width: 100%;
  height: 150px;
  margin-top: 20px;
}
.switchStaking-container2{
  top: 440px;
}
.switchStaking .bold{
  font-size: 16px;
  font-weight: 600;
  color: #030319;
}
.switchStaking .primary{
  font-size: 12px;
  font-weight: 500;
  color: #1A6AF4;
}
.switchStaking-container .inner-conrainer{
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid rgba(143, 146, 161, 0.6);
}
.switchStaking-container .inner-conrainer .switchStaking{
  display: block;
  margin-left: 20px;
  text-align: left;
}

.background-color-bg{
  background-color: #f1f7ff !important;
}
.stakedContaner .full-height-wthScrool{
  height: calc(100vh - 150px) !important;
  overflow: auto;
}
.stackModalCustomDesign .modal-content{
border-radius: 16px;
}
.stackModalCustomDesign .modalWrapper{
  width: 100%;
  min-height: 400px;
  /* background-color: #fff; */
}
.stackModalCustomDesign .modalWrapper header{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.modalWrapper .closeBTN{
  background: transparent;
  border: none;
  outline: none;
  filter: brightness(0);
}
.statisImg{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;

}
.modalWrapper .transaction{
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: relative;
  font-family: Manrope, Helvetica, sans-serif;
}
.modalWrapper .transaction .View-Submitted{
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  font-family: Manrope, Helvetica, sans-serif;
}
.modalWrapper .transaction .View-Staked{
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.modalWrapper .transaction .View-SCLP{
  font-size: 12px;
  font-weight: 500;
  color: #1A6AF4;
  background-color: #1A6AF414;
  border-radius: 7px;
  padding: 10px;
}

.modalWrapper .transaction-footer .View-transaction{
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #1A6AF4;
  font-family: Manrope, Helvetica, sans-serif;
  left: 0;
  width: 100%;
}
.stakedSCLP .infoDropdown{
  width: 20px;
  float: left;
  margin-top: 10px;
}

.nextContant-p-b-c .lable{
  font-size: 12px;
  font-weight: 500;
  color: #03031999;
}
.nextContant-p-b-c .contant{
  font-size: 18px;
  font-weight: 500;
  color: #030319;
}
.nextContant-p-b-c .contant2{
  font-size: 14px;
  font-weight: 500;
  color: #030319;
}
.nextContant-p-b-c .link{
  font-size: 14px;
  font-weight: 600;
  color: #1A6AF4;
}
.extendStakedSCLP{
  background-color: #F7F7F7;
  padding: 10px 0 !important;
  border-top: 1px solid #8F92A166;
  text-align: left;
  border-bottom: 1px solid #8F92A166;
}
.dashedLIneH{
  border-bottom: 1px dashed #8F92A166;
}
.extendStakedSCLP{
  display: block !important;
}
.mt-120px{
  margin-top: 120px !important;
}
.cancleInH1{
  float: right;
  font-size: 12px;
  font-weight: 800;
  color: #1A6AF4;
}
.mainContainer .btn-primary{
  height: 56px;
  font-size: 14px;
  font-weight: 800;
}
.stackModalCustomDesign .btn-primary{
  height: 56px;
}
.stackModalCustomDesign .btn-popupCancel{
  height: 56px;
  background-color: #1A6AF414;
  color: #1A6AF4;
  font-size: 14px;
  font-weight: 800;
}
.eliteMembership{
  position: relative;
}
.eliteMembership .elite{
  width: 170px;
  max-height: 158px;
  height: 100%;
  background: linear-gradient(199.39deg, #00DECA -22.49%, #3A8AFA 86.04%, #1A6AF4 264.64%);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 16px;
  z-index: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  justify-content: center;
}
.greeting{
  display: flex;
  justify-content: center;
  margin: 40px auto 5px;
}
.eliteBGImg{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  
}
.EliteMember-p{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: center;
}
.p-bold{
font-size: 14px !important;
font-weight: 800;
}
.EliteMember-BTN{
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 3px 10px;
  background-color: #030319;
  border-radius: 10px;
  outline: none;
  border: none;
  margin-top: 5px;
  z-index: 100;
  cursor: pointer !important;
  height: 30px;
}
.account-text-lite{
  color: #03031999;
}
.account-text-dark{
  color: #000;
  font-size: 16px;
}
.bolderr{
  font-weight: 600;
}
.strong-text{
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.text-error{
  color: #FF6E66 !important;
}

.disable-btn{
  background-color: rgba(26, 106, 244, 0.4) !important;
  color: #FFFFFF !important;
  pointer-events: none !important;

}
.displayNone{
  display: none !important;
}
.top460{
  top: 460px;
}
.btn-calcel{
  color: #1A6AF4;
  background: rgba(26, 106, 244, 0.08);
  
}

.scallopEliteMembership{
  height: 127px;
  width: 100%;
  background: linear-gradient(199.39deg, #00DECA -22.49%, #3A8AFA 86.04%, #1A6AF4 264.64%);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
  position: relative;
}
.scallopEliteMembershipConta header{
  display: block !important;
}
.scallopEliteMembershipConta h2{
  position: absolute;
  top: 48px;
  left: 20px;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}
.activateNowTran{
  padding: 0;
  margin: 0;
  text-align: left !important;
  padding-left: 20px;
}
.activateNowTran .View-Staked{
  font-size: 16px !important;
  font-weight: 600 !important;
}
.activateNowTran ul li{
  font-size: 14px;
  font-weight: 500 !important;
}
.popupBlckCenter{
  margin-left: 50%;
  transform: translateX(-50%);
}
.toggleUpDownArrowss p.closee{
  display: block !important;
}
.toggleUpDownArrowss .Staking{
  display: none !important;
}

.dispalyNone{
  display: none !important;
}

.mainDiv{
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.rightSide{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rightSide a{
  display: block;
}
.rightSide img{
  height: 150px;
  border-radius: 15px;
  margin-top: 18px;
}
.h-100{
  height: 100% !important;
}

#footer{
  display: block;
  margin-top: 15px;
  background: transparent;
  padding: 5px 0 40px 0;
}

.social-links{
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links a {
  font-size: 18px;
  display: inline-flex;
  background: #F5F6FA;
  line-height: 1;
  padding: 14px 0;
  margin-right: 20px;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  padding: 0 20px;
}
.social-links a:hover {
  background: #e5e6eb;;
  text-decoration: none;
}
.container{
  margin-right: 0;
  padding: 0;
}
#slimscrollDiv, .mainContainer{
  padding-right: 20px;
}
.slimScrollDiv{
  height: 100% !important;
}
.extend{
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.m-autostake, .mainSubContaner, .mainContainer{
  overflow: hidden;
}
.stakedContaner .full-height-wthScrool{
  display: flex;
}
@media (max-width: 1432px) {
  .container{
    max-width: 1010px;
    margin-right: 0;  
  }
  .mainSubContaner{
    width: 530px;
  }
  .switchStaking-container{
    padding: 0 10px;
    }
}

@media (max-width: 1300px) {
  .container{
    max-width: 780px;
    margin-right: 0;
  }
  
  .centerMinScreen{
    max-width: 100%;
  }
  
  .stakedContaner .full-height-wthScrool{
    height: 100% !important;
  }
  .mainSubContaner{
    width: 590px;
  }
  
}
@media (max-width: 1200px) {
  .container{
    margin-right: 0;
  }
  .stakedContaner .mainContainer{
    justify-content: end !important;
    padding: 0px 7%;
  }
  .stakedContaner .full-height-wthScrool{
    display: inline;
  }
}
@media (max-width: 1128px) {
  .container{
    max-width: 630px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .container{
    margin-right: auto;
  }
  .stakedContaner .mainContainer{
    justify-content: center !important;
    padding:0;
  }
  #menu{
    padding: 20px !important;
    height: auto !important;
    border-radius: 10px !important;
    width: calc(100% - 80px);
  }
  .menuHeader{
    display: none !important;
  }
  #slimscrollDiv, .mainContainer{
    padding-right: 0;
  }
  .mainDiv{
    overflow: hidden;
  }
  .switchStaking-container{
    padding: 0 40px;
    }
}
@media (max-width: 650px) {
  body{
    width: 100%;
    height: 100vh;

  }
 .m-autostake, .mainSubContaner, .mainContainer{
   width: 90%;
   margin: auto;
 }
 .stakedContaner , .navbar{
   min-width: 560px !important;
 }
 .stakedContaner .full-height-wthScrool{
  height:100%;
 }
 #slimscrollDiv, .mainContainer{
   padding-right: 0;
 }
 
}


#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e9ecee;
  color: #8a9ca5;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
