.fake-select {background: #F4F2F2;color: #262626;width: 100%;cursor: pointer;display: block;margin: 0;position: relative;padding: 0;text-align: right;direction: rtl;border: 1px solid #53B88B;}
.fake-select.last{border: none;}
.fake-select .fake-select-title{position: relative;text-align: right;padding: 15px;;}
.fake-select .fake-select-title:before{transform: rotate(0deg);position: absolute;content: "";top: 21px;left: 10px;width: 0;height: 0;border: 7px solid transparent;border-color: #262626 transparent transparent transparent;transition: transform 0.5s;transform-origin: top;}
.fake-select.opened .fake-select-title:before{transform: rotate(180deg);top: 23px;}
.fake-select .fake-select-options{max-height: 0;overflow: hidden;transition: max-height 0.4s;position: absolute;top: 45px;left: 0;background: transparent;width: 100%;z-index: 9999;}
.fake-select.opened .fake-select-options{max-height: 150px;overflow-y: auto;background: white;color: #262626;height: auto;border: 1px solid #262626;}
.fake-select.opened .fake-select-options .fake-option{padding: 15px;background: #53B88B;padding: 12px 16px;border: 1px solid transparent;border-color: transparent transparent rgb(33 66 84 / 0.16) transparent;cursor: pointer;}
.fake-select.opened .fake-select-options .fake-option:last-of-type{border: none;}
.fake-select.opened .fake-select-options .fake-option:hover,
.fake-select.opened .fake-select-options .fake-option.selected
{background: #dce1e4;}