*::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
* {
    
    -ms-overflow-style: none;
   /* IE and Edge */
    scrollbar-width: none;
   /* Firefox */
}

/* Fuente predeterminada Poppins para todo el texto */
body *{
    
    font-family: "Noto Sans SC", "Noto Sans JP", "Noto Sans TC", "Noto Sans KR", serif;
    font-family: "Inter", sans-serif;
}


html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
    user-select:contain;
  }
.nav img{
    justify-self: center;
    align-self: center;
}
dialog{
    width: 90vw;
    max-height: 90vh;
}
 dialog > svg:first-child {
    position: absolute; /* Posicionar el SVG absolutamente */
    top: 0; /* Colocar el SVG en la esquina superior izquierda del diálogo */
    right: 0; /* Colocar el SVG en la esquina superior derecha del diálogo */
    margin: 20px; /* Ajustar el margen del SVG */
  }
.login_div{
    height: 100%;
    margin: 0;
    padding: 0 10px;
    object-fit: contain;
    border: 0;
}
.login_button{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.login_button svg{
    height: 100%;
}
*:-webkit-scrollbar {
    display: none;
}
body,html{
    
    padding: 0;
    margin: 0;
    border: 0;
    transition: .3s!important;   
    /*background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%), url("../base_images/area_render_28_.png");*/    
    background-size:auto;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.wave_svg{
    
    position: absolute;
    top: 0;
    
    z-index: 1;
}
.bottom_waves{
    position: relative;
    background-color: #181a1b;
    height: 0;
}
.bottom_waves svg{
    position: absolute;
    bottom: 0;
}
.bottom_waves svg:nth-of-type(2){
    bottom: -1px!important;
}
.logo{
    height: 40px;
    transition: all 1s ease-in-out;
}
.logo:hover{
    transform: rotate(360deg);
}
.mobile-menu{
    display: none;
}
.logo_div{
    display: flex;
    flex-direction: column;
    font-size: 8px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
}
.nav{    
    display: flex;
    justify-content: space-between;    
    padding:0 10px;
    max-height: 80px;
}
.botones{
    margin: 10px;
    margin-left: 20px;
    padding: 10px;
}
.boton{
    margin-top: 10px;
    text-decoration: none;    
    font-size: 24px;
    padding: 10px;
}
.foto_perfil{
    object-fit: cover;
    margin: 12px;    
    border-radius: 10%;
    height: 50px;
    width: 50px;
    transition: .5s;
}

.publish h2{
    margin: 0;
}

.publish, .logout{
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 10px 0;
    transition: .2s;
    gap: 8px;
}
.publish:active{
    
    margin-top: 12px;
}
.logout{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    gap: 8px;
    margin: 10px;
    transition: .2s;
}
.logout:active{    
    margin-top: 12px;
}
.logout h2{
    margin: 0;
}
.sub-menu-wrap{
    position: fixed;
    z-index: 8;
    top: 50px;
    right: 0px;
    min-width: 220px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s;
}
.sub-menu-wrap.open-menu{
    max-height: 500px;
}
.user-info{
    display: flex;
    align-items: center;
}
a{
    text-decoration: none;
}
.block_body{
    min-height: 100vh;
    z-index: 1;
}
.sub-menu{
    
    text-align: center;
    align-items: center;
}
.selection{
    text-decoration: none;
    font-size: 20px;
    margin: 0;
    padding: 10px 0 ;
    transition: .5s;
}

.otros{
    display: flex;
    flex-direction: column;
}
.main-foot{    
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: auto;
    padding: 10px;
    z-index: 20;
}
.main-foot a{
    text-decoration: none;    
    transition: .3s;
}

.main-foot p{
    font-size: 10px;
    max-width: 300px;
    font-weight: bold;
}
.main-foot img{
    width: 100px;
    height: 100px;
}
.hidden_submenu{
    display: none;
    padding: 5px;
}


.links_submenu{
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 9;
    top: 50px;
    left: 0px;
    width: 220px;
    background-color: rgba(18, 18, 18, 0.8);
    display: none;
    transition: max-height 0.2s;
    
}
.links_submenu a{
    color: whitesmoke;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px 0;
    
}
.links_submenu a:hover, .links_submenu a:focus{
    background-color: rgb(90, 90, 90,1);
}
.nav_bar {
    height: 50px;
    padding-right:10px ;
    display: flex;
    flex-direction: row;
    align-items: center;    
    width: auto;
    justify-content: space-between;
    text-align: center;
    position: sticky;
    top: 0;
    left: 10px;
    z-index: 20;
}
.links{
    display: flex;
    flex-direction: row;
    margin-right: auto;
    height: 100%;
}
.nav_bar a {
    display: flex;
    align-items: center;
    text-decoration: none;    
    padding:0 10px;    
}

.logo_pic{
    align-self: center;
    
    width: 42px;
    height: 42px;
    text-decoration: none;    
    transition: 1.5s;
}
.logo_pic:hover{
    transform: rotate(360deg);
}
.profile_menu{
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    width: auto;
    text-align: center;    
}

.bubbles{
    height: 100%;
    padding-right:10px ;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    text-align: center;
}
.bubbles svg{
    height: 100%;    
}
.profile_tag{
    padding-right:10px ;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    text-align: center;
    width: auto;
    border-radius: 10px;
    margin: 0;
}

.profile_tag h3{    
    margin-left: 30px;
    padding: 4px;
    border-radius: 5px;
    transition: .5s;
}
.profile_tag img{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
}
.notification_bar {
    position: fixed;
    width: 300px;
    max-height: 550px;    
    z-index: 9;
    right: 50px;
    top: 50px;
    display: none;
    flex-direction: column;
}
.notification_bar p{
    justify-self: center;
    align-self: center;
    margin: auto;
    padding: 5px 10px;
}
.show {
    display: flex;
}
.notification p{
    white-space: break-spaces;
    text-align: center;
}
.night_mode{
    
    border-radius: 50%;
    height: 100%;
    transition: .3s;
}
.hidden{
    display: none!important;
}
.night_mode svg{
    display: block;
    height: 100%;
    margin: auto;
    justify-self: center;
    align-self: center;
    border-bottom: 2px solid transparent;
    
    
}
.download_button_conatiner {
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    justify-content: center;
}
.download_button_conatiner a{
    border: 2px solid #00FF00!important;
    
    box-shadow: 0px 0px 10px 3px transparent;
    padding: 5px 10px;    
    
    border-radius: 10px;
    
}
.download_button_conatiner a:hover{
    box-shadow: 0px 0px 20px 3px limegreen;
    color: black;
    background: rgb(0,255,0);background: linear-gradient(53deg, rgba(0,255,0,1) 0%, rgb(0, 180, 0) 100%);
    

    }

.notification{
    justify-self: center;
    transition: .3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.notification svg{
    padding-left: 5px;
}

.Notifications_bttn{
    margin: 5px;
    text-align: center;
    border-radius: 5px;    
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: auto;
    padding: 10px 20px;
    font-size: 20px;
}
.notification p{
    justify-self: center;
    align-self: center;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notif_buttons{
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: space-around;
}
.notif_buttons button{
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: bold;
    margin: 3px ;
}
.sender_img{
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin: auto;
    object-fit: cover;
    margin-left: 8px;
}
.cookies_bar{
    padding:30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.cookies_bar img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 20px;
}
.cookies_bar button{
    margin-left: auto;
    border-radius: 10px;
    padding: 10px;
    margin: 0 10px;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    border: none;
    margin: 0 20px ;
    transition: .2s;
}

.cookies_msg h4, .cookies_msg p{
    margin-block: unset;
    font-size: 22px;
}
.tooltip {
    position: relative;
    display: inline-block;
    
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;  
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
    content: "";
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    
  }
  
  /* Show the tooltip text when hovering over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  a {
    text-decoration:none;
    color:#FFF;
  }
  .Signature_logo_clicker{
    user-select: none;
  }

  #notif_dialog{
    width: 50%;
    margin-top: 20px;
    background-color: rgb(100, 255, 100);
    border: none;
    outline: none;
    border-radius: 10px;
}

.notif_title svg{
    animation: point 1s infinite;
}
@keyframes point {
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(-15px) rotate(20deg);
      
    }
    100%{
        transform: translateX(0px);
    }
    
}


dialog::backdrop{
    backdrop-filter: blur(5px);
}
.notic_dialog_container{
    display: flex;
    flex-direction: column;
}
.notic_dialog_container h2{
    margin: 2px;
}
.notif_title{
    display: flex;
    align-items: center;

}

.language_select {
    position: relative;
    width: fit-content;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-bottom: 2px solid transparent;
 
   
}
.language_select:hover{
    border-bottom: 2px solid whitesmoke;
}

.language_select img {
   height: 40px;
   margin-top: 4px;

}
    


#language-dropdown {
    position: absolute;
    top: 100%; /* Para que aparezca justo debajo del contenedor */
    right: 0;
    width: max-content;
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    z-index: 10;
}

#language-dropdown div {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#language-dropdown div:hover {
    background-color: #f0f0f0;
}

#language-dropdown img {
    margin-right: 10px;
    width: 30px;
    height: auto;
}

.dropdown-visible {
    display: block!important;
}

.dropdown-hidden {
    display: none;
}


.download_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px; /* Bordes redondeados */
    margin: 10px;
    overflow: hidden; /* Asegura que los bordes redondeados sean aplicados correctamente */
    border: 2px solid #ccc; /* Borde del contenedor */
}

