@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000; 
  width: 375px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 40px;
  background-color: #fff;
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fix {
  overflow: hidden; }

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; 
  transition: .3s;
}
  

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: medium none;
    text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #404040;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px;
  font-weight: 700; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #555;
  margin-bottom: 15px; }

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0; }

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400; }

*::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #222;
  color: #ffffff;
  text-shadow: none; }

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #222;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #222;
  font-size: 14px;
  opacity: 1; }

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.clear {
  clear: both; }
.container {
  max-width: 360px;
}


  /* onboarding css start here */
  .onboarding{
    padding: 30px 0 150px 0;
    border-radius: 30px;
}

.onboarding_content #myTab {
	display: flex;
	gap: 0 5px;
	margin-bottom: 90px;
	width: 100%;
	flex-wrap: inherit;
}
.onboarding_content #myTab li {
  width: 33.33%;
  margin: 0;
}
.onboarding_content #myTab li .nav-link {
	width: 100%;
	height: 5px;
	background: rgba(0,0,0,.14) !important;
	padding: 0;
	border-radius: 4px;
	border: 0 !important;
}
.onboarding_content #myTab li .nav-link.active {
	border: 0;
	background: #416AF9 !important;
}
.onboarding_content .nav-tabs .nav-link:focus, .onboarding_content  .nav-tabs .nav-link:hover.active {
	border-color: transparent !important;
}
  .onboarding_thumb{
    text-align: center;
  }
  .onboarding_thumb img{
    width: 280px;
    height: 280px;
  }
  div#step2 .onboarding_thumb img {
    width: 223px;
    height: 302px;
}
  .onboarding_text {
    text-align: center;
}

.onboarding_text h4 {
    font-weight: 700;
    color: #263238;
    line-height: 26.4px;
    margin-bottom: 15px;
}

.onboarding_text p {
    font-size: 13px;
    font-weight: 500;
    color: #A4A9B2;
    line-height: 16.9px;
}

.onboarding_text {
    padding: 70px 0 0 0;
}
.onboarding_btns{
  margin-top: 45px;
}

.onboarding_content .nav.nav-tabs {
  display: flex;
  gap: 0 5px;
  flex-wrap: inherit;
  margin-bottom: 100px;
}
.onboarding_content .nav.nav-tabs li {
  width: 33.33%;
}
.onboarding_content #myTab li .nav-link {
	width: 100%;
	height: 5px;
	background: rgba(0,0,0,.14) !important;
	padding: 0;
	border-radius: 4px !important;
	border: 0 !important;
}
.onboarding_content .nav.nav-tabs li a.active {
  background: #416AF9;
}
.onboarding_text a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 10px 40px;
    background-color: #416AF9;
    color: #fff;
    border: 1px solid #416AF9;
    border-radius: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 15px;
}
.list-inline.pull-right a {
	font-size: 16px;
	font-weight: 500;
	display: block;
	width: 100%;
	padding: 10px 40px;
	background-color: #416AF9;
	color: #fff;
	border: 1px solid #416AF9;
	border-radius: 12px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	margin-bottom: 0;
	text-transform: capitalize;
	margin-top: 45px;
}
.onboarding_btns a:nth-child(2) {
  background-color: #fff;
  color: #263238;
  border: 1px solid rgba(164, 169, 178, 0.55);
}
.onboarding_btns a:nth-child(2):hover{
  background-color: #416AF9;
  color: #fff;
  border-color: #416AF9;
}
.onboarding_text a:hover{
    background-color: #fff;
    color: #416AF9;
}

.onboarding_2 .onboarding_thumb img{
    width: 223px;
    height: 302px;
}
.onboarding_3 .onboarding_thumb img{
    width: 290px;
    height: 290px;
}

/* contact area */

.logo a img {
  width: 68px;
}
.contact-title h2 {
  font-size: 22px;
  color: #1E1E1E;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-title p {
  font-size: 14px;
  color: #A4A9B2;
}
.contact-form {
  margin-top: 40px;
}

.input-style label {
  display: block;
  margin-bottom: 10px;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
}
.input-style input {
	background: #fff;
	border: 1px solid rgba(164, 169, 178, 0.55);
	width: 100%;
	height: 44px;
	padding: 0 15px;
	border-radius: 8px;
	color: #9198A3;
	font-size: 14px;
}
.input-style input::placeholder {
  opacity: 1;
  color: #9198A3;
}
.input-style input::-moz-placeholder {
  opacity: 1;
  color: #9198A3;
}
.input-style {
	position: relative;
	margin-bottom: 25px;
}
.input-style > span {
	position: absolute;
	right: 15px;
	cursor: pointer;
	transition: .3s;
	top: 42px;
}
.input-style.input-style-set {
	margin-bottom: 30px;
}
.input-checkbox .form-check-input {
	width: 16px;
	height: 16px;
	border: 1px solid #A4A9B2;
  cursor: pointer;
}
.input-checkbox label {
	color: #263238;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	top: 1px;
	margin-left: 5px;
}
.form-check-input:focus {
	box-shadow: none;
}
.input-checkbox {
  margin-bottom: 30px;
}
.input-checkbox label a {
  color: #416AF9;
}
.form-check-input:checked {
	background-color: #416AF9;
	border-color: #416AF9;
}
.input-checkbox {
  margin-bottom: 30px;
}
.input-checkbox label a {
  color: #416AF9;
}
.input-checkbox ul li {
  color: #EB4335;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  margin-top: 10px;
  margin-left: 10px;
}
.contact-form button {
  background: #416AF9;
  border: 1px solid transparent;
  border-radius: 12px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
  transition: .3s;
}
.contact-form button:hover {
  background: transparent;
  color: #416AF9;
  border-color: #416AF9;
}
.sign-up-btn-style {
  text-align: center;
  background: #416AF9;
  border: 1px solid transparent;
  border-radius: 12px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  color: #fff !important;
  font-weight: 500;
  transition: .3s;
  display: block;
}
.sign-up-btn-style:hover {
  background: transparent;
  color: #416AF9 !important;
  border-color: #416AF9;
}
.contact-form button.input-btn {
  color: #263238;
  background: transparent;
  border-color: rgba(164, 169, 178, 0.55);
}
.contact-form button.input-btn:hover {
  background: #263238;
  color: #fff;
}
.contact-form button.input-btn img {
  margin-right: 10px;
  width: 23px;
}
.contact-footer p {
  color: #344054;
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
}
.contact-footer p a {
  color: #FD924F;
  font-weight: 500;
}
.contact-footer p a:hover {
  color: #416AF9;
}

