.popUpBackGround{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;height:100%;top:0;right:0;background-color:rgba(0,0,0,.5);z-index:998}.popUpBackGround>*{width:100%;height:100%;clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);background-color:var(--background-primary);height:-moz-fit-content;height:fit-content;max-width:22.8rem;margin:0 20px;transition:background-color .3s ease;animation:scaleIn .1s ease-in-out}.popUpBackGround>* .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:11px 16px 7px 10px;border-bottom:1px solid var(--border-color)}.popUpBackGround>* .header h2{font-weight:400;font-size:1.3125rem;color:var(--copyright-light-cyan)}.popUpBackGround>* .header button{cursor:pointer;display:flex;align-items:center;border-radius:50%;padding:5px;transition:all .15s ease}.popUpBackGround>* .header button:hover{background-color:rgba(var(--light-cayan),.17)}.popUpBackGround>* .header button svg{font-size:2.25rem;color:var(--text-secondary)}.popUpBackGround>* .popUpSpinner{display:flex;position:absolute;top:0;left:0;background-color:#fff;width:100%;height:100%;z-index:1000;justify-content:center;align-items:center}@keyframes scaleIn{0%{transform:scale(.9)}to{transform:scale(1)}}