*{
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: lightgray;
    padding: 10px;
}

#root {
    width: 50%;
    margin: 0 auto;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 50px;
}

.appnameindex {
    text-align: center;
    font-weight: bold;
}

.h1descindex {
    margin-top: 50px;
}

.iconIdex {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.notf {
    justify-content: center;
}

.createlist {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
    font-size: 1.3rem;
    cursor: pointer;
    border: 1px solid lightgray;
    border-radius: 8px;
}

.whatdo {
    margin-top: 50px;
    margin-bottom: 50px;
}

.whatdo p {
    font-size: 1.4rem;
    margin-left: 8px;
}

.iconGuia {
    display: flex;
}

.backicon {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-left: -10px;
}

.backicon img {
    width: 100%;
    height: 100%;
}

.titlepage {
    display: flex;
    margin-bottom: 10px;
}

.separar {
    border: 1px solid lightgray;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fieldname {
    display:block;
    margin-top: 20px;
    font-size: 1.2rem;
}

.textfield {
    border: 1px solid lightgray;
    border-radius: 5px;
    width: 100%;
    padding: 8px;
    font-size: 1rem;
}

.namedata {
    width: 100%;
    display: flex;
    justify-content:space-between;
}

.personalD {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 8px;
    font-size: 1rem;
}

.create {
    width: 100%;
    padding: 8px;
    margin-top: 20px;
    cursor: pointer;
    background-color: #7f7f7f;
    color: white;
    border: 1px solid gray;
    border-radius: 8px;
    font-size: 1.2rem;
}

.create:hover {
    background-color: #b8b8b8;
    border: 1px solid lightgray;
}

.info {
    color: red;
    margin-top: 10px;
}

table {
    width: 100%;
    margin-bottom: 10px;
}

td, th  {
    border-bottom: 1px solid lightgray;
    padding: 8px;
    text-align: left;
    font-size: 1.2rem;
}

td {
    color: dimgrey;
}

.frmSendGif {
    display: flex;
    flex-direction: column;
}

.name-and-gif {
    display: flex;
    justify-content: space-between;
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 3px;
}

.subGif {
    width: 50%;
    padding: 5px;
    border: none;
    font-size: 1.1rem;
    outline: none;
}

.linkBtt {
    margin-top: 5px;
}

.linkGif {
    width: 66%;
    padding: 5px;
    font-size: 1.1rem;
    outline: none;
    border-radius: 10px;
    border: 1px solid lightgray;
}

.sendgif {
    width: 30%;
    padding: 7px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
    color: white;
    border: 1px solid blue;
    border-radius: 5px;
    background-color: blue;
}

.sendgif:hover {
    background-color: #00008b;
    border: #00008b;
}

.created {
    font-size: 1.3rem;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid lightgray;
}

.linkToShare, .emailField {
    margin-top: 30px;
}

.linkToShare {
    font-size: 1.2rem;
}

.dat {
    font-size: 0.90rem;
    color: #7f7f7f;
    border-radius: 10px;
}

.listState {
    color: red;
}

.print {
    display: flex;
    justify-content: end;
}

.ftrSt {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    margin-top: 10px;
}

.ftrSt a{
    color: black;
}

.listLinks {
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.retornHm {
    font-size: 0.95rem;
}

.numDef {
    margin-top: 10px;
    padding: 10px;
    border-radius: 20px;
    background-color: #def7ff;
    color: #004766;
    display: inline-block;
}

textarea {
    resize: none;
}

.contaBd {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.hmBtn {
    color: black;
    text-decoration: none;
}

.descEvents {
    font-size: 1.2rem;
}

.viewShareGroup {
    display: flex;
    justify-content: space-between;
}

.view-and-share {
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 15px;
}

.editLstDv {
    border: 1px solid lightgray;
    padding: 15px;
    text-align: center;
    margin-top: 10px;
    border-radius: 8px;
}

.view-and-share a, .editLstDv a{
    color: #474747;
}

.emailField span {
    font-size: smaller;
    color: red;
}


/* mediaqueries */

/* =========================
   CELULARES MUITO PEQUENOS (até 320px)
   ========================= */
   @media (max-width: 320px) {
    /* Estilos específicos para celulares muito pequenos */
    body {
        padding: 0;
    }
    #root {
        width: 100%;
        margin: 0;
        padding: 0px;
    }
    .textfield {
        width: 86%;
    }
    .namedata {
        flex-direction: column;
    }
    .create {
        width: 93%;
    }
    .saveInfo {
        font-size: 0.95rem;
    }
  }
  
  /* =========================
     CELULARES (até 480px)
     ========================= */
  @media (max-width: 480px) {
    /* Estilos para a maioria dos smartphones */
    body {
        padding: 0;
    }
    #root {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .textfield {
        width: 95%;
    }
    .namedata {
        flex-direction: column;
    }
    .create {
        width: 99%;
    }
    .linkGif {
        width: 64%;
    }
  }
  
  /* =========================
     TABLETS (portrait) - de 481px até 768px
     ========================= */
  @media (min-width: 481px) and (max-width: 768px) {
    /* Estilos para tablets em modo retrato */
    #root {
        width: 80%;
    }
  }
  
  /* =========================
     TABLETS (landscape) - de 769px até 1024px
     ========================= */
  @media (min-width: 769px) and (max-width: 1024px) {
    /* Estilos para tablets em modo paisagem */
  }
  
  /* =========================
     LAPTOPS PEQUENOS - de 1025px até 1280px
     ========================= */
  @media (min-width: 1025px) and (max-width: 1280px) {
    /* Estilos para laptops pequenos */
  }
  
  /* =========================
     DESKTOPS MÉDIOS A GRANDES - de 1281px até 1600px
     ========================= */
  @media (min-width: 1281px) and (max-width: 1600px) {
    /* Estilos para desktops médios e grandes */
  }
  
  /* =========================
     TELAS GRANDES / 4K - acima de 1600px
     ========================= */
  @media (min-width: 1601px) {
    /* Estilos para telas muito grandes */
  }
    