.select-option {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 15px;
}
.select-options {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    /* bottom: 0; */
    z-index: 99;
    top: 103%;
    max-height: 320px;
    overflow-y: auto;
    display: none;
    right: 0%;
}
.formSideBar{
    position: relative !important;
}
.select-styled {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 30px;
    padding-top: 3px;
    cursor: pointer;
}
.select-option:hover {
    background-color: #f4f4f4;
}
.custom-select {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 45px;
    padding: 8px 0;
    /* background-image: url(https://www.igemel-net.co.il/wp-content/uploads/2023/11/down-5.png); */
    background: #EEEEEE url(https://www.igemel-net.co.il/wp-content/uploads/2023/11/down-5.png) no-repeat left center;
    background-size: 20px;
    font-size: 15px;
    color: black;
    border-radius: 0.375rem;
    margin-bottom: 10px;
}
.MoreText{
    display: none;
}