* {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-size: 100% 100%;
    background-attachment: fixed;
    overflow-x: hidden;
    min-height: calc(100vh - 48px);
}

header {
    width: 100%;
    background-color: black;
}



.hidden {
    display: none;
}

.input-1 {
    border: 0;
    border-bottom: 1px solid #d69f2d;
}

textarea:focus,
input:focus,
input[type]:focus {
    border-bottom: 1px solid rgb(255, 144, 0);
    box-shadow: none;
    outline: 0 none;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}



.fs-25 {
    font-size: 25px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}
.fc-1 {
    color: #d69f2d;
}


/* font family */

.fcursive {
    font-family: cursive;
}

.bgc-1 {
    background-color: #d69f2d;
}

.bgc-2 {
    -webkit-box-shadow: inset -36px -41px 117px 51px rgba(216, 158, 20, 1);
    -moz-box-shadow: inset -36px -41px 117px 51px rgba(216, 158, 20, 1);
    box-shadow: inset -36px -41px 117px 51px rgba(216, 158, 20, 1);
}

.bg-1 {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(242, 192, 16, 1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(242, 192, 16, 1);
    box-shadow: 10px 10px 5px 0px rgba(242, 192, 16, 1);
}

.bg-2 {
    background-color: #00000068;
}

.bg-3 {
    background-color: #343a40;
}
.bg-4{
	background-color: #4387f014;
}

.bg-aliceblue{
	background-color: aliceblue;
}

.bg-t1 {
    background-color: #0c0c268c;
}

.bg-ts-1 {
    box-shadow: inset 3px 0px 189px 9px rgb(146 151 214 / 19%);
}
.bg-ts-2 {
    box-shadow: inset 3px 0px 189px 80px #00000099;
}
.bg-items-home{
	background: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(200, 200, 200, 0.1));

	backdrop-filter: blur(4px);

}
.bg-ghostwhite{
	background-color: ghostwhite;
}
/* border */
.bd-1{
	border: 1px solid #d69f2d;
}
.bd-2{
	border: 1px solid #d6542d;
}

/* buttons */

.btn-1 {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: rgb(245 158 11 / 0.1);
    border-color: rgb(245 158 11 / 0.3);
	color: rgba(179, 145, 26, 0.98);
    /*box-shadow: 1px 1px 3px 0px rgba(179, 145, 26, 0.98);
	color: rgba(179, 145, 26, 0.98);*/
}

.btn-1:hover {
    box-shadow: 1px 1px 5px 0px rgb(151 120 10 / 98%);
	color:rgb(151 120 10 / 98%);
}
.btn-1:focus{
	color: var(--bs-nav-tabs-link-active-color);
    background-color: #d69e2d83;
    border-color: #d69f2d;
}
.btn-2 {
    box-shadow: 1px 1px 3px 0px rgba(43, 67, 250, 0.98);
	color:rgba(43, 67, 250, 0.98);
}

.btn-2:hover {
    box-shadow: 1px 1px 5px 0px rgba(23, 36, 133, 0.98);
	color:rgba(23, 36, 133, 0.98);
}

/* .btn-3 {
    box-shadow: 1px 1px 3px 0px rgba(202, 43, 250, 0.98);
	color:rgba(202, 43, 250, 0.98);
}

.btn-3:hover {
    box-shadow: 1px 1px 5px 0px rgba(92, 20, 114, 0.98);
	color:rgba(92, 20, 114, 0.98);
} */
 .btn-3 {
  background: linear-gradient(135deg, #d98eff, #a07fff);
  border: none;
  color: white;
  padding: 8px 16px;
  margin: 5px;
  border-radius: 999px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(160, 127, 255, 0.3);
  transition: all 0.3s ease;
}

.btn-3:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(160, 127, 255, 0.5);
}
.btn-4 {
  background: linear-gradient(135deg, #76d4ff, #4ba3ff);
  color: white;
  box-shadow: 0 2px 6px rgba(75, 163, 255, 0.3);
}
.btn-4:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(75, 163, 255, 0.5);
}