.download_section a {
    flex: 1; /* Hace que cada enlace ocupe la mitad del ancho */
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 2px transparent!important;    
    transition: background-color 0.3s ease; /* Transición suave */
}

.download_section a span{
    white-space: nowrap;
    width: 0px;
    overflow: hidden;
    transition: 0;
    margin-right: 3px;
}

.download_section a:hover span {
    display: block;    
    width: 100%;
    transition: .1s;
    
}
.download_section a:hover {
    background-color: rgb(85, 195, 85); /* Cambio de fondo al pasar el mouse */
    color: black;
}

.download_section a:active {
    background-color: #007bff; /* Color de fondo cuando se hace clic */
    color: white; /* Cambio de color de texto */
}
/* make a rainbow text color*/
.download_text{
    color: #000000;
    
    /*just two colors lime and greem*/
    background: linear-gradient(to right, rgb(85, 195, 85), #00cc00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow 5s linear infinite;
}

.custom-select-wrapper {
    position: relative;
    display: flex;
    margin: 10px 0;
    flex-direction: row;
    border :2px solid #3e4146;
    max-height: 150px;
    border-radius: 8px;
    padding: 4px;
}

#selected-items {
    flex-grow: 1;
    display: flex;
    
    overflow-y:scroll ;
    gap: 5px;
    flex-wrap: wrap; /* Permite que los elementos se envuelvan cuando no hay espacio suficiente */
    flex-direction: row; /* Dirección inicial de los elementos (horizontal) */
}

