.NavbarMain{position:fixed;top:0;width:100%;z-index:999;background-color:var(--white);color:var(--primary);box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}.NavbarContent{justify-content:space-between;padding:.2rem 0}.NavbarContent,.NavbarMenu{display:flex;align-items:center}.NavbarLink{color:var(--primary);text-decoration:none;margin-right:1rem;font-weight:600}.NavbarHamburger{display:none;cursor:pointer;border:none;background:transparent;outline:none;padding:0}.Logo{-o-object-fit:contain;object-fit:contain}.ButtonConfirm{margin:0 15px}.WarningConfirm{z-index:999;top:65px;display:flex;justify-content:center}.TapBarContainer,.WarningConfirm{position:fixed;width:100%;align-items:center}.TapBarContainer{bottom:0;background-color:white;display:none;justify-content:space-around;height:60px;z-index:1000;box-shadow:0 -1px 2px 0 rgba(0,0,0,.2)}.TapBarItem{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#630b21;min-height:50px;min-width:50px}.TapBarItem:hover{color:#000000}.TapBarIcon{font-size:26px}.TapBarText{font-size:12px;margin-top:-5px}.TapBarLink{text-align:center}@media (max-width:768px){.NavbarContent{justify-content:center}.NavbarMenu{display:none}.TapBarContainer{display:flex}}html.dark .NavbarMain{background-color:#1A1F2E;box-shadow:0 1px 3px 0 rgba(0,0,0,.5)}html.dark .NavbarLink{color:#D4345A}html.dark .TapBarContainer{background-color:#1A1F2E;box-shadow:0 -1px 3px 0 rgba(0,0,0,.5)}html.dark .TapBarItem{color:#D4345A}