.buttonTag .tag{height:44px;max-width:185px;padding:7px 10px;display:flex;flex-direction:column;justify-content:center;background-color:#e8ebfe;border-radius:5px;font-family:Montserrat;font-weight:500;font-size:14px;line-height:115%;text-transform:capitalize;color:#383680;cursor:auto;transition:all .1s ease-out;border:1px solid #e8ebfe}.buttonTag .tag .tagTitle{font-family:Montserrat;font-weight:600;font-size:8px;line-height:10px;color:#1e2432;text-transform:uppercase}.buttonTag .tag:hover{background:rgba(56,54,128,.5);color:#fff}.buttonTag .tag:hover .title{color:#fff}.buttonTag .tag .tagContent:has(img){display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.buttonTag .tag img{border-radius:50%;border:1px solid #696d8c;width:32px;height:32px;object-fit:cover;object-position:top;background-color:#fff}.buttonTag .active{background:rgba(56,54,128,.5);color:#fff}@media screen and (max-width:490px){.buttonTag .tag{padding:5px}}