



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: 'Hagrid Trial';
  src: url('../fonts/hagrid/Hagrid-Regular-trial.ttf'); 
}

@font-face {
  font-family: 'Intrigora Medium';
  src: url('../fonts/Intrigora-Medium/Intrigora\ Medium\ 1.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
  overflow: hidden; /* Deshabilitar el scroll */
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #fc00ff;
  border-color: #fc00ff;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 10px;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #555555;}
input:-moz-placeholder { color: #555555;}
input::-moz-placeholder { color: #555555;}
input:-ms-input-placeholder { color: #555555;}

textarea::-webkit-input-placeholder { color: #555555;}
textarea:-moz-placeholder { color: #555555;}
textarea::-moz-placeholder { color: #555555;}
textarea:-ms-input-placeholder { color: #555555;}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
}

.txt2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 15px;
  color: rgba(111, 6, 249, 1);
  line-height: 1.5;
}

/* .bo1 {border-bottom: 1px solid #999999;} */

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

/* .container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;;
} */

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;;
  background: radial-gradient(38.34% 67.7% at 26.96% 106.3%, rgba(255, 255, 255, 0) 0%, rgba(98, 218, 246, 0.6) 35.5%, rgba(255, 255, 255, 0) 76.5%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(38.49% 67.98% at 75.52% 106.02%, rgba(255, 255, 255, 0) 0%, rgba(98, 218, 246, 0.6) 35.5%, rgba(255, 255, 255, 0) 76.5%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(35.24% 62.23% at 50% 111.77%, rgba(255, 255, 255, 0) 0%, rgba(255, 187, 55, 0.7) 35.5%, rgba(255, 255, 255, 0) 76.5%), radial-gradient(48.75% 86.1% at 100% 100%, rgba(255, 255, 255, 0) 0%, rgba(111, 6, 249, 0.5) 35.5%, rgba(255, 255, 255, 0) 76.5%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(52.22% 93.43% at 0% 100%, rgba(255, 255, 255, 0) 0%, rgba(111, 6, 249, 0.5) 35.5%, rgba(255, 255, 255, 0) 76.5%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}


.wrap-login100 {
  width: 450px;
  background: rgba(255, 255, 255, 0);
  border-radius: 10px;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;

}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 20px;
  color: rgba(111, 6, 249, 1);
  line-height: 1.2;
  text-align: center;
}

.login100-form-title-2 {
  width: 100%;
  display: block;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 17px;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  text-align: center;
}

.login100-form-title-princ {
  width: 100%;
  display: block;
  font-family: 'Intrigora Medium';
  font-size: 24px;
  color: rgba(0, 0, 0, 1);
  line-height: 32px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px; 
  /* font-weight: bold; */

}

/*------------------------------------------------------------------
[ Button sign in with ]*/
.btn-face,
.btn-google {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 14px;
  line-height: 20.82px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: calc((100% - 20px) / 2);
  height: 30px;
  border-radius: 20px;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.btn-google::before,
.btn-face::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #a64bf4;
  background: -webkit-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
  background: linear-gradient(45deg, #00dbde, #fc00ff);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.flex-w {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-sb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.btn-face {
  color: rgba(255, 255, 255, 1);
  background-color: #000000;
}

.btn-face i {
  font-size: 15px;
  margin-right: 17px;
  padding-bottom: 3px;
}

.btn-google {
  color: rgba(0, 0, 0, 1);
  background-color: #fff;
}

.btn-google img {
  width: 15px;
  margin-right: 3px;
  padding-bottom: 1px;
}

.btn-face img {
  width: 14px;
  margin-right: 3px;
  padding-bottom: 2px;
}

.btn-face:hover:before,
.btn-google:hover:before {
  opacity: 1;
}

.btn-face:hover{
  color: rgba(255, 255, 255, 1);
}

.btn-google:hover {
  color: rgba(0, 0, 0, 1);
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}


/*---------------------------------------------*/
.input100 {
  font-family: 'Kumbh Sans', sans-serif;
  color: #333333;
  line-height: 1.2;
  font-size: 18px;

  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  height: 31px;
  padding: 0 20px;
  border-radius: 5px;
}
/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #fc00ff;
  border-radius: 10px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;  
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 45px;
  background-color: rgba(111, 6, 249, 1);
  border-radius: 20px;

  font-family: 'Kumbh Sans', sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #a64bf4;
  background: -webkit-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
  background: linear-gradient(45deg, #00dbde, #fc00ff);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover:before {
  opacity: 1;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 5px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 768px) {
  .wrap-login100 {
    padding-left: 60px;
    padding-right: 60px;
  }

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-face,
  .btn-google {
    width: 100%;
  }
}
}

/* Style the tab */
.tab {
  float: left;
  /* border: 1px solid #ccc; */
  background-color: #F5F4F5;
  width: 100%;
  height: 100%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: flex;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(66, 66, 67, 1);
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 30px;
  width: 65%;
  height: 5%;
  padding-left: 28px;
  align-items: center;
  font-size: 90%;
  font-family: 'Kumbh Sans', sans-serif;
}

.tab button img{
  height: auto;
  width: 15%;
  margin-right: 10%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #dddddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: rgba(111, 6, 249, 1);
  font-weight: bold;
  color: white;
}

.tab button.active img {
  filter: brightness(0) invert(1);
}

.no-hover:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  cursor: default;
}

.soon-badge {
  position: absolute;
  top: 0;
  right: -10px; 
  background-color: rgba(111, 6, 249, 1);
  color: white;
  padding: 5px 7px;
  border-radius: 20px;
  font-size: 60%;
  z-index: 1;
  box-shadow: 0.64px 1.29px 2.32px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16.709218978881836px);
  font-family: 'Intrigora Medium';
}

.new-badge {
  position: absolute;
  top: 0;
  right: -10px; 
  background-color: rgba(111, 6, 249, 1);
  color: white;
  padding: 5px 7px;
  border-radius: 20px;
  font-size: 60%;
  z-index: 1;
  box-shadow: 0.64px 1.29px 2.32px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16.709218978881836px);
  font-family: 'Intrigora Medium';
}

.social-media-badge {
  position: absolute;
  top: -3px;
  right: -3px; 
  background-color: rgba(111, 6, 249, 1);
  color: white;
  padding: 5px 7px;
  border-radius: 20px;
  font-size: 60%;
  z-index: 1;
  box-shadow: 0.64px 1.29px 2.32px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16.709218978881836px);
  font-family: 'Intrigora Medium';
  display: flex;
  justify-content: center;
  align-items: center;
}

.logout-btn {
  bottom: 40px;
  position: absolute;
}

/* Style the tab content */
.tabcontent {
  /* float: left; */
  padding: 0px 12px;
  /* border: 1px solid #ccc; */
  width: 99%;
  height: 85%;
  
}
.div-menu {
  width: 17%;
  background-color: #F5F4F5;
  float: left;
  height: 100vh; /* Esto ajusta la altura del div para que ocupe toda la altura de la ventana */
  
}

.div-content {
  width: 82%;
  background-color: rgba(255, 255, 255, 1);
  float: left;
  height: 100vh;
  border-radius: 20px;
  margin-top: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.div-user {
  width: 20%;
  height: 15%;
  padding-left: 10px;
  background-color:#e8f4f3; /* Color de fondo del div secundario */
  position: absolute; /* Establecer la posición absoluta para colocar el div secundario */
  bottom: 0; /* Alinear el div secundario en la parte inferior del div principal */
  border-top: 1px solid rgb(107, 107, 107);
  margin: 0 auto; /* Centrar el contenedor */
  display: flex; /* Usar flexbox para el diseño */
}

.img-user {
  width: 30%;
  margin: 15px;
  overflow: hidden;
  border-radius: 50%; /* Hacer la imagen circular */
}
.img-desc {
  width: 70%;
  margin-left: 10px;
  margin-top: 40px;;
  }

#imagenPerfil {
  width: 80px; /* Tamaño de la imagen */
  height: 80px; /* Tamaño de la imagen */
  border-radius: 50%; /* Hacer la imagen circular */
  margin-bottom: 10px; /* Espacio entre la imagen y el nombre */
}
/* Esto elimina el espacio entre los divs */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* =================================TABS HORIZONTALES */

.htabs{
  /* border-bottom:1px solid #ccc;
  border-top:1px solid #ccc; */
  padding-top: 30px;
  overflow: hidden;
  display: flex;
  width: 100%;
}

.htabcontent {
  display: none;
  clear:both;
  width: 100%;
  height: 180%;
  padding-left: 25px;
  padding-right: 0;
  padding-top: 32px;
  /* border: 1px solid #ccc; */
}

.htabcontent.active {
  display: block;
}

/* ============================botones de análisis===================================== */

.container {
  width: 95%;
  margin: 0 auto;
  display: flex; /* Añadimos esta línea */
  height: 450px;
  margin-top: 40px;
}

.button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 222%;
  padding: 22px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 25px;
  box-shadow: 0px 0px 3px 0px rgba(84, 83, 83, 0.75)
}

.button:last-child {
  margin-bottom: 0;
}

.button:hover {
  background-color: #ddd;
}

.button-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.button-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #6f03fa;
}

.button-description {
  font-size: 0.9em;
  margin-bottom: 0;
  color:#aeaeae
}

.button-icon {
  margin-left: 10px;
}



#creditBox {
  width: 200px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  padding: 10px;
  color:#6f03fa;
  border: 2px solid #6f03fa;
  border-radius: 5px;
  background-color: #e7fcfd;
}

.creditTitle {
  text-align: left;
  color:rgba(111, 6, 249, 1);
  font-family: 'Intrigora Medium';
  font-size: 20px;
  
}

.creditTitle2 {
  color:rgba(0, 0, 0, 1);
  font-family: 'Intrigora Medium';
  font-size: 25px;
}

#cajaReferidos {
  background-color: rgba(111, 6, 249, 1);
  color: white;
  border-radius: 30px;
  display: flex; 
  box-shadow: 0.96px 1.92px 3.46px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(24.966501235961914px);
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 75%;
  width: 97%;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 35px;
  transition: background-color 0.6s ease;
  height: auto;
  padding: 1.5%;
}

#cajaReferidos:hover{
  cursor: pointer;
  background-color: #5401c4;
}
#copyMessage {
  display: none;
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  border-radius: 15px;
  z-index: 1000;
  width: 20%;
  margin-top: 1%;
  font-size: 80%;
  text-align: center;
}