.eye-position img {
  width: 19px;
}
.eye-position:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 1px;
  background: #A4A9B2;
  right: -2px;
  top: 53%;
  transform: translateY(-50%) rotate(-45deg);
  transition: .3s;
}
.eye-position1.active::before {
	display: none;
}
.contact-title {
	margin-bottom: 40PX;
}
.eye-position2.active:before {
  display: none;
}
.password-forget a {
	display: inline-block;
	color: #416AF9;
	font-size: 14px;
	font-weight: 500;
}
.password-forget a:hover {
	color: #9198A3;
}
.password-forget.password-forget-error {
	margin-bottom: 15px;
}
.input-style.input-style01 {
  margin-bottom: 65px;
}
.contact-footer.contact-footer-2 {
  margin-top: 250px;
}
.input-style p {
  color: #EB4335;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  margin-top: 10px;
  margin-left: 10px;
}
.input-style ul li {
  color: #EB4335;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  margin-top: 10px;
  margin-left: 10px;
}
.sign-currect-pass {
  margin-left: 10px;
  margin-top: 12px;
}
.sign-currect-pass h4 {
  font-size: 12px;
  color: #263238;
  font-weight: 500;
  margin-bottom: 14px;
}
.sign-currect-pass ul li {
  display: block;
  font-size: 12px;
  color: #02C85D;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  padding-left: 14px;
}
.sign-currect-pass ul li:nth-child(2), .sign-currect-pass ul li:last-child {
  color: #EB4335;
}
.sign-currect-pass ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #02C85D;
  border-radius: 50%;
  top: 3px;
  left: 0;
}
.sign-currect-pass ul li:nth-child(2)::before, .sign-currect-pass ul li:last-child:before {
  background: #EB4335;
}

.contact-footer.contact-footer-error p a {
  color: #416AF9;
}
.contact-footer.contact-footer-error p a:hover {
  color: #FD924F;
}
.password-forget.text-end p {
	text-align: center;
	font-size: 12px;
	line-height: 140%;
	color: #EB4335;
	margin-top: 17px;
}

/* redeam tokens page */

.redeam-header a {
  display: inline-block;
  background: #FFFFFF;
  width: 37.8px;
  height: 37.8px;
  border-radius: 5px;
  text-align: center;
  line-height: 37.8px;
  box-shadow: 0px 2px 30px -9px rgb(153, 152, 152);
}
.redeam-header a img {
  width: 19px;
}
.redeam-header h3 {
  font-size: 20px;
  color: #263238;
  font-weight: 600;
  width: 79%;
  margin: auto;
  text-align: center;
}
.redeam-header {
  display: flex;
  align-items: center;
}

.redeam-big-img img {
  width: 100%;
  border-radius: 15px;
}
.redeamm-profile a {
	margin-top: -20px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #263238;
	margin-bottom: 3px;
	margin-top: -53px;
}
.redeamm-profile a img {
	width: 99px;
	margin-bottom: 13px;
}
.redeamm-profile span {
  display: block;
  color: rgba(38,50,56,.44);
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1;
}
.redeamm-profile h4 {
  font-size: 15px;
  color: #416AF9;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}
.redeamm-profile p {
  font-size: 13px;
  line-height: 140%;
  color: #263238;
  margin-bottom: 15px;
}
.redeamm-profile h5 {
  font-size: 13px;
  color: #263238;
}
.redeamm-profile h5 span {
  display: inline-block;
  color: #416AF9;
  font-size: 13px;
  font-weight: 500;
  margin-left: 8px;
}
.redeamm-profile h5 img {
  display: inline-block;
  margin-left: 1px;
}
.redeamm-profile button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #416AF9;
  border: 1px solid transparent;
  border-radius: 12px;
  margin-top: 45px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  transition: .3s;
}
.redeamm-profile button:hover {
  border-color: #416AF9;
  background: none;
  color: #416AF9;
}


.resive-coins span {
  margin: 0;
  float: left;
  margin-right: 10px;
}
.resive-coins a span img {
	width: 34px;
	margin: 0;
	position: relative;
	top: 2px;
}
.resive-coins p {
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: #416AF9;
}
.resive-coins a {
  background: rgba(84,41,255,.10);
  border-radius: 5px;
  padding: 15px 5px;
  text-align: left;
  padding-left: 17px;
  margin: 0;
}

