/*
Theme Name: Theme IT MUSAEV
Theme URI: https://freelance.ru/musaevsaid
Author: It Musaev
Author URI: https://vk.com/itmusaev
Description: Project wordpress
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://futureacademy/
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


.up-btn {
  border-radius: 100%;
  background-color: transparent;
  color: #fff;
  padding: 0px;
  font-size: 18px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: 0.3s all;
}


.up-btn.is-show {
  opacity: 1;
  visibility: visible;
}