.imgPrinc {
  width: 800px; /* Ancho del div */
  height: 500px; /* Altura del div */
  display: flex; /* Utiliza flexbox para organizar elementos */
}

.imgPrinc img {
  max-width: 80%; /* Asegura que la imagen no se salga del contenedor */
  max-height: 80%; /* Asegura que la imagen no se salga del contenedor */
  object-fit: contain;
  
}

.imgPrinc .back-button {
  margin-left: 20px; /* Espacio entre la imagen y el botón */
}

/* Estilo para el contenedor de la imagen */
.image-container {
  display: flex;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  object-fit: cover; /* Ajusta la imagen al contenedor */
  position: relative;
  padding-left: 13px;
  height: 31vh;
} 

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.img {
  height: auto;
  width: 600px;
}

  /* Estilo para los div oscuros */
.imageOverlay {
  position: absolute; 
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 7px;
  padding: 25px;
  color: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.68) 72.4%);
}

.imageOverlay:hover{
  cursor: pointer;
}

.anadirimgDash {
  position: absolute; /* Posición absoluta para superponerlos sobre las imágenes */
  bottom: 0; /* Alinear el texto en la parte inferior */
  left: 0; /* Alinear el texto a la izquierda */
  height: 272px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.001); /* Color de fondo oscuro con opacidad */
  color: white; /* Color del texto */
  box-sizing: border-box; /* Incluye el padding en el ancho y alto total */
  z-index: 2;
}