.btn-5 {
  background: linear-gradient(135deg, #98f9c9, #3ddc97);
  color: white;
  box-shadow: 0 2px 6px rgba(61, 220, 151, 0.3);
}
.btn-5:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(61, 220, 151, 0.5);
}
.btn-6 {
  background: linear-gradient(135deg, #fff4a3, #ffd93d);
  color: #333;
  box-shadow: 0 2px 6px rgba(255, 217, 61, 0.3);
}
.btn-6:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 217, 61, 0.5);
}



/* action button show hide pass */

.actionPass {
    position: absolute;
    bottom: 30%;
    right: 5%;
    cursor: pointer;
}

.w-30 {
    width: 30%;
}
.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-fit-cont{
	width: fit-content;
}
.cursor-pointer {
    cursor: pointer;
}


/* elipsis */

.elipsis-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elipsis-2 {
    width: 100%;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elipsis-3 {
    width: 100%;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elipsis-4 {
    width: 100%;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elipsis-5 {
    width: 100%;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elipsis-6 {
    width: 100%;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

div[uk-dropdown] {
    display: none;
}


/* hide buttons in unput type number */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

.text-shadow-1 {
    text-shadow: #FFEB3B 2px 2px;
}

.btn-font-I {
    font-size: 11px;
    inline-size: min-content;
    line-height: 1;
}

.overflow-1 {
    max-height: 250px;
    overflow-y: auto;
}

.overflow-2 {
    max-height: 350px;
    overflow-y: auto;
}

textarea {
    resize: none;
}

.active-1:active {
    color: white;
}

.hover-1:hover {
    color: white;
}

.active-2:active {
    color: #d69f2d!important;
}

.hover-2:hover {
    color: #d69f2d!important;
}

.active-3:active {
    color: blue!important;
}

.hover-3:hover {
    color: blue!important;
}

.active-4:hover {
    color: #65caf1!important;
}

.active-4:active {
    color: #65caf1!important;
}

#loader-content,
#loader-content-go-to-the-app {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 55002;
}

.box-sw-1 {
    box-shadow: 0px 0px 1px 0px rgb(242 192 16 / 98%);
}
.box-sw-2{
	-webkit-box-shadow: 0px 1px 1px 1px rgba(217,200,217,0.5);
-moz-box-shadow: 0px 1px 1px 1px rgba(217,200,217,0.5);
box-shadow: 0px 1px 1px 1px rgba(217,200,217,0.5);
}
textarea::placeholder,
input::placeholder {
    color: grey!important;
    opacity: 1;
    /* Firefox */
}

form label {
    color: grey;
}

.fc-2 {
    color: grey;
}

.fc-3 {
    color: #9C27B0;
}
.fc-4{
	color: rgba(43, 67, 250, 0.98);
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.icon-genre-preferences {
    right: -12%;
    top: -40%;
}

.icon-installApp {
    right: -13%;
    top: -18%;
}
.icon-preferences{
	right: 6%;
    top: -2%;
}

.icon-notifications {
    right: -1%;
    top: -17%;
}

#divMyCategories, #divGenreRoleOptions, #divGetParticipation {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se envuelvan a la siguiente línea */
}
#divMyCategories{
	max-height: 75px;
    overflow-y: auto;
}

.userRoleGenre {
    text-align: center; /* Centra el texto dentro de los span */
}
.l-h-1{
	line-height: 1;
}
.l-h-05{
	line-height: 0.5;
}
.l-h-06{
	line-height: 0.6;
}
.l-h-07{
	line-height: 0.7;
}
.l-h-08{
	line-height: 0.8;
}
/* Estilo del scrollbar */
::-webkit-scrollbar {
    width: 6px; /* Ancho del scroll */
}

/* Color del fondo del scrollbar */
::-webkit-scrollbar-track {
    background-color: #252424; /* Fondo */
}

/* Ancho del scroll vertical */
::-webkit-scrollbar {
  width: 6px;
}



/* "Thumb": la parte que se arrastra */
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3); /* o el color que quieras */
  border-radius: 10px;
}


/* Cambio de color al pasar el cursor por encima */
::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color al hacer hover */
}
.scroll-container::after {
  content: "";
  display: block;
  height: 1000px; /* Esto fuerza más scroll */
}

