/*=====================================================================
@Template Name: Spider Elements

@Default Styles
Table of Content:
01/ Notice

=====================================================================*/
.spider-elements-elementor-notice {
  padding: 15px !important;
}
.spider-elements-elementor-notice .spider-elements-elementor-notice-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spider-elements-elementor-notice .spider-elements-elementor-notice-inner .spider-elements-elementor-notice-content h3 {
  margin: 0;
}
.spider-elements-elementor-notice .spider-elements-elementor-notice-inner .spider-elements-elementor-install-now .button {
  padding: 6px 16px;
  line-height: 1;
}

.ezd-grid {
  display: grid;
  grid-column-gap: 20px;
}

.ezd-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
}

.ezd-grid-column-full {
  grid-column: 1/-1;
}

@media (max-width: 991px) {
  [class^=ezd-lg-col] {
    grid-column: 1/-1;
  }
}
@media (min-width: 576px) {
  .ezd-sm-col-4 {
    grid-column: span 4/span 4;
  }
  .ezd-sm-col-3 {
    grid-column: span 3/span 3;
  }
  .ezd-sm-col-5 {
    grid-column: span 5/span 5;
  }
  .ezd-sm-col-6 {
    grid-column: span 6/span 6;
  }
  .ezd-sm-col-7 {
    grid-column: span 7/span 7;
  }
  .ezd-sm-col-8 {
    grid-column: span 8/span 8;
  }
  .ezd-sm-col-9 {
    grid-column: span 9/span 9;
  }
  .ezd-sm-col-10 {
    grid-column: span 10/span 10;
  }
  .ezd-sm-col-2 {
    grid-column: span 2/span 2;
  }
  .ezd-sm-col-11 {
    grid-column: span 11/span 11;
  }
  .ezd-sm-col-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 768px) {
  .ezd-md-col-4 {
    grid-column: span 4/span 4;
  }
  .ezd-md-col-3 {
    grid-column: span 3/span 3;
  }
  .ezd-md-col-5 {
    grid-column: span 5/span 5;
  }
  .ezd-md-col-6 {
    grid-column: span 6/span 6;
  }
  .ezd-md-col-7 {
    grid-column: span 7/span 7;
  }
  .ezd-md-col-8 {
    grid-column: span 8/span 8;
  }
  .ezd-md-col-9 {
    grid-column: span 9/span 9;
  }
  .ezd-md-col-10 {
    grid-column: span 10/span 10;
  }
  .ezd-md-col-11 {
    grid-column: span 11/span 11;
  }
  .ezd-md-col-12 {
    grid-column: span 12/span 12;
  }
  .ezd-md-col-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 992px) {
  .ezd-lg-col-4 {
    grid-column: span 4/span 4;
  }
  .ezd-lg-col-3 {
    grid-column: span 3/span 3;
  }
  .ezd-lg-col-5 {
    grid-column: span 5/span 5;
  }
  .ezd-lg-col-6 {
    grid-column: span 6/span 6;
  }
  .ezd-lg-col-8 {
    grid-column: span 8/span 8;
  }
  .ezd-lg-col-7 {
    grid-column: span 7/span 7;
  }
  .ezd-lg-col-9 {
    grid-column: span 9/span 9;
  }
  .ezd-lg-col-10 {
    grid-column: span 10/span 10;
  }
  .ezd-lg-col-11 {
    grid-column: span 11/span 11;
  }
  .ezd-lg-col-12 {
    grid-column: span 12/span 12;
  }
  .ezd-lg-col-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1200px) {
  .ezd-xl-col-4 {
    grid-column: span 4/span 4;
  }
  .ezd-xl-col-3 {
    grid-column: span 3/span 3;
  }
  .ezd-xl-col-5 {
    grid-column: span 5/span 5;
  }
  .ezd-xl-col-6 {
    grid-column: span 6/span 6;
  }
  .ezd-xl-col-8 {
    grid-column: span 8/span 8;
  }
  .ezd-xl-col-7 {
    grid-column: span 7/span 7;
  }
  .ezd-xl-col-9 {
    grid-column: span 9/span 9;
  }
  .ezd-xl-col-10 {
    grid-column: span 10/span 10;
  }
  .ezd-xl-col-11 {
    grid-column: span 11/span 11;
  }
  .ezd-xl-col-12 {
    grid-column: span 12/span 12;
  }
  .ezd-xl-col-2 {
    grid-column: span 2/span 2;
  }
}
.ezd-list-unstyled {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.ezd-text-center {
  text-align: center;
}

.ezd-d-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.ezd-d-flex [class*=ezd-colum-space-] {
  padding-left: 10px;
  padding-right: 10px;
}

.ezd-colum-space-6 {
  width: 50%;
}

.ezd-colum-space-4 {
  flex: 1;
  width: 33.3333333333%;
  box-sizing: border-box;
}

.spel_dashboard {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 20px;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .spel_dashboard {
    padding: 40px 0;
  }
}
.spel_dashboard .sidebar_navigation {
  width: 18%;
  margin-right: 30px;
}
.spel_dashboard .sidebar_navigation .sticky_sidebar {
  background: #fff;
  align-items: flex-start;
  border-radius: 8px;
  position: sticky;
  top: 70px;
}
.spel_dashboard .sidebar_navigation .tab_left_content {
  padding: 0;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
.spel_dashboard .sidebar_navigation .tab_left_content li {
  margin: 0;
}
.spel_dashboard .sidebar_navigation .tab_left_content li .icon {
  background: #f0e9fc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  color: #571fb7;
}
@media (max-width: 1400px) {
  .spel_dashboard .sidebar_navigation .tab_left_content li .icon {
    margin-right: 5px;
  }
}
.spel_dashboard .sidebar_navigation .tab_left_content li .icon i {
  font-size: 18px;
}
.spel_dashboard .sidebar_navigation .tab_left_content li:nth-child(2) .icon {
  color: #ff70ee;
  background: #fff0fe;
}
.spel_dashboard .sidebar_navigation .tab_left_content li:nth-child(3) .icon {
  color: #1fb75c;
  background: #e4fbd2;
}
.spel_dashboard .sidebar_navigation .tab_left_content li:nth-child(4) .icon {
  color: #ff70ee;
  background: #fff0fe;
}
.spel_dashboard .sidebar_navigation .tab_left_content li:nth-child(5) .icon {
  color: #ffa30d;
  background: #fbebd2;
}
.spel_dashboard .sidebar_navigation .tab_left_content li:nth-child(6) .icon {
  color: #fb7f49;
  background: #ffe9e2;
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link {
  text-decoration: none;
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link:hover .tab_menu_contents {
  background: #faf6ff;
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .tab_menu_contents {
  display: flex;
  align-items: center;
  padding: 18px 25px;
  transition: all 0.3s linear;
}
@media (max-width: 1400px) {
  .spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .tab_menu_contents {
    padding: 16px 10px;
  }
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .tab_menu_contents .content h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #0c0d0e;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2px;
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .tab_menu_contents .content p {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6a737c;
  line-height: 22px;
  margin-top: 0;
}
@media (max-width: 1400px) {
  .spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .tab_menu_contents .content p {
    font-size: 13px;
  }
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .tab_menu_contents {
  background: linear-gradient(90deg, #7460ff 0%, #9d70ff 100%);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .tab_menu_contents .icon {
  background: #fff;
  color: #571fb7;
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .tab_menu_contents .content h3, .spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .tab_menu_contents .content p {
  color: #fff;
}
.spel_dashboard .tab_contents {
  flex: 1;
  max-width: 1200px;
}
.spel_dashboard .tab_contents .tab-box {
  display: none;
}
.spel_dashboard .tab_contents .tab-box.active {
  display: block;
  opacity: 1;
}
.spel_dashboard .tab_contents .tab-box .support_item {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  margin-top: 20px;
}
.spel_dashboard .tab_contents .tab-box .support_item .icon {
  width: 56px;
  height: 56px;
  background: rgba(240, 233, 252, 0.7411764706);
  border-radius: 50%;
  font-size: 24px;
  color: #411789;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.spel_dashboard .tab_contents .tab-box .support_item p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #535a60;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 25px;
}
.spel_dashboard .tab_contents .tab-box .support_item.dashboard_img {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.spel_dashboard .tab_contents .tab-box .support_item .note {
  background: rgba(240, 233, 252, 0.5098039216);
  padding: 12px 30px;
  margin-top: 10px;
}
.spel_dashboard .tab_contents .tab-box .support_item .note p {
  margin-bottom: 0;
  font-size: 12px;
  color: #2f3337;
  font-family: "Inter", sans-serif;
  line-height: 26px;
}
.spel_dashboard .tab_contents .tab-box .filter_content .element_right .link a img {
  width: 12px;
  height: 12px;
}
.spel_dashboard .tab_contents .dashboard_btn {
  text-decoration: none;
  padding: 15px 26px;
  font-size: 16px;
  font-weight: 500;
  color: #524cff;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  border: 1px solid #524cff;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
}
.spel_dashboard .tab_contents .dashboard_btn.save_btn {
  color: #fff;
  background: #6d27e5 !important;
  padding: 12px 24px;
}
.spel_dashboard .tab_contents .dashboard_btn.save_btn:hover {
  background: #524cff;
}
.spel_dashboard .tab_contents .dashboard_btn:hover {
  background: #524cff;
  color: #fff;
}
.spel_dashboard .tab_contents .dashboard_banner {
  background: url(../images/dashboard/dashboard_banner.png) no-repeat scroll center 0/cover;
  padding: 60px 50px;
  border-radius: 12px;
  overflow: hidden;
}
.spel_dashboard .tab_contents .dashboard_banner.text-center {
  text-align: center;
}
.spel_dashboard .tab_contents .dashboard_banner h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 16px;
}
.spel_dashboard .tab_contents .dashboard_banner p {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
.spel_dashboard .tab_contents .widget_progress_item {
  border-radius: 8px;
  padding: 30px 40px;
  background: #fff;
  margin-top: 25px;
}
.spel_dashboard .tab_contents .widget_progress_item h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #0c0d0e;
}
.spel_dashboard .tab_contents .widget_progress_item .progress_info_list {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.spel_dashboard .tab_contents .widget_progress_item .progress_info_list li {
  font-size: 10px;
  color: #6a737c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.spel_dashboard .tab_contents .widget_progress_item .progress_info_list li + li {
  margin-left: 20px;
}
.spel_dashboard .tab_contents .widget_progress_item svg.radial-progress {
  height: auto;
  max-width: 130px;
  padding: 0.5em;
  transform: rotate(90deg);
}
.spel_dashboard .tab_contents .widget_progress_item svg.radial-progress circle {
  fill: transparent;
  stroke: #fff;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 10px;
}
.spel_dashboard .tab_contents .widget_progress_item svg.radial-progress circle.incomplete {
  opacity: 0.25;
}
.spel_dashboard .tab_contents .widget_progress_item svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}
.spel_dashboard .tab_contents .widget_progress_item .circle_progress {
  position: relative;
}
.spel_dashboard .tab_contents .widget_progress_item .circle_progress text {
  color: #02a4ff;
  font-size: 30px;
  font-weight: 600;
  text-anchor: middle;
  font-family: "Roboto", sans-serif;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.spel_dashboard .tab_contents .widget_progress_item svg.radial-progress circle.complete {
  stroke: #6bccfe;
  stroke-linecap: round;
}
.spel_dashboard .tab_contents .widget_progress_item svg.radial-progress circle.incomplete {
  stroke: #4fbaf0;
}
.spel_dashboard .tab_contents .dashboard_title {
  font-size: 22px;
  color: #031933;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 20px;
}
.spel_dashboard .tab_contents .premium_banner {
  background: url(../images/dashboard/premium_banner.jpg) no-repeat scroll center 0/cover;
  position: relative;
  padding: 66px;
}
.spel_dashboard .tab_contents .premium_banner h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.spel_dashboard .tab_contents .premium_banner p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0;
  max-width: 405px;
  margin-left: auto;
  margin-right: auto;
}
.spel_dashboard .tab_contents .premium_banner .banner_btn {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  display: inline-block;
  margin-top: 15px;
}
.spel_dashboard .tab_contents .premium_banner .rocket_img {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
.spel_dashboard .tab_contents .requirement_list li {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #535a60;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 24px;
  background: #f5f5f5;
}
.spel_dashboard .tab_contents .requirement_list li strong {
  font-size: 16px;
  font-weight: 500;
  color: #2f3337;
  flex: 40%;
}
.spel_dashboard .tab_contents .requirement_list li span {
  flex: 60%;
}
.spel_dashboard .tab_contents .requirement_list li span.invalid i {
  background: #e9336b;
}
.spel_dashboard .tab_contents .requirement_list li i {
  font-size: 8px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4caf50;
  border-radius: 3px;
  color: #fff;
  margin-right: 12px;
}
.spel_dashboard .tab_contents .requirement_list li:nth-child(even) {
  background: #fafafa;
}
.spel_dashboard .tab_contents .elements_pro_popup {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  min-width: 300px;
  padding: 50px 36px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-animation: hide-popup 0.3s forwards;
  animation: hide-popup 0.3s forwards;
  text-align: center;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content .pro-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content h3 {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  color: #242729;
  font-weight: 700;
  margin-bottom: 12px;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-top: 0;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content .dashboard_btn {
  padding: 15px 27px;
  margin-top: 8px;
}
.spel_dashboard .tab_contents .elements_pro_popup.popup-visible {
  opacity: 1;
  display: block;
}
.spel_dashboard .tab_contents .elements_pro_popup.popup-visible .message_content {
  animation: show-popup 0.3s forwards;
}

@-webkit-keyframes show-popup {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
  }
  45% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes show-popup {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
  }
  45% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes hide-popup {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}
@keyframes hide-popup {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}
.spel_dashboard .tab_contents .elements_tab_menu {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 24px;
  border-radius: 5px;
}
.spel_dashboard .tab_contents .elements_tab_menu .tab_contents {
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.spel_dashboard .tab_contents .elements_tab_menu .tab_contents .icon {
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  font-size: 18px;
  background: linear-gradient(90deg, #7460ff 0%, #9d70ff 100%);
}
.spel_dashboard .tab_contents .elements_tab_menu .tab_contents .content h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #0c0d0e;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2px;
}
.spel_dashboard .tab_contents .elements_tab_menu .tab_contents.api_title_color .icon {
  background: #fff0fe;
  color: #ff70ee;
}
.spel_dashboard .tab_contents .elements_tab_menu .tab_contents.integration_title_color .icon {
  background: #fbebd2;
  color: #ffa30d;
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content {
  display: flex;
  align-items: center;
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher {
  display: flex;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #242729;
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher .toggler {
  cursor: pointer;
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher input {
  display: none;
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher input:checked + .switch {
  background: #7fb71f;
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher input:checked + .switch::before {
  transform: translateX(12px);
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher .switch {
  width: 32px;
  height: 18px;
  background: #848d95;
  border-radius: 45px;
  position: relative;
  display: block;
  margin: 0 20px;
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher .switch::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background: #fff;
  top: 3px;
  left: 4px;
  transition: all 0.2s;
}
.spel_dashboard .tab_contents .elements_tab_menu .dashboard_btn {
  border: 0;
  padding: 8px 21px;
  font-size: 16px;
  margin-left: 40px;
  cursor: pointer;
}
.spel_dashboard .tab_contents .elements_tab {
  background: #faf6ff;
  padding: 15px 24px;
  display: flex;
  margin: 32px 0;
  gap: 5px;
  border-radius: 5px;
}
.spel_dashboard .tab_contents .elements_tab .filter_data {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #535a60;
  padding: 10px 23px;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.spel_dashboard .tab_contents .elements_tab .filter_data:hover {
  background: #e9dffa;
}
.spel_dashboard .tab_contents .elements_tab .filter_data i {
  margin-right: 5px;
}
.spel_dashboard .tab_contents .elements_tab .filter_data.active {
  background: #6d27e5;
  color: #fff;
}
.spel_dashboard .tab_contents .element_box {
  padding: 30px 25px;
  border-radius: 8px;
  background: #fff;
  transition: all 0.2s linear;
}
.spel_dashboard .tab_contents .element_box:hover {
  box-shadow: 0 5px 15px 0 rgba(51, 77, 114, 0.1);
}
.spel_dashboard .tab_contents .element_box:hover .element_right .link {
  opacity: 1;
  visibility: visible;
}
.spel_dashboard .tab_contents .element_box .element_right {
  display: flex;
  align-items: center;
}
.spel_dashboard .tab_contents .element_box .element_right a {
  margin-right: 8px;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.spel_dashboard .tab_contents .element_box .element_right .link {
  margin-right: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.spel_dashboard .tab_contents .element_box .element_right .link a.tooltip-top {
  display: inline-block;
  text-decoration: none;
}
.spel_dashboard .tab_contents .element_box .element_right .link a.tooltip-top::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  width: max-content;
  max-width: 200px;
  font-size: 11px;
  line-height: 1.4;
  z-index: 100;
  white-space: nowrap;
  margin-bottom: 2px;
}
.spel_dashboard .tab_contents .element_box .element_right .link a.tooltip-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.spel_dashboard .tab_contents .filter_content {
  margin-left: -12px;
  margin-right: -12px;
}
.spel_dashboard .tab_contents .filter_content .element_switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.spel_dashboard .tab_contents .filter_content .element_switch .badge {
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  left: -36px;
  top: -36px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  background: #e9336b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-transform: uppercase;
  padding: 3px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
}
.spel_dashboard .tab_contents .filter_content .element_switch .element_content {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}
.spel_dashboard .tab_contents .filter_content .element_switch .element_content i {
  font-size: 32px;
  color: #000000;
  margin-right: 20px;
}
.spel_dashboard .tab_contents .filter_content .element_switch input {
  display: none;
}
.spel_dashboard .tab_contents .filter_content .element_switch input:checked + .widget_switcher {
  background: #7fb71f;
}
.spel_dashboard .tab_contents .filter_content .element_switch input:checked + .widget_switcher:before {
  transform: translateX(19px);
}
.spel_dashboard .tab_contents .filter_content .element_switch .widget_switcher {
  width: 40px;
  height: 20px;
  background: #848d95;
  border-radius: 45px;
  position: relative;
  display: block;
}
.spel_dashboard .tab_contents .filter_content .element_switch .widget_switcher::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 4px;
  top: 3px;
  position: absolute;
  background: #fff;
  transition: all 0.2s linear;
}
.spel_dashboard .tab_contents .filter_content .pro .badge {
  position: relative;
}
.spel_dashboard .tab_contents .filter_content .pro .badge::before {
  content: "Pro";
  width: 62px;
  height: 62px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  left: -36px;
  top: -36px;
  font-size: 10px;
  cursor: pointer;
  background: #e9336b;
  transform: rotate(-45deg);
  text-transform: uppercase;
  padding: 3px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
}
.spel_dashboard .api_box {
  padding: 24px;
}
.spel_dashboard .api_box h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #242729;
  margin-top: 0;
  margin-bottom: 6px;
}
.spel_dashboard .api_box p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #535a60;
  font-family: "Inter", sans-serif;
  margin-top: 0;
}
.spel_dashboard .api_box .api_panel .api_inner h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #242729;
  font-family: "Roboto", sans-serif;
  margin-bottom: 12px;
  margin-top: 0;
}
.spel_dashboard .api_box .api_panel .api_inner input {
  width: 100%;
  border: 1px solid #bbc0c4;
  font-size: 14px;
  padding: 4px 10px;
  color: #242729;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  margin: 0;
  outline: none;
  box-shadow: none;
}
.spel_dashboard .api_box .api_panel .api_inner input.placeholder {
  color: #bbc0c4;
}
.spel_dashboard .api_box .api_panel .api_inner input:-moz-placeholder {
  color: #bbc0c4;
}
.spel_dashboard .api_box .api_panel .api_inner input::-moz-placeholder {
  color: #bbc0c4;
}
.spel_dashboard .api_box .api_panel .api_inner input::-webkit-input-placeholder {
  color: #bbc0c4;
}
.spel_dashboard .api_box .api_panel .api_inner input:focus {
  border-color: rgba(109, 39, 229, 0.6901960784);
}
.spel_dashboard .api_box .api_panel p {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 20px;
  color: #535a60;
  margin-top: 10px;
}
.spel_dashboard .api_box .api_panel + .api_panel {
  margin-top: 10px;
}
.spel_dashboard .integration_banner {
  text-align: left;
  padding: 45px;
}
.spel_dashboard .integration_item {
  margin-top: 20px;
  padding: 40px;
}
.spel_dashboard .integration_item img {
  width: 50px;
  height: auto;
}
.spel_dashboard .integration_item h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #0c0d0e;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.spel_dashboard .integration_item p {
  font-size: 14px;
  color: #3c4146;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}
.spel_dashboard .integration_item .dashboard_btn {
  padding: 9px 32px;
  margin-top: 25px;
}
.spel_dashboard .integration_item .dashboard_btn.active_btn {
  background: #848d95;
  cursor: not-allowed;
}
.spel_dashboard .integration_item .dashboard_btn.active_btn:hover {
  box-shadow: none;
}
.spel_dashboard .mt-25 {
  margin-top: 25px;
}
.spel_dashboard .pr_promo_box {
  background: #fff;
  border-radius: 8px;
  padding: 16px 16px 30px;
  margin-top: 25px;
}
.spel_dashboard .pr_promo_box h2 {
  font-weight: 700;
  font-size: 28px;
  color: #242729;
  font-family: "Roboto", sans-serif;
  margin-bottom: 18px;
}
.spel_dashboard .pr_promo_box p {
  font-size: 18px;
  line-height: 28px;
  color: #535a60;
  font-family: "Inter", sans-serif;
  margin-top: 0;
}
.spel_dashboard .pr_promo_box .demo_btn {
  font-size: 14px;
  font-weight: 500;
  color: #e9336b;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.spel_dashboard .pr_promo_box .demo_btn i {
  margin-left: 4px;
  transition: all 0.2s linear;
}
.spel_dashboard .pr_promo_box .demo_btn:hover i {
  transform: translateX(5px);
}
.spel_dashboard .pr_promo_box .promo_video {
  background: #6d27e5;
  border-radius: 4px;
  padding: 12px;
  position: relative;
}
.spel_dashboard .pr_promo_box .promo_video img {
  width: 100%;
  border-radius: 4px;
}
.spel_dashboard .pr_promo_box .promo_video .popup_youtube {
  position: absolute;
  width: 40px;
  background: #fff;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.12));
  text-align: center;
  line-height: 38px;
  color: #0c0d0e;
  font-size: 18px;
  border-radius: 50%;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spel_dashboard .pr_promo_box .promo_video .popup_youtube::before, .spel_dashboard .pr_promo_box .promo_video .popup_youtube:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1.2px solid #fff;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  top: 50%;
}
.spel_dashboard .pr_promo_box .promo_video .popup_youtube::before {
  transform: translate(-50%, -50%) scale(1.32);
}
.spel_dashboard .pr_promo_box .promo_video .popup_youtube:after {
  border-radius: 50%;
  box-shadow: 0 1px 15px 1px rgba(255, 255, 255, 0.3);
  transform: scale(8);
  animation: spel_pulse 2s infinite;
}
.spel_dashboard .pr_promo_box .promo_video .popup_youtube:hover {
  transform: translate(-50%, -50%) scale(1.02);
}
.spel_dashboard {
  /*============ qa_inner css ===============*/
}
.spel_dashboard .qa_inner {
  border-radius: 12px;
  background: #fff;
  padding: 48px 56px;
  flex-wrap: nowrap;
  align-items: start;
}
.spel_dashboard .qa_inner img {
  margin-right: 25px;
}
.spel_dashboard .qa_inner h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  color: #0c0d0e;
}
.spel_dashboard .qa_inner p {
  font-size: 16px;
  line-height: 32px;
  color: #2f3337;
  margin-top: 0;
}
.spel_dashboard .fancybox-slide--iframe .fancybox-content,
.spel_dashboard .fancybox-slide--map .fancybox-content,
.spel_dashboard .fancybox-slide--pdf .fancybox-content,
.spel_dashboard .fancybox-slide--video .fancybox-content {
  width: 55%;
  height: 50%;
}

.ezd-colum-space-4 {
  margin-bottom: 20px;
}

/*============ keyframes animation  =============*/
@-webkit-keyframes spel_pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes spel_pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
#spel_theme_builder_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#spel_theme_builder_modal.show-popup {
  opacity: 1;
  visibility: visible;
}

.spel_theme_builder_wrapper.spel-modal.spel-fade {
  transition: opacity 0.15s linear;
}
.spel_theme_builder_wrapper.spel-modal .modal-dialog {
  width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.spel_theme_builder_wrapper.spel-modal .modal-dialog.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.spel_theme_builder_wrapper.spel-modal form {
  width: 100%;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.spel_theme_builder_wrapper.spel-modal form .modal-content.show-popup {
  opacity: 1;
  transform: scale(1);
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .modal-title {
  margin: 0;
  line-height: 1.5;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .modal-close {
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .modal-close:hover {
  color: red;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .modal-header,
.spel_theme_builder_wrapper.spel-modal form .modal-content .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .modal-footer {
  border-top: 1px solid #e9ecef;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .modal-body .input-group {
  margin-bottom: 1rem;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .btn.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .btn.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .btn.btn-primary:hover {
  color: #fff;
  background-color: #0056b3;
  border-color: #004085;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .switch-group {
  display: flex;
  align-items: center;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .switch-group .admin-input-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .switch-group .admin-input-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .switch-group .admin-input-switch .admin-control-label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 25px;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .switch-group .admin-input-switch .admin-control-label:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .switch-group .admin-input-switch input:checked + .admin-control-label {
  background-color: #2196F3;
}
.spel_theme_builder_wrapper.spel-modal form .modal-content .switch-group .admin-input-switch input:checked + .admin-control-label:before {
  transform: translateX(25px);
}

/**
 * Spider Elements Dashboard - Enhanced Styles
 * Modern UI/UX improvements with animations and better visual hierarchy
 */
:root {
  --spel-primary: #7460ff;
  --spel-primary-light: #9d70ff;
  --spel-primary-dark: #5a4ad9;
  --spel-secondary: #6d27e5;
  --spel-success: #22c55e;
  --spel-success-light: #dcfce7b5;
  --spel-warning: #f59e0b;
  --spel-warning-light: #fef3c7;
  --spel-error: #ef4444;
  --spel-error-light: #fee2e2;
  --spel-info: #3b82f6;
  --spel-info-light: #dbeafe;
  --spel-bg-primary: #f8fafc;
  --spel-bg-secondary: #fff;
  --spel-bg-tertiary: #f1f5f9;
  --spel-text-primary: #0f172a;
  --spel-text-secondary: #475569;
  --spel-text-muted: #94a3b8;
  --spel-border: #e2e8f0;
  --spel-border-light: #f1f5f9;
  --spel-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --spel-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --spel-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --spel-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --spel-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --spel-transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --spel-transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --spel-transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --spel-radius-sm: 6px;
  --spel-radius: 8px;
  --spel-radius-md: 12px;
  --spel-radius-lg: 16px;
  --spel-radius-xl: 24px;
}

.spel_dashboard {
  background: var(--spel-bg-primary);
  min-height: calc(100vh - 32px);
  position: relative;
}
.spel_dashboard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(135deg, var(--spel-primary) 0%, var(--spel-primary-light) 50%, #c084fc 100%);
  opacity: 0.05;
  pointer-events: none;
}

.spel_dashboard .sidebar_navigation .sticky_sidebar {
  background: var(--spel-bg-secondary);
  border-radius: var(--spel-radius-lg);
  box-shadow: var(--spel-shadow-md);
  overflow: hidden;
  border: 1px solid var(--spel-border-light);
}
.spel_dashboard .sidebar_navigation .tab_left_content {
  padding: 8px;
  margin: 0;
}
.spel_dashboard .sidebar_navigation .tab_left_content li {
  margin-bottom: 4px;
}
.spel_dashboard .sidebar_navigation .tab_left_content li:last-child {
  margin-bottom: 0;
}
.spel_dashboard .sidebar_navigation .tab_left_content li .icon {
  width: 40px;
  height: 40px;
  border-radius: var(--spel-radius);
  transition: all var(--spel-transition);
  box-shadow: var(--spel-shadow-sm);
}
.spel_dashboard .sidebar_navigation .tab_left_content li .icon i {
  font-size: 18px;
  transition: transform var(--spel-transition);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link {
  border-radius: var(--spel-radius);
  overflow: hidden;
  position: relative;
  box-shadow: none;
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, var(--spel-primary) 0%, var(--spel-primary-light) 100%);
  border-radius: 0 3px 3px 0;
  transition: height var(--spel-transition);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link:hover .tab_menu_contents {
  background: linear-gradient(90deg, rgba(116, 96, 255, 0.08) 0%, rgba(157, 112, 255, 0.04) 100%);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link:hover .icon {
  transform: scale(1.05);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link:hover .icon i {
  transform: scale(1.1);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .tab_menu_contents {
  padding: 16px 20px;
  transition: all var(--spel-transition);
  border-radius: var(--spel-radius);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .tab_menu_contents .content h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--spel-text-primary);
  margin-bottom: 2px;
  transition: color var(--spel-transition);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .tab_menu_contents .content p {
  font-size: 13px;
  color: var(--spel-text-secondary);
  transition: color var(--spel-transition);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active {
  background: linear-gradient(90deg, rgba(116, 96, 255, 0.08) 0%, rgba(157, 112, 255, 0.02) 100%);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active::before {
  height: 60%;
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .tab_menu_contents {
  background: transparent;
  box-shadow: none;
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .tab_menu_contents .icon {
  background: linear-gradient(135deg, var(--spel-primary) 0%, var(--spel-primary-light) 100%) !important;
  box-shadow: var(--spel-shadow-md);
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .tab_menu_contents .icon i {
  color: #fff;
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .tab_menu_contents .content h3 {
  color: var(--spel-primary) !important;
}
.spel_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .tab_menu_contents .content p {
  color: var(--spel-text-secondary) !important;
}

.spel_dashboard .tab_contents {
  position: relative;
}
.spel_dashboard .tab_contents .tab-box {
  animation: fadeIn var(--spel-transition-slow) ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.spel_dashboard .tab_contents .dashboard_banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--spel-radius-lg);
  padding: 50px 60px;
  background: linear-gradient(135deg, var(--spel-primary) 0%, var(--spel-primary-light) 50%, #a78bfa 100%);
  box-shadow: var(--spel-shadow-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.spel_dashboard .tab_contents .dashboard_banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  animation: floatBubble 15s infinite ease-in-out;
}
.spel_dashboard .tab_contents .dashboard_banner::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
  animation: floatBubble 20s infinite ease-in-out reverse;
}
@keyframes floatBubble {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}
.spel_dashboard .tab_contents .dashboard_banner .banner_content {
  position: relative;
  z-index: 2;
  flex: 1;
  padding-right: 40px;
}
.spel_dashboard .tab_contents .dashboard_banner .version_badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.spel_dashboard .tab_contents .dashboard_banner .version_badge i {
  font-size: 14px;
}
.spel_dashboard .tab_contents .dashboard_banner h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.spel_dashboard .tab_contents .dashboard_banner p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  line-height: 1.7;
}
.spel_dashboard .tab_contents .dashboard_banner img {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
  transition: transform var(--spel-transition);
  max-width: 280px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.spel_dashboard .tab_contents .dashboard_banner img:hover {
  transform: scale(1.02);
}
.spel_dashboard .tab_contents .quick_stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .spel_dashboard .tab_contents .quick_stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .spel_dashboard .tab_contents .quick_stats {
    grid-template-columns: 1fr;
  }
}
.spel_dashboard .tab_contents .stat_card {
  background: var(--spel-bg-secondary);
  border-radius: var(--spel-radius-md);
  padding: 24px;
  box-shadow: var(--spel-shadow);
  border: 1px solid var(--spel-border-light);
  transition: all var(--spel-transition);
  position: relative;
  overflow: hidden;
}
.spel_dashboard .tab_contents .stat_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px 0 0 4px;
  transition: width var(--spel-transition);
}
.spel_dashboard .tab_contents .stat_card:hover {
  transform: translateY(-2px);
  box-shadow: var(--spel-shadow-lg);
}
.spel_dashboard .tab_contents .stat_card:hover::before {
  width: 100%;
  opacity: 0.1;
}
.spel_dashboard .tab_contents .stat_card:hover .stat_icon {
  transform: scale(1.1) rotate(5deg);
}
.spel_dashboard .tab_contents .stat_card:hover .stat_icon {
  transform: scale(1.1);
}
.spel_dashboard .tab_contents .stat_card.stat_elements::before {
  background: linear-gradient(180deg, var(--spel-primary) 0%, var(--spel-primary-light) 100%);
}
.spel_dashboard .tab_contents .stat_card.stat_features::before {
  background: linear-gradient(180deg, var(--spel-success) 0%, #34d399 100%);
}
.spel_dashboard .tab_contents .stat_card.stat_active::before {
  background: linear-gradient(180deg, var(--spel-info) 0%, #60a5fa 100%);
}
.spel_dashboard .tab_contents .stat_card.stat_pro::before {
  background: linear-gradient(180deg, #ec4899 0%, #f472b6 100%);
}
.spel_dashboard .tab_contents .stat_card .stat_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.spel_dashboard .tab_contents .stat_card .stat_icon {
  width: 48px;
  height: 48px;
  border-radius: var(--spel-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: transform var(--spel-transition);
}
.spel_dashboard .tab_contents .stat_card.stat_elements .stat_icon {
  background: linear-gradient(135deg, rgba(116, 96, 255, 0.12) 0%, rgba(157, 112, 255, 0.08) 100%);
  color: var(--spel-primary);
}
.spel_dashboard .tab_contents .stat_card.stat_features .stat_icon {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12) 0%, rgba(52, 211, 153, 0.08) 100%);
  color: var(--spel-success);
}
.spel_dashboard .tab_contents .stat_card.stat_active .stat_icon {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(96, 165, 250, 0.08) 100%);
  color: var(--spel-info);
}
.spel_dashboard .tab_contents .stat_card.stat_pro .stat_icon {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12) 0%, rgba(244, 114, 182, 0.08) 100%);
  color: #ec4899;
}
.spel_dashboard .tab_contents .stat_card .stat_value {
  font-size: 32px;
  font-weight: 700;
  color: var(--spel-text-primary);
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.spel_dashboard .tab_contents .stat_card .stat_label {
  font-size: 13px;
  color: var(--spel-text-secondary);
  margin-top: 4px;
  font-weight: 500;
}
.spel_dashboard .tab_contents .stat_card .stat_trend {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 50px;
}
.spel_dashboard .tab_contents .stat_card .stat_trend.trend_up {
  color: var(--spel-success);
  background: var(--spel-success-light);
}
.spel_dashboard .tab_contents .stat_card .stat_trend.trend_info {
  color: var(--spel-info);
  background: var(--spel-info-light);
}
.spel_dashboard .tab_contents .support_item {
  background: var(--spel-bg-secondary);
  border-radius: var(--spel-radius-md);
  padding: 32px;
  border: 1px solid var(--spel-border-light);
  box-shadow: var(--spel-shadow);
  transition: all var(--spel-transition);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.spel_dashboard .tab_contents .support_item:hover {
  box-shadow: var(--spel-shadow-lg);
  transform: translateY(-2px);
  border-color: rgba(116, 96, 255, 0.2);
}
.spel_dashboard .tab_contents .support_item:hover .icon {
  transform: scale(1.1) rotate(-5deg);
}
.spel_dashboard .tab_contents .support_item .icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(116, 96, 255, 0.12) 0%, rgba(157, 112, 255, 0.08) 100%);
  border-radius: var(--spel-radius-md);
  font-size: 26px;
  color: var(--spel-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform var(--spel-transition);
}
.spel_dashboard .tab_contents .support_item .dashboard_title {
  font-size: 20px;
  font-weight: 600;
  color: var(--spel-text-primary);
  margin-bottom: 0;
}
.spel_dashboard .tab_contents .support_item p {
  font-size: 14px;
  color: var(--spel-text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
}
.spel_dashboard .tab_contents .quick_links_grid {
  margin-top: 30px;
}
.spel_dashboard .tab_contents .quick_links_grid .ezd-lg-col-6 {
  margin-bottom: 24px;
}
.spel_dashboard .tab_contents .section_header.has_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 10px;
}
.spel_dashboard .tab_contents .badge_success {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  background: var(--spel-success-light);
  color: var(--spel-success);
  border: 1px solid rgba(34, 197, 94, 0.2);
}
.spel_dashboard .tab_contents .badge_success i {
  font-size: 14px;
}
.spel_dashboard .tab_contents .note {
  margin-top: 24px;
  padding: 16px 20px;
  background: rgba(59, 130, 246, 0.08);
  border-radius: var(--spel-radius);
  border: 1px solid rgba(59, 130, 246, 0.2);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.spel_dashboard .tab_contents .note i {
  font-size: 20px;
  color: var(--spel-info);
  flex-shrink: 0;
  margin-top: 2px;
}
.spel_dashboard .tab_contents .note p {
  margin: 0;
  font-size: 14px;
  color: var(--spel-text-secondary);
  line-height: 1.6;
}
.spel_dashboard .tab_contents .requirement_list {
  border-radius: var(--spel-radius);
  overflow: hidden;
  border: 1px solid var(--spel-border-light);
}
.spel_dashboard .tab_contents .requirement_list li {
  background: var(--spel-bg-secondary);
  padding: 18px 24px;
  border-bottom: 1px solid var(--spel-border-light);
  display: flex;
  align-items: center;
  transition: background var(--spel-transition);
}
.spel_dashboard .tab_contents .requirement_list li:nth-child(odd) {
  background: rgba(241, 245, 249, 0.7);
}
.spel_dashboard .tab_contents .requirement_list li:last-child {
  border-bottom: none;
}
.spel_dashboard .tab_contents .requirement_list li:hover {
  background: var(--spel-bg-tertiary);
}
.spel_dashboard .tab_contents .requirement_list li strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--spel-text-primary);
  flex: 0 0 50%;
}
.spel_dashboard .tab_contents .requirement_list li span {
  font-size: 14px;
  color: var(--spel-text-secondary);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.spel_dashboard .tab_contents .requirement_list li span.valid i {
  background: var(--spel-success);
  box-shadow: 0 2px 4px rgba(34, 197, 94, 0.4);
  transform: scale(1.1);
}
.spel_dashboard .tab_contents .requirement_list li span.invalid i {
  background: var(--spel-error);
  box-shadow: 0 2px 4px rgba(239, 68, 68, 0.4);
}
.spel_dashboard .tab_contents .requirement_list li i {
  font-size: 10px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: transform var(--spel-transition);
}
.spel_dashboard .tab_contents .dashboard_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--spel-primary);
  background: transparent;
  border: 2px solid var(--spel-primary);
  border-radius: var(--spel-radius);
  text-decoration: none;
  cursor: pointer;
  transition: all var(--spel-transition);
  position: relative;
  overflow: hidden;
}
.spel_dashboard .tab_contents .dashboard_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--spel-primary) 0%, var(--spel-primary-light) 100%);
  opacity: 0;
  transition: opacity var(--spel-transition);
  z-index: -1;
}
.spel_dashboard .tab_contents .dashboard_btn:hover {
  color: #fff;
  color: #fff;
  border-color: var(--spel-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(116, 96, 255, 0.35);
}
.spel_dashboard .tab_contents .dashboard_btn:hover::before {
  opacity: 1;
}
.spel_dashboard .tab_contents .dashboard_btn:hover i {
  transform: translateX(3px);
}
.spel_dashboard .tab_contents .dashboard_btn i {
  transition: transform var(--spel-transition);
}
.spel_dashboard .tab_contents .dashboard_btn.save_btn {
  color: #fff;
  background: linear-gradient(90deg, var(--spel-primary) 0%, var(--spel-primary-light) 100%);
  border: none;
  padding: 14px 28px;
  box-shadow: 0 2px 8px rgba(116, 96, 255, 0.25);
}
.spel_dashboard .tab_contents .dashboard_btn.save_btn:hover {
  box-shadow: 0 6px 20px rgba(116, 96, 255, 0.4);
  transform: translateY(-2px);
}
.spel_dashboard .tab_contents .dashboard_btn.save_btn.save-now {
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 2px 8px rgba(116, 96, 255, 0.25);
  }
  50% {
    box-shadow: 0 2px 20px rgba(116, 96, 255, 0.5);
  }
}
.spel_dashboard .tab_contents .dashboard_btn.activated {
  background: var(--spel-success-light);
  color: var(--spel-success);
  border-color: var(--spel-success-light);
  pointer-events: none;
}
.spel_dashboard .tab_contents .dashboard_btn.activated::before {
  display: none;
}
.spel_dashboard .tab_contents .elements_tab_menu {
  background: var(--spel-bg-secondary);
  border-radius: var(--spel-radius-md);
  padding: 20px 24px;
  box-shadow: var(--spel-shadow);
  border: 1px solid var(--spel-border-light);
  margin-bottom: 0;
}
.spel_dashboard .tab_contents .elements_tab_menu .tab_contents .icon {
  width: 44px;
  height: 44px;
  border-radius: var(--spel-radius);
  font-size: 20px;
}
.spel_dashboard .tab_contents .elements_tab_menu .tab_contents .content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--spel-text-primary);
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content {
  gap: 20px;
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher {
  background: var(--spel-bg-tertiary);
  padding: 8px 16px;
  border-radius: var(--spel-radius);
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher .toggler {
  font-size: 13px;
  font-weight: 500;
  color: var(--spel-text-secondary);
  transition: color var(--spel-transition);
  line-height: 2;
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher .toggler:hover {
  color: var(--spel-text-primary);
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher .switch {
  width: 44px;
  height: 24px;
  background: var(--spel-text-muted);
  border-radius: 50px;
  margin: 0 16px;
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher .switch::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  box-shadow: var(--spel-shadow-sm);
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher input:checked + .switch {
  background: linear-gradient(90deg, var(--spel-success) 0%, #34d399 100%);
}
.spel_dashboard .tab_contents .elements_tab_menu .menu_right_content .plugin_active_switcher input:checked + .switch::before {
  transform: translateX(20px);
}
.spel_dashboard .tab_contents .elements_tab {
  background: var(--spel-bg-secondary);
  padding: 12px 16px;
  border-radius: var(--spel-radius);
  margin: 20px 0;
  display: flex;
  gap: 8px;
  box-shadow: var(--spel-shadow-sm);
  border: 1px solid var(--spel-border-light);
}
.spel_dashboard .tab_contents .elements_tab .filter_data {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--spel-text-secondary);
  border-radius: var(--spel-radius-sm);
  cursor: pointer;
  transition: all var(--spel-transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.spel_dashboard .tab_contents .elements_tab .filter_data i {
  font-size: 14px;
  transition: transform var(--spel-transition);
}
.spel_dashboard .tab_contents .elements_tab .filter_data:hover {
  background: var(--spel-bg-tertiary);
  color: var(--spel-text-primary);
}
.spel_dashboard .tab_contents .elements_tab .filter_data:hover i {
  transform: scale(1.15);
}
.spel_dashboard .tab_contents .elements_tab .filter_data.active {
  background: linear-gradient(90deg, var(--spel-primary) 0%, var(--spel-primary-light) 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(116, 96, 255, 0.25);
}
.spel_dashboard .tab_contents .spel_search_box {
  background: var(--spel-bg-secondary);
  padding: 16px 20px;
  border-radius: var(--spel-radius);
  margin-bottom: 20px;
  box-shadow: var(--spel-shadow-sm);
  border: 1px solid var(--spel-border-light);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
}
.spel_dashboard .tab_contents .spel_search_box .search_icon {
  color: var(--spel-text-muted);
  font-size: 18px;
}
.spel_dashboard .tab_contents .spel_search_box input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  color: var(--spel-text-primary);
  outline: none;
}
.spel_dashboard .tab_contents .spel_search_box input::placeholder {
  color: var(--spel-text-muted);
}
.spel_dashboard .tab_contents .spel_search_box .search_count {
  font-size: 13px;
  color: var(--spel-text-muted);
  padding: 4px 10px;
  background: var(--spel-bg-tertiary);
  border-radius: var(--spel-radius-sm);
}
.spel_dashboard .tab_contents .element_box {
  background: var(--spel-bg-secondary);
  border-radius: var(--spel-radius-md);
  padding: 26px;
  box-shadow: var(--spel-shadow);
  border: 1px solid var(--spel-border-light);
  transition: all var(--spel-transition);
  position: relative;
  overflow: hidden;
}
.spel_dashboard .tab_contents .element_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--spel-primary) 0%, var(--spel-primary-light) 100%);
  opacity: 0;
  transition: opacity var(--spel-transition);
}
.spel_dashboard .tab_contents .element_box:hover {
  transform: translateY(-3px);
  box-shadow: var(--spel-shadow-lg);
  border-color: rgba(116, 96, 255, 0.2);
}
.spel_dashboard .tab_contents .element_box:hover::before {
  opacity: 1;
}
.spel_dashboard .tab_contents .element_box:hover .element_content i {
  transform: scale(1.15);
  color: var(--spel-primary);
}
.spel_dashboard .tab_contents .element_box:hover .element_right .link {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.spel_dashboard .tab_contents .element_box .element_content i {
  font-size: 28px;
  color: var(--spel-text-primary);
  margin-right: 16px;
  transition: all var(--spel-transition);
}
.spel_dashboard .tab_contents .element_box .element_content label {
  font-size: 14px;
  font-weight: 500;
  color: var(--spel-text-primary);
}
.spel_dashboard .tab_contents .element_box .element_right .link {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-5px);
  transition: all var(--spel-transition);
  display: flex;
  gap: 8px;
}
.spel_dashboard .tab_contents .element_box .element_right .link a {
  width: 28px;
  height: 28px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--spel-bg-tertiary);
  border-radius: var(--spel-radius-sm);
  transition: all var(--spel-transition);
}
.spel_dashboard .tab_contents .element_box .element_right .link a:hover {
  background: var(--spel-primary);
}
.spel_dashboard .tab_contents .element_box .element_right .link a:hover img {
  filter: brightness(0) invert(1);
}
.spel_dashboard .tab_contents .element_box .element_right .link a img {
  width: 14px;
  height: 14px;
  transition: filter var(--spel-transition);
}
.spel_dashboard .tab_contents .element_box .element_right .switch_label {
  cursor: pointer;
}
.spel_dashboard .tab_contents .element_box .element_right .switch_label .widget_switcher {
  width: 44px;
  height: 24px;
  background: var(--spel-text-muted);
  border-radius: 50px;
  position: relative;
  transition: background var(--spel-transition);
}
.spel_dashboard .tab_contents .element_box .element_right .switch_label .widget_switcher::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  box-shadow: var(--spel-shadow-sm);
  transition: transform var(--spel-transition);
}
.spel_dashboard .tab_contents .element_box .element_right .switch_label input:checked + .widget_switcher {
  background: linear-gradient(90deg, var(--spel-success) 0%, #34d399 100%);
}
.spel_dashboard .tab_contents .element_box .element_right .switch_label input:checked + .widget_switcher::before {
  transform: translateX(20px);
}
.spel_dashboard .tab_contents .element_box .element_right .switch_label input:disabled + .widget_switcher {
  opacity: 0.5;
  cursor: not-allowed;
}
.spel_dashboard .tab_contents .filter_content .pro .badge::before {
  width: 70px;
  height: 70px;
  left: -38px;
  top: -38px;
  font-size: 9px;
  font-weight: 700;
  background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
  letter-spacing: 0.5px;
}
.spel_dashboard .tab_contents .integration_banner {
  background: linear-gradient(135deg, var(--spel-primary) 0%, var(--spel-primary-light) 50%, #a78bfa 100%) !important;
  padding: 45px 50px !important;
  border-radius: var(--spel-radius-lg) !important;
}
.spel_dashboard .tab_contents .integration_banner h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
}
.spel_dashboard .tab_contents .integration_banner p {
  font-size: 15px !important;
  max-width: 700px;
}
.spel_dashboard .tab_contents .integration_item {
  background: var(--spel-bg-secondary);
  border-radius: var(--spel-radius-md);
  padding: 32px;
  box-shadow: var(--spel-shadow);
  border: 1px solid var(--spel-border-light);
  transition: all var(--spel-transition);
}
.spel_dashboard .tab_contents .integration_item:hover {
  transform: translateY(-4px);
  box-shadow: var(--spel-shadow-lg);
  border-color: rgba(116, 96, 255, 0.2);
}
.spel_dashboard .tab_contents .integration_item:hover img {
  transform: scale(1.1);
}
.spel_dashboard .tab_contents .integration_item img {
  width: 52px;
  height: auto;
  transition: transform var(--spel-transition);
}
.spel_dashboard .tab_contents .integration_item h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--spel-text-primary);
  margin-top: 16px;
  margin-bottom: 10px;
}
.spel_dashboard .tab_contents .integration_item p {
  font-size: 14px;
  color: var(--spel-text-secondary);
  line-height: 1.65;
  min-height: 50px;
}
.spel_dashboard .tab_contents .integration_item .action_buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.spel_dashboard .tab_contents .integration_item .action_buttons .dashboard_btn {
  width: 100%;
}
.spel_dashboard .tab_contents .integration_item .action_buttons .dashboard_btn.learn_more_btn {
  background: var(--spel-bg-tertiary);
  color: var(--spel-text-secondary);
  border: 1px solid var(--spel-border-light);
}
.spel_dashboard .tab_contents .integration_item .action_buttons .dashboard_btn.learn_more_btn:hover {
  background: var(--spel-bg-primary);
  color: #fff;
  border-color: var(--spel-border);
}
.spel_dashboard .tab_contents .note {
  background: linear-gradient(135deg, rgba(116, 96, 255, 0.08) 0%, rgba(157, 112, 255, 0.04) 100%);
  border: 1px solid rgba(116, 96, 255, 0.1);
  padding: 16px 24px;
  margin-top: 20px;
  border-radius: var(--spel-radius);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.spel_dashboard .tab_contents .note::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Pro", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  color: var(--spel-primary);
  font-size: 18px;
  margin-top: 2px;
}
.spel_dashboard .tab_contents .note p {
  font-size: 13px !important;
  color: var(--spel-text-secondary) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content {
  border-radius: var(--spel-radius-lg);
  padding: 48px 40px;
  max-width: 420px;
  box-shadow: var(--spel-shadow-xl);
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content .pro-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  background: var(--spel-bg-tertiary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--spel-transition);
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content .pro-close:hover {
  background: var(--spel-error-light);
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content .pro-close img {
  width: 12px;
  opacity: 0.7;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content .pro-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(244, 114, 182, 0.05) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content .pro-icon img {
  width: 36px;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--spel-text-primary);
  margin-bottom: 10px;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content p {
  font-size: 15px;
  color: var(--spel-text-secondary);
  line-height: 1.6;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content .dashboard_btn {
  margin-top: 16px;
  background: linear-gradient(90deg, #ec4899 0%, #f472b6 100%);
  border: none;
  color: #fff;
}
.spel_dashboard .tab_contents .elements_pro_popup .message_content .dashboard_btn:hover {
  box-shadow: 0 6px 20px rgba(236, 72, 153, 0.4);
}

.spel_toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: var(--spel-bg-secondary);
  padding: 16px 24px;
  border-radius: var(--spel-radius);
  box-shadow: var(--spel-shadow-xl);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  transform: translateY(100px);
  opacity: 0;
  transition: all var(--spel-transition-slow);
  border-left: 4px solid var(--spel-success);
}
.spel_toast.show {
  transform: translateY(0);
  opacity: 1;
}
.spel_toast.toast_error {
  border-left-color: var(--spel-error);
}
.spel_toast.toast_error .toast_icon {
  background: var(--spel-error-light);
  color: var(--spel-error);
}
.spel_toast .toast_icon {
  width: 36px;
  height: 36px;
  background: var(--spel-success-light);
  color: var(--spel-success);
  border-radius: var(--spel-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.spel_toast .toast_content h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--spel-text-primary);
  margin: 0 0 2px;
}
.spel_toast .toast_content p {
  font-size: 13px;
  color: var(--spel-text-secondary);
  margin: 0;
}
.spel_toast .toast_close {
  margin-left: 16px;
  cursor: pointer;
  color: var(--spel-text-muted);
  transition: color var(--spel-transition);
}
.spel_toast .toast_close:hover {
  color: var(--spel-text-primary);
}

@media (max-width: 1400px) {
  .spel_dashboard .tab_contents .dashboard_banner {
    padding: 40px;
  }
  .spel_dashboard .tab_contents .dashboard_banner h2 {
    font-size: 28px;
  }
  .spel_dashboard .tab_contents .stat_card {
    padding: 20px;
  }
  .spel_dashboard .tab_contents .stat_card .stat_value {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .spel_dashboard .tab_contents .quick_stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .spel_dashboard .tab_contents .quick_stats {
    grid-template-columns: 1fr;
  }
  .spel_dashboard .tab_contents .elements_tab_menu {
    flex-direction: column;
    gap: 16px;
  }
  .spel_dashboard .tab_contents .elements_tab_menu .menu_right_content {
    width: 100%;
    justify-content: space-between;
  }
  .spel_dashboard .tab_contents .elements_tab {
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=admin.css.map */