.anadirimgDash:hover {
  cursor: pointer;
}

/* Estilo para la imagen de base64 */
.base64Image {
  width: auto; 
  height: 100%;
  object-fit: cover;
  position: relative;
} 
.btn-app {
  background-color: #6f03fa;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.6s ease;
  font-family: 'Kumbh Sans', sans-serif;
}

.btn-app2 {
  background-color: rgba(241, 241, 241, 1);
  color: rgba(111, 6, 249, 1);
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.6s ease;
  font-family: 'Intrigora Medium';
}

.btn-app-chat {
  background-color: #c40808;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.6s ease;
  font-family: 'Kumbh Sans', sans-serif;
}

.btn-app-chat:hover {
  background-color: #9e0606;
}

.btn-app2.active {
  background-color: rgba(111, 6, 249, 1);
  color: rgba(255, 255, 255, 1);
}


.btn-app:hover {
  background-color: #5401c4;
}

.btn-app2.active:hover {
  background-color: #5401c4;
}

.btn-app2:hover {
  background-color: #dddddd;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Estilos para el botón de cerrar */
.close {
  color: #6f03fa;
  position: absolute;
  top: 30px;
  right: 35px;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Estilos para las imágenes en la modal */
.modal-content img {
  max-width: 80%;
  max-height: 80%;
}

#previewimage, #previewimageV, #previewimageSocial, #previewimageLayout {
  height: auto;
  width: auto;
  transition: opacity 0.3s ease;
}
#previewimage:hover, #previewimageV:hover, #previewimageSocial:hover, #previewimageLayout:hover {
  opacity: 0.7;
}

