@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap");*{padding:0;margin:0;font-family:Plus Jakarta Sans!important}.logout-blur-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.navbar{display:flex;justify-content:space-around;align-items:center;background-color:#fff;color:#3d3d3d;gap:10vw;border-bottom:1px solid #eae9e9;height:10vh}.navbar-links{display:flex;gap:2.7vw}.nav-icons{margin-right:8px}.navbar-links a{color:#3d3d3d;text-decoration:none;font-weight:500;display:flex;padding-bottom:18px;margin-bottom:-31px;align-items:center}.logout-btn,.navbar-links a{font-size:16px;line-height:30px}.logout-btn{width:8vw;height:5vh;flex-shrink:0;border-radius:4px;border:1px solid #ff9f46;background:#ff9f46;box-shadow:0 4px 4px 0 rgba(0,0,0,.1);color:#fff;font-weight:600}.nav-links-selected{border-bottom:2px solid #ff9f46}.logout-main-container{position:fixed;top:50%;left:50%;width:533px;height:314px;transform:translate(-50%,-50%);background-color:#fff;padding:20px;border:1px solid #ccc;box-shadow:0 0 10px rgba(0,0,0,.1);text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:2}.logout-heading{margin-bottom:16px}.heading-span{color:#ff9f46;font-size:20px;font-style:normal;font-weight:500;line-height:30px}.logout-paragraph{margin-bottom:24px}.paragraph-span{font-size:1rem;color:#767676;font-size:16px;font-style:normal;font-weight:500;line-height:30px}.logout-btns{display:flex;justify-content:center;align-items:center;gap:24px}.yes-btn{background:#fff;color:#ff9f46}.no-btn,.yes-btn{cursor:pointer;width:120px;height:38px;border-radius:4px;border:1px solid #ff9f46;display:flex;justify-content:center;align-items:center;font-size:16px;font-style:normal;font-weight:600;line-height:30px}.no-btn{background:#ff9f46;box-shadow:0 4px 4px 0 rgba(0,0,0,.1);color:#fff}