.qr-expired p {
  margin: 0;
  background: rgba(235,67,53,.1);
  border-radius: 5px;
  height: 75px;
  line-height: 75px;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  color: #EB4335;
  margin-top: 43px;
}

/* modal style */
.modal-dialog {
	max-width: 310px;
}
.modal-body {
	padding: 25px 10px;
}
.modal-content {
	background: #fff;
	border: 0;
	border-radius: 14px;
}

.redom-modal-content img {
  width: 50px;
  margin-bottom: 25px;
}
.redom-modal-content h3 {
  color: #06B218;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
}
.redom-modal-content p {
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 50px;
}
.redom-modal-content a {
  background: #416AF9;
  display: inline-block;
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
}
.redom-modal-content a:hover {
  color: #416AF9;
  border-color: #416AF9;
  background: none;
}

/* profile page */

.profile-menu a img {
  width: 37px;
}
.profile-menu {
	display: flex;
	align-items: center;
	position: relative;
}
.profile-menu h3 {
	text-align: center;
	width: 78%;
	font-size: 20px;
	color: #263238;
	font-weight: 600;
	line-height: 1;
}
.contact-title a {
  color: rgba(38,50,56,.70);
  font-size: 14px;
}
.contact-title a:hover {
  color: #426BFD;
}
.contact-title.contact-title-profile h2 {
  font-size: 14px;
  color: #344054;
  font-weight: 500;
}
.contact-title.contact-title-profile {
  margin-bottom: 20px;
}


.input-style.input-style-number input {
  color: #416AF9;
  height: 37px;
  border-color: #416AF9;
  text-decoration: underline;
  cursor: pointer;
}
.input-style.input-style-number input::-moz-placeholder, ::placeholder {
  color: #416AF9;
}
.input-style.input-style-number {
  margin-bottom: 50px;
}
.eye-position.eye-position3.showPass2.active::before {
	display: none;
}
.profile-menu.profile-menu-change > a {
	box-shadow: 0 2px 9px rgba(230, 226, 226, 0.8);
	border-radius: 8px;
	position: relative;
	top: -3px;
}

.redom-modal-pass img {
  width: 50px;
  margin-bottom: 23px;
}
.redom-modal-pass h3 {
  color: #06B218;
  line-height: 1;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
}
.redom-modal-pass p {
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 50px;
}
.redom-modal-pass a {
  color: #fff;
  background: #416AF9;
  display: inline-block;
  width: 111px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
}
.redom-modal-pass a:hover {
  background: none;
  border-color: #416AF9;
  color: #416AF9;
}

/* help-page */

.signup-area.signup-area-help {
  background: #416AF9;
  padding-bottom: 35px;
}
.profile-menu.profile-menu-help h3 {
	color: #fff;
	position: relative;
	top: 2px;
}

.help-img img {
  width: 210px;
  margin-top: 20px;
}
.help-content {
  background: #fff;
  border-radius: 25px;
  padding: 35px 0;
  margin-top: -25px;
}
.help-text h3 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  margin-bottom: 15px;
}
.help-text p {
	color: rgba(51,51,51,.80);
	font-size: 13px;
	line-height: 140%;
	padding-right: 1%;
}

.help-text li {
  color: rgba(51,51,51,.80);
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 5px;
}

.help-text ol,
.help-text ul {
  margin: 0;
  padding-left: 20px; /* Ajusta este valor según tus necesidades */
}

.help-text ol li {
  list-style: decimal inside;
}

.help-text ul li {
  list-style: circle inside;
}

.help-text a {
  color: #416AF9 !important;  /* Elige un color que se adapte a tu diseño */
  text-decoration: underline; /* Añade subrayado al enlace */
}

.help-text a:hover {
  color: #263238; /* Cambia el color al pasar el cursor */
  text-decoration: none; /* Quita el subrayado al pasar el cursor */
}

.profile-menu.profile-menu-shop-help a {
	box-shadow: 0 2px 9px rgba(230, 226, 226, 0.8);
	border-radius: 8px;
	position: relative;
	top: -3px;
}

.shop-help-img img {
  width: 98.7px;
  margin-bottom: 15px;
}
.shop-help-img a {
  color: #263238;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.shop-help-img span {
  display: block;
  color: rgba(38,50,56,.40);
  font-size: 13px;
  line-height: 1;
  margin-top: 9px;
}
.help-img.help-img2 img {
	width: 230px;
}


.shoping-text h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1;
}
.shoping-text span {
  display: block;
  color: rgba(147,152,155,.7);
  line-height: 1;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
.shoping-text p {
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #333333;
}
.shoping-coins {
  background: rgba(84,41,255,.10);
  border-radius: 5px;
  padding: 15px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.shoping-coins img {
  float: left;
  margin-right: 10px;
  width: 34px;
}
.shoping-coins p {
  overflow: hidden;
  font-size: 15px;
  line-height: 140%;
  margin: 0;
  color: #416AF9;
  font-weight: 600;
}
.shoping-qr h3 {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: left;
}
.shoping-qr {
  text-align: center;
  margin-bottom: 35px;
}
.shoping-qr a img {
  width: 100px;
  margin-bottom: 12px;
}
.shoping-qr a {
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  font-weight: 500;
}
.shopping-copy-text h3 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 25px;
}

.shopping-copy {
	text-align: center;
	background: #fff;
	border-radius: 4px;
	box-shadow: -1px 1px 3px rgba(0,0,0,.3);
}
.shopping-copy a {
  height: 43px;
  display: block;
  line-height: 43px;
  background: #F9F9F9;
  font-size: 15px;
  color: #333333;
}
.copy-text input {
	height: 43px;
	display: block;
	line-height: 43px;
	background: #F9F9F9 !important;
	font-size: 15px;
	color: #333333;
	width: 100%;
	background: none;
	text-align: center;
	border: 0;
}

.copy-text input {
  height: 43px;
  display: block;
  line-height: 43px;
  background: #F9F9F9 !important;
  font-size: 15px;
  color: #333333;
  width: 100%;
  background: none;
  text-align: center;
  border: 0;
}
.copy-text button {
  height: 43px;
  display: block;
  background: #FFFFFF;
  font-size: 15px;
  color: #416AF9;
  width: 100%;
  border: 0;
}
.shopping-copy a:last-child {
  background: #fff;
  font-size: 12px;
  color: #416AF9;
  font-weight: 600;
}


.recom-img > img {
  width: 50px;
  margin-bottom: 17px;
}
.recom-img a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
}
.recom-img a img {
  margin-right: 8px;
}