#previewimageCC1 {
  height: 100%;
  width: auto;
  transition: opacity 0.3s ease;
}
#previewimageCC1:hover {
  opacity: 0.7;
}

#previewimageCC2 {
  height: 100%;
  width: auto;
  transition: opacity 0.3s ease;
}
#previewimageCC2:hover {
  opacity: 0.7;
}

#loading{
  height: 100%;
  width: 100%;
  flex-direction: inherit; 
  position: relative;
}

#respuestaApi{
  display:flex;
  flex-wrap: wrap;
  height: 80%;
  overflow-y: auto;
  padding: 10px;
  margin-top: 3%;
  width: 100%;
}
.photo-text-pair {
  width: 18%; /* Asegura que cada par ocupe todo el ancho disponible */
  display: flex;
  flex-direction: column;
  margin: 6px;
  margin-bottom: 20px;
  background-color: rgba(244, 244, 244, 1);
  border-radius: 18px;
  padding-inline: 14px;
}

@media (max-width: 768px) {
  .photo-text-pair {
    flex-direction: column; /* Cambia la dirección a columna en pantallas pequeñas */
  }
}

.photo-text-pair img {
  max-width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 10px;
  border-radius: 19px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.text-container h3 {
  margin: 0;
  margin-bottom: 17px;
  color: rgba(111, 6, 249, 1);
  font-family: 'Intrigora Medium';
  font-size: 20px;
}

.text-container p {
  margin: 0;
  padding-inline: 10%;
  color: rgba(66, 66, 67, 1);
  font-size: 85%;
  font-family: 'Kumbh Sans', sans-serif;
}

.preloader {
  display: flex;
  padding-top: 30px;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}

/* Estilo del spinner */
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 4px solid #f3f3f3; /* Color del spinner */
  border-top: 4px solid #6f03fa; /* Color del spinner */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite; /* Animación de rotación */
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Oculta el contenido mientras se muestra el preloader */
.content {
  display: none;
}
.linea {
  position: relative;
  left: 0;
  right: 0;
  top: -1%;
  border-top: 1.5px solid #6f03fa2b; /* Grosor y color de la línea */
  transform: translateY(-50%);
  margin-bottom: 10px;
  margin-top: 5px;
}

.menu {
  width: 100%;
  height: 14%;
  background-color: #F5F4F5;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1%;
  box-sizing: border-box;
  padding-top: 20px;
}
.logo img {
  height: 50px;
}
.logo:hover{
  cursor: pointer;
}
.profile {
  display: flex;
  align-items: center;
  width: auto;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 25px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 60px;
  min-width: 450px;
  padding: 1% 1.2%;
}
.profile img {
  border-radius: 50%;
  height: 62px;
  width: 62px;
  margin-right: 10px;
}
.profile-info {
  display: flex;
  width: auto;
}
.profile-info .name {
  font-weight: bold;
}
.profile-info .details {
  display: flex;
  align-items: center;
  width: auto;
}
.profile-info .description {
  font-size: 100%;
  font-family: 'Kumbh Sans', sans-serif;
  color: rgba(111, 6, 249, 1);
  margin-right: 10px;
  margin-left: 18px;
  white-space: nowrap;
}
.profile-info .clickable {
  /* background-color: #555; */
  color: white;
  padding: 1px 10px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  font-size: 0.8em;
}

.payment-container {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.payment-container input[type="number"] {
  padding: 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
}
.payment-container button {
  padding: 10px 20px;
  font-size: 1em;
  color: white;
  background-color: #6f03fa;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.payment-container button:hover {
  background-color: #737373;
  transition: 0.5s;
}

.containerP {
  padding: 10px;
  height: 90%;
}
h1 {
  margin: 0;
  text-align: left;
}
.grid-containerP {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 10px;
  margin-top: 20px;
  margin-left: 31px;
  margin-right: 60px;
  height: 85%;
  min-height: 80%;
}
.grid-containerPCs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 80% 80%;
  gap: 10px;
  margin-top: 15px;
  height: 100%;
  margin-left: 30px;
}
.grid-containerP > div, .grid-containerPCs > div {
  background-color: #ffffff;
  text-align: left;
  border: 1px solid #ffffff;
}

.inner-containerP, .grid-containerPCs .inner-containerP {
  display: flex;
  justify-content: space-between; /* Distribuye los elementos horizontalmente */
  gap: 10px;
  align-items: flex-start;
}

.inner-containerP > div, .grid-containerPCs .inner-containerP > div {
  flex: 1;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ffffff;
  text-align: left;
} 



@media (max-width: 768px) {
  .grid-container {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
  }
}
.grid-containerP > div:nth-child(1) {
  min-height: 400px; /* O ajusta según sea necesario */
}

#paletadcolores {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10px;
  height: 8%;
}
.circle {
  width: 90%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
  font-size: 70%;
  width: 8%;
  height: 65%;
}

