.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);
}
/*
     FILE ARCHIVED ON 01:16:35 Jan 15, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:41:37 Nov 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.591
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.014
  esindex: 0.01
  cdx.remote: 60.521
  LoadShardBlock: 179.753 (3)
  PetaboxLoader3.datanode: 89.649 (4)
  load_resource: 124.904
  PetaboxLoader3.resolve: 82.277
*/