.recoment-box {
  background: #D5FFD9;
  height: 165px;
  border-radius: 8px;
  padding-top: 25px;
  width: 100%;
  position: relative;
}
.recoment-box a img {
  width: 45px;
  margin-bottom: 8px;
}
.recoment-box a {
  font-size: 14px;
  font-weight: 500;
  color: #263238;
  line-height: 1;
}
.recoment-box span {
  display: block;
  line-height: 1;
  color: rgba(147,152,155,.50);
  font-size: 11px;
  margin-bottom: 11px;
}
.recoment-box p {
  font-size: 10px;
  color: #06B218;
}
.recoment-box.recoment-box-2 h5 {
  font-size: 10px;
  color: #737373;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
}
.recoment-box.recoment-box-2 {
  background: #F0F4FF;
}
.recoment-box.recoment-box-2 p {
  color: #263238;
}
.recoment-box.recoment-box-4 p {
  color: #EB4335;
}
.recoment-box.recoment-box-4 {
  background: #FFD8D5;
}
.recoment-box.recoment-box-6 {
  background: #D5FFD9;
}
.col-6.ricoment-padd {
	padding: 0 7.5px;
}

/* tab style */
.nav-tabs .nav-link {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs .nav-link {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 14px;
	color: #263238;
	font-weight: 500;
	padding: 10px 15px;
	border-bottom: 2px solid transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #416AF9;
	border-color: #416AF9;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover.active {
	border-color: #416AF9;
}
#myTab {
	margin-bottom: 20px;
}
#myTab li {
  margin-right: 8px;
}
#myTab li button {
  padding-right: 12px;
  padding-left: 12px;
}
#myTab li:last-child {
  margin-right: 0;
}

.recomented-error-text h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: rgba(0,0,0,.30);
}
.recomented-error-text {
  margin-top: 120px;
}
/* tab style */

/* shope page css here */

.profile-menu span a {
  font-size: 15px;
  color: #416AF9;
  display: inline-block;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 4px;
}
.profile-menu span a img {
  width: 14px;
}

.shop-banner img {
  width: 100%;
  border-radius: 15px;
  transition: .3s;
}
.shop-banner {
  overflow: hidden;
  border-radius: 15px;
}