.rgb-value {
  font-size: 12px;
  text-align: center;
}
.inputboni{
  border-radius: 25px;
  margin-top: 15px; 
  width: 85%;/*80%;*/ 
  padding: 15px;
  background-color: rgba(244, 244, 244, 1);
  outline: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
  font-family: 'Kumbh Sans', sans-serif;
  padding-left: 20px;
}

.inputboni:focus {
  border: 1px solid #6f03fa !important; 
}

.inputboniaoi{
  height: 40px;/*22px;*/
  border-radius: 5px;
  margin-top: 0px; 
  width: 27%;/*80%;*/ 
  border: 1px solid #6f03fa;
  padding: 10px;
}

.inputboniaoi:focus {
  border: 1px solid #6f03fa !important;
  outline: none;
}

.card {
  transition: 0.2s;
  width: 32%; /* Ajusta el ancho según tus necesidades */
  margin-left: 10%;
  border-radius: 20px; /* 5px rounded corners */
  height: 90%;
  padding: 1.5%;
  background: rgba(244, 244, 244, 1);
  text-align: center;
  padding-bottom: 0;
}

.cardsel{
  box-shadow: 0 4px 8px 0 rgba(111,3,250,0.9);
  transition: 0.2s;
  width: 32%; /* Ajusta el ancho según tus necesidades */
  margin-left: 10%;
  border-radius: 20px; /* 5px rounded corners */
  height: 90%;
  padding: 1.5%;
  background: rgba(244, 244, 244, 1);
  text-align: center;
  padding-bottom: 0;
}

.cardContainer {
  padding: 2px 16px;
  display: inline-flex;
  margin-top: 20px;
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px;
  font-size: 84%;
}

.text-left {
  /*float: left;*/
  flex: 1;
  text-align: left;
}

.text-right {
  /*float: left;*/
  text-align: right;
  min-width: 50px;
  color: rgba(111, 6, 249, 1);
}

.areaOI{
  font-weight: bold; 
}
.areaOI:hover{
  
  cursor: pointer;
}
p {
  overflow: hidden; 
}

#containerAOI {
  /*width: 750px;
  height: 500px;*/
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 15px;
}

#imageContainerAOI {
  /*position: absolute;*/
  top: 0;
  left: 0;
}

.point {
  width: 20px;
  height: 20px;
  background-color: rgb(255, 255, 0);
  border-radius: 50%;
  position: absolute;
  cursor: grab;
}

.modalAOI {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;
}

.modal-contentAOI {
  background-color: #fefefe;
  padding: 1%;
  border: 1px solid #888;
  height: 80%;
  width: 30%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centrado vertical */
  align-items: center; /* Centrado horizontal */
  position: relative;
  border-radius: 20px;
  min-width: 450px;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#modalButtons{
  margin-top: 2%;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 4%;
  justify-content: center;
}

.close-btn {
  position: absolute;
  top: 1px;
  right: 5px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50%;
  font-size: 20px;
  margin-top: 1%;
  margin-right: 1%;
}

.close-btn img {
  width: 28px;
  transition: filter 0.4s ease;
}

.close-btn:hover img {
  filter: brightness(0.6);
}
 
.close-btn:hover,
.close-btn:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.blurred-background {
  width: 100%;
  height: 88.8%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  object-position: center;
  position: relative;
  border-radius: 25px;
}

.blurred-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Add_photo_video_background.png) no-repeat center center / cover; 
  filter: blur(6px);
  z-index: 0;
}

.blurred-background > * {
  position: relative;
  z-index: 1;
}