.selected-item {
    background-color: #31383f;
    padding:5px 10px ;
    
    border-radius: 20px;
    display: flex;
    height: fit-content;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    gap: 5px;
    white-space:nowrap;
}

.toggle-button {
    flex-shrink: 0;
    flex-basis: auto;
    background: transparent;
    border: none;
    cursor: pointer;
}

.dropdown-wrapper {
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 10;
    width: 100%;
    
    background-color: #21262b;
}

#search-bar {
    width: 100%;
    padding: 8px;
    margin: 8px 0;
    border-radius: 4px;
    border: 1px solid whitesmoke;
    background-color: transparent;

    display: none;
}

#options-list {
    max-height: 30vw;
    display: flex;
    flex-direction: column;
    flex-grow: 1;    
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;    
    overflow-y: scroll;
    padding: 8px;
    display: none;
    border-radius: 8px;
    border: 2px solid #3e4146;
}

.option-item {
    padding: 8px;
    cursor: pointer;
    background-color: #31383f;
    padding: 5px 10px;
    border-radius: 20px;
    height: fit-content;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
}

.option-item:hover {
    background-color: #f1f1f1;

}



@media (max-width: 1500px) {
    .banner-text p{
       font-size: 20px;
   }
   
}
@media (max-width: 1200px) {
    .download_text{
        display: none;
    }
    .botones{
        margin: 0;
        padding: 0;
   }
    .image-container{
        display: none;
   }
    .boton{
        font-size: 24px;
   }
    .logo_div{
        display: flex;
        justify-content: center;
        text-align: center;
   }
    .logo_div p{
        align-self: center ;
        justify-content: center;
   }
    .logo_div .logo{
        align-self: center;
        justify-self: center;
        margin: 0 auto;
        width: 30px;
        height: 30px;
   }
    .foto_perfil{
        margin:0;
        width: 30px;
        height: 30px;
   }
   .get-form{
    flex-direction:column
   }
}

@media (max-width: 800px) {
    
    .nav_bar a{
        font-size: 12px;
        padding: 4px;
       }
       .main-foot{
        grid-template-columns: repeat(1,1fr);
        
   }
   
}

@media (max-width: 1000px) {
    .download_section{
        display: none;
    }
    .download_button_conatiner{
        display: none!important;
    }
    .night_mode{
        margin-left: auto;
    }
    
}
@media (max-width: 620px) {
    .download_section{
        display: none;
    }
    
    .botones{
        display: flex;
        justify-content: center;
        align-items: center;
   }
   .links{
    display: none!important;
   }
   .hidden_submenu{
    display: block;
}
    .botones a{
        font-size: 12px;
        margin: 0;
        padding: 5px;
   }
    .nav img{
        justify-self: center;
        align-self: center;
        object-fit: cover;
   }
    .mobile-menu{
        display: block;
   }
   .cat-tag p{
    white-space: wrap;
   }
}


.remove {
    display: inline-flex;           
    justify-content: center;       
    align-items: center;            
    margin-left: 8px;               
    width: 16px;                    
    height: 16px;                   
}
.remove svg{
    width: 16px;
    height: 16px;
    stroke-width: 4px;
}