.shop-profile a img {
  width: 54px;
  margin-right: 15px;
  float: left;
}
.shop-profile a h3 {
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  color: #263238;
}
.shop-profile a h3 span {
  color: rgba(147,152,155,.40);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.shop-profile p {
	color: rgba(38,50,56,.70);
	font-size: 13px;
	line-height: 140%;
	margin-top: 15px;
}
.shop-profile p a {
  color: #416AF9;
}

.social-icon a img {
  width: 20px;
}
.social-icon a {
  display: inline-block;
  margin: 0 35px;
}
.social-icon a:first-child {
  margin-left: 0;
}
.social-icon a:last-child {
  margin-right: 0;
}
.social-icon a:hover img {
  opacity: .6;
}
.social-icon {
	margin-bottom: 25px;
}
.shope-list ul li {
  display: flex;
  margin-bottom: 10px;
}
.shope-list ul li > a {
  color: #416AF9;
  font-size: 13px;
  line-height: 16px;
  width: 70%;
}
.shope-list ul li span {
  width: 30%;
  text-align: right;
}
.shope-list ul li span a img {
  width: 38px;
}
.shope-list ul li > a img {
  width: 18px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}


.current-coins h3 span {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  width: 70%;
}
.current-coins h3 a {
  width: 30%;
  text-align: right;
  position: relative;
  top: -2px;
}
.current-coins h3 {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.current-coins {
  margin-top: 15px;
}
.get-coins-box {
	background: rgba(65,106,249,.15);
	border-radius: 13px;
	padding: 15px 0;
	margin-bottom: 20px;
}
.get-coins-box a {
  display: inline-block;
  margin: 0 40px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.get-coins-box a img {
  margin-bottom: 10px;
}


.coin-box-wrapp {
	background: #EDECEC;
	border-radius: 4px;
	height: 115px;
	padding: 12px;
	box-shadow: 0 0px 1px #AEAEAE;
	position: relative;
}
.coin-box-wrapp.coin-box-wrapp-1 {
	background: #fff;
	box-shadow: 0 0px 15px 0.3px rgba(0,0,0,.10);
}
.single-coin-box > img {
	float: left;
	margin-right: 10px;
	width: 80px;
}
.single-coin-text {
  overflow: hidden;
}
.single-coin-text h4 {
  font-size: 13px;
  font-weight: 500;
  color: #416AF9;
  line-height: 1;
}
.single-coin-text span {
	display: block;
	color: #263238;
	font-size: 10px;
	line-height: 1;
}
.single-coin-text span img {
  position: relative;
  top: -1px;
}
.single-coin-text ul li {
	display: inline-block;
	margin-right: 8px;
}
.single-coin-text ul li a {
  color: #263238;
  font-size: 11px;
  font-weight: 500;
}
.single-coin-text ul li a img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.single-coin-text ul {
	margin-top: 10px;
}
.coin-box-wrapp > h4 {
  font-size: 18px;
  color: #ABBDFF;
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 15px;
}
.coin-box-wrapp > a {
	background: #416AF9;
	width: 50px;
	height: 32px;
	border-radius: 7px;
	display: inline-block;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	right: 15px;
	bottom: 10px;
	border: 1px solid transparent;
}
.coin-box-wrapp > a:hover {
	background: none;
	border-color: #416AF9;
	color: #416AF9;
}

.coin-box-wrapp.coin-box-wrapp-2 > a:hover {
  color: #A3A3A5;
  border-color: #A3A3A5;
  background: none;
}
.coin-box-wrapp.coin-box-wrapp-2 > a {
  background: #A3A3A5;
}

.single-coin-text h6 {
  font-size: 10px;
  line-height: 11px;
  color: #E58D3C;
  margin-top: 7px;
}

.coine-meni-coine {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.coine-meni-coine > h3 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  width: 25%;
  margin: 0;
}
.coine-menu-right {
  text-align: right;
  width: 75%;
}
.coine-menu-right h3 {
  font-size: 13px;
  color: #000000;
  margin: 0;
}
.coine-menu-right h3 a {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #263238;
}
.coine-menu-right h3 a img {
  width: 13px;
  margin-right: 2px;
  position: relative;
  top: -1px;
}
.coine-menu-title p {
  font-size: 13px;
  color: rgba(147,152,155,.70);
  line-height: 140%;
  margin-top: 10px;
}

.single-coin-text p {
  color: rgba(147,152,155,.70);
  font-size: 10px;
  line-height: 140%;
  margin-bottom: 0;
}
.coin-box-wrapp.coin-box-wrapp-1.coin-box-wrapp-menu {
  height: 90px;
}
.single-coin-text.single-coin-text-menu h4 {
	margin-bottom: 2px;
}
.single-coin-text.single-coin-text-menu ul {
	margin-top: 6px;
}

.coin-bottom-btn a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid transparent;
  background: rgba(6,178,24,.15);
  border-radius: 12px;
  font-size: 16px;
  color: #06B218;
  font-weight: 500;
  transition: .3s;
  display: block;
  text-align: center;
}
.coin-bottom-btn a img {
  margin-left: 10px;
  width: 16px;
}
.coin-bottom-btn a:hover {
  background: none;
  border-color: #06B218;
}

.coin-text h3 {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
.coin-text p {
  font-size: 13px;
  line-height: 140%;
  color: rgba(147,152,155,.70);
}

.shop-modal-style a img {
  width: 39px;
  margin-bottom: 20px;
}
.shop-modal-style h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.shop-modal-style h4 {
  font-size: 15px;
  font-weight: 500;
  color: #416AF9;
  margin-top: 25px;
  margin-bottom: 30px;
}
.shop-modal-style h5 {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	margin: 0;
}
.modal-footer {
	padding: 0;
	border-top: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.modal-footer.modal-footer-modal-inner-btn button {
  width: 111px;
  height: 50px;
  background: #416AF9;
  border: 1px solid transparent;
  border-radius: 8px;
  margin: 0 7.5px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: .3s;
}
.modal-footer.modal-footer-modal-inner-btn {
	margin: auto;
	margin-bottom: 25px;
}
.modal-footer.modal-footer-modal-inner-btn button:hover {
  background: none;
  border-color: #416AF9;
  color: #416AF9;
}
.modal-footer.modal-footer-modal-inner-btn button:first-child {
  background: none;
  color: #263238;
  border-color: rgba(38,50,56,.70);
}
.modal-footer.modal-footer-modal-inner-btn button:first-child:hover {
  background: rgba(38,50,56,.70);
  border-color: transparent;
  color: #fff;
}

.shop-header a img {
  width: 37px;
  margin-bottom: 20px;
}
.shop-header h2 {
  color: #263238;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.shop-search {
	position: relative;
	margin-bottom: 20px;
}
.shop-search input {
  width: 100%;
  background: #fff;
  border: 0;
  box-shadow: 0 0 18px .7px rgba(0,0,0,.10);
  border-radius: 11px;
  height: 50px;
  padding: 0 10px;
  color: rgba(0,0,0,.30);
  padding-left: 38px;
  padding-right: 103px;
}
.shop-search input::placeholder, .shop-search input::-moz-placeholder {
  color: rgba(0,0,0,.30);
}
.shop-search > a img {
  width: 19px;
}
.shop-search > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.shop-search-btn a {
  display: inline-block;
  margin-left: 5px;
}
.shop-search-btn a img {
  width: 38px;
}
.shop-search-btn {
	position: absolute;
	right: 10px;
	top: 6px;
}

.shop-list-box {
  background: #fff;
  box-shadow: 0 0 18px .7px rgba(0,0,0,.10);
  border-radius: 8px;
  padding: 11px;
  padding-top: 12px;
}
.shop-list-box a img {
  width: 44px;
  margin-bottom: 13px;
}
.shop-list-box a {
  color: #263238;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
}
.shop-list-box span {
  display: block;
  color: rgba(147,152,155,.40);
  line-height: 1;
  margin-top: 2px;
}
.shop-list-box a.btn-access {
	background: #416AF9;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 8px;
	height: 32px;
	color: #fff;
	margin-top: 15px;
	font-size: 11px;
	transition: .3s;
	line-height: 32px;
	text-align: center;
}
.shop-list-box a.btn-access:hover {
  color: #416AF9;
  border-color: #416AF9;
  background: none;
}

.col-6.shop-list-padd {
  padding: 0 7.5px;
}
.row.shop-list-margin {
  margin: 0 -7.5px;
}

/* dropdown open css */
.overly {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 999;
	pointer-events: none;
}
.overly.current {
	pointer-events: auto;
}
.search-dropdown {
  position: absolute;
  top: 58px;
  z-index: 1024;
  pointer-events: none;
	right: 40px;
  opacity: 0;
}
.search-dropdown.current {
	opacity: 1;
	pointer-events: auto;
  top: 48px;
}
.dropdown-cont {
	background: #fff;
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	box-shadow: 0 0 18px .7px rgba(0,0,0,.10);
	width: 187px;
	padding: 15px;
	transition: .3s;
}

.dropdown-cont ul li {
  display: block;
}
.dropdown-cont ul li a {
  display: block;
  color: #416AF9;
  font-size: 15px;
  padding-left: 9px;
  border-bottom: 1px solid rgba(0,0,0,.15);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.dropdown-cont ul li:last-child a {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
  color: rgba(147,152,155,.60);
}
.dropdown-cont ul li a svg {
	position: relative;
	top: -1px;
	margin-left: 8px;
	transition: .3s;
	width: 14px;
	height: auto;
	margin: 0 -4px;
  transition: .3s;
}
.dropdown-cont ul li.active a {
 color: #CDCDCD;
}
.dropdown-cont ul li a svg path {
  fill: #416AF9;
}
.dropdown-cont ul li a svg:first-child {
	transform: rotate(-180deg);
	margin-left: 10px;
}
.dropdown-cont ul li a svg:last-child path {
	fill: #CDCDCD;
}
.onclickk.active a svg path {
  fill: #CDCDCD;
}
.onclickk.active a svg:last-child path {
  fill: #416AF9;
}

/* menu active css */
.header_menu_wrap {
	position: fixed;
	width: 300px;
	background: #fff;
	height: 100%;
	left: -100%;
	top: 0;
	transition: .3s;
	padding: 0;
	padding-top: 0;
	z-index: 9999;
}
.active .header_menu_wrap {
	left: 0;
}
.overlay-main {
	position: fixed;
	background: rgba(0,0,0,.15);
	width: 100%;
	height: 100%;
	opacity: .6;
	top: 0;
	z-index: 999;
	transition: .4s;
	left: -100%;
	cursor: pointer;
}
.active .overlay-main {
	left: 0;
}

.menu-close {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.menu-close img {
  width: 18px;
}


.menu-logo {
  height: 151px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(65,106,249,.06);
}
.menu-logo a {
  color: #416AF9;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.menu-logo a img {
  width: 40px;
  margin-bottom: 15px;
}
.menu-list {
  padding: 20px;
  padding-top: 25px;
}
.menu-list h3 {
  font-size: 10px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 18px;
}
.menu-list ul li {
  display: block;
}
.menu-list ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  margin-bottom: 25px;
}
.menu-list ul li a img {
  margin-right: 12px;
  transition: .3s;

}

.menu-list ul li a.active {
  color: #416AF9;
  font-weight: 500;
}
.menu-list ul li a.active img {
  filter: invert(35%) sepia(78%) saturate(2772%) hue-rotate(218deg) brightness(97%) contrast(101%);
  -webkit-filter: invert(35%) sepia(78%) saturate(2772%) hue-rotate(218deg) brightness(97%) contrast(101%);
}
.menu-list ul li:hover a {
  color: #416AF9;
  font-weight: 500;
}
.menu-list ul li:hover a img {
  filter: invert(35%) sepia(78%) saturate(2772%) hue-rotate(218deg) brightness(97%) contrast(101%);
}

.menu-logout a {
  color: #EB4335;
  font-size: 14px;
}
.menu-logout a img {
  margin-right: 12px;
}
.menu-logout {
  padding-top: 30px;
  border-top: 1px solid rgba(0,0,0,.15);
  margin-top: 30px;
}
/* shop list tooltip css */
.available-tooltip-text{
  position: absolute;
  z-index: 2;
  color: #fff !important;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  opacity: 0;
  visibility: hidden;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}
.available_unit_info:hover .available-tooltip-text{
  opacity: 1;
  visibility: visible;
}
.available-tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #192733;
  padding: 5px;
  z-index: 1;
}
#top {
  top: -10px;
  left: 0;
}
#top::before {
  top: 80%;
  left: 54%;
}
.available_unit_info_img {
  position: relative;
}
.available_unit {
  display: flex;
  align-items: center;
  gap: 5px;
}
 
/* shop-list-modal css here */
.modal-header.modal-header-shop-list  {
	padding: 30px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-bottom: 25px;
  border: 0;
}

.modal-header.modal-header-shop-list h5 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.modal-header.modal-header-shop-list button {
  background: none;
  border: 0;
  text-decoration: underline;
  display: inline-block;
  color: #416AF9;
  font-weight: 500;
  font-size: 13px;
}
.shop-list-modal-wrap .modal-body {
	padding: 0 30px;
}

.shop-modal-catagory h3 {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1;
}
.shop-modal-catagory ul {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 10px;
}
.shop-modal-catagory ul li a {
  display: block;
  border: 1px solid rgba(0,0,0,.15);
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  padding: 0 9px;
  font-size: 12px;
  color: #263238;
}
.card-body button {
	display: inline-block;
	font-size: 13px;
	color: #416AF9;
	background: none;
	border: 0;
	padding: 0;
	margin-left: 4px;
}

.card-body p {
	display: inline;
}
span#more{
  display: none;
}
.shop-modal-catagory ul li a.active {
	background: rgba(65,105,249,.10);
	border-color: transparent;
	color: #416AF9;
}
.shop-modal-catagory .btn-check:focus + .shop-modal-catagory .btn, .shop-modal-catagory .btn:focus {
	outline: 0;
	box-shadow: inherit;
}
.shop-modal-catagory {
	margin-bottom: 30px;
}
.shop-list-modal-wrap .modal-dialog {
	max-width: 330px;
}
.shop-modal-catagory {
	margin-bottom: 30px;
	margin-top: 20px;
}
.shop-list-modal-wrap .modal-footer {
	margin-bottom: 20px;
}
.shop-list-modal-wrap .modal-footer button {
  background: #416AF9;
  border: 1px solid transparent;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  transition: .3s;
  margin: 0 30px;
  margin-bottom: 10px;
}
.shop-list-modal-wrap .modal-footer button:first-child {
	text-align: left;
	padding-left: 40px;
}
.shop-list-modal-wrap .modal-footer button:hover {
  border-color: #416AF9;
  background: none;
  color: #416AF9;
}
.shop-list-modal-wrap .modal-footer button:last-child {
  background: #E0E0E0;
  color: #263238;
}
.shop-list-modal-wrap .modal-footer button:last-child:hover {
  border-color: #E0E0E0;
  background: none;
}
.modal-city-select .nice-select {
	height: 37px;
	width: 100%;
	font-size: 13px;
	color: #333333;
	line-height: 37px;
	font-weight: 500;
	background: #fff;
	border: 1px solid rgba(0,0,0, 0.15);
	border-radius: 6px;
	padding: 0 13px;
}
.modal-city-select .nice-select::after {
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
}
.modal-city-select .nice-select:active, .modal-city-select .nice-select.open, .modal-city-select .nice-select:focus {
	border-color: rgba(0,0,0, 0.15);
}
.modal-city-select .nice-select .list {
	border-radius: 6px;
	border: 1px solid rgba(0,0,0, 0.15);
	box-shadow: none;
	padding: 15px;
	height: 200px;
	overflow-y: scroll;
}
.modal-city-select .nice-select .option {
	line-height: 27px;
	border: 1px solid rgba(0,0,0, 0.15);
	border-radius: 6px;
	font-size: 12px;
	color: #333333;
	padding: 0 10px;
	margin-bottom: 10px;
}
.modal-city-select .nice-select .option:last-child {
  margin-bottom: 0;
}
.modal-city-select .nice-select .option.selected {
	display: block;
	position: relative;
}
.modal-city-select .nice-select .option.selected::before {
	position: absolute;
	content: '';
	width: 11px;
	height: 9px;
	background: url('../img/check-select.png');
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
}
.country-select .country-list .country.highlight {
	display: none;
}
.country-select.inside input {
	height: 37px;
	width: 100%;
	font-size: 13px;
	color: #333333;
	line-height: 37px;
	font-weight: 500;
	background: #fff;
	border: 1px solid rgba(0,0,0, 0.15);
	border-radius: 6px;
	padding: 0 13px;
}
.country-select.inside input::placeholder, .country-select.inside input::-moz-placeholder {
  color: #333333;
}
.country-list li {
	border: 1px solid rgba(0,0,0, 0.15);
	border-radius: 6px;
	margin-bottom: 10px;
}
/* shop-list-modal css end */

.redom-modal-pass.redom-modal-pass-error h3 {
  color: #EB4335;
}
.redom-modal-pass.redom-modal-pass-error span {
  display: block;
  background: rgba(235,195,53,.20);
  border-radius: 20px;
  height: 29px;
  line-height: 29px;
  font-size: 11px;
  width: 165px;
  margin: auto;
  margin-bottom: 30px;
}
.redom-modal-pass.redom-modal-pass-error p {
  margin-bottom: 30px;
}

.profile-menu.profile-menu-change.profile-menu-change23 > a {
  display: inline-block;
  background: #FFFFFF;
  width: 37.8px;
  height: 37.8px;
  border-radius: 5px;
  text-align: center;
  line-height: 37.8px;
  box-shadow: 0px 2px 30px -9px rgb(153, 152, 152);
}
.profile-menu.profile-menu-change.profile-menu-change23 a img {
  width: 19px;
}
/* custom scroll bar   */
::-webkit-scrollbar {
	width: 8px;
  }
  div::-webkit-scrollbar {
	width: 3px;
  }
  
  ::-webkit-scrollbar-thumb {
	background: #D9D9D9;
	border-radius: 20px;
  }
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 8px #fff;
  }
  /* country css */