.blurred-background2 {
  width: 100%;
  height: 88.8%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  object-position: center;
  position: relative;
  border-radius: 25px;
}

.blurred-background2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url('../images/Add_comparison_background.png') no-repeat center center / cover; 
  filter: blur(6px);
  z-index: 0;
}

.blurred-background2 > * {
  position: relative;
  z-index: 1;
}

#loadingV-message {
  margin-top: 10px;
  font-size: 16px;
  color: #6f03fa;
}

.card-analysis {
  width: 300px;
  background-color: rgba(244, 244, 244, 1);
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 45px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-analysis h2 {
  color: rgba(111, 6, 249, 1);
  margin-bottom: 1px;
  font-size: 19px;
  margin-top: 40px;
  font-family: 'Intrigora Medium';
}

.card-image-container {
  margin-bottom: 15px;
  margin-top: 20px;
}

.card-image-container img {
  width: 200px;
  height: auto;
}

.card-analysis p {
  font-size: 15px;
  color: rgba(66, 66, 67, 1);
  margin-bottom: 60px;
  margin-inline: 40px;
  font-family: 'Kumbh Sans', sans-serif;
}

.card-analysis button {
  width: 63%;
  align-self: center;
  position: absolute;
  bottom: -19px;
  box-shadow: 1.21px 2.43px 4.37px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(31.550457000732422px)
}

.card-analysis:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.add_analysis {
  width: 248px;
  height: 98%; 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  object-position: center;
  position: relative;
  border-radius: 20px;
  background: url('../images/Add_basic_background.png') no-repeat center center / cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
}

.add_analysis:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.add_analysis img {
  width: 50px;
  height: auto;
}

.img-dashboard {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 98%;
  margin-right: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;;
  animation: fade-in 0.5s forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.img-dashboard img {
  z-index: 1;
}

.img-dashboard:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.nameOverlay {
  font-family: 'Intrigora Medium';
  font-size: 18px;
}

.dateOverlay {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 12px;
}

.bottom-image-container {
    padding-top: 13px;
    padding-bottom: 13px;
    height: 34vh;
}

.single-aoi-result {
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  text-align: center;
  color: rgba(111, 6, 249, 1);
  margin: 10px 0;
  font-family: 'Kumbh Sans', sans-serif;
  padding: 5px;
}

.btn-aoi {
  background-color: #6f03fa;
  color: white; /* Color del texto */
  padding: 10px 20px; /* Espaciado interno */
  border: none; /* Sin borde */
  border-radius: 20px; ; /* Bordes redondeados */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  font-size: 16px; /* Tamaño de fuente */
  transition: background-color 0.6s ease;
  font-family: 'Kumbh Sans', sans-serif;
  width: 100%;
  box-shadow: 1.07px 2.13px 3.84px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(27.678356170654297px);
  margin: 10px 0;
}

.btn-aoi:hover {
  background-color: #5401c4;
}

.nombreUsuarioMen {
  width: auto;
  white-space: nowrap;
}

.btn-modal-aoi {
  box-shadow: 1.07px 2.13px 3.84px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(27.678356170654297px);
}

#video-and-button-container, #video-and-button-container2 {
  margin-top: 15px;
  margin-left: 41px;
  height: 85%;
} 

#video-and-button-container .btn-app, #video-and-button-container2 .btn-app {
  display: block;
  position: relative;
  margin-left: auto;
  margin-top: 15px;
  width: auto;
  box-shadow: rgba(0, 0, 0, 0.25) 1.21px 2.43px 4.37px 0px;
  backdrop-filter: blur(31.5505px);
  font-family: 'Intrigora Medium';
} 

.swal-custom-title {
  color: rgba(111, 6, 249, 1);
  font-family: 'Intrigora Medium';
  font-size: 30px;
  align-content: center;
  padding-top: 0;
}

.swal-custom-title2 {
  color: rgba(111, 6, 249, 1);
  font-family: 'Intrigora Medium';
  font-size: 20px;
  align-content: center;
  padding-top: 0;
}

.swal-custom-title3 {
  color: rgba(111, 6, 249, 1);
  font-family: 'Intrigora Medium';
  font-size: 30px;
  align-content: center;
  padding-top: 15px;
}

.swal-custom-content {
  color: rgba(66, 66, 67, 1);
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
}

.swal-custom-content2 {
  color: rgba(66, 66, 67, 1);
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  padding-inline: 20px;
}

