/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* spotify css  */
.spotify-icon {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 150px;
  /*  height: 60px;*/
  /*  background-color: #1db954;*/
  /*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  border-radius: 10px 10px 0px 0px;
}

/* Popup Styling */
.popup {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 320px;
  max-width: 90%;
  /*  background-color: white;*/
  border-radius: 10px;
  /*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1001;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}

.popup iframe {
  border: none;
  border-radius: 10px;
}

.popup.open {
  transform: scale(1);
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #333;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

.spotify-icon img {
    height: 46px;
    width: 46px;
    margin: 0px 0px 123px 69px;
}

.chaty-channel {
       margin: 0px 3px 55px 0px;
}

/*.chaty-channel #chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg {
    width: 46px !important;
    height: 46px !important;
}
*/
body #chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg {
    width: 46px !important;
    height: 46px !important;
}