.wrapper {
	width: 100%;
}
.modal-country-select {
	position: relative;
}
.wrapper .btn {
	height: 37px;
	padding: 0 12px;
	background: #fff;
	border-radius: 7px;
	font-size: 13px;
	display: block;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,.15);
	color: #333333;
	line-height: 37px;
	position: relative;
	text-align: left;
	font-weight: 500;
	transition: .3s;
	margin-bottom: 15px;
}
.wrapper .btn img {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}
.wrapper.active .btn img {
	transform: translateY(-50%) rotate(-178deg);
}
.wrapper .content {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	height: 200px;
	position: absolute;
	top: 100%;
	z-index: 2;
	width: 100%;
	padding: 15px;
	margin: 0;
	border: 1px solid rgba(0,0,0,.15);
  overflow-y: scroll;
}
.wrapper.active .content {
  opacity: 1;
  visibility: visible;
  top: 107%;
}
.content .search i {
	font-size: 20px;
	color: #999;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	pointer-events: none;
}
.content ul li {
	height: 27px;
	padding: 0 12px;
	cursor: pointer;
	border-radius: 6px;
	display: block;
	align-items: center;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.3s;
	border: 1px solid rgba(0,0,0,.15);
	margin-bottom: 10px;
	line-height: 27px;
}
.content ul li.hide {
	display: none;
}
.content ul li svg {
	height: 14px;
	position: relative;
	top: -1px;
	margin-right: 8px;
}
.wrapper .btn svg {
	margin-right: 10px;
}

