#profile-dropdown{width:68px;height:12px;position:relative;margin-left:12px}#profile-dropdown-avatar{position:absolute;z-index:100;top:-24px;left:0;width:68px;height:44px;background-color:#E3EFEA;background-position:center;background-repeat:no-repeat;border-radius:100px;padding:2px;display:flex;flex-direction:row;align-items:center;transition:background-color 0.15s}#profile-dropdown-avatar .pd-avatar{width:40px;height:40px;background-color:#E3EFEA;background-position:center;background-repeat:no-repeat;background-size:cover;border:1px solid #F1F7F4;border-radius:50%;margin-right:2px;box-shadow: 0 8px 20px -5px #4A7C682E;}#profile-dropdown-avatar .pd-arrow{width:16px;height:16px;background-color:#fff0;background-position:center;background-repeat:no-repeat;background-image:url(../assets/img/down-green.svg);transition:background-image 0.15s,transform 0.15s}#profile-dropdown:hover #profile-dropdown-avatar{background-color:#0B5ED7}#profile-dropdown:hover .pd-arrow{background-image:url(../assets/img/down-white.svg)}#profile-dropdown-content{position:absolute;z-index:100;top:-30px;right:0;width:230px;height:0;overflow:hidden;opacity:0;transition:height 0.2s,top 0.2s,opacity 0.2s}#profile-dropdown.pd-open #profile-dropdown-content{height:150px;top:26px;opacity:1}#profile-dropdown.pd-open #profile-dropdown-avatar{background-color:#90BFAC}#profile-dropdown.pd-open:hover #profile-dropdown-avatar{background-color:#90BFAC}#profile-dropdown.pd-open #profile-dropdown-avatar .pd-arrow{transform:rotateZ(180deg);background-image:url(../assets/img/down-white.svg)}#profile-dropdown-content .pd-inner{display:flex;flex-direction:column;width:230px;height:150px;border:1px solid #C8DFD6;border-radius:12px;background-color:#FFF;z-index:100;position:absolute;right:0;bottom:0;overflow:hidden}#profile-dropdown-content .pd-inner .pd-header{padding:16px 20px 12px 20px;background-color:#EEF5F3F2;min-height:62px;}#profile-dropdown-content .pd-inner .pd-header .pd-username{font-weight:500;font-size:13px;line-height:16px;color:#050505;margin-bottom:2px}#profile-dropdown-content .pd-inner .pd-header .pd-position{font-weight:500;font-size:10px;line-height:16px;color:#4A7C68}#profile-dropdown-content .pd-inner .pd-links{display:flex;flex-direction:column;padding:14px 0}#profile-dropdown-content .pd-inner .pd-links a{font-weight:500;font-size:13px;line-height:16px;color:#575757;padding:6px 20px;transition:color 0.15s;display:flex;flex-direction:row}#profile-dropdown-content .pd-inner .pd-links a span{width:13px;height:13px;background-color:#fff0;background-position:center;background-repeat:no-repeat;margin-right:10px;transition:background-image 0.15s}#profile-dropdown-content .pd-inner .pd-links .pd-profile span{background-image:url(../assets/img/settings-gray.svg)}#profile-dropdown-content .pd-inner .pd-links .pd-logout span{background-image:url(../assets/img/logout-gray.svg)}#profile-dropdown-content .pd-inner .pd-links a:hover{color:#0B5ED7}#profile-dropdown-content .pd-inner .pd-links .pd-profile:hover span{background-image:url(../assets/img/settings-blue.svg)}#profile-dropdown-content .pd-inner .pd-links .pd-logout:hover span{background-image:url(../assets/img/logout-blue.svg)}@media screen and (max-width:768px){#profile-dropdown{width:100%;margin-top:10px;margin-bottom:15px;height:0;transition:height 0.15s}#profile-dropdown-avatar{position:relative}#profile-dropdown-content{position:relative;top:-18px}#profile-dropdown.pd-open{height:170px}#profile-dropdown.pd-open #profile-dropdown-content{top:-18px}}