:root {
  --red-color: #E93F3A;
  --dark-color: #36353A;
  --white-color: #FFFFFF;
  --gray-color-2: #E7E7E4;
  --green-color: #4caf50;
  --black-color: #000000;
}


/* Scrollbar style */

/* width */
.linkbox-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.linkbox-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Handle */
.linkbox-container::-webkit-scrollbar-thumb {
  background: var(--dark-color);
  border-radius: 10px;
}

/* Handle on hover */
.linkbox-container::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

/* End Scrollbar style */
html, body, .new{
  height: 100%;
}
body{
  font-size: 17px;
  font-family: 'stevie-sans', sans-serif;
}
a{
  transition: linear 200ms;
  text-decoration: none !important;
}
p, h1, h2, h3, h4, h5, h6{
  font-family: 'franklin-gothic-atf', sans-serif;
}
p{
  font-weight: 100;
}
.stevie-sans {
  font-family: 'stevie-sans', sans-serif;
  font-style: normal;
}
.red-color{
  color: var(--red-color)!important;
}
.bg-red{
  background-color: var(--red-color)!important;
}
.dark-color{
  color: var(--dark-color)!important;
}
.bg-dark{
  background-color: var(--dark-color)!important;
}
.black-color{
  color: var(--black-color)!important;
}
.bg-black{
  background-color: var(--black-color)!important;
}
.bg-green{
  background-color: var(--green-color)!important;
}
.bg-gray-2{
  background-color: var(--gray-color-2)!important;
}
.white-color{
  color: var(--white-color)!important;
}
.bg-white{
  background-color: var(--white-color)!important;
}
.fs-14{
  font-size: 0.823em;
}
.fs-18{
  font-size: 1.0547em;
}
.fs-22{
  font-size: 1.2947em;
}
.fs-25{
  font-size: 1.47em;
}
.fs-30{
  font-size: 1.76em;
}
.fs-45{
  font-size: 2.64em;
}
.fs-50{
  font-size: 2.94em;
}
.fs-300{
  font-size: 17.64em;
}
.fw-300{
  font-weight: 400;
}
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.cover{
  background-size: cover;
}
.img-registro{
  height: 100vh;
  background-size: cover;
}
.container-form{
  display: flex;
  height: 100vh;
  padding: 0 100px;
  flex-direction: column;
  justify-content: center;
}
.logo{
  width: 200px;
}
.logo-dash{
  width: 120px;
}
.submit-form{
  color: white;
  width: 100%;
  height: 51px;
  text-align: center;
  justify-content: center;
  border-radius: 2px;
  background: var(--red-color)!important;
}
.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: var(--red-color) !important
}
.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: #e13d385c !important;
}
.pbottom100{
  padding-bottom: 100px;
}
/*   WAITLIST   */
.content-home{
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#background-video {
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
   filter: brightness(0.5);
}
.back-waitlist{
  height: 100vh;
  background-size: cover;
  background-image: url('../waitlist.png');
}
.logo-waitlist{
  width: 160px;
  margin: 0 auto;
  padding-top: 50px;
}
.text-waitlist {
  color: #FFF;
  font-family: "stevie-sans";
  font-size: 180px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 0;
}
.button-transparent{
  color: #FFF;
  text-align: center;
  font-family: 'stevie-sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid white;
  text-decoration: none;
  width: 45%;
  padding: 10px 0;
  margin-left: 10px;
}
.button-transparent:hover{
  background-color: var(--red-color);
  border: 1px solid var(--red-color);

  color: white;
  transition: 1ms linear;
}
.button-red2{
  color: #FFF;
  text-align: center;
  font-family: 'stevie-sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  background: #E93F3A;
  text-decoration: none;
  border: 1px solid #E93F3A;
  width: 45%;
  padding: 10px 0;
  margin-right: 10px;
  transition: 200ms linear;
}
.button-red2:hover{
  color: var(--red-color);
  background-color: transparent;
  border: 1px solid var(--red-color);
}
.hover-red:hover{
  background-color: var(--red-color);
  border: 1px solid white;
  color: white;
  transition: 200ms linear;
}
.hover-transparent:hover{

  color: var(--red-color);
  background-color: transparent;
  border: 1px solid var(--red-color);
  transition: 1ms linear;
}
.border-red{
  border: 1px solid var(--red-color);
  color: var(--red-color);
}
.p1020{
  padding: 10px 20px;
}
.wauto{
  width: auto;
}
.fright{
  float: right;
}
.hide{
  display: none!important;
}
/*    TÉRMINOS    */
.terminos-back{
  height: auto;
  padding: 100px;
  background-size: cover;
  background-image: url('../back.png');
}
.logo-terminos{
  width: 170px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/*   404   */
.back-404{
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url('../back-404.jpg');
}
.button-404 {
  width: auto;
  display: flex;
  margin-left: 0;
  padding: 10px 40px;
}

/*   TAB PANEL   */

input[type="radio"] {
  display: none;
}

.div-tab {
  display: none;
  padding: 30px;
  font-size: 16px;
}

#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4,
#tab-btn-5:checked ~ #content-5 {
  display: block;
}
.label-tab {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #F3F3F1;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  margin-right: 5px;
}
label:not(:first-of-type) {
  border-left: none;
}
input[type="radio"] + label {
  margin-bottom: 7px;
}
input[type="radio"]:checked + label {
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #fff;
  font-family: 'stevie-sans', sans-serif;
  padding-bottom: 17px;
}
.br8{
  border-radius: 8px;
}
.bright8{
  border-radius: 0 8px 8px 8px;
}
/*   FORM   */
div.form-item{position: relative; display: block; margin-bottom: 20px;}
 .form-style{
   border-radius: 4px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px 0 0 10px;
	border: 1px solid #ccc;
	background-color: #fff;
  transition: all .2s ease;
}
div.form-item .form-style:focus{outline: none; }
div.form-item p.formLabel {
	position: absolute;
	left: 10px;
	top: 12px;
	transition:all .4s ease;
	color: #000;
}
.formTop{top: 0!important; font-size: 12px;color:#bbb;}
.formStatus{color:#8a8a8a !important;}
textarea{
  height: 150px!important;
}


/*    LINKS   */
.edit-icon{
  width: 20px;
  margin-left: 0px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li.task {
  margin-bottom: 30px;
  list-style-type: none;
}
.links-div {
  background: #F3F3F1;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 20px;
}
.trash-icon{
  width: 20px;
}
.drag-icon{
  width: 8px;
}
.p-editable:focus{
  border: 1px solid #f1f1f1;
  outline: 2px solid #7c7c7c3d;
  border-radius: 5px;
}
/* Dragula CSS Release 3.2.0 from: https://github.com/bevacqua/dragula */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.error {
  font-weight: 200!important;
  color: var(--red-color);
  font-size: 13px;
  font-weight: 200;
}




/*   DASHBOARD   */
.div-phone {
  flex: 1 1 0%;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 64px 16px 32px;
  height: 100%;
  width: 100%;
}
.fYjlyE {
  margin: 0px auto;
  height: 100%;
  width: 100%;
  max-width: 580px;
}
.button{
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  padding: 10px 20px;
}
.rounded{
  border-radius: 100px;
}
.rounded-medium{
  border-radius: 50px;
}
.square{
  border-radius: 0px;
}
.fill{
  background-color: #000;
}
.outline{
  background-color: transparent;
}
.profile-img {
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 100px;
}
.links{
  margin: 20px 0;
  display: block;


  padding: 10px;
}
.links a{
  display: block;
  margin: 20px 0;
}
.selected{
  outline-color: #a8aaa2;
  outline-offset: 8px;
  outline-width: 2px;
  outline-style: solid;
}
.form-control {
  border: none;
}
.title{
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}
.bio{
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.headers{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
.linkbox-container{

  max-width: none;
  transform: unset;
  width: 100%;
  aspect-ratio: initial ;
  border: none;
  overflow: inherit;
  border-radius: 0;
  box-shadow: none;
  padding: 0 ;
  margin: 0;
  position: relative;
}

#linkbox_preview .linkbox-container{
  max-height: 700px;
}

#linkbox_preview{
  padding-left: 50px;
}
#linkbox_preview .linkbox-container{
  max-width: none;
  width: 100%;
  border: 6px solid #ebebeb;
  overflow: auto;
  border-radius: 3rem;
  box-shadow: 0 121px 49px #00000005, 0 68px 41px #00000014, 0 30px 30px #00000024, 0 8px 17px #00000029;
  padding: 0;
}

.square-container{
  margin: 0 auto;
  max-width: 393px;
  padding: 50px 30px;
}
.div-relative{
  position: relative;
  bottom: 15%;
  left: 0%;
  width: 100%;
  padding: 5%;
}
.profile{
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border-radius: 20px;
  background-size: cover;
}
.image-back{
  background-size: cover;
  background-position: center;
}

.logo-preview{
  width: 90px;
  margin: auto;
}
.pointer{
  cursor: pointer;
}
.btn-preview{
  display: none;
}
/* Drag and drop images */
.box {
  position: relative;
  background: #ffffff;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

/*.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}*/

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
  /*   Profile photo */
.img-profile{
  background-color: black;
  border-radius: 10px;
  height: 150px;
  width: 150px;
  background-size: cover;
}

/* Code */

.dark\:bg-gray-900{

}
.container-form input{
  color: var(--dark-color) !important;
  background: white !important;
}

/*  Bio  */
/*.wrap {
  display: none;
}*/
.block{
  display: block!important;
}

/* Fondos */
.card{
  width: 152.618px;
  height: 231.931px;
  cursor: pointer;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 2px;
}
input[type="color"]{
  width: 40px;
  height: 40px;
}
.color-result{
  width: 145.337px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #F3F3F1;
  border: none;
  margin-left: 10px;
}
.camera{
  width: 40px;
  margin: 0 auto;
}

/*  Tipografía  */
.select-fonts{
   width: 100%;
   height: 83.286px;
   flex-shrink: 0;
   border-radius: 4px;
   border: 0.25px solid #BABABA;
   background: #E6E6E4;
   border: none;
}
span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit
}
/*Styling Selectbox*/
.dropdown {
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  text-align: left
}
.dropdown .select {
  height: 83.286px;
  cursor: pointer;
  display: block;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.dropdown:focus-visible {
  outline: none;
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}
.mini{
    width: 55.81px;
    height: 54.415px;
    flex-shrink: 0;
    border-radius: 2.462px;
    background: #F3F3F1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-weight: 500;
}

/* Redes sociales */
.social-icon{
  width: 25px;
  margin: 0 7px;
}

.selectSocial .select-icon{
  margin-left: auto;
  width: 20px;
}

/* Button share */
.share{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--red-color);
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
  text-decoration: underline 2px;
  font-weight: 600;
  font-size: 20px;
}
.shareIcon{
  width: 25px;
  margin-right: 10px;
}
/*.alert {
 display: none;
}*/
.alert.visible {
 display: block;
}
/*
@media (prefers-color-scheme: dark) {
  .shadow {
      background: #2D2D2D;
      color: #fff;
  }
  .text-gray-500 {
      color: #fff;
  }
  .text-gray-900 {
      color: #fff;
  }
  .text-gray-500 {
      color: #e93f3a;
  }
  .border-dark{
      border: none!important;
  }
  .py-12 {
      background: #353535;
  }
  .bg-gray-2 {
      border-radius: 8px;
      background-color: #222!important;
  }
  .tabs{
      border-radius: 9px;
      background: #2D2D2D;
  }
  .bg-white{
      background-color: #2D2D2D!important;
  }
  .tabs > input[type="radio"]:checked + label {
      background-color: #2D2D2D;
  border-bottom: none;
  }
  .tabs > label {
      background-color: #353535;
  }
  .form-style {
      background-color: #2d2d2d;
  }
  div.form-item p.formLabel {
      position: absolute;
      left: 10px;
      top: 12px;
      transition: all .4s ease;
      color: #fff;
  }
  .dropdown .select {
      background-color: #2d2d2d;
  }
  .links-div {
      background: #2d2d2d;
      border: 1px solid #ffffff73;
  }
  .card{
  background-color: #2d2d2d;
  }
  .black-color {
  color: var(--white-color) !important;
}
.color-result {
  color: #000;
}
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

  .dark\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
  }

  .dark\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
  }

  .dark\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .dark\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
  }
}
*/
.none-lg{
  display: none;
}
@media (min-width: 1500px) {
  .text-waitlist{
    font-size: 230px;
  }
}
@media (min-width: 1530px) {
  .text-waitlist{
    font-size: 240px;
  }
}
@media (max-width: 900px) {
  body{
    font-size: 15px;
  }
  .fs-30 {
      font-size: 1.40em;
  }
  .lg-p0{
    padding: 0;
  }
  .img-profile {
    height: 100px;
    width: 100px;
}
.dropdown .select {
    height: 50px;
    padding-left: 10px;
}
.mini {
    width: 40px;
    height: 35px;
}
.color-result {
    width: 100px;
}
.links-div {
  margin-bottom: 20px;
  padding: 10px 10px 5px 10px;
}
li.task {
  margin-bottom: 0;
}
.select-fonts {
    height: 50px;
}
  .columns-1-xs{
    columns: 1!important;
  }
  .none-xs{
    display: none!important;
  }
  .button-link{
    width: 150px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .border-red {
    width: 100% !important;
    display: block;
}
  .img-registro{
    display: none!important;
  }
  .container-form {
    padding: 30px;
    justify-content: start;
  }
  .d-none-xs{
    display: none!important;
  }
  .block-xs{
    display: block!important;
  }
  .text-center-xs{
    text-align: center;
  }
  .text-waitlist {
    line-height: 110px;
    text-align: center !important;
    font-size: 110px;
  }
  .terminos-back {
    padding: 50px 30px;
  }
  .w100-xs{
    width: 100%!important;
  }
  .button-red2 {
    padding: 10px 25px;
    margin-right: 0;
    margin: 0 5px;
    width: 60%;
  }
  .button-transparent {
    padding: 10px 20px;
    margin: 0 5px;
    width: 50%;
  }
  .lg-pright0 {
    padding-right: 0px;
  }
  .back-404{
    padding: 0 20px;
  }
  .button-404 {
    width: 100%;
    justify-content: center;
  }
  .square-container {
    max-width: 80%;
    padding: 50px 0 20px 0;
  }
  .image-back {
      background-size: cover;
      background-position: center;
  }
.div-tab {
    display: none;
    padding: 20px;
    font-size: 16px;
}
.block{
  display: block!important;
}
.btn-preview{
  position: fixed;
  bottom: 10px;
  border-radius: 1.6px;
  border: 1px solid #E93F3A;
  color: #E93F3A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  padding: 7px;
  left: 50%;
  margin: 0 -95px;
}
.btn-close-modal{
  border-radius: 50px;
  font-size: 35px;
  color: #000;
  padding: .25em .25em;
  background: #fff;
  opacity: 0;
}
.modal-content{
    background-color: transparent;
    border: none;
}
.modal.show .modal-dialog {
    margin: 0;
}
.modal-footer{
    text-align: center;
    margin: 0 auto;
    border: none;
    padding: 0;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin: 0 0 0 -19px;
}
.wrap {
  background: none;
  width: 500px;
  position: relative;
  height: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  max-height: 250px;
  padding: 0;
}
.inner {
  position: relative;
  height: 50px;
  width: 830px;
  max-height: 50px;
  background: none;
  padding-left: 20px;

}
.none-lg{
  display: block;
}
.logo-dash {
    width: 32px;
}
.share {
    font-size: 16px;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin-left: 80%;
    padding: 0;
}
  .col-xs-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2{
    flex: 0 0 auto;
    width: 16.6666666%;
  }
  .col-xs-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11{
    flex: 0 0 auto;
    width: 91.6666%;
  }
  .py-12 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.p-6 {
    padding: 30px 0 0 0;
}
input[type="radio"]:checked + label {
    margin-left: 0;
    margin-right: 0;
}
.label-tab {
  margin-right: 10px;
  margin-left: 10px;
}
}

input[type="color"]{
  border: thin solid gray;
}
.button_color:focus:not(:focus-visible){
  outline-color: #a8aaa2;
  outline-offset: 8px;
  outline-width: 2px;
  outline-style: solid;
}

.socials a{
  display:inline-block;
}



/* Style crop */

.rcrop-wrapper{position:relative;display:inline-block;max-width:inherit}.rcrop-wrapper img{display:block}.rcrop-wrapper .rcrop-croparea{position:absolute;top:0;left:0;z-index:1000}.rcrop-wrapper .rcrop-croparea .rcrop-croparea-inner{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.rcrop-wrapper .rcrop-outer-wrapper{filter:alpha(Opacity=50);opacity:.5;position:absolute;top:0;left:0;width:100%;height:100%}.rcrop-wrapper .rcrop-outer{background:#fff;position:absolute}.rcrop-wrapper .rcrop-outer.rcrop-outer-left{height:100%;left:0;top:0}.rcrop-wrapper .rcrop-outer.rcrop-outer-right{height:100%;right:0;top:0}.rcrop-wrapper .rcrop-outer.rcrop-outer-top{top:0;width:100%}.rcrop-wrapper .rcrop-outer.rcrop-outer-bottom{bottom:0;width:100%}.rcrop-wrapper .rcrop-grid{position:absolute;top:0;left:0;width:100%;height:100%}.rcrop-wrapper .rcrop-grid-line{position:absolute}.rcrop-wrapper .rcrop-grid-line:nth-child(1){width:100%;height:33%;top:33%;left:0;border-top:1px dashed #fff;border-bottom:1px dashed #fff}.rcrop-wrapper .rcrop-grid-line:nth-child(2){height:100%;width:33%;left:33%;top:0;border-left:1px dashed #fff;border-right:1px dashed #fff}.rcrop-wrapper .rcrop-handler-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-border,.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-corner{position:absolute;width:6px;height:6px;background:#fff;border:1px solid #000}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top-left{top:-3px;left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top-right{top:-3px;right:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom-left{bottom:-3px;left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom-right{bottom:-3px;right:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top{top:-3px;left:50%;margin-left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-right{right:-3px;top:50%;margin-top:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom{bottom:-3px;left:50%;margin-left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-left{left:-3px;top:50%;margin-top:-3px}.rcrop-wrapper .clayfy-touch-device .rcrop-handler-bottom-right{display:none;width:18px;height:18px;bottom:-5px;right:-5px}.clayfy-box:not(.clayfy-not-move){cursor:move}.clayfy-ghost{z-index:1000}.clayfy-ghost-opacity{opacity:.5}.clayfy-handler{z-index:1001}.clayfy-handler.clayfy-top{cursor:n-resize}.clayfy-handler.clayfy-top.left{cursor:nw-resize}.clayfy-handler.clayfy-top.right{cursor:ne-resize}.clayfy-handler.clayfy-bottom{cursor:n-resize}.clayfy-handler.clayfy-bottom.left{cursor:sw-resize}.clayfy-handler.clayfy-bottom.right{cursor:se-resize}.clayfy-handler.clayfy-left,.clayfy-handler.clayfy-right{cursor:w-resize}.clayfy-handler.clayfy-touch-device{background:#fff;border:1px solid #000;border-radius:3px}.clayfy-sort-droparea{border:2px solid #ccc}

.image-crop-container{
  padding-top: 10px;
  text-align: center;
}

.divider{
  border-bottom: 1px dashed var(--dark-color);
  width: 100%;
}

.delete-user-button button{
  background-color: var(--gray-color-2) !important;
  border: thin solid var(--gray-color-2) !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.delete-user-button button:hover{
  background-color: white !important;
  border: thin solid var(--gray-color-2) !important;
  color: var(--gray-color-2) !important;
}

.row.links-drop{
  cursor: grab;
}

.gu-transit .row.links-drop:active{
  cursor: grabbing;
}

/* Products */

.links_container{
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0px;
  width: fit-content;
}
.links_container a{
  background-color: transparent;
  border-radius: 15px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 5px 10px;
}
.links_container a.active{
  background-color: white;
  color: black;
}

.products{
  margin: 0;
  padding: 0;
}



.products .price{
  display: block;
  font-size: 11px;

}

.button_product{
  font-size: 12px;
  line-height: normal;
  padding: 2px;
}

.product-link{
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}

.container-view{
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 10px 5px 10px;
  text-align: center;
  width: fit-content;
}
.container-view.active{
  background-color: #f5f5f5;
}
.container-view span{
  display: block;
  margin-top: 5px;
}
.container-view img{
  margin: 0 auto;
  width: 30px;
}


/* End Products */

/* Edit profile */

.error label{
  color: rgb(220 38 38)) !important;
}
.error input{
  border: thin solid rgb(220 38 38 );
}

ul{
  padding-left:0 !important;
}