.swal-custom-popup {
  border-radius: 20px;
  width: 380px;
  height: 300px;
  padding-bottom: 0;
}

.swal-custom-popup2 {
  border-radius: 20px;
  width: 512px;
  height: 360px;
  padding-bottom: 0;
}

.swal-custom-popup3 {
  border-radius: 20px;
  width: 380px;
  height: 370px;
  padding: 20px;
}

.swal2-icon-show {
  border-color: transparent;
}

.swal2-html-container {
  padding: 0 !important;
}

.swal-custom-button {
  background-color: rgba(111, 6, 249, 1);
  color: white;
  padding: 10px 20px; 
  border: none; 
  border-radius: 20px; 
  cursor: pointer; 
  font-size: 16px;
  transition: background-color 0.6s ease;
  font-family: 'Intrigora Medium';
  box-shadow: 1.21px 2.43px 4.37px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(31.550457000732422px);
  width: 80%;
}

.swal-custom-button2 {
  background-color: rgba(111, 6, 249, 1);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.6s ease;
  font-family: 'Intrigora Medium';
  box-shadow: 1.21px 2.43px 4.37px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(31.550457000732422px);
  width: 100%;
  margin-bottom: 20px;
}

.swal-custom-button:hover {
  background-color: #5401c4;
}

.swal-custom-button2:hover {
  background-color: #5401c4;
}

.swal2-actions {
  width: 60%;
  margin-top: 0;
}

.swal-cancel-custom-button {
  border-radius: 20px;
}
.aoi-modal-title {
  color: rgba(111, 6, 249, 1);
  font-family: 'Intrigora Medium';
  font-weight: 500;
  font-size: 30px;
}

.cookie-consent {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: flex-end;
}

.cookie-content {
  background-color: #fefefe;
  display: flex;
  height: 170px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 1.5em;
  max-width: 1250px;
}

.slide-up {
  animation: slideUp 0.5s ease-out forwards;
}

.slide-down {
  animation: slideDown 0.5s ease-out forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

.cookie-icon {
  width: 230px;
}

.cookie-icon img {
  height: auto;
  rotate: -29.05deg;
  width: auto;
}

.cookie-description {
  padding-inline: 2.5rem;
}

.cookie-description h2 {
  color: rgba(111, 6, 249, 1);
  font-size: 1.80rem;
  font-family: 'Intrigora Medium';
}

.cookie-description p {
  margin-top: 2%;
  color: rgba(0, 0, 0, 1);
  font-size: 0.9rem;
  font-family: 'Kumbh Sans', sans-serif;
}

.cookie-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 3%;
  padding-inline: 0;
  width: 70%;
}

.cookie-buttons button {
  background-color: #6f03fa;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 20px; ;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.6s ease;
  font-family: 'Kumbh Sans', sans-serif;
  height: 90%;
  width: 100%;
}

.cookie-buttons button:hover {
  background-color: #5401c4;
}

.cookie-settings {
  display: flex;
  width: 55%;
  height: auto;
  background: white;
  border-radius: 20px;
  padding: 3%;
  padding-inline: 2%;
  position: relative;
}

.cookie-settings-info p {
  margin-bottom: 1%;
  font-family: 'Kumbh Sans', sans-serif;
}

.cookie-close-btn {
  position: absolute;
  top: 35px;
  right: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

.cookie-close-btn img {
  width: 24px;
  height: 24px;
}

.cookie-close-btn:hover img {
  filter: brightness(0.6);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 0.1%;
    max-width: 300px;
    user-select: none;
    margin-left: auto;
    color: #6F06F9; 
}

.pagination-button {
    border: none;
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s;
    color: #6F06F9; 
}

.pagination-button:hover {
    background-color: #d0d0d0;
}

.pagination-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.pagination-info {
    font-weight: bold;
    font-size: 16px;
}

.chat-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #F5F4F5;
  margin-top: 2%;
  margin-left: 1%;
  padding: 3%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-direction: column;
}

.chat-container h2 {
  text-align: center;
  font-size: 250%;
}

.options-container {
  display: flex;
}

.studio-option {
  flex: 1;
  margin-inline: 20px;
  text-align: center;
  background-color: white;
  border-radius: 15px;
  padding: 20px 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.studio-option:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.custom-select {
  position: relative;
  width: 240px;
  cursor: pointer;
  margin: auto;
}

.selected-option {
  padding: 10px 10px 10px 31px;
  text-align: left;
  border-radius: 15px;
  background-color: white;
  border: none;
  position: relative;
}

.selected-option::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 57%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top-color: #6F06F9;
  pointer-events: none;
}