/* Restablecer estilos predeterminados del select */
select {
    appearance: none; /* Elimina estilos predeterminados en navegadores modernos */
    -webkit-appearance: none; /* Chrome, Safari, Opera */
    -moz-appearance: none; /* Firefox */
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

/* Estilo personalizado para select normal */
.custom-select {
    width: 100%;
    height: 44px; /* Similar a tus campos de input */
    background-color: #fff;
    border: 1px solid rgba(164, 169, 178, 0.55);
    border-radius: 8px;
    padding: 0 15px;
    font-size: 14px;
    color: #9198A3;
    font-family: "Roboto", sans-serif;
    position: relative;
    appearance: none; /* Elimina estilos predeterminados */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7"><path fill="%239198A3" d="M0 0l5 5 5-5H0z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px 7px;
    transition: border-color 0.3s ease-out;
}

/* Hover y Focus */
.custom-select:hover,
.custom-select:focus {
    border-color: #416AF9;
    color: #263238;
}

/* Placeholder */
.custom-select::placeholder {
    color: #9198A3;
    opacity: 1;
}

/* Opciones del select */
.custom-select option {
    color: #263238;
    background-color: #fff;
    padding: 10px;
    font-weight: 500;
}

/* Contenedor del select */
.select-wrapper {
    position: relative;
    width: 100%;
}

/* Icono de flecha personalizado (si no se usa background-image) */
.select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 7px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7"><path fill="%239198A3" d="M0 0l5 5 5-5H0z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    transform: translateY(-50%);
}

