.FormPlat-options {
    position: relative;
    margin-bottom: 20px;
    z-index: 5;
}

.FormPlat-options .options_list {
    position: absolute;
    overflow: auto;
    z-index: 10;
    max-height: 40vh;
    top: 47px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid #cacaca;
}

.FormPlat-options .option_ul {
    width: 100%;
    background: #ddd;
    border: 1px solid #cacaca;
    margin: 0px;
    padding-left: 0;
    border-bottom: none;
}

.FormPlat-options .option_li { 
    padding: 5px 0px;
    font-size: 1.25rem;
    border-bottom: 1px solid #cacaca;
    height: 45px;
}

.FormPlat-options .option_link {
    color: #666;
    width: 100%;
    line-height: 45px;
    text-decoration: none !important;
    font-size: 1.25rem;
    padding-left: 1.25rem;
    display: inline-block
}

.FormPlat-options .option_li:hover {
    background: #99a7b9;
    color: #fff;
    cursor: pointer;
}
