@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
.dropdown{border-radius:5px;background-color:#eff6e4;margin-bottom:1rem;border:none;outline:none;position:relative}.dropdown__toggler{display:flex;align-items:center;height:3.75rem;padding:1.375rem 1.25rem;position:relative}.dropdown__toggler p{font-size:0.85rem;line-height:1}.dropdown__toggler-image{position:absolute;right:1.5rem;top:1em;transform:scale(1.5)}.dropdown__menu{padding:0rem 1.25rem;height:10.5rem;background-color:#eff6e4;width:100%;position:absolute;top:90%;border:1px solid #81bb2e;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:none;border-top-right-radius:none;z-index:3}.dropdown__menu>p{border-top:1px solid rgba(112,112,112,0.2);font-size:0.85rem}.dropdown__menu-item{padding-top:1rem;text-align:left}.dropdown__menu-item:not(:last-child){padding-bottom:1rem}.dropdown .active{border:1px solid #81bb2e;border-top-left-radius:5px;border-top-right-radius:5px}.teal-style{background-color:white;box-shadow:0px 4px 4px rgba(0,0,0,0.1)}.teal-style .dropdown{margin-bottom:0}.teal-style .dropdown__toggler p{color:#0d6a6a}.teal-style .dropdown__menu{border:1px solid #0d6a6a;border-top:none !important;background-color:#fff}.teal-style .active{border:1px solid #0d6a6a}.scroll{overflow:hidden;overflow-y:scroll}.scroll .dropdown__menu-item{padding-bottom:1rem}.scroll::-webkit-scrollbar{width:5px;height:20px}.scroll::-webkit-scrollbar-track{background-color:transparent}.scroll::-webkit-scrollbar-thumb{background-color:#0d6a6a;border-radius:20px}