/* Fondo de la pista (donde se desliza el thumb) */
::-webkit-scrollbar-track {
  background: #55555565;
}
.f-wrap{
	flex-wrap: wrap;
}

.bg-bisque{
	background-color: bisque;
}

.bg-paleturquoise{
	background-color: paleturquoise;
	
}

.bg-gainsboro{
	background-color: gainsboro;
}

.fc-bisque{
	color: bisque;
}

.fc-paleturquoise{
	color: paleturquoise;
	
}
.fc-gainsboro{
	color: gainsboro;
}

#divInfoProfile{
	top:9%;
	right:3%;
}
.div-labelPhoto{
	top: -2%;
	left: -8%;
}
.div-labelPhoto-2 {
    top: -3%;
    left: -3%;
}

@media screen and (max-width: 412px) {
	.div-labelPhoto{
		left: -9%;
		top:2px;
	}
} 
@media screen and (min-width: 540px) and (max-width: 768px) {
	.div-labelPhoto{
		left: 4%;
	}
} 
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.div-labelPhoto{
		left: -5%;
	}
} 
@media screen and (min-width: 1024px) {
	.div-labelPhoto{
		left: 2%;
		top: 0%;
	}
} 
@media screen and (min-width: 1280px) {
	.div-labelPhoto{
		left: 6%;
		top: 0%;
	}
} 



.grafiti-text {
	position: relative;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1;
  }
  
  .grafiti-text::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 85%;
	z-index: -1;
	transform: translateY(-50%);
	/*background: radial-gradient(ellipse, rgba(212, 0, 255, 0.8), rgba(0, 0, 255, 0.8));*/
	background: radial-gradient(ellipse, #000, #666);
	filter: blur(10px);
	opacity: 0.9;
	border-radius: 10px;
  }

  .h-500-250-ofy-auto{
	max-height: 500px;
	min-height: 250px;
    overflow-y: auto;
  }
  .h-600-250-ofy-auto{
	max-height: 600px;
    min-height: 250px;
    overflow-y: auto;
  }

  .min-h-540{
	min-height: 540px;
  }

  /*#a-my-profile {
	border-radius: 50%;
	transition: all 0.3s ease;
	cursor: pointer;
  }
  
  #a-my-profile:hover {
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
	transform: scale(1.05);
  }*/

  #my-modal-img-place{
	z-index: 200000;
  }


  .image-container {

	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid black;
	position: relative;
  }

  .image-container img {
	max-width: none;
	width: 100%;
	height: auto;
	display: block;
  }

  
.divGenre  {
  background: linear-gradient(90deg, #9388f1, #1e87f0);
  border: none;
  color: white;
  padding: 0.3em 0.5em;
  border-radius: 999px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.genreName  {
  color: rgba(43, 67, 250, 0.98);
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: 0 5px;
}

.optionName{
	background: linear-gradient(90deg, #9C27B0, #212529);
	border: none;
    color: white;
    padding: 0.3em 0.5em;
    border-radius: 7px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.divGenre:hover, .optionName:hover {
  transform: scale(1.05);
}

.no-results .emoji {
  font-size: 48px;
}

.step {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.5s ease;
  position: absolute;
  width: 100%;
}

.step.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  position: relative;
}

.disabled-true{
		 filter: grayscale(100%);
		 pointer-events: none; /* bloquea clics */
		  opacity: 0.5;          /* se ve deshabilitado */
		  cursor: default;
	}

	.disabled-true a,
.disabled-true button {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}