/****************************** ****************************** 
        Smart Links Preview CSS
****************************** *****************************/
[data-hy-theme="light"] {
  --gate-left-side-panel-bg: #E6E6E6;
  --gate-right-side-panel-bg: #FFFFFF;
  --gate-right-side-panel-bg-rgb: 255, 255, 255;
  --gate-play-bg: 255, 255, 255;
  --gate-heading-color: #0D0C0C;
  --gate-smartlink-btn-color: #0D0C0C;
  --gate-smartlink-btn-bg: #FFFFFF;
  --gate-smartlink-btn-border: 0, 0, 0;
  --gate-smartlink-btn-hover-color: #0D0C0C;
  --gate-smartlink-btn-hover-bg: #FFFFFF;
  --gate-link-card-bg: #FFFFFF;
  --gate-link-card-font-color: #0D0C0C;
  --gate-footer-color: 13, 12, 12;
  --gate-footer-dropdown-bg: #FFFFFF;
  --gate-footer-dropdown-border-color: #E8E5E5;

  --gate-separator-color: 13, 12, 12;
  --gate-dots-slider-color: 13, 12, 12;

  --gate-countdown-timer-heading-color: rgba(13, 12, 12, 0.8);
  --gate-countdown-timer-count-color: #0D0C0C;

  --gate-countdown-limit-color: rgba(13, 12, 12, 0.8);
  --gate-countdown-limit-highlight-color: #0D0C0C;
  --gate-countdown-progress-bg: rgba(103, 100, 100, 0.25);
  --gate-countdown-progress-bar-bg: #12DB7D;

  --gate-download-green-btn-color: #FFFFFF;
  --gate-download-green-btn-bg: #F43010;
  --gate-download-green-btn-border-color: #F43010;
  --gate-download-green-btn-boxshadow-color: 0 0 0 1px #F43010, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-green-btn-hover-color: #FFFFFF;
  --gate-download-green-btn-hover-bg: #DB2B0E;
  --gate-download-green-btn-border-hover-color: #DB2B0E;
  --gate-download-green-btn-boxshadow-hover-color: 0 0 0 1px #B5240C, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-green-btn-active-color: #FFFFFF;
  --gate-download-green-btn-active-bg: #C2260D;
  --gate-download-green-btn-border-active-color: #C2260D;
  --gate-download-green-btn-boxshadow-active-color: 0 0 0 1px #8F1C09, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-black-btn-color: #FFFFFF;
  --gate-download-black-btn-bg: #0D0C0C;
  --gate-download-black-btn-border-color: #0D0C0C;
  --gate-download-black-btn-boxshadow-color: 0 0 0 1px #363131, 0 1px 2px 0 rgba(13, 12, 12, 0.50);

  --gate-download-black-btn-hover-color: #FFFFFF;
  --gate-download-black-btn-hover-bg: #3E3B3B;
  --gate-download-black-btn-border-hover-color: #3E3B3B;
  --gate-download-black-btn-boxshadow-hover-color: 0 0 0 1px #5C5555, 0 1px 2px 0 rgba(13, 12, 12, 0.50);

  --gate-download-black-btn-active-color: #FFFFFF;
  --gate-download-black-btn-active-bg: #0D0C0C;
  --gate-download-black-btn-border-active-color: #0D0C0C;
  --gate-download-black-btn-boxshadow-active-color: 0 0 0 1px #181616, 0 1px 2px 0 rgba(13, 12, 12, 0.50);

  --gate-download-gray-btn-color: #0D0C0C;
  --gate-download-gray-btn-bg: #FFFFFF;
  --gate-download-gray-btn-border-color: #FFFFFF;
  --gate-download-gray-btn-boxshadow-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-gray-btn-hover-color: #0D0C0C;
  --gate-download-gray-btn-hover-bg: #F6F5F5;
  --gate-download-gray-btn-border-hover-color: #F6F5F5;
  --gate-download-gray-btn-boxshadow-hover-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-gray-btn-active-color: #0D0C0C;
  --gate-download-gray-btn-active-bg: #E8E5E5;
  --gate-download-gray-btn-border-active-color: #E8E5E5;
  --gate-download-gray-btn-boxshadow-active-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-form-heading-color: #0D0C0C;
  --gate-form-label-color: #0D0C0C;
  --gate-form-input-color: #0D0C0C;
  --gate-form-input-bg: rgba(255, 255, 255, 1);
  --gate-form-input-placeholder-color: rgba(13, 12, 12, 0.5);
  --gate-form-input-border-color: rgba(13, 12, 12, 0.1);
  --gate-form-input-border-hover-color: rgba(13, 12, 12, 0.2);
  --gate-form-input-boxshadow-focus-color: #0D0C0C;

  --gate-connect-color: #0D0C0C;
  --gate-connect-link-color: #0D0C0C;
}
[data-hy-theme="dark"] {
  --gate-left-side-panel-bg: #5C6771;
  --gate-right-side-panel-bg: #26333F;
  --gate-right-side-panel-bg-rgb: 38, 51, 63;
  --gate-play-bg: 38, 51, 63;
  --gate-heading-color: #FFFFFF;
  --gate-smartlink-btn-color: #FFFFFF;
  --gate-smartlink-btn-bg: #26333F;
  --gate-smartlink-btn-border: 255, 255, 255;
  --gate-smartlink-btn-hover-color: #FFFFFF;
  --gate-smartlink-btn-hover-bg: #26333F;
  --gate-link-card-bg: #26333F;
  --gate-link-card-font-color: #FFFFFF;
  --gate-footer-color: 255, 255, 255;
  --gate-footer-dropdown-bg: #26333F;
  --gate-footer-dropdown-border-color: #5B5858;

  --gate-separator-color: 255, 255, 255;
  --gate-dots-slider-color: 255, 255, 255;

  --gate-countdown-timer-heading-color: rgba(255, 255, 255, 0.8);
  --gate-countdown-timer-count-color: #FFFFFF;

  --gate-countdown-limit-color: rgba(255, 255, 255, 0.8);
  --gate-countdown-limit-highlight-color: #FFFFFF;
  --gate-countdown-progress-bg: rgba(255, 255, 255, 0.08);
  --gate-countdown-progress-bar-bg: #12DB7D;

  --gate-download-green-btn-color: #FFFFFF;
  --gate-download-green-btn-bg: #F43010;
  --gate-download-green-btn-border-color: #F43010;
  --gate-download-green-btn-boxshadow-color: 0 0 0 1px #F43010, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-green-btn-hover-color: #FFFFFF;
  --gate-download-green-btn-hover-bg: #DB2B0E;
  --gate-download-green-btn-border-hover-color: #DB2B0E;
  --gate-download-green-btn-boxshadow-hover-color: 0 0 0 1px #B5240C, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-green-btn-active-color: #FFFFFF;
  --gate-download-green-btn-active-bg: #C2260D;
  --gate-download-green-btn-border-active-color: #C2260D;
  --gate-download-green-btn-boxshadow-active-color: 0 0 0 1px #8F1C09, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-black-btn-color: #0D0C0C;
  --gate-download-black-btn-bg: #FFFFFF;
  --gate-download-black-btn-border-color: #FFFFFF;
  --gate-download-black-btn-boxshadow-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-black-btn-hover-color: #0D0C0C;
  --gate-download-black-btn-hover-bg: #F6F5F5;
  --gate-download-black-btn-border-hover-color: #F6F5F5;
  --gate-download-black-btn-boxshadow-hover-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-black-btn-active-color: #0D0C0C;
  --gate-download-black-btn-active-bg: #E8E5E5;
  --gate-download-black-btn-border-active-color: #E8E5E5;
  --gate-download-black-btn-boxshadow-active-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-gray-btn-color: #FFFFFF;
  --gate-download-gray-btn-bg: #3C3C3C;
  --gate-download-gray-btn-border-color: #3C3C3C;
  --gate-download-gray-btn-boxshadow-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-gray-btn-hover-color: #FFFFFF;
  --gate-download-gray-btn-hover-bg: #353536;
  --gate-download-gray-btn-border-hover-color: #353536;
  --gate-download-gray-btn-boxshadow-hover-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-gray-btn-active-color: #FFFFFF;
  --gate-download-gray-btn-active-bg: #3C3C3C;
  --gate-download-gray-btn-border-active-color: #3C3C3C;
  --gate-download-gray-btn-boxshadow-active-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-form-heading-color: #FFFFFF;
  --gate-form-label-color: #FFFFFF;
  --gate-form-input-color: #FFFFFF;
  --gate-form-input-bg: rgba(255, 255, 255, 0.20);
  --gate-form-input-placeholder-color: rgba(255, 255, 255, 0.5);
  --gate-form-input-border-color: rgba(255, 255, 255, 0.2);
  --gate-form-input-border-hover-color: rgba(255, 255, 255, 0.3);
  --gate-form-input-boxshadow-focus-color: #FFFFFF;

  --gate-connect-color: #FFFFFF;
  --gate-connect-link-color: #FFFFFF;
}
[data-hy-theme="light-impact"] {
  --gate-left-side-panel-bg: #E6E6E6;
  --gate-right-side-panel-bg: #FFFFFF;
  --gate-right-side-panel-bg-rgb: 255, 255, 255;
  --gate-play-bg: 255, 255, 255;
  --gate-heading-color: #0D0C0C;
  --gate-smartlink-btn-color: #FFFFFF;
  --gate-smartlink-btn-bg: #3C3C3C;
  --gate-smartlink-btn-hover-color: #3C3C3C;
  --gate-smartlink-btn-hover-bg: #FFFFFF;
  --gate-link-card-bg: #101314;
  --gate-link-card-font-color: #FFFFFF;
  --gate-footer-color: 13, 12, 12;
  --gate-footer-dropdown-bg: #FFFFFF;
  --gate-footer-dropdown-border-color: #E8E5E5;

  --gate-separator-color: 255, 255, 255;
  --gate-dots-slider-color: 255, 255, 255;

  --gate-countdown-timer-heading-color: rgba(255, 255, 255, 0.8);
  --gate-countdown-timer-count-color: #FFFFFF;

  --gate-countdown-limit-color: rgba(255, 255, 255, 0.8);
  --gate-countdown-limit-highlight-color: #FFFFFF;
  --gate-countdown-progress-bg: rgba(255, 255, 255, 0.08);
  --gate-countdown-progress-bar-bg: #12DB7D;

  --gate-download-green-btn-color: #FFFFFF;
  --gate-download-green-btn-bg: #F43010;
  --gate-download-green-btn-border-color: #F43010;
  --gate-download-green-btn-boxshadow-color: 0 0 0 1px #F43010, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-green-btn-hover-color: #FFFFFF;
  --gate-download-green-btn-hover-bg: #DB2B0E;
  --gate-download-green-btn-border-hover-color: #DB2B0E;
  --gate-download-green-btn-boxshadow-hover-color: 0 0 0 1px #B5240C, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-green-btn-active-color: #FFFFFF;
  --gate-download-green-btn-active-bg: #C2260D;
  --gate-download-green-btn-border-active-color: #C2260D;
  --gate-download-green-btn-boxshadow-active-color: 0 0 0 1px #8F1C09, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-black-btn-color: #0D0C0C;
  --gate-download-black-btn-bg: #FFFFFF;
  --gate-download-black-btn-border-color: #FFFFFF;
  --gate-download-black-btn-boxshadow-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-black-btn-hover-color: #0D0C0C;
  --gate-download-black-btn-hover-bg: #F6F5F5;
  --gate-download-black-btn-border-hover-color: #F6F5F5;
  --gate-download-black-btn-boxshadow-hover-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-black-btn-active-color: #0D0C0C;
  --gate-download-black-btn-active-bg: #E8E5E5;
  --gate-download-black-btn-border-active-color: #E8E5E5;
  --gate-download-black-btn-boxshadow-active-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-gray-btn-color: #FFFFFF;
  --gate-download-gray-btn-bg: #3C3C3C;
  --gate-download-gray-btn-border-color: #3C3C3C;
  --gate-download-gray-btn-boxshadow-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-gray-btn-hover-color: #FFFFFF;
  --gate-download-gray-btn-hover-bg: #353536;
  --gate-download-gray-btn-border-hover-color: #353536;
  --gate-download-gray-btn-boxshadow-hover-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-gray-btn-active-color: #FFFFFF;
  --gate-download-gray-btn-active-bg: #3C3C3C;
  --gate-download-gray-btn-border-active-color: #3C3C3C;
  --gate-download-gray-btn-boxshadow-active-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-form-heading-color: #FFFFFF;
  --gate-form-label-color: #FFFFFF;
  --gate-form-input-color: #FFFFFF;
  --gate-form-input-bg: rgba(255, 255, 255, 0.40);
  --gate-form-input-placeholder-color: rgba(255, 255, 255, 0.5);
  --gate-form-input-border-color: rgba(255, 255, 255, 0.2);
  --gate-form-input-border-hover-color: rgba(255, 255, 255, 0.3);
  --gate-form-input-boxshadow-focus-color: #FFFFFF;

  --gate-connect-color: #FFFFFF;
  --gate-connect-link-color: #FFFFFF;
}
[data-hy-theme="dark-impact"] {
  --gate-left-side-panel-bg: #5C6771;
  --gate-right-side-panel-bg: #000000;
  --gate-right-side-panel-bg-rgb: 0, 0, 0;
  --gate-play-bg: 38, 51, 63;
  --gate-heading-color: #FFFFFF;
  --gate-smartlink-btn-color: #0D0C0C;
  --gate-smartlink-btn-bg: #FFFFFF;
  --gate-smartlink-btn-hover-color: #FFFFFF;
  --gate-smartlink-btn-hover-bg: #0D0C0C;
  --gate-link-card-bg: #FFFFFF;
  --gate-link-card-font-color: #0D0C0C;
  --gate-footer-color: 255, 255, 255;
  --gate-footer-dropdown-bg: #000000;
  --gate-footer-dropdown-border-color: #5B5858;

  --gate-separator-color: 13, 12, 12;
  --gate-dots-slider-color: 13, 12, 12;

  --gate-countdown-timer-heading-color: rgba(13, 12, 12, 0.8);
  --gate-countdown-timer-count-color: #0D0C0C;

  --gate-countdown-limit-color: rgba(13, 12, 12, 0.8);
  --gate-countdown-limit-highlight-color: #0D0C0C;
  --gate-countdown-progress-bg: rgba(103, 100, 100, 0.25);
  --gate-countdown-progress-bar-bg: #12DB7D;

  --gate-download-green-btn-color: #FFFFFF;
  --gate-download-green-btn-bg: #F43010;
  --gate-download-green-btn-border-color: #F43010;
  --gate-download-green-btn-boxshadow-color: 0 0 0 1px #F43010, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-green-btn-hover-color: #FFFFFF;
  --gate-download-green-btn-hover-bg: #DB2B0E;
  --gate-download-green-btn-border-hover-color: #DB2B0E;
  --gate-download-green-btn-boxshadow-hover-color: 0 0 0 1px #B5240C, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-green-btn-active-color: #FFFFFF;
  --gate-download-green-btn-active-bg: #C2260D;
  --gate-download-green-btn-border-active-color: #C2260D;
  --gate-download-green-btn-boxshadow-active-color: 0 0 0 1px #8F1C09, 0 1px 2px 0 rgba(168, 33, 11, 0.50);

  --gate-download-black-btn-color: #FFFFFF;
  --gate-download-black-btn-bg: #0D0C0C;
  --gate-download-black-btn-border-color: #0D0C0C;
  --gate-download-black-btn-boxshadow-color: 0 0 0 1px #363131, 0 1px 2px 0 rgba(13, 12, 12, 0.50);

  --gate-download-black-btn-hover-color: #FFFFFF;
  --gate-download-black-btn-hover-bg: #3E3B3B;
  --gate-download-black-btn-border-hover-color: #3E3B3B;
  --gate-download-black-btn-boxshadow-hover-color: 0 0 0 1px #5C5555, 0 1px 2px 0 rgba(13, 12, 12, 0.50);

  --gate-download-black-btn-active-color: #FFFFFF;
  --gate-download-black-btn-active-bg: #0D0C0C;
  --gate-download-black-btn-border-active-color: #0D0C0C;
  --gate-download-black-btn-boxshadow-active-color: 0 0 0 1px #181616, 0 1px 2px 0 rgba(13, 12, 12, 0.50);

  --gate-download-gray-btn-color: #0D0C0C;
  --gate-download-gray-btn-bg: #FFFFFF;
  --gate-download-gray-btn-border-color: #FFFFFF;
  --gate-download-gray-btn-boxshadow-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-gray-btn-hover-color: #0D0C0C;
  --gate-download-gray-btn-hover-bg: #F6F5F5;
  --gate-download-gray-btn-border-hover-color: #F6F5F5;
  --gate-download-gray-btn-boxshadow-hover-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-download-gray-btn-active-color: #0D0C0C;
  --gate-download-gray-btn-active-bg: #E8E5E5;
  --gate-download-gray-btn-border-active-color: #E8E5E5;
  --gate-download-gray-btn-boxshadow-active-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);

  --gate-form-heading-color: #0D0C0C;
  --gate-form-label-color: #0D0C0C;
  --gate-form-input-color: #0D0C0C;
  --gate-form-input-bg: rgba(255, 255, 255, 1);
  --gate-form-input-placeholder-color: rgba(13, 12, 12, 0.5);
  --gate-form-input-border-color: rgba(13, 12, 12, 0.1);
  --gate-form-input-border-hover-color: rgba(13, 12, 12, 0.2);
  --gate-form-input-boxshadow-focus-color: #0D0C0C;

  --gate-connect-color: #0D0C0C;
  --gate-connect-link-color: #0D0C0C;
}
[data-hy-theme="custom"] {
  --gate-play-bg: 38, 51, 63;
  --gate-countdown-progress-bg: rgba(103, 100, 100, 0.25);
  --gate-download-black-btn-boxshadow-color: 0 0 0 1px #363131, 0 1px 2px 0 rgba(13, 12, 12, 0.50);
  --gate-download-black-btn-boxshadow-hover-color: 0 0 0 1px #5C5555, 0 1px 2px 0 rgba(13, 12, 12, 0.50);
  --gate-download-black-btn-boxshadow-active-color: 0 0 0 1px #181616, 0 1px 2px 0 rgba(13, 12, 12, 0.50);
  --gate-download-gray-btn-boxshadow-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  --gate-download-gray-btn-boxshadow-hover-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  --gate-download-gray-btn-boxshadow-active-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  --gate-download-social-btn-boxshadow-color: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  --gate-form-input-bg: rgba(255, 255, 255, 0.2);
  --gate-form-input-border-color: rgba(235, 235, 235, 0.5);
  --gate-form-input-border-hover-color: rgba(235, 235, 235, 0.7);
  --gate-form-input-boxshadow-focus-color: #EBEBEB;
}
.hype-preview-page {
  background-color: var(--gate-right-side-panel-bg);
  display: block;
  margin: 0;
  padding: 0;
  font-family: var(--body-theme-font);
}
.hype-logo-branding {
  height: 65px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  pointer-events: none;
}
.hype-logo-branding .navbar-brand {
  float: left;
  font-size: 18px;
  height: 65px;
  line-height: 20px;
  padding: 0;
  pointer-events: all;
}
.hype-logo-branding img {
  max-width: 100%;
}
/**/
.hype-preview-wrapper {
  display: block;
}
/*Is CookieBar*/
.hype-preview-wrapper.is-cookiebar {
  margin-top: 60px;
}
.hype-preview-wrapper.is-cookiebar .hype-logo-branding {
  top: 60px;
}
/**/
.hype-preview-main {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  display: flex;
}
.hype-preview-wrapper.is-cookiebar .hype-preview-main {
 min-height: calc(100dvh - 60px); 
}
/*Artwork Panel*/
.hype-preview-main aside.hype-preview-artworkPanel {
  background-color: var(--gate-left-side-panel-bg);
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
.hype-preview-main aside.hype-preview-artworkPanel .hype-artwork_BG {
  background-attachment: scroll;
  background-position: -3.001px 0;
  background-repeat: no-repeat;
  background-size: 101.524% 101.075%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  opacity: 0.3;
  filter: blur(40px);
  transform: scale(1.2);
  opacity: 1;
}
/**/
.hype-preview-page .hype-artwork_image {
  position: fixed;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  right: 33.33%;
  pointer-events: none;
  z-index: 100;
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner {
  background: var(--gate-left-side-panel-bg);
  box-shadow: 0 103px 41px 0 rgba(0, 0, 0, 0.01), 0 26px 26px 0 rgba(0, 0, 0, 0.09), 0 6px 14px 0 rgba(0, 0, 0, 0.10);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 526px;
  height: 526px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  display: table;
  pointer-events: all;
  overflow: hidden;
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .hype-artwork_image_box {
  background-attachment: scroll;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .hype-artwork_image_box::before {
  content: "";
  display: block;
  margin-top: 100%;
}
.hype-preview-page .hype-artwork_image.artwork_video .hype-artwork_image_inner .hype-artwork_image_box::before {
  display: none;
}
.hype-preview-page .hype-artwork_image img {
  height: auto;
  max-width: 100%;
  width: auto;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}
/*Artwork Video*/
.hype-artwork-video-container {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.hype-artwork-video-container iframe, .hype-artwork-video-container object, .hype-artwork-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*Play/Pause Button*/
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play, .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause, .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start {
  background-color: rgba(var(--gate-play-bg), 0.7);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  left: 50%;
  top: 50%;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause {
  background-color: rgba(var(--gate-play-bg), 0.3);
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play span, .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause span, .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start span {
  background-color: var(--hy-error);
  color: var(--hype-white);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(var(--gate-play-bg), 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause span {
  -webkit-animation: hypepulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: hypepulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: hypepulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: hypepulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play:hover, .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start:hover {
  box-shadow: 0 0 0 10px rgba(var(--gate-play-bg), 0.4);
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play svg, .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause svg, .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start svg {
  width: 24px; 
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play .play_ic, 
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start .play_ic {
  display: block;
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play .pause_ic,
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start .pause_ic {
  display: none;
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause .play_ic {
  display: none;
}
.hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause .pause_ic {
  display: block;
}
@-webkit-keyframes hypepulse {
  to {
    box-shadow: 0 0 0 15px rgba(var(--gate-play-bg), 0);
  }
}
@-moz-keyframes hypepulse {
  to {
    box-shadow: 0 0 0 15px rgba(var(--gate-play-bg), 0);
  }
}
@-ms-keyframes hypepulse {
  to {
    box-shadow: 0 0 0 15px rgba(var(--gate-play-bg), 0);
  }
}
@keyframes hypepulse {
  to {
    box-shadow: 0 0 0 15px rgba(var(--gate-play-bg), 0);
  }
}
/*Preview Content Panel*/
.hype-preview-contentPanel {
  background-color: var(--gate-right-side-panel-bg);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0;
  width: 33.33%;
  position: relative;
  min-height: 100%;
  margin-left: auto;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  /*height: inherit;*/
}
@media (min-width: 1280px) {
  .hype-preview-main.has-translucent .hype-preview-contentPanel {
    background-color: rgba(var(--gate-translucent-bg), 0.5);
    /*backdrop-filter: blur(30px);*/
  }
  [data-hy-theme="light-impact"] .hype-preview-main .hype-preview-contentPanel,
  [data-hy-theme="dark-impact"] .hype-preview-main .hype-preview-contentPanel {
    background-color: rgba(var(--gate-right-side-panel-bg-rgb), 0.5);
  }
}
@media (max-width: 1279px) {
  .hype-preview-main.has-translucent .hype-preview-artworkPanel::before {
    background: linear-gradient(180deg, rgba(var(--gate-translucent-bg), 0.00) 0%, rgba(var(--gate-translucent-bg), 0.10) 15%, rgba(var(--gate-translucent-bg), 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
  }
  [data-hy-theme="light-impact"] .hype-preview-main .hype-preview-artworkPanel::before,
  [data-hy-theme="dark-impact"] .hype-preview-main .hype-preview-artworkPanel::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
  }
  [data-hy-theme="light-impact"] .hype-preview-main .hype-preview-artworkPanel::before {
    background: linear-gradient(180deg, rgba(var(--gate-right-side-panel-bg-rgb), 0.00) 0%, rgba(var(--gate-right-side-panel-bg-rgb), 0.10) 15%, rgba(var(--gate-right-side-panel-bg-rgb), 1) 100%);
  }
  [data-hy-theme="dark-impact"] .hype-preview-main .hype-preview-artworkPanel::before {
    background: linear-gradient(180deg, rgba(var(--gate-right-side-panel-bg-rgb), 0.00) 0%, rgba(var(--gate-right-side-panel-bg-rgb), 0.10) 14.64%, rgba(var(--gate-right-side-panel-bg-rgb), 1) 97.58%);
  }
}
.hype-sidebar-content-section {
  padding: 2.5rem 2rem;
  display: block;
}
.hype-sidebar-main-content {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.hype-sidebar-heading {
  display: block;
  padding: 2.5rem 3.5rem 0;
}
.hype-sidebar-heading h1, .hype-sidebar-heading h2 {
  font-family: var(--primary-theme-font);
  color: var(--gate-heading-color);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  word-wrap: break-word;
  letter-spacing: -0.8px;
  line-height: 1.25;
}
.hype-sidebar-heading h2 {
  font-weight: 400;
  margin-top: 5px;
}
/**/
.hype-smart-link-list-section {
  display: block;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: var(--gate-link-card-bg, rgba(var(--gate-translucent-bg), 1));
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04), 0 24px 68px 0 rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
.hype-smart-link-list-section ul:not(ul.custom_color_list) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.5rem 0;
}
.hype-smart-link-part {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  cursor: pointer;
}
.hype-smart-link-logo {
  max-width: 50%;
  flex-shrink: 0;
}
.hype-smart-link-logo h4 {
  font-family: var(--heading-theme-font);
  font-size: 1rem;
  font-weight: 400;
  color: var(--gate-link-card-font-color);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.hype-smart-link-logo img {
  max-height: 30px;
  display: block;
}
.hype-smart-link-button {
  flex-shrink: 0;
  max-width: 50%;
}
.hype-smart-link-button .hype-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 156px;
  height: 48px;
  padding: 12px 16px;
  letter-spacing: -0.16px;
}
.hype-smart-link-share-buttons {
  margin-top: 10px;
}
.hype-smart-link-share-buttons .hype-btn {
  margin-bottom: 10px;
}
.hype-smart-link-share-part .hype-smart-link-button .hype-btn i {
  margin: -1px 1px 0;
  font-size: 6px;
}
.hype-btn-gate {
  color: var(--gate-smartlink-btn-color);
  background-color: var(--gate-smartlink-btn-bg);
  border-color: var(--gate-smartlink-btn-bg);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.hype-btn-gate:hover {
  color: var(--gate-smartlink-btn-hover-color);
  background-color: var(--gate-smartlink-btn-hover-bg);
  border-color: var(--gate-smartlink-btn-hover-bg);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.hype-btn-gate:active {
  color: var(--gate-smartlink-btn-hover-color);
  background-color: var(--gate-smartlink-btn-hover-bg);
  border-color: var(--gate-smartlink-btn-hover-bg);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
[data-hy-theme="light"] .hype-btn-gate, 
[data-hy-theme="dark"] .hype-btn-gate, 
[data-hy-theme="custom"] .hype-btn-gate {
  background-color: transparent;
  box-shadow: none;
  border-color: rgba(var(--gate-smartlink-btn-border), 0.3);
}
[data-hy-theme="custom"] .hype-btn-gate {
  border-color: rgba(var(--gate-smartlink-btn-border), 1);
}
[data-hy-theme="light"] .hype-btn-gate:hover, [data-hy-theme="light"] .hype-btn-gate:active,
[data-hy-theme="dark"] .hype-btn-gate:hover, [data-hy-theme="dark"] .hype-btn-gate:active,
[data-hy-theme="custom"] .hype-btn-gate:hover, [data-hy-theme="custom"] .hype-btn-gate:active {
  background-color: transparent;
  box-shadow: none;
  border-color: rgba(var(--gate-smartlink-btn-border), 1);
}
[data-hy-theme="light"] .hype-btn-gate.hype-btn-gate-fill, 
[data-hy-theme="dark"] .hype-btn-gate.hype-btn-gate-fill, 
[data-hy-theme="custom"] .hype-btn-gate.hype-btn-gate-fill {
  background-color: var(--gate-smartlink-btn-bg);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
[data-hy-theme="light"] .hype-btn-gate.hype-btn-gate-fill:hover, [data-hy-theme="light"] .hype-btn-gate.hype-btn-gate-fill:active,
[data-hy-theme="dark"] .hype-btn-gate.hype-btn-gate-fill:hover, [data-hy-theme="dark"] .hype-btn-gate.hype-btn-gate-fill:active,
[data-hy-theme="custom"] .hype-btn-gate.hype-btn-gate-fill:hover, [data-hy-theme="custom"] .hype-btn-gate.hype-btn-gate-fill:active {
  background-color: var(--gate-smartlink-btn-hover-bg);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
/*Display Social Icons*/
.hype-display-social-icons {
  display: block;
}
.hype-display-social-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hype-display-social-icons ul li {
  display: inline-block;
  margin: 3px 5px;
}
.hype-display-social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 36px;
  width: 36px;
  border-width: 1px;
  border-style: solid;
  background-color: var(--gate-smartlink-btn-bg);
  border-color: var(--gate-smartlink-btn-bg);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.hype-display-social-icons ul li a:hover {
  background-color: var(--gate-smartlink-btn-hover-bg);
  border-color: var(--gate-smartlink-btn-hover-bg);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
[data-hy-theme="light"] .hype-display-social-icons ul li a, [data-hy-theme="dark"] .hype-display-social-icons ul li a, [data-hy-theme="custom"] .hype-display-social-icons ul li a {
  background-color: transparent;
  box-shadow: none;
  border-color: rgba(var(--gate-smartlink-btn-border), 0.3);
}
[data-hy-theme="light"] .hype-display-social-icons ul li a:hover, [data-hy-theme="dark"] .hype-display-social-icons ul li a:hover, [data-hy-theme="custom"] .hype-display-social-icons ul li a:hover {
  background-color: transparent;
  box-shadow: none;
  border-color: rgba(var(--gate-smartlink-btn-border), 1);
}
[data-hy-theme="custom"] .hype-display-social-icons ul li a {
  border-color: rgba(var(--gate-smartlink-btn-border), 1);
}
.hype-display-social-icons.hype-display-social-fill ul li a {
  background-color: var(--gate-smartlink-btn-bg); 
}
[data-hy-theme="custom"] .hype-display-social-icons.hype-display-social-fill ul li a {
  background-color: var(--gate-smartlink-btn-bg)
}
.hype-display-social-icons ul li i {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.hype-display-social-icons ul li i svg {
  width: 100%;
  height: 100%;
  fill: var(--gate-smartlink-btn-color);
  display: block;
}
.hype-display-social-icons ul li a:hover i svg {
  fill: var(--gate-smartlink-btn-hover-color);
}
.hype-display-social-icons.pos-top {
  margin-bottom: 2.5rem;
}
.hype-display-social-icons.pos-bottom {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
/*Sidebar Footer Link*/
.hype-sidebar-footer {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: auto;
  padding: 0 3.5rem 2.5rem;
}
.hype-sidebar-footer ul:not(li > ul) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hype-sidebar-footer ul li {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 16px;
  border-right: 1px solid rgba(var(--gate-footer-color), 0.5);
}
.hype-sidebar-footer ul li:last-child {
  border: none;
}
.hype-sidebar-footer ul li a {
  color: rgba(var(--gate-footer-color), 0.6);
  display: block;
  margin: 0 8px;
}
.hype-sidebar-footer ul li a:hover {
  text-decoration: underline;
}
.hype-sidebar-footer ul li:last-child a {
  color: rgba(var(--gate-footer-color), 1);
}
.hype-sidebar-footer ul li.dropup button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 8px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 16px;
  color: rgba(var(--gate-footer-color), 0.6);
  font-family: var(--body-theme-font);
}
.hype-sidebar-footer ul li.dropup button:hover {
  text-decoration: underline;
}
.hype-sidebar-footer ul li.dropup .dropdown-menu {
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 12px;
  background-color: var(--gate-footer-dropdown-bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(var(--gate-footer-color), 1);
  left: calc(50% - 105px);
  min-width: 210px;
  padding: 8px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04), 0 24px 68px 0 rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.hype-preview-main.has-translucent .hype-sidebar-footer ul li.dropup .dropdown-menu {
  background-color: rgba(var(--gate-translucent-bg), 0.5);
  backdrop-filter: blur(30px);
}
[data-hy-theme="light-impact"] .hype-preview-main .hype-sidebar-footer ul li.dropup .dropdown-menu,
[data-hy-theme="dark-impact"] .hype-preview-main .hype-sidebar-footer ul li.dropup .dropdown-menu {
  background-color: rgba(var(--gate-right-side-panel-bg-rgb), 0.5);
  backdrop-filter: blur(30px);
}
.hype-sidebar-footer ul li.dropup .dropdown-menu::after, .hype-sidebar-footer ul li.dropup .dropdown-menu::before {
  display: none;
}
.hype-sidebar-footer ul li.dropup .dropdown-menu > li {
  border: none;
  display: block;
}
.hype-sidebar-footer ul li.dropup .dropdown-menu > li > a {
  padding: 8px 12px;
  text-decoration: none;
  line-height: inherit;
  margin: 0;
  color: rgba(var(--gate-footer-color), 1);
  font-size: 0.875rem;
  font-weight: 500;
}
.hype-sidebar-footer ul li.dropup .dropdown-menu > li > a:hover, .hype-sidebar-footer ul li.dropup .dropdown-menu > li > a:focus {
  color: rgba(var(--gate-footer-color), 1);
  background-color: transparent;
  text-decoration: underline;
}
@media (min-width: 1920px) {
  .hype-preview-page .hype-artwork_image .hype-artwork_image_inner {
    width: 632px;
    height: 632px;
  }
}
@media (max-width: 1399px) {
  .hype-sidebar-content-section {
    padding: 2rem 2rem;
  }
  .hype-sidebar-heading {
    padding: 2rem 3rem 0;
  }
  .hype-smart-link-list-section {
    padding: 1rem;
  }
  .hype-smart-link-list-section ul:not(ul.custom_color_list) {
    gap: 2rem 0;
  }
  .hype-display-social-icons.pos-top {
    margin-bottom: 2rem;
  }
  .hype-display-social-icons.pos-bottom {
    margin-top: 2rem;
  }
  .hype-display-social-icons ul li {
    margin: 3px 3px;
  }
  .hype-sidebar-footer {
    padding: 0 3rem 2rem;
  }
  .hype-sidebar-footer ul li a {
    margin: 0 6px;
  }
  .hype-sidebar-footer ul li.dropup button {
    margin: 0 6px;
  }
}
@media (max-width: 1279px) {
  .hype-preview-main {
    height: calc(100dvh + 1rem);
  }
  .hype-preview-wrapper.is-cookiebar .hype-preview-main {
    height: calc(100dvh + 1rem - 60px);
  }
  .hype-logo-branding {
    display: none;
  }
  .hype-preview-wrapper.is-cookiebar.has-preview-gate-logo .hype-preview-main {
    height: calc(100dvh + 1rem - 60px);
  }
  body.hype-preview-page #hypeGatePreview.hype-preview-wrapper.is-cookiebar {
    margin-top: 0;
  }
  body.hype-preview-page #hypeGatePreview.hype-preview-wrapper.is-cookiebar .hype-preview-main {
    height: calc(100dvh + 1rem);
  }
  body.hype-preview-page #hypeGatePreview.hype-preview-wrapper.is-cookiebar.has-preview-gate-logo .hype-preview-main {
    height: calc(100dvh + 1rem);
  }
  body.hype-preview-page .js-cookie-consent {
    background: rgba(34, 40, 46, 0.9);
  }
  .hype-preview-main aside.hype-preview-artworkPanel {
    width: 100%;
    right: 0%;
    display: none;
    position: absolute;
    z-index: 0;
  }
  .hype-preview-main.has-translucent .hype-preview-artworkPanel {
    display: block;
  }
  [data-hy-theme="light-impact"] .hype-preview-main aside.hype-preview-artworkPanel,
  [data-hy-theme="dark-impact"] .hype-preview-main aside.hype-preview-artworkPanel {
    display: block;
  }
  .hype-preview-contentPanel {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border-left: 0;
    margin-top: 2rem;
  }
  .hype-artwork-title-section {
    padding: 0 0.75rem;
  }
  .hype-preview-page .hype-artwork_image {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hype-preview-page .hype-artwork_image .hype-artwork_image_inner {
    position: initial;
    width: 100%;
    height: 100%;
    transform: none;
    max-height: 100%;
  }
  .hype-sidebar-heading {
    padding: 2rem 0 0;
    text-align: center;
  }
  .hype-sidebar-heading h1, .hype-sidebar-heading h2 {
    font-size: 1.25rem;
    letter-spacing: -0.6px;
  }
  .hype-sidebar-heading h2 {
    font-size: 1rem;
  }
  .hype-sidebar-content-section {
    padding: 2rem 0;
    margin-top: auto;
  }
  .hype-smart-link-list-section {
    padding: 1.5rem;
  }
  .hype-smart-link-list-section ul:not(ul.custom_color_list) {
    gap: 2.5rem 0;
  }
  .hype-smart-link-button .hype-btn {
    min-width: 148px;
  }
  .hype-display-social-icons ul li a {
    height: 36px;
    width: 36px;
  }
  .hype-display-social-icons.pos-top {
    margin-bottom: 2rem;
  }
  .hype-display-social-icons.pos-bottom {
    margin-top: 2rem;
  }
  .hype-sidebar-footer {
    padding: 0 0 2rem;
    margin-top: initial;
  }
}
@media (max-width: 575px) {
  .hype-logo-branding {
    left: -20px;
  }
  .hype-preview-wrapper {
    padding: 0 20px;
  }
  .hype-smart-link-list-section {
    padding: 1.25rem;
  }
  .hype-smart-link-list-section ul:not(ul.custom_color_list) {
    gap: 1.75rem 0;
  }
  .hype-preview-wrapper .player {
    margin-left: -20px;
  }
}
@media (max-width: 420px) {
  .hype-logo-branding {
    left: -16px;
  }
  .hype-smart-link-logo img {
    max-height: 24px;
  }
  .hype-smart-link-button .hype-btn {
    min-width: 132px;
  }
}
@media (max-width: 360px) {
  .hype-smart-link-button .hype-btn {
    min-width: 110px;
  }
}
/****************************** ****************************** 
Download Gate Preview CSS
****************************** *****************************/
/******************************** Extra Same CSS Added Start ********************************/
/* Donwload button animation */
.move-bottom-now {
  opacity: 1 !important;
  top: 0 !important;
}
.show-next {
  opacity: 1 !important;
}
.downloadProcess {
  opacity: 0;
  top: -165px;
  transition: opacity 0.3s ease 0.1s, top 0.4s ease 0s;
  -webkit-transition: opacity 0.3s ease 0.1s, top 0.4s ease 0s;
  -moz-transition: opacity 0.3s ease 0.1s, top 0.4s ease 0s;
  -o-transition: opacity 0.3s ease 0.1s, top 0.4s ease 0s;
}
.move-bottom {
  opacity: 0!important;
  top: 115px !important;
}
.sidebar-buttons {
  position: relative;
  opacity: 1;
  top: 0;
  transition: top 0.4s ease 0s, opacity 0.3s ease 0.1s;
  -webkit-transition: top 0.4s ease 0s, opacity 0.3s ease 0.1s;
  -ms-transition: top 0.4s ease 0s, opacity 0.3s ease 0.1s;
  -o-transition: top 0.4s ease 0s, opacity 0.3s ease 0.1s;
}
.all-buttons {
  position: relative;
  opacity: 1;
  top: 0;
  transition: top 0.4s ease 0s, opacity 0.3s ease 0.1s;
  -webkit-transition: top 0.4s ease 0s, opacity 0.3s ease 0.1s;
  -ms-transition: top 0.4s ease 0s, opacity 0.3s ease 0.1s;
  -o-transition: top 0.4s ease 0s, opacity 0.3s ease 0.1s;
}
/* Steps CSS ****/
#myCarousel .carousel-inner {
  overflow: visible !important;
}
.hype-sidebar-content-section #myCarousel .carousel-inner {
  overflow: hidden !important;
}
.hype-sidebar-content-section .fangate-slider-content {
  padding: 0 2px;
}
.zindex {
  z-index: 1;
}
#section-one, #section-two, #section-three, #section-four, #section-five, #section-six, #section-seven, #section-eight, #section-nine, #section-ten {
  position: absolute;
  left: 0;
  right: 0;
}
.move-left {
  left: -15% !important;
  opacity: 0 !important;
  z-index: -1 !important;
}
.current-slide {
  left: 0;
  opacity: 1;
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  -webkit-transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  -moz-transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  -o-transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  position: relative;
}
#myCarousel .fangate-widget {
  overflow: hidden;
}
.upcomming-slide {
  z-index: -1;
  left: 15% !important;
  opacity: 0 !important;
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s !important;
  -webkit-transition: left 0.4s ease 0s, opacity 0.4s ease 0s !important;
  -moz-transition: left 0.4s ease 0s, opacity 0.4s ease 0s !important;
  -o-transition: left 0.4s ease 0s, opacity 0.4s ease 0s !important;
}
/******************************** Extra Same CSS Added End ********************************/
.hype-download-gate-steps-wrapper {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: var(--gate-link-card-bg, rgba(var(--gate-translucent-bg), 1));
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04), 0 24px 68px 0 rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
@media (max-width: 1399px) {
 .hype-download-gate-steps-wrapper {
  padding: 1rem;
 } 
}
@media (max-width: 1279px) {
 .hype-download-gate-steps-wrapper {
  padding: 1.5rem;
 } 
}
/*Or Line Separator*/
.hype-sidebar-separator {
  background: rgba(var(--gate-separator-color), 0.1);
  display: block;
  height: 2px;
  margin: 2.25rem 0;
  position: relative;
  text-align: center;
}
.hype-sidebar-separator span {
  background: var(--gate-link-card-bg);
  color: rgba(var(--gate-separator-color), 1);
  font-size: 1rem;
  font-weight: 400;
  padding: 0 1.25rem;
  position: relative;
  top: -13px;
  line-height: 1.5;
}
/*Slider Dots*/
.hype-download-gate-steps-wrapper .fangate-slider-indicator {
  text-align: left;
  margin: 0 0 2rem;
}
.hype-download-gate-steps-wrapper .fangate-slider-indicator ul {
  display: flex;
  gap: 6px;
}
.hype-download-gate-steps-wrapper .fangate-slider-indicator ul li {
  background: rgba(var(--gate-dots-slider-color), 0.3);
  margin: 0;
}
[data-hy-theme="light"] .hype-download-gate-steps-wrapper .fangate-slider-indicator ul li,
[data-hy-theme="dark-impact"] .hype-download-gate-steps-wrapper .fangate-slider-indicator ul li {
  background: rgba(var(--gate-dots-slider-color), 0.1);
}
[data-hy-theme="dark"] .hype-download-gate-steps-wrapper .fangate-slider-indicator ul li,
[data-hy-theme="light-impact"] .hype-download-gate-steps-wrapper .fangate-slider-indicator ul li {
  background: rgba(var(--gate-dots-slider-color), 0.5);
}
.hype-download-gate-steps-wrapper .fangate-slider-indicator ul li.active {
  background: rgba(var(--gate-dots-slider-color), 1);
  margin: 0;
}
/*Timer Countdown*/
.hype-sidebar-countdown-timer {
  display: block;
  text-align: center;
}
.hype-sidebar-countdown-timer p {
  color: var(--gate-countdown-timer-heading-color);
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 1rem;
  letter-spacing: -0.16px;
}
.hype-count-timer-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.hype-count-timer {
  display: inline-block;
  padding: 0 8px;
}
.hype-count-timer .hype-count-clock {
  display: flex;
}
.hype-count-timer .hype-count-clock b {
  font-family: var(--heading-theme-font);
  font-size: 2.75rem;
  font-weight: 400;
  color: var(--gate-countdown-timer-count-color);
  line-height: 1;
  letter-spacing: -0.88px;
}
.hype-count-timer .hype-count-text {
  display: block;
  color: var(--gate-countdown-timer-heading-color);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.16px;
  margin-top: 0.5rem;
}
.hype-count-dot {
  font-family: var(--heading-theme-font);
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--gate-countdown-timer-heading-color);
  flex-shrink: 0;
  line-height: 1;
  letter-spacing: -0.8px;
  opacity: 0.55;
}
@media (max-width: 420px) {
  .hype-count-timer {
    padding: 0 5px;
  }
  .hype-count-timer .hype-count-clock b {
    font-size: 2rem;
  }
  .hype-count-timer .hype-count-text {
    font-size: 0.875rem;
  }
  .hype-count-dot {
    font-size: 1.75rem;
    line-height: 1.1;
  }
}
/*Limit Countdown*/
.hype-sidebar-countdown-limit {
  display: block;
}
.hype-sidebar-countdown-limit span.hype-count-limit-text {
  display: block;
  color: var(--gate-countdown-limit-color);
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 1rem;
  letter-spacing: -0.16px;
  text-align: center;
}
.hype-sidebar-countdown-limit span.hype-count-limit-text > span {
  color: var(--gate-countdown-limit-highlight-color);
}
.hype-sidebar-countdown-limit .hype-progress {
  --hype-progress-bg: var(--gate-countdown-progress-bg);
  --hype-progress-bar-bg: var(--gate-countdown-progress-bar-bg);
  margin-bottom: 2.5rem;
}
.hype-countdown-expired {
  color: var(--gate-countdown-limit-highlight-color);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.18px;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 420px) {
  .hype-countdown-expired {
    font-size: 1rem;
  }
}
.hype-sidebar-countdown-limit .hype-progress + .hype-countdown-expired {
  margin-top: -1rem;
} 
.hype-sidebar-countdown-timer .hype-count-timer-main + .hype-countdown-expired {
  margin-top: -1rem;
} 
/*Sidebar Button*/
@media (min-width: 1280px) {
  .hype-sidebar-buttons-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .hype-sidebar-buttons-wrapper {
    padding: 0 1.5rem;
  }
}
.hype-sidebar-buttons-wrapper {
  position: relative;
}
.hype-sidebar-buttons {
  position: relative;
}
.hype-sidebar-buttons .hype-btn {
  margin-bottom: 1rem;
}
/*Black Button*/
.hype-sidebar-buttons .hype-btn.hype-btn-black, .hype-sidebar-step-form .hype-btn.hype-btn-black {
  color: var(--gate-download-black-btn-color);
  background-color: var(--gate-download-black-btn-bg);
  border-color: var(--gate-download-black-btn-border-color);
  box-shadow: var(--gate-download-black-btn-boxshadow-color);
}
.hype-sidebar-buttons .hype-btn.hype-btn-black:hover, .hype-sidebar-step-form .hype-btn.hype-btn-black:hover {
  color: var(--gate-download-black-btn-hover-color);
  background-color: var(--gate-download-black-btn-hover-bg);
  border-color: var(--gate-download-black-btn-border-hover-color);
  box-shadow: var(--gate-download-black-btn-boxshadow-hover-color);
}
.hype-sidebar-buttons .hype-btn.hype-btn-black:active, .hype-sidebar-step-form .hype-btn.hype-btn-black:active {
  color: var(--gate-download-black-btn-active-color);
  background-color: var(--gate-download-black-btn-active-bg);
  border-color: var(--gate-download-black-btn-border-active-color);
  box-shadow: var(--gate-download-black-btn-boxshadow-active-color);
}
/*Gray Button*/
.hype-sidebar-buttons .hype-btn.hype-btn-gray, .hype-sidebar-step-form .hype-btn.hype-btn-gray {
  color: var(--gate-download-gray-btn-color);
  background-color: var(--gate-download-gray-btn-bg);
  border-color: var(--gate-download-gray-btn-border-color);
  box-shadow: var(--gate-download-gray-btn-boxshadow-color);
}
.hype-sidebar-buttons .hype-btn.hype-btn-gray:hover, .hype-sidebar-step-form .hype-btn.hype-btn-gray:hover {
  color: var(--gate-download-gray-btn-hover-color);
  background-color: var(--gate-download-gray-btn-hover-bg);
  border-color: var(--gate-download-gray-btn-border-hover-color);
  box-shadow: var(--gate-download-gray-btn-boxshadow-hover-color);
}
.hype-sidebar-buttons .hype-btn.hype-btn-gray:active, .hype-sidebar-step-form .hype-btn.hype-btn-gray:active {
  color: var(--gate-download-gray-btn-active-color);
  background-color: var(--gate-download-gray-btn-active-bg);
  border-color: var(--gate-download-gray-btn-border-active-color);
  box-shadow: var(--gate-download-gray-btn-boxshadow-active-color);
}
[data-hy-theme="light"] .hype-btn-green:not(.hype-artwork-image-upload-btn > .hype-btn-green), 
[data-hy-theme="dark"] .hype-btn-green:not(.hype-artwork-image-upload-btn > .hype-btn-green),
[data-hy-theme="light-impact"] .hype-btn-green:not(.hype-artwork-image-upload-btn > .hype-btn-green), 
[data-hy-theme="dark-impact"] .hype-btn-green:not(.hype-artwork-image-upload-btn > .hype-btn-green) {
  color: var(--gate-download-green-btn-color);
  background-color: var(--gate-download-green-btn-bg);
  border-color: var(--gate-download-green-btn-border-color);
  box-shadow: var(--gate-download-green-btn-boxshadow-color);
}
[data-hy-theme="light"] .hype-btn-green:hover:not(.hype-artwork-image-upload-btn > .hype-btn-green), 
[data-hy-theme="dark"] .hype-btn-green:hover:not(.hype-artwork-image-upload-btn > .hype-btn-green),
[data-hy-theme="light-impact"] .hype-btn-green:hover:not(.hype-artwork-image-upload-btn > .hype-btn-green), 
[data-hy-theme="dark-impact"] .hype-btn-green:hover:not(.hype-artwork-image-upload-btn > .hype-btn-green) {
  color: var(--gate-download-green-btn-hover-color);
  background-color: var(--gate-download-green-btn-hover-bg);
  border-color: var(--gate-download-green-btn-border-hover-color);
  box-shadow: var(--gate-download-green-btn-boxshadow-hover-color);
}
[data-hy-theme="light"] .hype-btn-green:active:not(.hype-artwork-image-upload-btn > .hype-btn-green), 
[data-hy-theme="dark"] .hype-btn-green:active:not(.hype-artwork-image-upload-btn > .hype-btn-green),
[data-hy-theme="light-impact"] .hype-btn-green:active:not(.hype-artwork-image-upload-btn > .hype-btn-green), 
[data-hy-theme="dark-impact"] .hype-btn-green:active:not(.hype-artwork-image-upload-btn > .hype-btn-green) {
  color: var(--gate-download-green-btn-active-color);
  background-color: var(--gate-download-green-btn-active-bg);
  border-color: var(--gate-download-green-btn-border-active-color);
  box-shadow: var(--gate-download-green-btn-boxshadow-active-color);
}
/*Green Button for Custom*/
[data-hy-theme="custom"] .hype-btn-green:not(.hype-artwork-image-upload-btn > .hype-btn-green) {
  color: var(--gate-download-social-btn-color);
  background-color: var(--gate-download-social-btn-bg);
  border-color: var(--gate-download-social-btn-border-color);
  box-shadow: var(--gate-download-social-btn-boxshadow-color);
}
[data-hy-theme="custom"] .hype-btn-green:hover:not(.hype-artwork-image-upload-btn > .hype-btn-green) {
  color: var(--gate-download-social-btn-color);
  background-color: var(--gate-download-social-btn-bg);
  border-color: var(--gate-download-social-btn-border-color);
  box-shadow: var(--gate-download-social-btn-boxshadow-color);
}
[data-hy-theme="custom"] .hype-btn-green:active:not(.hype-artwork-image-upload-btn > .hype-btn-green) {
  color: var(--gate-download-social-btn-color);
  background-color: var(--gate-download-social-btn-bg);
  border-color: var(--gate-download-social-btn-border-color);
  box-shadow: var(--gate-download-social-btn-boxshadow-color);
}
/*xTwitter For Dark Theme*/
[data-hy-theme="dark"] .hype-btn-xtwitter, [data-hy-theme="light-impact"] .hype-btn-xtwitter {
  color: var(--gate-download-gray-btn-color);
  background-color: var(--gate-download-gray-btn-bg);
  border-color: var(--gate-download-gray-btn-border-color);
  box-shadow: var(--gate-download-gray-btn-boxshadow-color);
}
[data-hy-theme="dark"] .hype-btn-xtwitter:hover, [data-hy-theme="light-impact"] .hype-btn-xtwitter:hover {
  color: var(--gate-download-gray-btn-hover-color);
  background-color: var(--gate-download-gray-btn-hover-bg);
  border-color: var(--gate-download-gray-btn-border-hover-color);
  box-shadow: var(--gate-download-gray-btn-boxshadow-hover-color);
}
[data-hy-theme="dark"] .hype-btn-xtwitter:active, [data-hy-theme="light-impact"] .hype-btn-xtwitter:active {
  color: var(--gate-download-gray-btn-active-color);
  background-color: var(--gate-download-gray-btn-active-bg);
  border-color: var(--gate-download-gray-btn-border-active-color);
  box-shadow: var(--gate-download-gray-btn-boxshadow-active-color);
}
[data-hy-theme="light"] .hype-btn.disabled, [data-hy-theme="light"] .hype-btn:disabled, 
[data-hy-theme="dark"] .hype-btn.disabled, [data-hy-theme="dark"] .hype-btn:disabled, 
[data-hy-theme="light-impact"] .hype-btn.disabled, [data-hy-theme="light-impact"] .hype-btn:disabled, 
[data-hy-theme="dark-impact"] .hype-btn.disabled, [data-hy-theme="dark-impact"] .hype-btn:disabled, 
[data-hy-theme="custom"] .hype-btn.disabled, [data-hy-theme="custom"] .hype-btn:disabled {
  opacity: 0.5;
}
/*Sidebar Step Form*/
.hype-sidebar-step-form {
  display: block;
  text-align: left;
  position: relative;
}
.hype-sidebar-step-form h4 {
  font-family: var(--heading-theme-font);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--gate-form-heading-color);
  line-height: 1;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
.hype-sidebar-step-form .hype-form-group {
  margin-bottom: 1.25rem;
}
.fangate-slider-content .hype-sidebar-step-form .hype-btn {
  margin-bottom: 1rem;
}
.hype-sidebar-step-form .hype-form-label, .hype-main-container-section .pannel-content-section .hype-sidebar-step-form .hype-form-label {
  color: var(--gate-form-label-color);
}
[data-hy-theme="custom"] .hype-sidebar-step-form .hype-invalid-feedback {
  color: var(--gate-form-label-color);
}
.hype-sidebar-step-form .hype-form-control {
  color: var(--gate-form-input-color);
  background-color: var(--gate-form-input-bg);
  border: 1px solid var(--gate-form-input-border-color);
}
.hype-sidebar-step-form .hype-form-control::-moz-placeholder {
  color: var(--gate-form-input-placeholder-color);
}
.hype-sidebar-step-form .hype-form-control::placeholder {
  color: var(--gate-form-input-placeholder-color);
}
.hype-sidebar-step-form .hype-form-control:hover {
  border: 1px solid var(--gate-form-input-border-hover-color);
}
.hype-sidebar-step-form .hype-form-control:focus {
  border: 1px solid var(--gate-form-input-border-hover-color);
  box-shadow: 0 0 0 2px var(--gate-form-input-boxshadow-focus-color);
}
/*Sidebar Connect Text*/
.hype-siderbar-connect-text {
  color: var(--gate-connect-color);
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 1rem;
}
.hype-siderbar-connect-text p {
  margin-bottom: 1.15rem;
}
.hype-siderbar-connect-text p:last-child {
  margin-bottom: 0;
}
.hype-siderbar-connect-text p b {
  font-weight: 500;
}
.hype-siderbar-connect-text .hype-connect-link {
  cursor: pointer;
  border: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: underline;
  color: var(--gate-connect-link-color);
  text-underline-offset: 0.25em;
}
.hype-siderbar-connect-text .hype-connect-link:hover {
  color: var(--gate-connect-link-color);
}
.hype-siderbar-connect-text .hype-connect-link:active {
  color: var(--gate-connect-link-color);
}
.hype-download-gate-steps-wrapper .hype-mb-1 {
  margin-bottom: 1rem;
}
/****************************** ****************************** 
Smart Links/Download Gate Left Side Theme Preview CSS
****************************** *****************************/
.hype-theme-preview-section {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 550px;
  position: relative;
  box-shadow: 0 2px 10px 0 #b1b8bf;
}
.hype-theme-preview-section .hype-preview-page {
  height: 100%;
}
.hype-theme-preview-section .hype-preview-wrapper {
  height: 100%;
}
.hype-theme-preview-section .hype-logo-branding {
  position: absolute;
  display: block;
}
.hype-theme-preview-section .hype-preview-main {
  height: 100%;
  min-height: 100%;
}
.hype-theme-preview-section .hype-preview-main aside.hype-preview-artworkPanel {
  position: absolute;
  display: block;
}
.hype-theme-preview-section  .hype-preview-contentPanel {
  width: 40%;
}
.hype-theme-preview-section .hype-preview-page .hype-artwork_image {
  position: absolute;
  right: auto;
  left: -75%;
}
.hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner {
  width: 280px;
  height: 280px;
  overflow: initial;
}
.hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play, 
.hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause, 
.hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start {
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-top: -30px;
  pointer-events: none;
}
.hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play span, 
.hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause span, 
.hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start span {
  width: 42px;
  height: 42px;
}
.hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play svg, 
.hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause svg, 
.hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start svg {
  width: 18px;
}
.hype-theme-preview-section .hype-artwork-image-upload-btn {
  display: block;
  height: 42px;
  left: 0;
  position: absolute;
  bottom: 5%;
  width: 100%;
}
.hype-theme-preview-section .hype-artwork-image-upload-btn .hype-invalid-feedback {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  background: var(--hype-white);
  border-radius: 5px;
  padding: 5px 5px;
}
.hype-theme-preview-section .hype-artwork-image-upload-btn .hype-invalid-feedback img {
  width: inherit;
  height: inherit;
  position: inherit;
}
.hype-theme-preview-section .hype-artwork-image-upload-btn.for-video-gate-btn {
  bottom: -55px;
  z-index: 1;
}
.hype-theme-preview-section .hype-artwork-image-upload-btn.for-video-gate-btn .hype-btn:after {
  border-bottom: 7px solid var(--hype-primary);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 7px);
  top: -7px;
}
.hype-theme-preview-section .hype-artwork-image-upload-btn.for-video-gate-btn .hype-btn:hover:after {
  border-bottom: 7px solid var(--hype-primary-600);
}
.hype-theme-preview-section .hype-artwork-image-upload-btn.for-video-gate-btn .hype-btn:active:after {
  border-bottom: 7px solid var(--hype-primary-700);
}
.hype-theme-preview-section .hype-artwork-image-upload-btn.for-video-gate-btn .hype-btn.hype-loading-btn:after {
  border-bottom: 7px solid var(--hy-gray-600);
}
.hype-theme-preview-section .hype-sidebar-heading {
  padding: 1.25rem 2rem 0;
  position: relative;
}
.hype-theme-preview-section .hype-sidebar-heading h1, .hype-theme-preview-section .hype-sidebar-heading h2 {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hype-theme-preview-section .hype-sidebar-content-section {
  padding: 1.25rem 1rem;
}
.hype-theme-preview-section .hype-display-social-icons.pos-top {
  margin-bottom: 1.25rem;
}
.hype-theme-preview-section .hype-display-social-icons.pos-bottom {
  margin-top: 1.25rem;
}
.hype-theme-preview-section .hype-display-social-icons ul li {
  margin: 3px 3px;
}
.hype-theme-preview-section .hype-display-social-icons ul li a {
  height: 20px;
  width: 20px;
  pointer-events: none;
}
.hype-theme-preview-section .hype-display-social-icons ul li i {
  width: 12px;
  height: 12px;
}
.hype-theme-preview-section .hype-smart-link-list-section {
  padding: 1rem;
}
.hype-theme-preview-section .hype-smart-link-list-section ul:not(ul.custom_color_list) {
  gap: 1.25rem 0;
}
.hype-theme-preview-section .hype-smart-link-part {
  pointer-events: none;
}
.hype-theme-preview-section .hype-smart-link-logo img {
  max-height: 24px;
}
.hype-theme-preview-section .hype-smart-link-button .hype-btn {
  min-width: 125px;
  height: 42px;
  padding: 12px 12px;
  font-size: 0.875rem;
}
.hype-theme-preview-section .hype-sidebar-footer {
  padding: 0 1.5rem 1.25rem;
}
.hype-theme-preview-section .hype-sidebar-footer ul li {
  font-size: 0.5rem;
  line-height: 10px;
}
.hype-theme-preview-section .hype-sidebar-footer ul li a {
  margin: 0 3px;
  pointer-events: none;
}
/*For Download Gate*/
.hype-theme-preview-section .hype-download-gate-steps-wrapper {
  padding: 1rem;
}
.hype-theme-preview-section .hype-sidebar-buttons-wrapper {
  padding: 0 1rem;
}
.hype-theme-preview-section .hype-sidebar-buttons .hype-btn {
  margin-bottom: 0;
  pointer-events: none;
}
.hype-theme-preview-section .hype-sidebar-buttons-wrapper .hype-btn, 
.hype-theme-preview-section .hype-download-gate-steps-wrapper .hype-btn, 
.hype-theme-preview-section .hype-siderbar-connect-text .hype-connect-link {
  pointer-events: none;
}
.hype-theme-preview-section .hype-sidebar-step-form h4 {
  margin: 0 0 1.25rem;
}
.hype-theme-preview-section .hype-sidebar-step-form .hype-siderbar-connect-text p:last-child {
  margin: 0;
}
/*Custom Color Picker*/
.hype-theme-preview-section .choose-color-section {
  display: none;
  position: relative;
}
.hype-theme-preview-section .choose-color-section.c_box_1 {
  top: -12px;
  right: -24px;
  z-index: 103;
}
.hype-theme-preview-section .choose-color-section.c_box_2 {
  z-index: 102;
  position: absolute;
  top: 10px;
  right: 100px;
}
.hype-theme-preview-section .choose-color-section.c_box_3 {
  top: 10px;
  position: absolute;
  right: 0;
}
.hype-theme-preview-section .choose-color-section.c_box_7 {
  top: -2px;
  position: absolute;
  right: 0;
}
.hype-theme-preview-section .choose-color-section.c_box_3 a.hype-edit-ic-btn {
  position: absolute;
  right: 0;
}
.choose-color-section.c_box_6 a.edit-ic-btn {
  position: absolute;
  left: calc(50% - 11px);
}
.hype-theme-preview-section .choose-color-section-4-5 {
  display: none;
  position: relative;
  z-index: 101;
  top: -8px;
}
.hype-theme-preview-section > .hype-preview-page[data-hy-theme="custom"] .choose-color-section,
.hype-theme-preview-section > .hype-preview-page[data-hy-theme="custom"] .choose-color-section-4-5 {
  display: block;
}
/**/
.hype-theme-preview-section .choose-color-box {
  right: -75px;
  left: auto;
  text-align: left;
}
.hype-theme-preview-section .choose-color-section.c_box_2 .choose-color-box {
  left: -75px;
}
.hype-theme-preview-section .choose-color-section.c_box_4 .choose-color-box {
  left: -75px;
}
.hype-theme-preview-section .choose-color-section.c_box_5 .choose-color-box {
  right: -75px;
  left: auto;
}
.hype-theme-preview-section .choose-color-section.c_box_6 .choose-color-box {
  left: calc(50% - 85px);
  right: auto;
}
.hype-theme-preview-section .choose-color-section.c_box_6 .choose-color-box::before {
  left: calc(50% - 8px);
}
.hype-theme-preview-section .choose-color-section.c_box_6 .choose-color-box::after {
  left: calc(50% - 7px);
}
.hype-theme-preview-section .choose-color-section .choose-color-box .hype-form-switch {
  margin-bottom: 0;
  min-height: auto;
  padding-left: 2.75rem;
}
.hype-theme-preview-section .choose-color-section .choose-color-box .hype-form-switch .hype-form-check-input {
  height: 1.25rem;
  width: 2.25rem;
  margin-left: -2.75rem;
}
.hype-theme-preview-section .choose-color-section .choose-color-box .hype-form-switch .hype-form-check-label {
  padding-top: 0;
  color: #495159;
  font-family: "poppinsregular";
  font-size: 12px;
  font-weight: 400;
}
/*Responsive*/
@media (max-width: 1879px) {
  .hype-theme-preview-section .hype-smart-link-logo img {
    max-height: 22px;
  }
  .hype-theme-preview-section .hype-smart-link-button .hype-btn {
    min-width: 100px;
  }
}
@media (max-width: 1579px) {
  .hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner {
    width: 260px;
    height: 260px;
  }
  .hype-theme-preview-section .hype-sidebar-heading {
    padding: 1.25rem 1.5rem 0;
  }
  .hype-theme-preview-section .hype-sidebar-content-section {
    padding: 1.25rem 1rem;
  }
  .hype-theme-preview-section .hype-display-social-icons ul li {
    margin: 3px 2px;
  }
  .hype-theme-preview-section .hype-display-social-icons ul li a {
    height: 16px;
    width: 16px;
  }
  .hype-theme-preview-section .hype-display-social-icons ul li i {
    width: 10px;
    height: 10px;
  }
  .hype-theme-preview-section .hype-sidebar-content-section {
    padding: 1.25rem 0.75rem;
  }
  .hype-theme-preview-section .hype-smart-link-list-section {
    padding: 0.75rem;
  }
  .hype-theme-preview-section .hype-smart-link-list-section ul:not(ul.custom_color_list) {
    gap: 1.125rem 0;
  }
  .hype-theme-preview-section .hype-smart-link-logo img {
    max-height: 16px;
  }
  .hype-theme-preview-section .hype-smart-link-button .hype-btn {
    min-width: 76px;
    height: 38px;
    padding: 8px 8px;
    font-size: 0.775rem;
  }
  .hype-theme-preview-section .hype-sidebar-footer {
    padding: 0 1rem 1.25rem;
  }
  .hype-theme-preview-section .hype-sidebar-footer ul li {
    font-size: 0.4rem;
    line-height: 5px;
  }
  .hype-theme-preview-section .hype-sidebar-footer ul li a {
    margin: 0 2px;
  }
  .hype-theme-preview-section .choose-color-section.c_box_1 {
    right: -16px;
  }
  .hype-theme-preview-section .hype-sidebar-buttons-wrapper {
    padding: 0 0.75rem;
  }
}
@media (max-width: 1279px) {
  .hype-theme-preview-section {
    height: 700px;
    z-index: 1;
  }
  .hype-theme-preview-section .hype-preview-contentPanel {
    margin-left: auto;
    margin-right: inherit;
    margin-top: inherit;
    background-color: var(--gate-right-side-panel-bg);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    max-width: 100%;
    z-index: 2;
  }
  .hype-theme-preview-section .hype-preview-main.has-translucent .hype-preview-contentPanel {
    background-color: rgba(var(--gate-translucent-bg), 0.5);
  }
  .hype-theme-preview-section .hype-preview-main.has-translucent .hype-preview-artworkPanel::before {
    display: none;
  }
  .hype-theme-preview-section [data-hy-theme="light-impact"] .hype-preview-main .hype-preview-contentPanel,
  .hype-theme-preview-section [data-hy-theme="dark-impact"] .hype-preview-main .hype-preview-contentPanel {
    background-color: rgba(var(--gate-right-side-panel-bg-rgb), 0.5);
  }
  .hype-theme-preview-section [data-hy-theme="light-impact"] .hype-preview-main .hype-preview-artworkPanel::before,
  .hype-theme-preview-section [data-hy-theme="dark-impact"] .hype-preview-main .hype-preview-artworkPanel::before {
    display: none;
  }
  .hype-theme-preview-section .hype-artwork-title-section {
    margin-top: inherit;
  }
  .hype-theme-preview-section .hype-preview-page .hype-artwork_image {
    position: absolute;
    right: auto;
    left: calc(-100% - 102px);
  }
  .hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner {
    width: 300px;
    height: 300px;
    transform: translate(-50%, 50%);
    position: absolute;
  }
  .hype-theme-preview-section .hype-sidebar-heading {
    padding: 2rem 2rem 0;
    text-align: left;
  }
  .hype-theme-preview-section .hype-sidebar-heading h1, .hype-theme-preview-section .hype-sidebar-heading h2 {
    font-size: 1.25rem;
  }
  .hype-theme-preview-section .choose-color-section.c_box_1 {
    right: -24px;
  }
  .hype-theme-preview-section .hype-sidebar-content-section {
    padding: 2rem 1rem;
    margin-top: inherit;
  }
  .hype-theme-preview-section .hype-display-social-icons.pos-top {
    margin-bottom: 1.75rem;
  }
  .hype-theme-preview-section .hype-display-social-icons.pos-bottom {
    margin-top: 1.75rem;
  }
  .hype-theme-preview-section .hype-display-social-icons ul li {
    margin: 3px 4px;
  }
  .hype-theme-preview-section .hype-display-social-icons ul li a {
    height: 30px;
    width: 30px;
  }
  .hype-theme-preview-section .hype-display-social-icons ul li i {
    width: 16px;
    height: 16px;
  }
  .hype-theme-preview-section .hype-smart-link-list-section {
    padding: 1rem;
  }
  .hype-theme-preview-section .hype-smart-link-list-section ul:not(ul.custom_color_list) {
    gap: 1.5rem 0;
  }
  .hype-theme-preview-section .hype-smart-link-logo img {
    max-height: 30px;
  }
  .hype-theme-preview-section .hype-smart-link-button .hype-btn {
    min-width: 135px;
    height: 50px;
    padding: 12px 16px;
    font-size: 1rem;
  }
  .hype-theme-preview-section .hype-sidebar-footer {
    padding: 0 2rem 2rem;
    margin-top: auto;
  }
  .hype-theme-preview-section .hype-sidebar-footer ul li {
    font-size: 0.65rem;
    line-height: 16px;
  }
  .hype-theme-preview-section .hype-sidebar-footer ul li a {
    margin: 0 5px;
  }
  .hype-theme-preview-section .choose-color-section.c_box_1 .choose-color-box, .hype-theme-preview-section .choose-color-section.c_box_3 .choose-color-box, .hype-theme-preview-section .choose-color-section.c_box_5 .choose-color-box, .hype-theme-preview-section .choose-color-section.c_box_7 .choose-color-box {
      right: -6px;
    }
  .hype-theme-preview-section .choose-color-section.c_box_1 .choose-color-box::before, .hype-theme-preview-section .choose-color-section.c_box_3 .choose-color-box::before, .hype-theme-preview-section .choose-color-section.c_box_5 .choose-color-box::before, .hype-theme-preview-section .choose-color-section.c_box_7 .choose-color-box::before {
    left: calc(100% - 25px);
  }
  .hype-theme-preview-section .choose-color-section.c_box_1 .choose-color-box::after, .hype-theme-preview-section .choose-color-section.c_box_3 .choose-color-box::after, .hype-theme-preview-section .choose-color-section.c_box_5 .choose-color-box::after, .hype-theme-preview-section .choose-color-section.c_box_7 .choose-color-box::after {
    left: calc(100% - 24px);
  }
  .hype-theme-preview-section .choose-color-section.c_box_2 {
    top: 20px;
  }
  .hype-theme-preview-section .hype-sidebar-buttons-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 1023px) {
  .hype-theme-preview-section {
    height: 100%;
  }
  .hype-theme-preview-section .hype-preview-main aside.hype-preview-artworkPanel {
    width: 100%;
    right: 0%;
    display: none;
  }
  .hype-theme-preview-section .hype-preview-main.has-translucent aside.hype-preview-artworkPanel {
    display: block;
  }
  .hype-theme-preview-section .hype-preview-main.has-translucent aside.hype-preview-artworkPanel::before {
    display: block;
  }
  .hype-theme-preview-section [data-hy-theme="light-impact"] .hype-preview-main aside.hype-preview-artworkPanel,
  .hype-theme-preview-section [data-hy-theme="dark-impact"] .hype-preview-main aside.hype-preview-artworkPanel {
    display: block;
  }
  .hype-theme-preview-section [data-hy-theme="light-impact"] .hype-preview-main aside.hype-preview-artworkPanel::before,
  .hype-theme-preview-section [data-hy-theme="dark-impact"] .hype-preview-main aside.hype-preview-artworkPanel::before {
    display: block;
  }
  .hype-theme-preview-section .hype-preview-contentPanel {
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border-left: 0;
    margin-top: 2.25rem;
  }
  .hype-theme-preview-section .hype-preview-main.has-translucent .hype-preview-contentPanel {
    background-color: transparent;
  }
  .hype-theme-preview-section [data-hy-theme="light-impact"] .hype-preview-main .hype-preview-contentPanel,
  .hype-theme-preview-section [data-hy-theme="dark-impact"] .hype-preview-main .hype-preview-contentPanel {
    background-color: transparent;
  }
  .hype-theme-preview-section .hype-artwork-title-section {
    margin-top: auto;
  }
  .hype-theme-preview-section .hype-preview-page .hype-artwork_image {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }
  .hype-theme-preview-section .hype-preview-page .hype-artwork_image .hype-artwork_image_inner {
    position: initial;
    width: 100%;
    height: 100%;
    transform: none;
    max-height: 100%;
  }
  .hype-theme-preview-section .hype-artwork-image-upload-btn.for-video-gate-btn {
    bottom: -25px;
  }
  .hype-theme-preview-section .hype-sidebar-heading {
    padding: 2rem 0 0;
    text-align: center;
  }
  .hype-theme-preview-section .hype-sidebar-heading h1, .hype-theme-preview-section .hype-sidebar-heading h2 {
    font-size: 1.25rem;
    letter-spacing: -0.6px;
  }
  .hype-theme-preview-section .hype-sidebar-heading h2 {
   font-size: 1rem; 
  }
  .hype-theme-preview-section .hype-sidebar-content-section {
    padding: 2.25rem 0;
    margin-top: auto;
  }
  .hype-theme-preview-section .hype-download-gate-steps-wrapper {
    padding: 1.5rem;
  }
  .hype-theme-preview-section .hype-sidebar-footer {
    padding: 0 0 2.25rem;
    margin-top: initial;
  }
  .hype-theme-preview-section .choose-color-section.c_box_2 {
    top: 25px;
  }
  .hype-theme-preview-section .choose-color-section.c_box_2 .choose-color-box {
    left: calc(50% - 85px);
    right: auto;
  }
  .hype-theme-preview-section .choose-color-section.c_box_2 .choose-color-box::before {
    left: calc(50% - 8px);
  }
  .hype-theme-preview-section .choose-color-section.c_box_2 .choose-color-box::after {
   left: calc(50% - 7px);
  }
  .hype-theme-preview-section .choose-color-section.c_box_4 .choose-color-box {
    left: -6px;
  }
  .hype-theme-preview-section .choose-color-section.c_box_4 .choose-color-box::before {
    left: calc(0% - -11px);
  }
  .hype-theme-preview-section .choose-color-section.c_box_4 .choose-color-box::after {
   left: calc(0% - -10px);
  }  
  .hype-theme-preview-section .hype-sidebar-buttons-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hype-theme-preview-section .hype-logo-branding {
    position: relative;
  }
  .hype-theme-preview-section .hype-preview-wrapper.has-preview-gate-logo .hype-preview-main {
    height: 100%;
  }
  .hype-theme-preview-section .choose-color-section.c_box_1 {
    right: -12px;
  }
}
@media (max-width: 499px) {
  .hype-theme-preview-section .hype-smart-link-button .hype-btn {
    min-width: 110px;
    padding: 10px 8px;
  }
  .hype-theme-preview-section .hype-smart-link-logo img {
    max-height: 24px;
  }
  .hype-theme-preview-section .hype-smart-link-button .hype-btn {
    min-width: 110px;
    padding: 12px 10px;
    font-size: 0.875rem;
  }
}
@media (max-width: 420px) {
  .hype-theme-preview-section .hype-sidebar-heading h1, .hype-theme-preview-section .hype-sidebar-heading h2 {
    font-size: 1rem;
  }
  .hype-theme-preview-section .hype-sidebar-heading h2 {
   font-size: 0.75rem; 
  }
  .hype-theme-preview-section .hype-smart-link-logo img {
    max-height: 20px;
  }
  .hype-theme-preview-section .hype-smart-link-button .hype-btn {
    min-width: 90px;
    font-size: 0.775rem;
    height: 40px;
  }
  .hype-theme-preview-section .choose-color-section.c_box_1 {
    right: -8px;
  }
  .hype-theme-preview-section .hype-sidebar-footer ul li {
    font-size: 0.5rem;
    line-height: 12px;
  }
}
@media (max-width: 360px) {
  .hype-theme-preview-section .hype-smart-link-logo img {
    max-height: 16px;
  }
  .hype-theme-preview-section .hype-smart-link-button .hype-btn {
    min-width: 75px;
  }
}
/****************************** ****************************** 
Smart Links/Download Gate Right Side Preview For Mobile View CSS
****************************** *****************************/
.hype-preview-pageview--inMobile {
  background-image: url(../images/iphone-bg-new-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 282px;
  height: 582px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hype-preview-pageview--inMobile::after {
  background-image: url(../images/iphone-notch-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  width: 60px;
  height: 18px;
  left: calc(50% - 30px);
  top: 12px;
  z-index: 10000;
  pointer-events: none;
}
.hype-preview-pageview--inMobile .hype-preview-wrapper {
  padding: 0 0;
}
.hype-preview-pageview--inMobile .hype-preview-pageview--inMobile-inner {
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
  width: calc(100% - 19px);
  background: #fff;
  border-radius: 32px 32px 32px 32px;
  overflow: hidden;
}
.hype-preview-pageview--inMobile .hype-preview-page {
  height: 567px;
  overflow: hidden;
  width: 100%;
}
.hype-preview-pageview--inMobile .hype-logo-branding {
  position: relative;
  left: -16px;
}
.hype-preview-pageview--inMobile .hype-logo-branding .navbar-brand {
  pointer-events: none;
}
.hype-preview-pageview--inMobile .hype-preview-main {
  height: 567px;
  min-height: 567px;
}
.hype-preview-pageview--inMobile .hype-preview-main aside.hype-preview-artworkPanel {
  width: 100%;
  right: 0%;
  position: absolute;
  display: none;
}
.hype-preview-pageview--inMobile .hype-preview-main.has-translucent .hype-preview-artworkPanel {
  display: block;
}
.hype-preview-pageview--inMobile .hype-preview-main.has-translucent .hype-preview-artworkPanel::before {
  background: linear-gradient(180deg, rgba(var(--gate-translucent-bg), 0.00) 0%, rgba(var(--gate-translucent-bg), 0.10) 15%, rgba(var(--gate-translucent-bg), 1) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.hype-preview-pageview--inMobile [data-hy-theme="light-impact"] .hype-preview-main .hype-preview-artworkPanel,
.hype-preview-pageview--inMobile [data-hy-theme="dark-impact"] .hype-preview-main .hype-preview-artworkPanel {
  display: block;
}
.hype-preview-pageview--inMobile [data-hy-theme="light-impact"] .hype-preview-main .hype-preview-artworkPanel::before,
.hype-preview-pageview--inMobile [data-hy-theme="dark-impact"] .hype-preview-main .hype-preview-artworkPanel::before {
  background: linear-gradient(180deg, rgba(var(--gate-right-side-panel-bg-rgb), 0.00) 0%, rgba(var(--gate-right-side-panel-bg-rgb), 0.10) 15%, rgba(var(--gate-right-side-panel-bg-rgb), 1) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.hype-preview-pageview--inMobile .hype-preview-contentPanel {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10px;
  border-radius: 32px 32px 27px 27px;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
}
.hype-preview-pageview--inMobile .hype-preview-main.has-translucent .hype-preview-contentPanel {
  background-color: transparent;
}
.hype-preview-pageview--inMobile [data-hy-theme="light-impact"] .hype-preview-main .hype-preview-contentPanel,
.hype-preview-pageview--inMobile [data-hy-theme="dark-impact"] .hype-preview-main .hype-preview-contentPanel {
  background-color: transparent;
}
.hype-preview-pageview--inMobile .hype-artwork-title-section {
  padding: 1.5rem 0.5rem 0;
  margin-top: 4px;
}
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image .hype-artwork_image_inner {
  position: initial;
  width: 100%;
  height: 100%;
  transform: none;
  max-height: 100%;
}
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play, 
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause, 
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start {
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 0;
}
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play span, 
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause span, 
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start span {
  width: 32px;
  height: 32px;
}
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .play svg, 
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .pause svg, 
.hype-preview-pageview--inMobile .hype-preview-page .hype-artwork_image .hype-artwork_image_inner .start svg {
  width: 12px;
}
.hype-preview-pageview--inMobile .hype-sidebar-heading {
  padding: 1.5rem 0 0;
  text-align: center;
}
.hype-preview-pageview--inMobile .hype-sidebar-heading h1, .hype-preview-pageview--inMobile .hype-sidebar-heading h2 {
  font-size: 1rem;
  letter-spacing: -0.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hype-preview-pageview--inMobile .hype-sidebar-heading h2 {
  font-size: 0.75rem;
}
.hype-preview-pageview--inMobile .hype-sidebar-content-section {
  padding: 1.5rem 0;
  margin-top: auto;
}
.hype-preview-pageview--inMobile .hype-display-social-icons.pos-top {
  margin-bottom: 1.5rem;
}
.hype-preview-pageview--inMobile .hype-display-social-icons.pos-bottom {
  margin-top: 1.5rem;
}
.hype-preview-pageview--inMobile .hype-display-social-icons ul li {
  margin: 2px 2px;
}
.hype-preview-pageview--inMobile .hype-display-social-icons ul li a {
  height: 26px;
  width: 26px;
  pointer-events: none;
}
.hype-preview-pageview--inMobile .hype-display-social-icons ul li i {
  width: 14px;
  height: 14px;
}
.hype-preview-pageview--inMobile .hype-smart-link-list-section {
  padding: 1rem;
}
.hype-preview-pageview--inMobile .hype-smart-link-list-section ul:not(ul.custom_color_list) {
  gap: 1.25rem 0;
}
.hype-preview-pageview--inMobile .hype-smart-link-part {
  pointer-events: none;
}
.hype-preview-pageview--inMobile .hype-smart-link-logo {
  max-width: 49%;
}
.hype-preview-pageview--inMobile .hype-smart-link-logo img {
  max-height: 20px;
}
.hype-preview-pageview--inMobile .hype-smart-link-logo h4 {
  font-size: 0.775rem;
}
.hype-preview-pageview--inMobile .hype-smart-link-button .hype-btn {
  min-width: 90px;
  font-size: 0.875rem;
  height: 40px;
  padding: 6px 10px;
}
.hype-preview-pageview--inMobile .hype-smart-link-share-part .hype-smart-link-button .hype-btn i {
  font-size: 6px;
  letter-spacing: 2px;
}
.hype-preview-pageview--inMobile .hype-sidebar-footer {
  padding: 0 0 1.5rem;
  margin-top: initial;
}
.hype-preview-pageview--inMobile .hype-sidebar-footer ul li {
  font-size: 0.5rem;
  line-height: 10px;
}
.hype-preview-pageview--inMobile .hype-sidebar-footer ul li a {
  pointer-events: none;
  margin: 0 5px;
}
/*For Download Gate*/
.hype-preview-pageview--inMobile .hype-sidebar-buttons .hype-btn {
  margin-bottom: 0;
}
.hype-preview-pageview--inMobile .hype-sidebar-buttons-wrapper .hype-btn, 
.hype-preview-pageview--inMobile .hype-download-gate-steps-wrapper .hype-btn, 
.hype-preview-pageview--inMobile .hype-sidebar-step-form .hype-form-control,
.hype-preview-pageview--inMobile .hype-siderbar-connect-text .hype-connect-link {
  pointer-events: none;
}
.hype-preview-pageview--inMobile .hype-download-gate-steps-wrapper {
  padding: 16px;
}
.hype-preview-pageview--inMobile .hype-sidebar-buttons-wrapper {
  padding: 0;
}
/**/
.hype-preview-pageview--inMobile .hype-count-timer-main {
  margin-bottom: 1.5rem;
}
.hype-preview-pageview--inMobile .hype-count-timer {
  padding: 0 3px;
}
.hype-preview-pageview--inMobile .hype-sidebar-countdown-timer p {
  font-size: 0.875rem;
}
.hype-preview-pageview--inMobile .hype-count-timer .hype-count-clock b {
  font-size: 1.70rem;
}
.hype-preview-pageview--inMobile .hype-count-timer .hype-count-text {
  font-size: 0.775rem;
  margin-top: 0.25rem;
}
.hype-preview-pageview--inMobile .hype-count-dot {
  font-size: 1.5rem;
}
.hype-preview-pageview--inMobile .hype-countdown-expired {
  font-size: 1rem;
  margin-bottom: 0;
}
/**/
.hype-preview-pageview--inMobile .hype-sidebar-countdown-limit span.hype-count-limit-text {
  font-size: 0.875rem;
}
.hype-preview-pageview--inMobile .hype-sidebar-countdown-limit .hype-progress {
  margin-bottom: 1.5rem;
}
/*Player*/
.hype-preview-pageview--inMobile .player.loudlink.loudlink-external {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.hype-preview-pageview--inMobile .preview-youtube-section iframe {
  height: 25dvh;
}
/*Dummy Links*/
/*.hype-preview-pageview--inMobile .hype-smart-link-list-section ul.dummyPhoneLinkContainer .hype-smart-link-part {
  padding: 4px 5px;
}*/
.hype-preview-pageview--inMobile .hype-smart-link-list-section ul.dummyPhoneLinkContainer .hype-smart-link-part .hype-smart-link-button .hype-btn {
  height: 36px;
}
/*HYPE-2784*/
.hype-sp-links .hype-smart-link-button .hype-btn {
  position: relative;
}
.hype-sp-links .hype-smart-link-button .hype-btn > svg {
  position: absolute;
  right: 6px;
  transition: all 0.5s ease;
}
.hype-smart-link-part.collapsed.hype-sp-links .hype-smart-link-button .hype-btn > svg {
  transform: rotate(180deg);
}