#header{position:fixed;z-index:50;display:flex;width:100%;align-items:center;justify-content:space-between;height:90px;padding:0 var(--paddingDefault);background:var(--bg-color)!important}#header .logoContent{width:26%;max-width:500px}#header .logoContent a{display:block;width:-moz-fit-content;width:fit-content}#header .defaultInputWrapper{width:100%}#header .defaultInputWrapper svg{color:var(--second-color)}#header .searchBox{position:relative;flex:2;max-width:715px}#header .searchInput{height:3rem;width:100%;font-size:1.125rem;line-height:1.75rem;border-radius:28px}#header .searchInput:focus{outline:none}#header .defaultInputWrapper.active{border-bottom-left-radius:0;border-bottom-right-radius:0}#header .result{position:absolute;left:0;top:3rem;width:100%;padding-left:2rem;padding-right:2rem;padding-bottom:1rem;background-color:#f1f2f8;border-bottom-left-radius:28px;border-bottom-right-radius:28px}#header .result__call{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;color:var(--second-color)}#header .result__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}#header .result__list>li:first-child{padding-right:2rem;border-right:1px solid #d1d1d1}#header .result__list>li:last-child{padding-left:2rem}#header .result__item{margin-top:.5rem;display:flex;align-items:center;gap:1rem}#header .result__item__img{min-width:45px;max-width:45px}#header .result__item__name{margin-bottom:.25rem;display:block;font-size:1rem;line-height:1.5rem;font-weight:700;line-height:1.2;color:#161615}#header .result__item__tag{display:flex;height:1.25rem;align-items:center;border-radius:9999px;padding-left:.75rem;padding-right:.75rem;font-size:.75rem;line-height:1rem;font-weight:300;border:.5px solid var(--second-color);color:var(--second-color);width:-moz-fit-content;width:fit-content}#header .profile{display:flex;flex:1 1 0%;align-items:center;justify-content:flex-end;gap:3rem}#header .infos{display:flex;align-items:center;gap:1.25rem}#header .welcome{display:block;text-align:right;font-size:.875rem;line-height:1.25rem;color:var(--second-color)}#header .name{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#35b1c9}#header .photo{height:3rem;width:3rem;min-width:3rem;overflow:hidden;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity,1));background-size:cover;background-position:50%}@media screen and (max-width:1700px){#header .logoContent svg{width:200px;height:44px}#header .searchBox{max-width:600px}#header .name{font-size:1.125rem;line-height:1.75rem}#header .photo{height:2.5rem;width:2.5rem;min-width:2.5rem}#header .profile{gap:2rem}#header .btnMenuMobile{display:none}}@media screen and (max-width:1200px){#header .logoContent svg{width:160px;height:35px}#header .searchBox{max-width:350px}#header .profile{gap:1rem}#header .result__list{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width:992px){#header{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem;height:130px}#header .name,#header .welcome{display:none}#header .btnMenuMobile{display:flex;height:2.5rem;width:2.5rem;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border-radius:.5rem;margin-left:16px;background-color:var(--first-color);padding:12px}#header .btnMenuMobile__bar{position:relative;width:100%;border-radius:.5rem;height:2px;background-color:#fff;transition:.3s}#header .btnMenuMobile.active .btnMenuMobile__bar:nth-child(2){display:none}#header .btnMenuMobile.active .btnMenuMobile__bar:first-child{transform:rotate(45deg);top:3px}#header .btnMenuMobile.active .btnMenuMobile__bar:last-child{transform:rotate(-45deg);top:-3px}#header .searchBox{order:2;flex:initial;width:100%;max-width:none}#header .result{padding-left:1rem;padding-right:1rem;max-height:60vh;overflow-y:auto}#header .result__list{grid-template-columns:repeat(1,minmax(0,1fr))}#header .result__list>li:first-child{padding-right:0;padding-bottom:.75rem;border:none}#header .result__list>li:nth-child(2){padding-left:0;padding-top:.75rem;border-top:1px solid #d1d1d1}}#header .flag{height:100%;justify-content:space-between}#header .flag,#header .lockCircle{display:flex;flex-direction:column;align-items:center}#header .lockCircle{height:2.75rem;width:2.75rem;cursor:pointer;justify-content:center;background-color:#ffffff;width:75px;height:75px;border-radius:15px}#header .lockCircle span{font-size:11px;color:#707070;margin-top:5px;line-height:.8;text-align:center}#header .pendingCircle{height:2.75rem;width:2.75rem;cursor:pointer;align-items:center;justify-content:center;background-color:#35b1c9;width:75px;height:75px;border-radius:15px;display:flex;flex-direction:column}#header .pendingCircle span{font-size:11px;color:#fff;margin-top:5px;line-height:.9;text-align:center}#header .lockCircle--fill{background-color:var(--first-color);border:0;cursor:auto}#navbar{position:fixed;left:0;bottom:0;z-index:30;display:flex;flex-direction:column;overflow:hidden;width:25%;max-width:150px;height:calc(100% - 90px);transition:.3s}#navbar:hover{max-width:350px}#navbar:hover .menuTitle{display:block}#navbar .menuTitle{display:none;white-space:nowrap}#navbar .logoContent{margin-left:2rem;display:flex;align-items:center;height:145px}#navbar .menu{width:100%;flex:1 1 0%;justify-content:space-between;overflow:auto;padding:2rem;background-color:var(--first-color);border-top-right-radius:60px;transition:.2s}#navbar .menu,#navbar .menu__list{display:flex;flex-direction:column}#navbar .menu__list{height:100%;overflow-x:hidden}#navbar .item,#navbar .menu__list__item{overflow:hidden}#navbar .item{margin-bottom:.5rem;display:flex;height:3rem;min-height:3rem;cursor:pointer;align-items:center;gap:.75rem;border-radius:1rem;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));width:-moz-fit-content;width:fit-content;transition:.3s;padding-left:1.5rem;padding-right:1.5rem}#navbar .item.active,#navbar .item:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));color:var(--first-color)}@media screen and (max-width:1200px){#navbar{width:36%}}@media screen and (max-width:992px){#navbar{right:-100%;transition:.4s;max-width:none;z-index:99;left:auto;width:50%}#navbar .menuTitle{display:block}#navbar .menu{border-top-left-radius:60px;border-top-right-radius:0}#navbar.active{right:0}}@media screen and (max-width:767px){#navbar{width:100%;height:calc(100% - 68px)}#navbar:hover{max-width:none}#navbar .menu{border-radius:0;padding:1rem}}#dashboard{display:flex;align-items:flex-start;justify-content:flex-end;gap:3rem;background:var(--bg-color)!important;min-height:100vh}#dashboard>.content{padding-bottom:2rem;padding-right:var(--paddingDefault);margin-top:103px;transition:.3s;width:calc(100% - 150px);padding-left:2rem;padding-top:2rem}@media screen and (max-width:1700px){#dashboard>.content{margin-top:85px}}@media screen and (max-width:992px){#dashboard>.content{width:100%;margin-top:110px}}@media screen and (max-width:767px){#dashboard>.content{padding-left:var(--paddingDefault)}}