.box{
    height: 40px;
    width: 300px;
}
#searchBar{
    width: 100%;
    height: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 20px;
    cursor: pointer;
}
.divSelectSearchInSpecialSite0510{
    width: 90%;
    line-height: 30px;
    font-size: 16px;
    font-family: Inter;
}
#divBackground0510{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004D;
    z-index: 9999;
}
@media (min-width:650px){
    #divSearch0510{
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 650px;
        position: fixed;
        box-sizing: border-box;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0px 1px 8px 1px #00000033;
        height: 80%;
        overflow: auto;
        max-height: 745px;
    }
    #optionSelected0510{
        display: grid;
        grid-template-columns: 1fr 1fr;
        color: black;
        text-align: center;
        padding: 10px;
    }
}
@media (max-width:650px){
    #divSearch0510{
        margin-top: 10%;
        width: 100%;
        box-sizing: border-box;
        border-radius: 8px;
        box-shadow: 0px 1px 8px 1px #00000033;
        background-color: white;
        height: 80%;
        overflow: auto;
        max-height: 745px;
    }
    #optionSelected0510{
        display: grid;
        grid-template-columns: 1fr 1fr;
        color: black;
        text-align: center;
        padding: 10px;
    }
}
#divInputSearch0510{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#divInputSearch0510 .divInputSearchPlus0510{
    display: flex;
    align-items: center;
    height: 48px;
    width: 100%;
    max-width: 618px;
    border-radius: 8px;
    outline: none;
    border: 3px solid #EDEDED;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 16px;
}
#optionSelected0510 .divSellect0510{
    cursor: pointer;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #cecece;
    margin: 4px;
    display: flex;
    align-items: center;
    padding: 8px 24px 8px 16px;
    box-sizing: border-box;
    gap: 16px;
}
#optionSelected0510 .divSellect0510 img{
    height: 18px;
}
#optionSelected0510 .divSellect0510 .iconArrow{
    height: 10px;
}
#optionSelected0510 .divSellect0510 span{
    flex: 1;
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left;
}
.selected0510 {
    background-color: #B2F746;
}
.divider0510{
    border-top: 1px solid #c7c7c7;
}
.titleTyping0510{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-align: left;
    padding: 16px;
}
#divSearch0510 .inputSearch0510{
    border: none;
    outline: none;
    width: 100%;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
}
#divInputSearch0510 .divInputSearchPlus0510:focus-within{
    border: 3px solid #E2DFFF ;
}
#divInputSearch0510 .divInputSiteSearch:focus-within{
    border: 3px solid #E2DFFF ;
}
.resultSuggest0510{
    padding: 16px;
    display: flex;
    flex-direction: row;
}
.titleResultSuggest{
    padding: 0 16px 0 16px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-align: left;
}
.resultSuggest0510 .suggestChild0510{
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer;
}
.resultSuggest0510 .suggestChild0510 img{
    width: 14px;
    margin-right: 20px;
}
.resultSuggest0510 .suggestChild0510 .divTextContent0510{
    flex: 1;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-align: left;
}
.resultSuggest0510 .suggestChild0510:hover{
    background-color: #d6d6d6;
}
body{
    margin: 0;
}
.switch0510 {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch0510 input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider0510 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider0510:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider0510 {
    background-color: #B2F746;
  }
  
  input:focus + .slider0510 {
    box-shadow: 0 0 1px #B2F746;
  }
  
  input:checked + .slider0510:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider0510.round {
    border-radius: 34px;
    border: 1px solid #ccc;
  }
  
  .slider0510.round:before {
    border-radius: 50%;
  }
  .divBorderLabelSwitchButton{
    width: 90%;
    margin-bottom: 8px;
  }
