.accordion{overflow:hidden;color:#4b4b4b;padding:4px 12px 0}.accordion .accordion-content{overflow:hidden;border-radius:4px!important;background:#fff}.accordion .accordion-content .header{min-height:36px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer!important;background-color:#fff!important;padding:4px 12px}.accordion .accordion-content .header .icon-open svg{transform:rotate(180deg)}.accordion .accordion-content .header svg{padding:0;width:20px;height:20px;fill:#4b4b4b}.accordion .accordion-content .header span.text-primary{color:#0062aa}.accordion .accordion-content .header .circle{min-width:20px;width:20px;max-width:20px;min-height:20px;height:20px;max-height:20px;border-radius:10px;background-color:#0062aa;color:#fff;display:flex;justify-content:center;align-items:center;font-size:10px;font-weight:400;overflow:hidden}.accordion .accordion-content .header .team{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:6px}.accordion .accordion-content .main{padding:4px 12px;background:#fff;font-weight:400;transition:all .3s ease-in-out}