HEX
Server: LiteSpeed
System: Linux premium12.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: desetmhw (842)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/desetmhw/junksremovals-dubai.com/css/rform-select.css
.rform-select-div {
    position: relative;
    cursor: pointer;
}

.rform-select-container{
    width: 100%;
}

.rform-select-div::after {
    content: '\25BC';
    display: inline-flex;
    position: absolute;
    right: 0;
    padding-inline: 0.5rem;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    bottom: 0;
    top: 0;
    /* transition: all 0.5s; */
}

.rform-select {
    cursor: pointer;
}

.rform-options-container {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.rform-options-container ul {
    list-style: none;
    padding-inline: 0px;
    overflow: hidden;
    border: 1px solid rgb(108, 108, 108);
}

.rform-options-container ul li {
    overflow: hidden;
    background-color: white;
}

.rform-option {
    padding: 0.3rem;
}

.rform-option:hover {
    background-color: rgb(94, 94, 249);
    color: white;
}

.rotate::after {
    transform: rotate(-180deg);
}