@import"https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap";:root{--app-background: #313740;--app-column-counter: #1e2128;--app-row-counter: #252a32;--app-menu: #36383d;--app-menu-text: #fbfbfb;--app-popup-top: #323942;--app-popup-text: #2c3039;--app-popup-background: #fefefe;--element-dimension: 68px}*{box-sizing:border-box;outline:none}body,html{background:var(--app-background)}.App{width:100%;height:100%;background:var(--app-background);color:var(--app-menu-text);overflow-x:hidden;overflow-y:auto}.centroid{max-width:1440px;margin:auto;padding:10px}.flex-row{display:flex}.spacerA{height:30px}.hidebx{display:none}.workarea{overflow-x:auto;padding:15px}.workarea *{transition:.3s ease;-webkit-transition:.3s ease}.workarea-periodic-table{display:grid;place-items:center;overflow:auto;position:relative}.periodic-table{display:grid;grid-template-columns:repeat(18,var(--element-dimension));grid-template-rows:repeat(10,var(--element-dimension));grid-gap:4px}.element{background:var(--app-menu);box-shadow:0 3px 12px #0000004d;border-radius:2px;position:relative;text-align:center;display:flex;flex-direction:column;cursor:pointer}.element-atomic-no{font-weight:400;font-size:10px;position:absolute;top:7px;left:7px;display:table;flex:0}.element-symbol{font-size:25px;font-weight:700;padding-top:15px;flex:6}.element-name{font-size:9px;letter-spacing:.54px;flex:3;text-transform:capitalize}.pt-legend{position:absolute;top:7%;left:230px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;z-index:2}.pt-legend-item{display:flex;cursor:pointer;border-radius:5px;padding:4px}.pt-legend-item:hover,.pt-legend-item-selected{background:#fff;color:var(--app-menu);box-shadow:0 5px 22px #0000004d}.btn-pt-legend-clear{border:1px solid #fff;color:#fff;border-radius:20px;background:var(--app-menu);text-transform:uppercase;cursor:pointer;position:absolute;top:0;left:0;right:0;margin-left:auto;margin-right:auto;box-shadow:0 5px 22px #00000080;padding:7px 20px 7px 40px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:svgjs='http://svgjs.com/svgjs'%20version='1.1'%20width='512'%20height='512'%20x='0'%20y='0'%20viewBox='0%200%20512.001%20512.001'%20style='enable-background:new%200%200%20512%20512'%20xml:space='preserve'%20class=''%3e%3cg%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M284.286,256.002L506.143,34.144c7.811-7.811,7.811-20.475,0-28.285c-7.811-7.81-20.475-7.811-28.285,0L256,227.717%20L34.143,5.859c-7.811-7.811-20.475-7.811-28.285,0c-7.81,7.811-7.811,20.475,0,28.285l221.857,221.857L5.858,477.859%20c-7.811,7.811-7.811,20.475,0,28.285c3.905,3.905,9.024,5.857,14.143,5.857c5.119,0,10.237-1.952,14.143-5.857L256,284.287%20l221.857,221.857c3.905,3.905,9.024,5.857,14.143,5.857s10.237-1.952,14.143-5.857c7.811-7.811,7.811-20.475,0-28.285%20L284.286,256.002z'%20fill='%23ffffff'%20data-original='%23000000'%20style=''%20class=''/%3e%3c/g%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:15px;background-size:10px;opacity:0;visibility:hidden}.btn-pt-legend-show{top:-50px;opacity:1;visibility:visible}.pt-legend-color{width:25px;height:15px;border-radius:5px;align-self:center}.pt-legend-name{font-size:10px;letter-spacing:1px;padding-left:10px;text-transform:uppercase;align-self:center;white-space:nowrap}.pt-detail-container{width:100%;height:100vh;background:#00000080!important;position:fixed;top:0;left:0;z-index:7;padding:60px 15px;color:#fff;overflow:auto}.modal-content{background:transparent;overflow:auto;height:90vh;padding:30px 10px}.minimal-space{width:100%;height:20px}.pt-det-holder{width:100%;max-width:500px;margin:auto}.pt-det-header{width:100%;height:300px;background:#fff;border-radius:2px;position:relative;overflow:hidden}.pt-det-header-img{width:100%;object-fit:cover;position:relative;z-index:1}.pt-det-header-inner{width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;background:linear-gradient(#0000004d,#000000b3)}.pt-det-header-top-box{height:250px;display:flex;flex-direction:column;justify-content:space-between}.pt-det-header-controls{display:flex;justify-content:space-between;padding:10px 5px}.pt-det-ctrl-top{width:40px;height:40px;cursor:pointer}.pt-det-back-btn{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:svgjs='http://svgjs.com/svgjs'%20version='1.1'%20width='512'%20height='512'%20x='0'%20y='0'%20viewBox='0%200%2064%2064'%20style='enable-background:new%200%200%20512%20512'%20xml:space='preserve'%20class=''%3e%3cg%20transform='matrix(1.1700000000000002,0,0,1.1700000000000002,-5.440000000000005,-5.440000000000005)'%3e%3cpath%20xmlns='http://www.w3.org/2000/svg'%20d='m54%2030h-39.899l15.278-14.552c.8-.762.831-2.028.069-2.828-.761-.799-2.027-.831-2.828-.069l-17.448%2016.62c-.755.756-1.172%201.76-1.172%202.829%200%201.068.417%202.073%201.207%202.862l17.414%2016.586c.387.369.883.552%201.379.552.528%200%201.056-.208%201.449-.621.762-.8.731-2.065-.069-2.827l-15.342-14.552h39.962c1.104%200%202-.896%202-2s-.896-2-2-2z'%20fill='%23ffffff'%20data-original='%23000000'%20style=''%20class=''/%3e%3c/g%3e%3c/svg%3e");background-size:50%;background-position:center;background-repeat:no-repeat}.pt-det-wiki-btn{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:svgjs='http://svgjs.com/svgjs'%20version='1.1'%20width='512'%20height='512'%20x='0'%20y='0'%20viewBox='0%200%2098.05%2098.05'%20style='enable-background:new%200%200%20512%20512'%20xml:space='preserve'%20class=''%3e%3cg%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M98.023,17.465l-19.584-0.056c-0.004,0.711-0.006,1.563-0.017,2.121c1.664,0.039,5.922,0.822,7.257,4.327L66.92,67.155%20c-0.919-2.149-9.643-21.528-10.639-24.02l9.072-18.818c1.873-2.863,5.455-4.709,8.918-4.843l-0.01-1.968L55.42,17.489%20c-0.045,0.499,0.001,1.548-0.068,2.069c5.315,0.144,7.215,1.334,5.941,4.508c-2.102,4.776-6.51,13.824-7.372,15.475%20c-2.696-5.635-4.41-9.972-7.345-16.064c-1.266-2.823,1.529-3.922,4.485-4.004v-1.981l-21.82-0.067%20c0.016,0.93-0.021,1.451-0.021,2.131c3.041,0.046,6.988,0.371,8.562,3.019c2.087,4.063,9.044,20.194,11.149,24.514%20c-2.685,5.153-9.207,17.341-11.544,21.913c-3.348-7.43-15.732-36.689-19.232-44.241c-1.304-3.218,3.732-5.077,6.646-5.213%20l0.019-2.148L0,17.398c0.005,0.646,0.027,1.71,0.029,2.187c4.025-0.037,9.908,6.573,11.588,10.683%20c7.244,16.811,14.719,33.524,21.928,50.349c0.002,0.029,2.256,0.059,2.281,0.008c4.717-9.653,10.229-19.797,15.206-29.56%20L63.588,80.64c0.005,0.004,2.082,0.016,2.093,0.007c7.962-18.196,19.892-46.118,23.794-54.933c1.588-3.767,4.245-6.064,8.543-6.194%20l0.032-1.956L98.023,17.465z'%20fill='%23ffffff'%20data-original='%23000000'%20style=''%20class=''/%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:50%;background-position:center;background-repeat:no-repeat}.pt-det-header-element-tag{background:#e45143;padding:4px 10px;border-radius:0 3px 3px 0;display:table;font-size:10px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px}.pt-det-header-atomic-no{padding:4px 10px 4px 0;border-right:1px solid #fff}.pt-det-header-categoy-name{padding-left:10px;align-self:center}.pt-det-header-element{margin-bottom:15px;justify-content:space-between}.pt-det-header-symbol{line-height:.9;font-size:44px;padding:4px 10px}.pt-det-header-element-name-box{flex:1;padding:4px 10px;letter-spacing:.5px}.pt-det-header-name{font-size:19px;margin-bottom:4px}.pt-det-header-weight{font-size:14px;opacity:.7}.pt-det-header-expand{width:30px;height:30px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:svgjs='http://svgjs.com/svgjs'%20version='1.1'%20width='512'%20height='512'%20x='0'%20y='0'%20viewBox='0%200%20482.239%20482.239'%20style='enable-background:new%200%200%20512%20512'%20xml:space='preserve'%3e%3cg%3e%3cpath%20xmlns='http://www.w3.org/2000/svg'%20d='m0%2017.223v120.56h34.446v-103.337h103.337v-34.446h-120.56c-9.52%200-17.223%207.703-17.223%2017.223z'%20fill='%23ffffff'%20data-original='%23000000'%20style=''/%3e%3cpath%20xmlns='http://www.w3.org/2000/svg'%20d='m465.016%200h-120.56v34.446h103.337v103.337h34.446v-120.56c0-9.52-7.703-17.223-17.223-17.223z'%20fill='%23ffffff'%20data-original='%23000000'%20style=''/%3e%3cpath%20xmlns='http://www.w3.org/2000/svg'%20d='m447.793%20447.793h-103.337v34.446h120.56c9.52%200%2017.223-7.703%2017.223-17.223v-120.56h-34.446z'%20fill='%23ffffff'%20data-original='%23000000'%20style=''/%3e%3cpath%20xmlns='http://www.w3.org/2000/svg'%20d='m34.446%20344.456h-34.446v120.56c0%209.52%207.703%2017.223%2017.223%2017.223h120.56v-34.446h-103.337z'%20fill='%23ffffff'%20data-original='%23000000'%20style=''/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-size:50%;background-position:center;cursor:pointer;transform:translateY(80%);-webkit-transform:translateY(80%);margin-right:10px}.pt-det-header-footer{height:50px;justify-content:space-between;background-color:#1c1f26;padding:7px 0}.pt-det-nav-btn{flex:1;height:100%;align-self:center;text-align:center;display:grid;place-items:center;font-size:10px;text-transform:uppercase;word-spacing:5px;letter-spacing:.5px;background-repeat:no-repeat;background-size:10px;cursor:pointer}.pt-prev-btn{background-position:7px center;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:svgjs='http://svgjs.com/svgjs'%20version='1.1'%20width='512'%20height='512'%20x='0'%20y='0'%20viewBox='0%200%20240.823%20240.823'%20style='enable-background:new%200%200%20512%20512'%20xml:space='preserve'%20class=''%3e%3cg%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Chevron_Right'%20d='M57.633,129.007L165.93,237.268c4.752,4.74,12.451,4.74,17.215,0c4.752-4.74,4.752-12.439,0-17.179%20l-99.707-99.671l99.695-99.671c4.752-4.74,4.752-12.439,0-17.191c-4.752-4.74-12.463-4.74-17.215,0L57.621,111.816%20C52.942,116.507,52.942,124.327,57.633,129.007z'%20fill='%23ffffff'%20data-original='%23000000'%20style=''%20class=''/%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3c/g%3e%3c/svg%3e");border-right:1px solid rgba(114,114,114,.35)}.pt-next-btn{background-position:calc(100% - 7px) center;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:svgjs='http://svgjs.com/svgjs'%20version='1.1'%20width='512'%20height='512'%20x='0'%20y='0'%20viewBox='0%200%20240.823%20240.823'%20style='enable-background:new%200%200%20512%20512'%20xml:space='preserve'%20class=''%3e%3cg%20transform='matrix(-1,0,0,1,240.82421875,0)'%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Chevron_Right'%20d='M57.633,129.007L165.93,237.268c4.752,4.74,12.451,4.74,17.215,0c4.752-4.74,4.752-12.439,0-17.179%20l-99.707-99.671l99.695-99.671c4.752-4.74,4.752-12.439,0-17.191c-4.752-4.74-12.463-4.74-17.215,0L57.621,111.816%20C52.942,116.507,52.942,124.327,57.633,129.007z'%20fill='%23ffffff'%20data-original='%23000000'%20style=''%20class=''/%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.pt-det-footer-box{height:50px;background:#000}.pt-det-group-label{padding:14px 15px;background:#333}.pt-det-group-label img{width:20px;object-fit:contain;align-self:center}.pt-det-group-name{align-self:center;padding-left:20px;font-weight:300;font-size:15px;letter-spacing:.5px}.pt-det-element-info-box{background:#1c1f26;padding:14px 15px;border-bottom:1px solid rgba(114,114,114,.35)}.pt-det-element-info-box:last-child{border-bottom:none}.pt-det-element-info-box label{opacity:.5;text-transform:uppercase;letter-spacing:1px;font-size:10px}.pt-det-element-info-value{font-size:14px;letter-spacing:.5px;line-height:1.6}.navbar{height:50px;display:flex;justify-content:space-between;padding:10px;background:var(--app-popup-top);box-shadow:0 5px 22px #0000004d}.navbar-item{align-self:center;margin:0}.navbar-menu{width:30px;height:30px;align-items:center;justify-content:center;margin-right:10px;cursor:pointer;position:relative}.navbar-menu>.middle{width:100%;height:2px!important;background:var(--app-menu-text);transition:.3s ease;-webkit-transition:.3s ease;transform:translateY(13px)}.navbar-menu>.middle:before,.navbar-menu>.middle:after{content:"";width:100%;height:2px!important;background:var(--app-menu-text);position:absolute;transition:.3s ease;-webkit-transition:.3s ease}.navbar-menu>.middle:before{transform:translateY(-400%)}.navbar-menu>.middle:after{transform:translateY(400%)}.menu-tapped{position:relative}.menu-tapped .middle{background:transparent;transition:.01s ease}.menu-tapped .middle:before{transform:rotate(45deg) translate(3%,-7%)}.menu-tapped .middle:after{transform:rotate(-45deg) translate(-0%,-3%)}.navbar-name{font-weight:700;letter-spacing:1px;text-transform:uppercase}.navbar-search-holder{display:flex;gap:15px}.navbar-about-me{background:var(--app-menu-text);color:var(--app-background);text-decoration:none;text-transform:uppercase;font-size:10px;padding:3px 15px;border-radius:40px;opacity:.7;font-weight:700;transition:.3s ease}.navbar-about-me:hover{padding-right:20px}.navbar-search-container{width:100vw;height:100vh;background:#000000b3;position:fixed;top:0;left:0;z-index:7;color:#fff;overflow:auto;padding:70px 15px 15px}.navbar-search-inner{max-width:500px;height:100%;margin:auto;flex-direction:column}.navbar-search-txtbox{flex-shrink:0;width:100%;height:45px;outline:none;font-size:13px;letter-spacing:.5px;padding:5px 12px 5px 40px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:svgjs='http://svgjs.com/svgjs'%20version='1.1'%20width='512'%20height='512'%20x='0'%20y='0'%20viewBox='0%200%20512.005%20512.005'%20style='enable-background:new%200%200%20512%20512'%20xml:space='preserve'%20class=''%3e%3cg%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M505.749,475.587l-145.6-145.6c28.203-34.837,45.184-79.104,45.184-127.317c0-111.744-90.923-202.667-202.667-202.667%20S0,90.925,0,202.669s90.923,202.667,202.667,202.667c48.213,0,92.48-16.981,127.317-45.184l145.6,145.6%20c4.16,4.16,9.621,6.251,15.083,6.251s10.923-2.091,15.083-6.251C514.091,497.411,514.091,483.928,505.749,475.587z%20M202.667,362.669c-88.235,0-160-71.765-160-160s71.765-160,160-160s160,71.765,160,160S290.901,362.669,202.667,362.669z'%20fill='%238c96a4'%20data-original='%23000000'%20style=''%20class=''/%3e%3c/g%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3cg%20xmlns='http://www.w3.org/2000/svg'%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-position:10px;background-size:13px;background-repeat:no-repeat;box-shadow:0 3px 12px #0000004d inset;margin-bottom:20px}.navbar-search-sort-box{gap:10px;margin-bottom:20px;border-radius:5px;background:#ffffff1a;padding:4px}.navbar-sort-type{padding:5px 10px;min-width:90px;text-align:center;cursor:pointer;text-transform:uppercase;font-size:12px;background:#ffffff1a;border-radius:5px}.navbar-sort-selected{color:var(--app-background);border-radius:5px;background:#fff}.navbar-search-tab-container{flex:6;overflow:auto}.navbar-search-tab-box{flex-direction:column}.navbar-search-tab{width:100%;height:70px;margin-bottom:10px;box-shadow:0 3px 12px #0000004d;background:var(--app-background);border-radius:5px}.navbar-search-tab-symbol{flex-shrink:0;background:green;width:60px;display:grid;place-items:center;border-radius:5px;font-size:25px}.navbar-search-tab-main{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:7px 10px}.navbar-search-tab-value label{opacity:.5;font-size:10px;text-transform:uppercase}.navbar-sm-circle{width:30px;height:30px;background-color:var(--app-menu-text);border-radius:50%;display:grid;place-items:center;opacity:.5;transition:.2s ease;-webkit-transition:.2s ease}.navbar-sm-circle:hover{opacity:1}.navbar-sm-circle img{width:15px;height:15px;object-fit:contain}@media screen and (max-width: 480px){.navbar-hide-mobile{display:none}}body,html{width:100%;height:100vh;margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0;cursor:default}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
