.my-account-plan-information{height:100%;width:100%;background:#fff;padding:8px 20px 20px;border-radius:16px}
.my-account-plan-information__link{display:block;font-weight:500;font-size:14px;line-height:20px;color:#066fac}
.my-account-plan-information__link:hover{cursor:pointer;color:#184d74}
.my-account-plan-information__link:active{color:#000}
.my-account-plan-information__header{border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:8px;display:flex;justify-content:space-between}
.my-account-plan-information__header__title{display:flex;align-items:center;text-transform:uppercase;font-size:14px;font-weight:600;line-height:20px;color:#000}
.my-account-plan-information__header__title svg{width:18px;height:18px;margin-right:8px}
.my-account-plan-information__header__links{display:flex;align-items:center;gap:10px}
.my-account-plan-information__header__links a{display:flex;align-items:center;padding:8px 4px;font-size:14px;line-height:20px;font-weight:500;color:#066fac;text-decoration:none}
.my-account-plan-information__header__links a span{margin-right:8px}
.my-account-plan-information__header__links a svg{width:20px;height:20px}
.my-account-plan-information__header__links a:hover{cursor:pointer;color:#184d74}
.my-account-plan-information__header__links a:hover svg path{fill:#184d74}
.my-account-plan-information__header__links a:active{color:#000}
.my-account-plan-information__header__links a:active svg path{fill:#000}
.my-account-plan-information__header__links__admin-portal div svg{width:11px;height:11px}
.my-account-plan-information__main{display:flex;flex-direction:column;max-height:100px;margin-top:16px;flex-wrap:wrap;column-gap:48px}
.my-account-plan-information__main__title{font-weight:400;font-size:12px;line-height:18px;text-transform:uppercase;color:#323439;margin-bottom:4px}
.my-account-plan-information__main__plan-value,.my-account-plan-information__main__company-value,.my-account-plan-information__main__number-value,.my-account-plan-information__main__number-licences-value{font-weight:500;font-size:14px;line-height:20px;color:#000}
.my-account-plan-information__main__number-value{display:block;color:#066fac}
.my-account-plan-information__main__number-value:hover{cursor:pointer;color:#184d74}
.my-account-plan-information__main__number-value:active{color:#000}
.my-account-plan-information__main__section{margin-bottom:16px}
.my-account-plan-information__main__section:nth-child(2n){margin-bottom:0}
@media only screen and (max-width:619px){.my-account-plan-information{padding:20px}
.my-account-plan-information__header{flex-direction:column}
.my-account-plan-information__header__title{margin-bottom:4px}
.my-account-plan-information__header__links{gap:20px}
.my-account-plan-information__main{max-height:unset;gap:12px}
.my-account-plan-information__main__section{margin-bottom:0}
}