.container {
    padding: 0%;
    margin: auto;
    width: auto;
    padding-right: 0% !important;
}

#buttons {
    margin: 3% !important;
}

.rowSelectors {
    margin: auto;
    width: 35rem;
}

#selectors {
    display: flex;
    
}

#select_range {
    display: flex;
    align-items: center;
    justify-content:space-between;
}

#labels {
    margin: 1%;
}

.saveSelectionBlock {
    margin-top: 10px; 
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#savedSelectionItem {
    display: flex; 
    justify-content: center;
}

#textItems {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-direction: column;
    margin-top: 2%;
}

#stylesTextItems {
    color: white; 
    width: fit-content;
}

#howToDownload {
    margin-top: 20px;
    background-color: #42443865;
    border-radius: 10px;
    animation-duration: 0.6s;
    animation-name: slidein;
    padding: 10px;
    transition: 5s ease-in-out;
}

/* section {
    animation-duration: 0.6s;
    animation-name: slidein;
} */
  
  @keyframes slidein {
    from {
      margin-top: 500%;
      color: transparent;
      background-color: transparent;
    }
  
    to {
      margin-bottom: 0%;
      color: #fff;
      background-color: #42443865;
    }
  }

.stylesTextItems1 {
    visibility: hidden;
    width: 550px;
    background-color: rgba(128, 128, 128, 0.432);
    color: #fff;
    border-radius: 6px;
    padding: 5px 5px;
    z-index: 1;
    margin: 10px;
}

.saveSelectionBlock:hover .stylesTextItems1{
    visibility: visible;
}

#email {
    width: 200px;
    margin-bottom: 10px !important;
}

.clickToSeeGuidance {
    font-size: medium; 
    font-weight: 600; 
    cursor: pointer;
}

.clickToSeeGuidance:hover {
    color: #9CB530;
}

.alignHowTo {
    text-align: center;
}

.info-cards {
    margin-bottom: 20px;
}