/* Clase para estilizar enlaces como botones */
.btn-reward {
    display: inline-block; /* Permite establecer ancho y altura */
    width: 100%; /* Ajusta según sea necesario */
    height: 50px; /* Igual que el botón existente */
    line-height: 50px; /* Centra verticalmente el texto */
    background-color: #416AF9; /* Color de fondo azul */
    color: #fff !important; /* Color del texto blanco, con alta especificidad */
    border: 1px solid transparent; /* Borde transparente */
    border-radius: 12px; /* Bordes redondeados */
    font-size: 16px !important; /* Tamaño de fuente más grande */
    font-weight: 500 !important; /* Grosor de fuente */
    text-align: center; /* Centra el texto horizontalmente */
    text-decoration: none; /* Elimina el subrayado predeterminado de los enlaces */
    cursor: pointer; /* Cambia el cursor al pasar sobre el enlace */
    transition: all 0.3s ease-out; /* Transición suave para efectos hover */
    margin-top: 45px; /* Espacio superior igual que el botón existente */
}

/* Estado hover para el botón */
.btn-reward:hover {
    background-color: transparent; /* Fondo transparente al pasar el cursor */
    color: #416AF9 !important; /* Texto azul al pasar el cursor */
    border-color: #416AF9; /* Borde azul al pasar el cursor */
}

.share-buttons {
    display: flex;
    gap: 40px; /* Más espacio entre los iconos */
    align-items: flex-start;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 6px;
}
.share-btn-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px; /* Opcional, pero ayuda a que todo quede centrado y ordenado */
}
.share-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: background 0.2s;
    cursor: pointer;
    margin-bottom: 4px;
}
.share-icon:hover {
    background: #f2f6ff;
}
.share-label {
    font-size: 13px;
    color: #416AF9;
    margin-top: 2px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.2px;
    user-select: none;
    line-height: 1.1;
}
.copied-alert {
    color: #06B218;
    font-size: 13px;
    margin-top: 12px;
    display: inline-block;
}

/* Visual markers for DEV env */
body.env-dev::before {
  content: "DEMO";
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  background: #EB4335;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .5px;
  padding: 6px 10px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
  pointer-events: none;
}

body.env-dev::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  box-shadow: 0 0 0 3px #EB4335 inset;
  outline: 2px dashed #EB4335;
}

/* (Opcional) una leve tinta si quieres aplicarla a contenedores específicos añadiendo .env-tint */
.signup-area.signup-area-help.env-tint, .menu-logo.env-tint {
  background: rgba(235, 67, 53, 0.08);
}