.select.tight{position:relative;display:inline-block;width:fit-content;font-family:"Archivo-Regular";font-size:1.25rem}.select.tight button{display:flex;justify-content:space-around;padding:10px 20px;font-size:16px;cursor:pointer;border:2px solid rgba(0,0,0,0);background-image:linear-gradient(#3A3A3A, #3A3A3A),linear-gradient(45deg, #09C269, #00D1FF);background-origin:border-box;background-clip:padding-box,border-box;background-color:#3a3a3a;border-radius:30px;color:#fff;transition:all .3s;width:100%;box-sizing:border-box;outline:none;font-size:1.25rem;align-items:center}.select.tight button .arrow{height:1.5rem;width:1.5rem;transition:transform ease-in-out .2s}.select.tight button .arrow.open{transform:rotate(-90deg)}.select.tight select{display:none}.select.tight .list{position:absolute;top:100%;left:0;display:none;margin:0;padding:0;list-style:none;border:2px solid rgba(0,0,0,0);background-image:linear-gradient(#3A3A3A, #3A3A3A),linear-gradient(45deg, #09C269, #00D1FF);background-origin:border-box;background-clip:padding-box,border-box;background-color:#3a3a3a;z-index:1;transition:max-height .3s ease-out;max-height:0;overflow:hidden;width:fit-content;box-sizing:border-box;border-bottom-left-radius:30px;border-bottom-right-radius:30px;text-align:center}.select.tight .list .option{padding:10px 20px;cursor:pointer;color:#fff}.select.tight .list .option:hover{background-color:#2c2c2c}.select.tight.open button{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:#3a3a3a}.select.tight.open .list{display:block;max-height:fit-content;border-top:none;margin-top:-5px;border-top-left-radius:0;border-top-right-radius:0}
