header.header{z-index:50;background-color:#fff;justify-content:center;align-items:center;width:calc(100vw - 69px);height:61px;display:flex;position:fixed;left:69px;box-shadow:1px 1px 1px #0000001f}.hdr-inr{justify-content:space-between;align-items:center;width:calc(100% - 70px);height:fit-content;padding:0 35px;display:flex}.hdr-profile-col svg{color:#dedede}.hdr-col{flex-direction:row;gap:26px;display:flex}.hdr-profile{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:4px 8px;display:flex}.hdr-profile-col{align-items:center;gap:12px;display:flex}.hdr-profile-col span{color:var(--base-gray);cursor:pointer;font-family:Montserrat-Medium;transition:all .3s}.hdr-profile-col-arrow svg{color:var(--base-gray)}.hdr-col-content{justify-content:center;align-items:center;text-decoration:none;display:flex}.hdr-profile-hidden-ct{z-index:90;background-color:#fff;border:1px solid #dedede;border-radius:10px;flex-direction:column;align-items:flex-start;gap:12px;width:200px;height:auto;padding:8px;display:flex;position:absolute;bottom:0;right:20px;transform:translateY(calc(100% - 20px))}.hdr-profile-hidden-ct a{color:#7c7c7c;text-align:start;box-sizing:border-box;border-radius:8px;justify-content:flex-start;width:100%;padding:8px 15px;font-family:Montserrat-Bold;font-size:15px}.hdr-profile-hidden-ct a:hover{color:var(--base-blue);background-color:#f8f8f5}.hdr-profile-hidden-ct-line{background-color:#dedede;width:100%;height:2px}.hdr-profile-hidden-ct a.red-text{font-size:13px}.hdr-profile-col-icon{border-radius:50%;transition:all .3s}.hdr-profile-col-arrow{width:24px;height:24px;position:relative}.hdr-profile-col-arrow-line-1{background:#cacaca;border-radius:4px;width:15px;height:3px;transition:all .3s;position:absolute;top:50%;right:50%;transform:translate(50%,-50%)translate(-30%)rotate(45deg)}.hdr-profile-col-arrow-line-2{background:#cacaca;border-radius:4px;width:15px;height:3px;transition:all .3s;position:absolute;top:50%;right:50%;transform:translate(50%,-50%)translate(30%)rotate(-45deg)}.hdr-profile:hover .hdr-profile-col-arrow .hdr-profile-col-arrow-line-1,.hdr-profile:hover .hdr-profile-col-arrow .hdr-profile-col-arrow-line-2{background:var(--base-blue)}.hdr-profile:hover .hdr-profile-col span{color:var(--base-blue)}.hdr-profile:hover .hdr-profile-col-icon{box-shadow:0 0 5px 2px #3b82f680}.hdr-profile.active .hdr-profile-col-arrow .hdr-profile-col-arrow-line-1{transform:translate(50%,-50%)translate(-30%)rotate(-45deg)}.hdr-profile.active .hdr-profile-col-arrow .hdr-profile-col-arrow-line-2{transform:translate(50%,-50%)translate(30%)rotate(45deg)}.language-switcher{position:relative}.language-toggle{color:rgb(85,122,255/30%);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#417de84d;border:1px solid #417de8cc;border-radius:6px;align-items:center;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.language-toggle:hover{background:#ffffff26;border-color:#ffffff4d;outline:none;box-shadow:0 0 0 2px #3b82f680}.language-toggle:hover .lang-option:not(.active){color:var(--base-blue)}.lang-option{opacity:.6;letter-spacing:.5px;color:#fff;border-radius:4px;justify-content:center;align-items:center;width:60px;height:30px;padding:2px 6px;font-family:Montserrat-SemiBold;font-size:20px;transition:all .3s;display:flex;position:relative}.lang-option.active{opacity:1;background:var(--base-blue);color:#fff;font-weight:700;transform:scale(1.05)}.lang-option:before{content:"";opacity:0;z-index:-1;background:linear-gradient(45deg,#3b82f64d,#1d4ed84d);border-radius:12px;transition:opacity .3s;position:absolute;inset:0}.lang-option.active:before{opacity:1}
section.main-bar{z-index:60;background-color:#fff;width:fit-content;max-width:70px;height:100vh;position:fixed;top:0;left:0;box-shadow:1px 0 1px #0000001f}.mnbr-logo{justify-content:center;align-items:center;width:fit-content;padding:12px 13px;display:flex}.mnbr-bars{flex-direction:column;align-items:center;padding:12px 0 13px;display:flex;position:relative}.mnbr-bar{cursor:pointer;width:100%;height:61px;transition:var(--base-transition);justify-content:center;align-items:center;display:flex}.mnbr-icon svg{color:var(--base-gray);transition:var(--base-transition);z-index:16}.mnbr-icon{width:45px;height:45px;transition:var(--base-transition);z-index:15;background-color:#fff;border-radius:10px;justify-content:center;align-items:center;display:flex}.mnbr-bar:hover .mnbr-icon svg,.mnbr-bar.active .mnbr-icon svg{color:var(--base-blue)}.mnbr-bar.active .mnbr-icon{box-shadow:0 1px 3px #00000059}.mnbr-active-bar{background:var(--base-bg);z-index:10;width:69px;height:61px;transition:var(--base-transition);box-shadow:inset 1px 1px 1px 0 #0003,inset 1px -1px 1px 0 #0003,inset -1px 0 0 5px var(--base-bg);border-right:2px solid var(--base-bg);position:absolute;top:12px;left:0}
