:root{--primary-color:#00af9a;--secondary-color:#f5f5f6;--text-color:#777;--text-warning:red;--white:#fff;--background-hover-color:rgba(0,0,0,.05);--background-secondary:#f5f5f5;--blue-header:#edf6fc;--bold-blue:#154398;--black-color:#000}.scroll__to__top{position:fixed;z-index:9999;bottom:56px;right:100px;border:none;border-radius:50%;color:var(--primary-color);background-color:var(--white);box-shadow:2px 2px 8px rgba(0,0,0,.25);width:38px;height:38px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:opacity .2s ease}.scroll__to__top:hover{opacity:.85}