.desktop-header-profile-btn-container{position:relative}.desktop-header-profile-btn{min-width:unset!important;padding:.5vw .8vw;width:9.75vw;height:2.5vw;border-radius:2vw;box-shadow:inset 0 0 1vw rgba(0,45,130,.18);transition:all .2s ease-in-out;color:var(--primary-900);font-size:var(--fontSize-xxs);position:relative;background-color:rgba(255,255,255,.7);font-weight:400!important;border-top:.1vw solid rgba(255,255,255,.15);border-bottom:.1vw solid rgba(255,255,255,.15);gap:.35vw}.desktop-header-profile-btn:hover{box-shadow:inset 0 0 1vw rgba(21,60,77,.3)}.desktop-header-profile-btn:hover span{color:var(--primary-blue-700)}.desktop-header-profile-btn img{width:2vw;transition:all .2s ease-in-out}.desktop-header-profile-btn:hover>img{filter:brightness(1.1);-webkit-filter:brightness(1.1)}.desktop-header-profile-btn span{width:calc(100% - 2.25vw)}.desktop-header-profile-btn:after{content:"";width:95%;height:.9vw;position:absolute;top:91%;left:0;z-index:10}.d-h-profile-window{padding:.75vw;width:16vw;min-height:20vw;border-radius:1.5vw;position:absolute;top:120%;left:0;z-index:2;background:#ffffff;box-shadow:0 0 .75vw rgba(0,0,0,.2);transition:all .1s ease-in-out;opacity:0;visibility:hidden;cursor:default!important;justify-content:flex-start!important}.d-h-profile-window *{transition:all .2s ease-in-out}.desktop-header-profile-btn-container:hover .d-h-profile-window{opacity:1!important;visibility:visible!important}.d-h-profile-window .dhpw-first-sec{width:100%;height:5vw;position:relative;gap:0}.d-h-profile-window .dhpw-first-sec:hover{color:var(--primary-blue-500)!important}.d-h-profile-window .dhpw-first-sec:before{content:"";position:absolute;top:101%;left:0;width:100%;height:.11vw;background:linear-gradient(270deg,transparent,rgba(192,192,192,.4),transparent)}.d-h-profile-window .dhpw-first-sec>div{width:100%;height:50%;position:relative}.d-h-profile-window .dhpw-first-sec>div:first-child{height:2vw;justify-content:flex-start!important}.d-h-profile-window .dhpw-first-sec>div:first-child img{width:2.2vw}.d-h-profile-window .dhpw-first-sec>div:first-child h5{width:75%;font-size:var(--fontSize-sm);font-weight:600;white-space:nowrap;text-align:start;overflow:hidden}.d-h-profile-window .dhpw-first-sec>div:first-child i{font-size:var(--fontSize-lg);position:absolute;left:.55vw}.d-h-profile-window .dhpw-first-sec>div:first-child:hover i{animation:animate-chevron-3 1.5s ease-in-out infinite}@keyframes animate-chevron-3{0%{transform:translateX(0)}50%{transform:translateX(.35vw)}10%{transform:translateX(0)}}.d-h-profile-window .dhpw-first-sec>div:nth-child(2){padding:0 .5vw;height:3vw;justify-content:space-between!important}.d-h-profile-window .dhpw-first-sec>div:nth-child(2) h6{width:50%;align-items:flex-start!important;font-size:.75vw;font-weight:600;gap:0;text-align:start;white-space:nowrap;opacity:.9;color:var(--primary-700)}.d-h-profile-window .dhpw-first-sec>div:nth-child(2) h6 span{display:inline-block;font-weight:300;font-size:.55vw;white-space:nowrap;color:var(--primary-700)}.d-h-profile-window .dhpw-first-sec>div:nth-child(2) svg{width:1vw;fill:var(--primary-700)}.d-h-profile-window .dhpw-first-sec>div:nth-child(2) h6:last-child{font-size:var(--fontSize-sm);align-items:center!important;justify-content:flex-end!important;gap:.25vw}.d-h-profile-window ul{padding:.25vw 0;width:100%;min-height:2vw;position:relative;justify-content:flex-start;align-items:flex-start;gap:.2vw}.d-h-profile-window ul li{width:100%;height:2.2vw;border-radius:.7vw;transition:all .1s ease-in-out!important;position:relative}.d-h-profile-window ul li:hover{background:rgba(192,192,192,.1)}.d-h-profile-window ul li a{padding:0 .4vw;width:100%;height:100%;position:relative;justify-content:flex-start!important;font-size:.75vw;font-weight:600;transition:all .15s ease-in-out}.d-h-profile-window ul li a img{width:1.4vw}.d-h-profile-window ul li:last-child a img,.d-h-profile-window ul li:nth-child(2) a img{transform:scale(1.1)}.d-h-profile-window ul li a:hover{padding:0 .8vw;color:var(--primary-blue-500)!important}