.options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: max-height 0.3s ease;
  z-index: 1000;
}

.options .option {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.options .option:hover {
  background-color: #f0f0f0;
}

.options.open {
  max-height: 200px;
}

.chat-bubble {
  background-color: white;
  padding: 20px;
  max-width: 60%;
  border-radius: 20px;
  word-wrap: break-word;
  animation: bounceIn 0.5s cubic-bezier(0.36, 0, 0.66, -0.56);
  font-family: 'Kumbh Sans', sans-serif;
  color: black;
  font-size: 14px;
  position: relative;
}

.chat-bubble * {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}

@keyframes bounceIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.chat-bubble-container-left {
  display: flex;
  margin-top: 5px;
}

.chat-bubble-container-right {
  display: flex;
  justify-content: flex-end;
}

.chat-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #6F06F9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

button:disabled {
  cursor: not-allowed;
}

.icon-social-button {
  cursor: pointer;
  border-radius: 8px;
  width: 50px;
  background-color: #c7c5c7;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.icon-social-button img {
  cursor: pointer;
  border-radius: 8px;
  width: 60%;
}

.icon-social-button:hover {
  background-color: #6f03fa;
}

.icon-social-button.selected {
  background-color: #6f03fa;
}

.icon-social-button-menu {
  cursor: pointer;
  border-radius: 8px;
  width: 50px;
  background-color: #c7c5c7;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.icon-social-button-menu img {
  cursor: pointer;
  border-radius: 8px;
  width: 60%;
}

.icon-social-button-menu:hover {
  background-color: #6f03fa;
}

.icon-social-button-menu.selected {
  background-color: #6f03fa;
}

.pricing-table {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    width: 100%;
    padding: 5% 0;
}

.plan {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 22%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.plan.popular {
    border-color: #6F06F9;
    border-width: 2px;
}

.plan.popular::before {
    content: "POPULAR";
    color: #fff;
    background: #6F06F9;
    padding: 5px 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    width: 94%;
}

.plan.popular button {
    background: #6F06F9;
    color: white;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px 0;
    width: 80%;
    font-weight: bold;
    transition: background-color 0.4s ease;
}

.plan.popular button:hover {
  background-color: #5401c4;
}

.plan h2 {
    margin: 0 0 10px;
    font-weight: bold;
}

.plan .price {
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
}

.plan .credits {
    font-size: 18px;
    margin: 10px 0;
}

.plan button {
    background: #fff;
    color: #6F06F9;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid gray;
    cursor: pointer;
    margin: 10px 0;
    width: 80%;
    font-weight: bold;
    transition: background-color 0.4s ease;
}

.plan button:hover {
  background-color: #e6e6e6;
}

.plan ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    text-align: left;
}

.plan ul li {
    margin: 5px 0;
    font-size: 0.9vw;
}

.plan ul li:before {
    content: "\2714  ";
    color: #6F06F9;
}

@media (max-width: 768px) {
    .pricing-table {
        flex-direction: column;
        align-items: center;
    }

    .plan {
        width: 80%;
        margin-bottom: 20px;
    }
}

.subscriptionInfo {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.subscriptionInfo h1 {
  color: black;
  font-size: 3vw;
  padding-inline: 15vw;
  text-align: center;
}

.subscriptionInfo button {
  background-color: red;
  color: white;
  padding: 10px 20px;
  margin-top: 2%;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 10px;
  height: 5.5vh;
  width: auto;
  transition: background-color 0.4s ease;
}

.subscriptionInfo button:hover {
  background-color: #b80404;
}

.planCredits {
  color: #6F06F9;
  font-weight: bold;
}

.planName {
  color: #6F06F9;
}

.planCreditsInfo {
  font-size: 1vw;
}

.subscriptionInfoContent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #F5F4F5;
  margin-top: 2%;
  margin-left: 1%;
  padding: 3%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-direction: column;
}

.subscriptionInfoContent h1 {
  font-size: 2.4vw;
}

.planInfo {
  background-color: white;
  border-radius: 10px;
  margin-top: 2%;
  width: 25%;
  padding: 2%;
}

.planInfo ul {
  list-style: none;
  text-align: center;
}

.planInfo ul li:before {
  content: "\2714  ";
  color: #6F06F9;
}
