._header .right_section #notificationBtn{color:var(--textColor);padding:5px 10px;border-radius:4px;transition:background-color .2s ease-in;position:relative}._header .right_section #notificationBtn .update{position:absolute;top:2px;right:5px;height:5px;width:5px;padding:3px;background-color:orange;border-radius:50%;animation-play-state:running}._header .right_section #notificationBtn i{transform-origin:top center;transform:rotate(0deg);animation:leftRight 1s 7 forwards}._header .right_section #notificationBtn:hover{background-color:var(--hoverColor)}@keyframes leftRight{25%{transform:rotate(30deg)}30%{transform:rotate(-30deg)}50%{transform:rotate(30deg)}}._header .right_section .themeAndLoginActions{display:flex;gap:1rem;align-items:center}._header .right_section .themeAndLoginActions i{color:var(--textColor);width:40px;height:40px;padding:.5rem;border-radius:50%;box-shadow:0 0 2px var(--textColor);display:flex;align-items:center;justify-content:center}._header .menu{position:relative}._header .menu .close-layer{top:0;left:0;position:fixed;height:100vh;width:100%;background-color:rgba(0,0,0,.116);z-index:12}._header .menu .pop-up-menu{position:absolute;width:max-content;min-width:250px;padding:10px 10px 20px;border-radius:.5rem;z-index:13;top:0;right:0;background-color:var(--bg);box-shadow:0 0 10px 0 var(--hoverColor);transform:translateY(48px)}._header .menu .pop-up-menu .list{list-style:none;display:flex;flex-direction:column}._header .menu .pop-up-menu .list .item{cursor:pointer;display:flex;align-items:center;text-decoration:none;justify-content:flex-start;gap:10px;font-size:1rem;list-style:none;transition:.2s;padding:10px 1rem;border-radius:3px}._header .menu .pop-up-menu .list .item i,._header .menu .pop-up-menu .list .item span{color:var(--textColor)}._header .menu .pop-up-menu .list .item:hover{background-color:var(--hoverColor)}@media only screen and (max-width:800px){.header{width:100%;padding:.5rem}.header .menu .pop-up-menu{width:250px!important;padding:.5rem}.header .menu .pop-up-menu .list{width:100%}.header .menu .pop-up-menu .list .item{padding:.75rem}.header .menu .pop-up-menu .list .item i{font-size:1.3rem}.header .mid-section{display:none}}