/*custom font*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap");

/*basic reset*/
* {
  margin: 0;
  padding: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
html {
  height: 100%;
}

a {
  color: #76c9be;
  text-decoration: none;
}

a:hover {
  color: #76c9be;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
body {
  font-family: "Arial", sans-serif;
  height: 100%;
  background-color: #f6f7f7;
  background-image: url(/frontend/assets/images/xell-grid.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#app{
  height: 100%;
}
.body-outer.body-pd {
  padding-left: 300px;
  /*height: 100%;*/
}
.body-outer{
  padding: calc( 5rem + 1rem) 0 0 0;
  padding-left: calc(68px + 2rem);
  position: relative;
  font-size: 1rem;
  transition: .5s;
  /* background-image: url(../images/background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}

.scroll-section {

}

.body-outer::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background: var(--nsx-footer-bar-bg);
  z-index: 5;
  box-shadow: var(--nsx-footer-bar-shadow);
  pointer-events: none;
}

/* ---------------------------------------------------
Header
----------------------------------------------------- */
#header.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  transition: .2s;
  height: calc( 5rem + 1rem);
  padding:0px 40px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(18, 41, 38, 0.08);
  border-bottom: 1px solid rgba(18, 41, 38, 0.08);
  backdrop-filter: blur(6px);
}
/* #header.header.body-pd{
padding-left: 20px;
} */
#header.header_toggle {
  color: #2f4b45;
  font-size: 1.5rem;
  cursor: pointer;
  
}

#header.header_img {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

#header.header_img img {
  width: 45px;
}
#header i.fa.bx-x::before{
  transition: .3s;
  color: #2f4b45;
  content: "\f0c9";
  font-family: FontAwesome;
}

#header i.fa{
  transition: .3s;
  color: #2f4b45;
  font-size: 24px;
  cursor: pointer;
}

#header.header.scroll-nav{
  background: rgba(255, 255, 255, 0.98);
}

#header .header_img .dropdown.notification .btn.dropdown-toggle,
#header .header_img .dropdown.user-dropdown .btn.dropdown-toggle{
  padding: 0;
}

#header .notification .btn.dropdown-toggle,
#header .header_img .dropdown.user-dropdown .btn.dropdown-toggle{
  padding: 0;
}
#header .notification .dropdown-toggle::after,
#header .header_img .dropdown.user-dropdown .dropdown-toggle::after{
  content: none;
}
#header .notification .dropdown-menu.show {
  width: 300px;
  transform: translate3d(-235px, 44px, 0px) !important;
  padding: 0;
  border-radius: 10px;
}
#header .notification .dropdown-menu.show .title {
  border-bottom: 1px solid black;
}
#header .notification .dropdown-menu.show .title p{
  margin: 0;
  color: #9A9A9A;
  padding-bottom: 10px;
}
#header .notification .dropdown-menu.show .description {
  padding-top: 10px;
}
#header .notification .dropdown-menu.show .description p {
  color: #282828;
  line-height: 19px;
  font-weight: 300;
  margin: 0;
}
#header .dropdown.notification span {
    position: absolute;
    top: -5px;
    background-color: #6fc2a4;
    color: #0f3d33;
    border-radius: 50%;
    padding: 1px 7px 1px 7px;
    font-size: 14px;
    right: -8px;
}
#header .dropdown.notification {
  margin: 0 20px;
}
#header .header_img .dropdown.user-dropdown .btn.dropdown-toggle
{
    border: 0px solid #e3e9e7; 
    border-radius: 12px;
    box-shadow: 0 0px 0px rgba(18, 41, 38, 0.06); 
}
#header .user-dropdown .user-image {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f1f5f4;
  border: 1px solid rgba(18, 41, 38, 0.08);
  padding: 5px;
}
#header .user-dropdown .dropdown-menu.show {
  width: 200px;
  transform: translate3d(-145px, 44px, 0px) !important;
  padding: 0;
  border-radius: 10px;
}
#header .user-dropdown .dropdown-menu .user-image{
  background-color: #e6f2ee;
}
/* ---------------------------------------------------
Sidebar
----------------------------------------------------- */
#nav-bar.l-navbar {
  position: fixed;
  width: 115px;
  height: 100vh;
  transition: .5s;
  z-index: 10;
  left: 0;
  padding: 1rem 1rem 0 0;
  background-color: #f4f7f6;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(241, 246, 245, 0.95) 100%);
  box-shadow: 12px 0 30px rgba(18, 41, 38, 0.08);
}
div#nav-bar::after {
  content: none;
}
#nav-bar .nav {
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  overflow: hidden;
}

#nav-bar.l-navbar::-webkit-scrollbar {
  width: 1em;
}

#nav-bar.l-navbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#nav-bar.l-navbar::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.l-navbar span.nav_name {
  transition: .5s;
  padding-left: 50px;
}
.l-navbar.show span.nav_name {
  padding-left: 15px;
  transition: .5s;
}

#nav-bar .nav_link {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 12px 18px;
  margin: 6px 12px;
  position: relative;
  color: #2f4b45;
  border-radius: 12px;
  font-weight: 500;
  /* margin-bottom: 2rem; */
  font-family: 'Arial';
}
#nav-bar .nav_link:hover {
  color:  #1c5c52;
  background: rgba(111, 194, 164, 0.12);
}

#nav-bar .nav_link img {
  width: 20px;
}
#nav-bar .nav_icon {
  font-size: 1.25rem;
}
#nav-bar.l-navbar.show {
  width: 305px;
}

#nav-bar.l-navbar .nav_list{
  max-height: 66vh;
}
#nav-bar.l-navbar .nav_list::-webkit-scrollbar {
  width: 7px;
}

#nav-bar.l-navbar .nav_list::-webkit-scrollbar-track {
  background-color: #fbfbfb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#nav-bar.l-navbar .nav_list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #65d4fa;
}

#nav-bar a.nav_link.active,
#nav-bar a.nav_link:hover {
  color: #1c5c52;
  background: rgba(111, 194, 164, 0.18);
  border-right: 0;
  box-shadow: inset 0 0 0 1px rgba(111, 194, 164, 0.35);
}

#nav-bar .height-100 {
  height: 100vh
}


#nav-bar.l-navbar .sidebar-user-outer {
  display: none !important;
}
#nav-bar.l-navbar.show .sidebar-user-outer {
  display: block !important;
}
#nav-bar .sidebar-user {
  background-color: rgb(255 255 255 / 10%);
  padding: 25px;
  border-radius: 15px;
}
#nav-bar .sidebar-user .user-image {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgb(119 201 190);
  padding: 10px;
  margin-top: -80px;
}
#nav-bar .sidebar-user p {
  font-size: 13px;
  font-weight: 300;
}
#nav-bar .sidebar-user h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}
#nav-bar .sidebar-user-outer {
  margin: auto;
  display: block !important;
  width: 100%;
  margin-bottom: 80px !important;
  transition: .1s;
}



/* ---------------------------------------------------
Login page
----------------------------------------------------- */
section#entrance {
  min-height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 0 60% !important;
  background: url(../images/entrance_bg.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
  
}

section#entrance .form-div {
  background-repeat: no-repeat;
  width: 100%;
  background-position: 0 60% !important;
  /* background: url(../images/form_bg.jpg); */
  background-size: cover;
  padding: 58px 80px;
  background-color: #082a36cf;
  padding: 58px 80px;
  border: 7px solid #fff;
}

section#entrance .form-div h4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.2px;
}
section#entrance .form-div button.btn.google-login,
section#entrance .form-div button.btn.facebook-login {
  width: 50%;
  font-family: system-ui;
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
  height: 38px;
}
section#entrance .form-div button.btn.google-login {
  background: #fff;
  color: #252525;
}
section#entrance .form-div button.btn.facebook-login {
  background-color: #3b5997;
  color: #fff;
}
section#entrance .form-div button.btn.google-login:hover {
  background-color: #eaeaea;
}
section#entrance .form-div button.btn.facebook-login:hover {
  background-color: #37538d;
}
section#entrance .form-div button.btn.facebook-login i.fa.fa-facebook {
  font-size: 14px;
}

section#entrance .form-div label {
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
}
section#entrance .form-div input.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 30px;
  padding: 0;
  color: #77c9be;
  font-family: system-ui;
  font-size: 14px;
}
section#entrance .form-div .form-control:focus {
  color: #ffffff;
  background-color: transparent;
  outline: 0;
  border-bottom: 1px solid #77c4b9 !important;
  box-shadow: none;
}
section#entrance .form-div a,
section#entrance .form-div p {
  color: #fff;
  letter-spacing: 0.6px;
}
section#entrance .form-div button.btn {
  border-radius: 0px;
  background-color: #76c9be;
  color: #fff;
  height: 45px;
}
section#entrance .form-div button.btn:hover {
  background-color: #000000;
}



/* ---------------------------------------------------
Dashboard
----------------------------------------------------- */
/* section .dashboard {
  background: #fff;
} */
#dashboard {
  background: radial-gradient(circle at 82% 16%, rgba(44, 174, 131, 0.16), transparent 36%),
    radial-gradient(circle at 15% 80%, rgba(46, 143, 207, 0.12), transparent 44%),
    linear-gradient(145deg, #f5fbf8, #edf5f2);
  background-repeat: no-repeat;
  background-size: cover;
}

html[data-theme="dark"] #dashboard {
  background: radial-gradient(circle at 82% 16%, rgba(62, 213, 152, 0.2), transparent 36%),
    radial-gradient(circle at 15% 80%, rgba(62, 161, 255, 0.16), transparent 44%),
    linear-gradient(145deg, #0c101f, #0a1f1b);
}
section#dashboard h3 {
  color: #2f4b45;
  font-weight: 700;
  font-size: 28px;
}
section#dashboard .main-div h5 {
  color: #76c9be;
}
section#dashboard .card {
  color: #2f4b45;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  border: 1px solid rgba(18, 41, 38, 0.08);
  box-shadow: 0 16px 40px rgba(18, 41, 38, 0.1);
}
section#dashboard .tipbox {
  padding: 25px;
  background: linear-gradient(135deg, rgba(111, 194, 164, 0.12), rgba(255, 255, 255, 0.9));
  border-radius: 14px;
  margin: 25px 0;
}
section#dashboard .tipbox p {
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #2f4b45;
}
section#dashboard .tipbox h4 {
  color: #1c5c52;
}
section#dashboard .main-div p,
section#dashboard .main-div a {
  color: #fff;
  transition: padding 0.2s;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
}
section#dashboard .main-div .text a:hover {
  background: #77c9be;
  text-decoration: none;
  padding: 7px 15px;
}
section#dashboard .main-div {
  background-image: url(../images/main-div-bg.jpg);
  background-size: contain;
  padding: 40px;
  position: relative;
  margin-left: 7%;
}
section#dashboard .main-div.div-1,
section#dashboard .main-div.div-2,
section#dashboard .main-div.div-3,
section#dashboard .main-div.div-4,
section#dashboard .main-div.div-5,
section#dashboard .main-div.div-6 {
  margin-top: 30px;
}
section#dashboard .main-div .text {
  padding-left: 10%;
  position: relative;
}
section#dashboard .main-div .text::after {
  content: "";
  position: absolute;
  background: #76c9be;
  width: 100px;
  height: 100px;
  left: -78px;
  top: 4%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px;
}
section#dashboard .main-div.div-1 .text::after {
  background-image: url(../images/dashboard-icons/white/automated-digital-strategy.png);
}
section#dashboard .main-div.div-2 .text::after {
  background-image: url(../images/dashboard-icons/white/futurise-foundation.png);
}
section#dashboard .main-div.div-3 .text::after {
  background-image: url(../images/dashboard-icons/white/digital-advisory.png);
}
section#dashboard .main-div.div-4 .text::after {
  background-image: url(../images/dashboard-icons/white/tech-support.png);
}
section#dashboard .main-div.div-5 .text::after {
  background-image: url(../images/dashboard-icons/white/upcoming-webinars.png);
}
section#dashboard .main-div.div-6 .text::after {
  background-image: url(../images/dashboard-icons/white/monthly-expert-sessions.png);
}

section#dashboard .title-banner {
  min-height: 29vh;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 99% 60% !important;
  background: url(../images/title_banner.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
  color: #fff;
}



/* ---------------------------------------------------
Video Page CSS
----------------------------------------------------- */
section#video-page {
  font-family: "Arial", sans-serif;
  background: #fff;
}
section#video-page span.complete-icon {
  font-size: 2em;
  color: #77c9be;
}
section#video-page .wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}
section#video-page .scroll-section::-webkit-scrollbar-track {
  background-color: #fff;
}
section#video-page .scroll-section::-webkit-scrollbar-thumb {
  background: #252f3a;
  border: 1px solid #252f3a;
  border-radius: 4px;
}
section#video-page .scroll-section {
  height: 100vh;
  overflow: hidden;
  /* overflow-y: scroll; */
}
section#video-page #sidebar {
  min-width: 415px;
  max-width: 415px;
  transition: all 0.3s;
  position: relative;
}
section#video-page #sidebar .toogle-btn.text-sidebar {
  position: absolute;
  right: 0;
  background-color: #123440;
  color: #fff;
  font-size: 22px;
  padding: 0px 10px;
  border-radius: 0;
}
section#video-page #sidebar.active {
  margin-right: -415px;
}

section#video-page #sidebar .sidebar-header {
  padding: 15px 16px 30px 16px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 0 60% !important;
  /* background: url(../images/teal.png); */
      background: linear-gradient(135deg, rgba(111, 194, 164, 0.35), rgba(47, 75, 69, 0.1));
  background-size: cover;
}
section#video-page #sidebar .progress-section {
  padding-top: 15px;
}
section#video-page #sidebar .progress-section span {
  color: #2f4b45;
  font-size: 14px;
}
section#video-page #sidebar .progress-section .progress {
  height: 10px;
  background-color: #76c9be;
  border-radius: 50px;
}
section#video-page #sidebar .progress-section .progress-bar {
  background-color: #fff;
}

section#video-page #sidebar .sidebar-header a {
  color: #2f4b45;
  font-size: 15px;
  font-weight: 300;
}
section#video-page #sidebar .sidebar-header h4 {
  color: #2f4b45;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  letter-spacing: 1px;
  padding-top: 20px;
}
section#video-page #sidebar .sidebar-header p {
  color: #2f4b45;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

section#video-page #sidebar .module-item h5 {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px 0px 15px;
}
section#video-page #sidebar .module-section {
  border-right: 11px solid #e6e6e6;
}
section#video-page #sidebar .module-item p.lession-title {
  color: #000;
  font-weight: 300;
  font-size: 17px;
  display: flex;
  font-family: "Arial", sans-serif;
}
section#video-page #sidebar .module-item .lession-heading p {
  margin: 0;
}
section#video-page #sidebar .module-item .lession-heading a:hover {
  text-decoration: none;
}
section#video-page #sidebar .module-item .lession-title:before {
  font-family: FontAwesome;
  content: "\f056";
  padding-right: 17px;
  color: #76c9be;
}
section#video-page #sidebar .module-item a.collapsed .lession-title:before {
  content: "\f055";
}

section#video-page #sidebar .lession .panel-body a {
  display: flex;
  color: #76c9be;
  font-size: 16px;
  font-weight: 300;
  padding: 8px 0px;
}
section#video-page #sidebar .lession .panel-body a:last-child {
  padding: 8px 0px 0px 0px !important;
}
section#video-page #sidebar .lession .panel-body a.selected {
  font-weight: 400;
}
section#video-page #sidebar .lession .panel-body a:hover {
  text-decoration: none;
}
section#video-page #sidebar .panel-body {
  margin-left: 32px;
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
}
section#video-page #sidebar .panel-body i.fa {
  line-height: 21px;
  padding-right: 7px;
}
section#video-page #sidebar .lession {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 15px;
}

#content {
  width: 100%;
  /* padding: 20px; */
  min-height: 100vh;
  transition: all 0.3s;
  position: relative;
}
#content button.toogle-btn.btn.text-sidebar {
  position: absolute;
  right: 0;
  z-index: 10;
  background-color: #77c9be;
  color: #fff;
  font-size: 22px;
  padding: 0 10px;
}
#content button.toogle-btn.btn.text-sidebar.right i.fa:before{
  content: "\f0a8";
}
#content .flex-grow-1.right-content {
  padding: 40px;
}

#content .bredcrumb {
  float: left;
  line-height: 40px !important;
}


#content button:focus {
  outline: 1px dotted;
  outline: none;
}
#content .topic-section {
  padding-bottom: 40px;
}
#content .topic-section h4.topic-name {
  font-family: "Playfair Display", serif;
  font-size: 28px;
}
#content .topic-section .bredcrumb a {
  color: #76c9be;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
#content .topic-section .bredcrumb span {
  font-size: 15px;
  font-weight: 400;
}
#content .topic-section .bredcrumb i.fa.fa-angle-right {
  padding: 0px 4px 0px 8px;
}
#content .topic-section button.btn {
  background: #77c9be;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 6px 25px;
}

#content .action-btn {
  padding: 25px 0px 0px 0px;
}
#content .action-btn a {
  color: #000;
  text-decoration: none;
}
#content .action-btn i.fa {
  font-size: 22px;
}
#content .action-btn img {
  width: 7px;
  margin-bottom: 2px;
}

/* ---------------------------------------------------
Course List
----------------------------------------------------- */
section#course_content {
  background: #fff;
  padding-bottom: 40px;
}
section#course_content .panel-title:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f0aa";
  padding-right: 5px;
  color: #76c9be;
}
section#course_content a.collapsed .panel-title:before {
  float: right !important;
  content: "\f0ab";
  color: #fff;
}
section#course_content .panel-heading a:hover,
section#course_content .panel-heading a:active,
section#course_content .panel-heading a:focus {
  text-decoration: none;
}

section#course_content h2.content-main-topic {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #163f4d;
}

section#course_content .panel-heading {
  background-color: #082a36;
  padding: 20px;
}

section#course_content .lesson-box {
  margin-bottom: 20px;
  border: 1px solid #76c9be;
}

section#course_content span.lesson_topic {
  color: #76c9be;
  font-family: arial;
  font-size: 18px;
  font-weight: 500;
}

section#course_content span.number-of-topics {
  color: #76c9be;
  font-family: arial;
  font-size: 14px;
  font-weight: 400;
}

section#course_content span.persontage {
  color: #76c9be;
  font-family: arial;
  font-size: 14px;
  font-weight: 600;
}

section#course_content span.number-of-steps {
  color: #76c9be;
  font-family: arial;
  font-size: 14px;
  font-weight: 600;
}

section#course_content span.topic-break {
  font-size: 14px;
  font-weight: 600;
  color: #76c9be;
  font-family: arial;
}

section#course_content h5.content-sub-topic {
  color: #163f4d;
  font-family: arial;
  font-size: 18px;
  font-weight: 500;
}

section#course_content .course_sub_topic {
  font-family: arial;
  font-size: 18px;
  font-weight: 400;
}

section#course_content h5.course_sub_topic {
  padding: 20px 20px 20px 20px;
  margin-bottom: 0px;
  color: #163f4d;
}

section#course_content h6.percentage-status {
  color: #163f4d;
  font-family: arial;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}

section#course_content .progress-bar {
  background-color: #76c9be;
}

section#course_content .progress {
  height: 8px;
  border-radius: 0px;
  margin-bottom: 20px;
}

section#course_content .row.module {
  margin-bottom: 30px;
}

section#course_content i.fa.fa-circle-o.pr-3 {
  color: #ececec;
}

section#course_content i.fa.fa-circle-o.pr-3.after-complete {
  color: #76c9be;
}

html[data-theme="dark"] section#course_content {
  background: #0b1012;
  color: #e6f4f1;
}

html[data-theme="dark"] section#course_content h2.content-main-topic,
html[data-theme="dark"] section#course_content h5.content-sub-topic,
html[data-theme="dark"] section#course_content h6.percentage-status,
html[data-theme="dark"] section#course_content h5.course_sub_topic {
  color: #e6f4f1;
}

html[data-theme="dark"] section#course_content .panel-heading {
  background-color: #0d2a33;
}

html[data-theme="dark"] section#course_content .lesson-box {
  border-color: rgba(118, 201, 190, 0.35);
  box-shadow: 0 10px 24px -20px rgba(0, 0, 0, 0.7);
}

html[data-theme="dark"] section#course_content span.lesson_topic,
html[data-theme="dark"] section#course_content span.number-of-topics,
html[data-theme="dark"] section#course_content span.persontage,
html[data-theme="dark"] section#course_content span.number-of-steps,
html[data-theme="dark"] section#course_content span.topic-break {
  color: #79d8c9;
}

html[data-theme="dark"] section#course_content .course_sub_topic a {
  color: #e6f4f1;
}

html[data-theme="dark"] section#course_content .course_sub_topic a:hover {
  color: #79d8c9;
}

html[data-theme="dark"] section#course_content .progress {
  background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] section#course_content i.fa.fa-circle-o.pr-3 {
  color: rgba(255, 255, 255, 0.2);
}

html[data-theme="dark"] section#course_content .customer-level p,
html[data-theme="dark"] section#course_content .customer-level strong {
  color: #ffffff;
}

/*Question form styles*/

.question-form {
  margin: 40px 0;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.ml-auto, .mx-auto {
    margin-bottom: 70px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
  margin-top: 10px;
}
#msform input[type=checkbox]{
  margin: 0;
}
#msform .check-wrapper{
  margin: 10px 0;
}
#msform input.sub,
#msform textarea.sub {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
  margin-top: 10px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #76c9be;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #76c9be;
  font-weight: 600;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:disabled {
  opacity: 0.6;
  pointer-events: none;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #76c9be;
}

#msform .action-button-previous {
  width: 100px;
  background: #949494;
  font-weight: 600;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #949494;
}

/*headings*/
.fs-title {
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: left;
}
.fs-note{
  font-weight: bold;
  float: left;
  text-align: justify;
}
.fs-sub-question {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  margin-top: 10px;
  padding-left: 2px;
  text-align: left;
}
.fs-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 2em;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: rgb(68, 71, 73);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  width: 13%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}
.blueprint li{
  width: 16% !important;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border-radius: 25px;
  margin: 0 auto 10px auto;
  font-weight: 600;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #76c9be;
  color: white;
}

/* Not relevant to this form */
.dme_link {
  margin-top: 30px;
  text-align: center;
}
.dme_link a {
  background: #fff;
  font-weight: bold;
  color: #76c9be;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
}

.dme_link a:hover,
.dme_link a:focus {
  background: #c5c5f1;
  text-decoration: none;
}

.main-h1 {
  color: #666;
  text-align: center;
  font-weight: 800;
  /* font-size: 36px; */
}

.question-form .fs-subtitle {
}
.navbar {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 700;
  color: #6d6d6d;
}
.modal-header,
.modal-content {
  border-radius: 0;
}
.modal button {
  width: 100px;
  background: #76c9be;
  font-weight: 600;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 0 auto;
  font-size: 12px;
}

.modal button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.modal-header h5 {
  text-align: center;
  width: 100%;
}
.modal-body input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
  text-align: center;
}

section#entrance .form-div a {
  color: #76c9be;
}
section#entrance .form-div .login-success {
  color: #76c9be;
  font-weight: 400;
  margin: 15px 0;
  display: block;
}
.main-div {
  width: 80%;
}
.steps {
  width: 230px;
  color: #163f4d;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
section#support_content{
    background: #fff;
}
section#support_content h2.content-main-topic {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #163f4d;
}
section#support_content .panel-heading a:hover,
section#support_content .panel-heading a:active,
section#support_content .panel-heading a:focus {
  text-decoration: none;
}
section#support_content .panel-heading {
  background-color: #082a36;
  padding: 20px;
}
a.support_btn {
  color: #76c9be;
  font-weight: 500;
}
a.support_btn:hover {
  color: #082a36;
}
span.support_topic {
  font-size: 16px;
}
.ticket-status {
  color: #082a36;
  background: #fff;
  padding: 0 8px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
}
.ticket-date {
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
  font-weight: 400;
}
.support-box {
  margin-bottom: 20px;
  border: 1px solid #76c9be;
}
#ticket-form .btn-primary {
  color: #fff;
  background-color: #082a36;
  border-color: #123742;
  border-radius: 0;
  display: block;
}
span.ticket_title {
  color: #082a36;
  font-weight: 500;
}

/* CHAT */

.chat-container {
  position: relative;
  background: #fff;
}

.chat-container li.chat-left,
.chat-container li.chat-right {
  /* display: flex; */
  /* flex: 1; */
  /* flex-direction: row; */
  margin-bottom: 40px;
}

/* .chat-container li img {
width: 48px;
height: 48px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} */

.chat-container li .chat-avatar {
  margin-right: 20px;
  margin-bottom: 10px;
}

.chat-container li.chat-right {
  justify-content: flex-end;
}

.chat-container li.chat-right > .chat-avatar {
  /* margin-left: 20px; */
  margin-right: 0;
}

.chat-container li .chat-name {
  font-size: 1rem;
  color: #080808;
  text-align: center;
  letter-spacing: 0.01em;
}

.chat-container li .chat-text {
  padding: .4rem 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 300;
  line-height: 150%;
  position: relative;
  width: 100%;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  color: #000;
}
.chat-container li .chat-text.customer{
  background: #fffdf8;
}

/* .chat-container li .chat-text:before { */
/* content: '';
position: absolute;
width: 0;
height: 0;
top: 10px;
left: -20px;
border: 10px solid;
border-color: transparent #ffffff transparent transparent; */
/* } */

.chat-container li.chat-right > .chat-text {
  /* text-align: right; */
}

.chat-container li.chat-right > .chat-text:before {
  right: -20px;
  border-color: transparent transparent transparent #ffffff;
  left: inherit;
}

@media (max-width: 767px) {
  .chat-container li.chat-left,
  .chat-container li.chat-right {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .chat-container li img {
    width: 32px;
    height: 32px;
  }
  .chat-container li.chat-left .chat-avatar {
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
  }
  .chat-container li.chat-left .chat-name {
    margin-left: 5px;
  }
  .chat-container li.chat-right .chat-avatar {
    order: -1;
    margin: 0 0 5px 0;
    align-items: center;
    display: flex;
    justify-content: right;
    flex-direction: row-reverse;
  }
  .chat-container li.chat-right .chat-name {
    margin-right: 5px;
  }
  .chat-container li .chat-text {
    font-size: .8rem;
  }
}

.chat-form {
  padding: 15px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-top: 1px solid white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card {
  border: 0;
  background: #f4f5fb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 2rem;
  box-shadow: none;
}
.chat-avatar img, .chat-avatar .user-detail {
  display: inline-block;
}
.user-detail {
  margin-left: 5px;
}
.message-time {
  margin-left: 5px;
  color: #9e9e9e;
  font-size: .85rem;
}
.user-detail div {
  display: inline-block;
}
.notification {
  color: #76c9be;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}
li.notification span {
  display: block;
  background: red;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -3px;
  right: -8px;
}
.modal-content{
  background-color: #2e6e57;
}
.modal-title {
  color: #fff;
  letter-spacing: 0.03em;
}
.modal-body p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
}
#logoutConfirmModal .modal-content.logout-modal {
  background: #eef2f7;
  border: 1px solid #dfe6ee;
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(31, 45, 61, 0.2);
}
#logoutConfirmModal .logout-modal__header,
#logoutConfirmModal .logout-modal__footer {
  background: transparent;
  border-color: transparent;
}
#logoutConfirmModal .logout-modal__header {
  justify-content: center;
  position: relative;
  padding: 20px 24px 0;
}
#logoutConfirmModal .logout-modal__header .close {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e3e9f1;
  color: #2f4b45;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#logoutConfirmModal .modal-title {
  color: #2a3743;
  font-weight: 700;
}
#logoutConfirmModal .logout-modal__body {
  text-align: center;
  color: #4b5b56;
  padding: 10px 28px 6px;
}
#logoutConfirmModal .logout-modal__body h6 {
  font-size: 18px;
  color: #2a3743;
  margin: 8px 0 6px;
}
#logoutConfirmModal .logout-modal__body p {
  color: #6b7b76;
  margin: 0;
}
#logoutConfirmModal .logout-modal__icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #3b4b55;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 6px;
}
#logoutConfirmModal .logout-modal__footer {
  justify-content: center;
  gap: 12px;
  padding: 12px 24px 24px;
}
#logoutConfirmModal .logout-modal__footer .btn {
  border-radius: 999px;
  min-width: 140px;
  padding: 8px 16px;
  font-weight: 600;
}
#logoutConfirmModal .logout-modal__footer .btn-light {
  background: #ffffff;
  border: 1px solid #d5dde7;
  color: #2a3743;
}
#logoutConfirmModal .logout-modal__footer .btn-primary {
  background: #2f6ad8;
  border-color: #2f6ad8;
  box-shadow: 0 10px 20px rgba(47, 106, 216, 0.25);
}

.iframe-item {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  margin: 10px;
}
.iframe-item iframe {
  width: 90%;
  height: 342px;
  margin: 0 auto;
  display: block;
}
.iframe-item h2 {
  color: #082a36;
  margin: 0 0 20px;
}
a.support_btn.btn.btn-success {
  background: #76c9be;
  border: 1px solid #76c9be;
  color: #fff;
}
a.support_btn.btn.btn-success:hover {
  background: #082a36;
  border: 1px solid #082a36;
}
.list-details {
  text-align: left;
}
.list-details ul li {
  list-style: disc;
}
.card {
  margin-top: 10px;
}
.card-header {
  padding: 0;
}
#header .user-dropdown span.level i {
  position: absolute;
  top: -6px;
  border-radius: 50%;
  font-size: 20px;
  right: -4px;
}
.level i.first{
  color: #c3c3c3;
}
.level i.second{
  color: #78c9be !important;
}
.level i.third{
  color: #ffeb00 !important;
}
.customer-level {
  color: #2f4b45;
}
.customer-level .btn{
    margin-left: 15px;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 12px;
    background: #6fc2a4;
    border: 0;
    color: #0f3d33;
}
section#payment .card {
  color: #373b39;
  background: transparent;
}
section#payment .payment-plan {
  padding: 25px;
  background: rgb(255 255 255 / 10%);
  border-radius: 15px;
  margin: 25px 0;
}
#payment .level i {
  font-size: 76px;
  margin: 0 0 20px;
}
#payment h1 {
  color: #7ac9be;
  margin: 30px 0;
}
#payment .package-details ul {
  margin: 30px 0;
}
#payment .package-details ul li {
  line-height: 2em;
}
.tips-modal h4{
  color: #fff;
  text-align: center;
}
.tips-modal .btn-link{
  background: none;
  color: #78c9be;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.tips-modal .btn-link:hover, .btn-link.focus, .btn-link:focus{
  color: #fff;
  text-decoration: none;
}
.tips-modal .slide{
  display: none;
}
.tips-modal .slide.active{
  display: block;
}

/* Loading Css start */
/* Loading spinner container */
#loading-spinner {
  display: none; /* Initially hidden */
  position: fixed;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%);
  background-color: rgba(223, 220, 220, 0.7); /* Transparent background */
  padding: 100px; /* Increased padding for size */
  border-radius: 10px; /* Increased border radius for round corners */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); /* Optional shadow */
  z-index: 9999; /* Ensure it appears on top of other content */
  backdrop-filter: blur(5px); /* Apply blur effect to the background */
}

/* Loading spinner icon */
#loading-spinner i {
  font-size: 60px; /* Increased size */
  animation: spin 1s infinite linear; /* Rotate animation */
  color: #0e282c; /* Spinner color */
}


/* Keyframe animation for the spinner rotation */
@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

#support_content h4 span{
  margin: 20px 0;;
  color: #163f4d;
  text-align: right;
  float: right;
}
.alert p {
font-size: 14px;
text-align: center;
}
/* Loading Css end */
#btn-payment.eway-paynow-button {
  background: #76c9be;
  border: 1px solid #76c9be;
  border-radius: 10px;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#btn-payment.eway-paynow-button:hover {
  background: #082a36;
  border: 1px solid #082a36;
}
.download-button {
  background: #76c9be !important;
  border: 1px solid #76c9be;
  border-radius: 10px;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 10px;
}
.download-button:hover  {
  background: #082a36 !important;
  border: 1px solid #082a36;
  color: #fff;
}


/*///////////////////////*/
/*** Design Review Styles ***/
/*///////////////////////*/
.design-review .comment-box{
  background: rgb(255 255 255 / 10%);
  border-radius: 15px;
  padding: 20px;
  /* position: fixed; */
}
.design-review  .comment-box .customer-comment{
  padding: 10px 25px;
  background: #fff;
}
.design-review  .comment-box .customer-comment small{
  color: #76c9be;
  font-weight: 400;
}
.design-review  .comment-box .customer-comment p{
  font-size: 14px;
  font-weight: 400;
}
.design-review .comment-box textarea{
  width: 100%;
  padding: 5px;
  font-size: 14px;
}
.design-review .comment-box .comment-action .btn{
  width: 100px;
  background: #76c9be;
  font-weight: 600;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 8px 0;
}
.approve-design .btn{
  background: #76c9be;
  font-weight: 600;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
}
.approve-design p{
  color: #fff;
  font-size: 14px;
}
.design-review  .comment-box .action i{
  cursor: pointer;
}
.design-review .inprogress{
  padding: 25px;
  background: rgb(255 255 255 / 10%);
  border-radius: 15px;
  margin: 25px 0;
}
.design-review .inprogress h4, .design-review .comment-text strong{
  color: #77c9be;
}
.text-white{
  color: #fff;
}

/*///////////////////////*/
/*** Design Review Styles ***/
/*///////////////////////*/

/*******budget website*******/
.budget-website {
  background: #fff;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}

.formbold-steps {
  padding-bottom: 18px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dde3ec;
}
.formbold-steps ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}
.formbold-steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
}
.formbold-steps li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dde3ec;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
}
.formbold-steps li.active {
  color: #07074d;
}
.formbold-steps li.active span {
  background: #6a64f1;
  color: #ffffff;
}

.formbold-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}
.formbold-input-flex > div {
  width: 50%;
}
.formbold-form-input {
  width: 100%;
  padding: 13px 22px;
  border-radius: 5px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.formbold-form-label {
  color: #07074d;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.formbold-form-confirm {
  border-bottom: 1px solid #dde3ec;
  padding-bottom: 35px;
}
.formbold-form-confirm p {
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  margin-bottom: 22px;
  width: 75%;
}
.formbold-form-confirm > div {
  display: flex;
  gap: 15px;
}

.formbold-confirm-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 0.5px solid #dde3ec;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  cursor: pointer;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.formbold-confirm-btn {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}
.formbold-confirm-btn.active {
  background: #6a64f1;
  color: #ffffff;
}

.formbold-form-step-1,
.formbold-form-step-2,
.formbold-form-step-3,
.formbold-form-step-4,
.formbold-form-step-5,
.formbold-form-step-6,
.formbold-form-step-7,
.formbold-form-step-8,
.formbold-form-step-9,
.formbold-form-step-10,
.formbold-form-step-11,
.formbold-form-step-12,
.formbold-form-step-13,
.formbold-form-step-14,
.formbold-form-step-15,
.formbold-form-step-16  {
  display: none;
}
.formbold-form-step-1.active,
.formbold-form-step-2.active,
.formbold-form-step-3.active,
.formbold-form-step-4.active,
.formbold-form-step-5.active,
.formbold-form-step-6.active,
.formbold-form-step-7.active,
.formbold-form-step-8.active,
.formbold-form-step-9.active,
.formbold-form-step-10.active,
.formbold-form-step-11.active,
.formbold-form-step-12.active,
.formbold-form-step-13.active,
.formbold-form-step-14.active,
.formbold-form-step-15.active,
.formbold-form-step-16.active {
  display: flex;
}

.formbold-form-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin-top: 25px;
}
.formbold-back-btn,
.formbold-edit-btn {
  color: #fff;
  background: #6a64f1;
  display: none;
}
.formbold-back-btn.active {
  display: block;
}
.formbold-btn, .addi-formbold-back-btn {
  color: #ffffff;
  display: flex;
  background-color: #6a64f1;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.custom-design-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    border-radius: 15px;
    padding: 20px;
    background: rgb(255 255 255 / 10%);
}

.custom-design-table th {
    background: rgb(255 255 255 / 10%);
    border: none;
    text-align: left;
    padding: 10px;
    font-weight: 600;
    color: #77c9be;
    
}

.custom-design-table td {
    background: rgb(255 255 255 / 10%);
    border: none;
    padding: 12px 10px;
    vertical-align: middle;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}

.custom-design-table img.img-thumbnail {
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.innerpagedesign {
  margin: 40px 0px;
}
.highlight-selected {
    background-color: #d4edda !important; /* Light green */
}
.hero-loader-overlay{
  position:fixed; inset:0; z-index:2000;
  background:rgba(0,0,0,.35); display:flex; align-items:center; justify-content:center;
}
.hero-loader-box{ text-align:center; color:#fff; font:15px/1.5 system-ui,-apple-system,Segoe UI,Arial,Helvetica,Arial; }
.hero-spinner{
  width:56px; height:56px; border:6px solid rgba(255,255,255,.4);
  border-top-color:#0d6efd; border-radius:50%;
  margin:0 auto 10px; animation:heroSpin 1s linear infinite;
}
.hero-msg.close{ display:none; }
@keyframes heroSpin { to { transform: rotate(360deg); } }
.logo-sec, .about-sec, .sec-tp {
  padding-top: 70px;
}
.content-center {
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center !important;
  width: 100%;
}
.btn-outline-delete {
    color: #dc3545;
}
.btn {
  padding: 0.100rem .75rem !important;
}
button i.fa {
      margin-right: 7px;
}

@media (max-width: 767px) {
.col-8, .col-6, .col-4, .col-2, .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100% !important;
}
.logo-sec, .about-sec, .sec-tp {
  padding-top: 40px;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.text-start {
  padding: 20px 0px;
}
.step-node {
    z-index: 9 !important;
}
.vs-wrapper {
  height: 65% !important;
}
.upload-images .vs-wrapper {
  height: 85% !important;
}

}

/* ---------------------------------------------------
Xell.ai Dashboard
----------------------------------------------------- */
#dashboard.xell-dashboard {
  background: radial-gradient(circle at 82% 16%, rgba(44, 174, 131, 0.16), transparent 36%),
    radial-gradient(circle at 15% 80%, rgba(46, 143, 207, 0.12), transparent 44%),
    linear-gradient(145deg, #f5fbf8, #edf5f2);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 32px 60px;
  min-height: calc(100vh - 120px);
}

html[data-theme="dark"] #dashboard.xell-dashboard {
  background: radial-gradient(circle at 82% 16%, rgba(62, 213, 152, 0.2), transparent 36%),
    radial-gradient(circle at 15% 80%, rgba(62, 161, 255, 0.16), transparent 44%),
    linear-gradient(145deg, #0c101f, #0a1f1b);
}

#dashboard.xell-dashboard .xell-dashboard__inner {
  max-width: 1400px;
  margin: 0 auto;
}

#dashboard.xell-dashboard .xell-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

#dashboard.xell-dashboard .xell-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e3e9e7;
  border-radius: 12px;
  padding: 10px 16px;
  color: #5b6b66;
  font-weight: 500;
  box-shadow: 0 10px 24px rgba(18, 41, 38, 0.06);
}

#dashboard.xell-dashboard .xell-breadcrumb i {
  color: #6fc2a4;
}

#dashboard.xell-dashboard .xell-breadcrumb__divider {
  color: #a6b2ad;
}

#dashboard.xell-dashboard .xell-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 420px;
  background: #ffffff;
  border: 1px solid #e3e9e7;
  border-radius: 12px;
  padding: 10px 16px;
  color: #5b6b66;
  box-shadow: 0 10px 24px rgba(18, 41, 38, 0.06);
}

#dashboard.xell-dashboard .xell-search input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  color: #4b5b56;
}

#dashboard.xell-dashboard .xell-search i {
  color: #7fbfb1;
}

#dashboard.xell-dashboard .xell-welcome h1 {
  font-size: 30px;
  color: #2f4b45;
  margin-bottom: 18px;
  font-weight: 700;
}

#dashboard.xell-dashboard .xell-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

#dashboard.xell-dashboard .xell-stat-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e3e9e7;
  padding: 16px 18px;
  min-height: 140px;
  box-shadow: 0 16px 32px rgba(18, 41, 38, 0.08);
  position: relative;
  overflow: hidden;
}

#dashboard.xell-dashboard .xell-stat-card::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(111, 194, 164, 0.18), transparent 70%);
}

#dashboard.xell-dashboard .xell-stat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #5b6b66;
  margin-bottom: 8px;
}
#dashboard.xell-dashboard .xell-stat-header img  {
 width: 38px;
}
#dashboard.xell-dashboard .xell-stat-value {
  font-size: 32px;
  color: #2f4b45;
  font-weight: 700;
}

#dashboard.xell-dashboard .xell-stat-change {
  color: #4aa287;
  font-weight: 600;
  margin-top: 4px;
}

#dashboard.xell-dashboard .xell-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

#dashboard.xell-dashboard .xell-hero-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e3e9e7;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  overflow: hidden;
  background-image: url(/frontend/assets/images/xell-hero-bg.svg);
  background-size: cover;
}

#dashboard.xell-dashboard .xell-hero-content {
  max-width: 60%;
}

#dashboard.xell-dashboard .xell-hero-content h2 {
  font-size: 26px;
  color: #2f4b45;
  margin-bottom: 10px;
}

#dashboard.xell-dashboard .xell-hero-content p {
  color: #5b6b66;
  font-size: 14px;
  line-height: 1.6;
}

#dashboard.xell-dashboard .xell-hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

#dashboard.xell-dashboard .xell-action-card {
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  border: 1px solid #e3e9e7;
  padding: 12px;
  box-shadow: 0 10px 24px rgba(18, 41, 38, 0.08);
}

#dashboard.xell-dashboard .xell-action-card h4 {
  font-size: 14px;
  margin: 0;
  color: #2f4b45;
}

#dashboard.xell-dashboard .xell-action-card p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #6b7b76;
}

#dashboard.xell-dashboard .xell-action-arrow {
  margin-left: auto;
  color: #4aa287;
  font-weight: 700;
}

#dashboard.xell-dashboard .xell-hero-visual img {
  width: 220px;
  max-width: 100%;
}

#dashboard.xell-dashboard .xell-progress-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e3e9e7;
  padding: 20px;
  box-shadow: 0 16px 32px rgba(18, 41, 38, 0.08);
}

#dashboard.xell-dashboard .xell-progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

#dashboard.xell-dashboard .xell-progress-header h3 {
  font-size: 18px;
  color: #2f4b45;
  margin: 0;
}

#dashboard.xell-dashboard .xell-progress-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(#6fc2a4 0 60%, #e6efec 60% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #2f4b45;
  font-weight: 700;
}

#dashboard.xell-dashboard .xell-progress-circle span {
  font-size: 22px;
}

#dashboard.xell-dashboard .xell-progress-circle small {
  font-size: 12px;
  font-weight: 500;
  color: #6b7b76;
}

#dashboard.xell-dashboard .xell-progress-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  color: #5b6b66;
  font-size: 13px;
}

#dashboard.xell-dashboard .xell-progress-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

#dashboard.xell-dashboard .xell-progress-list .xell-progress-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #b5c7c1;
}

#dashboard.xell-dashboard .xell-progress-list .is-done .xell-progress-dot {
  background: #6fc2a4;
  border-color: #6fc2a4;
}

#dashboard.xell-dashboard .xell-progress-link {
  color: #4aa287;
  font-weight: 600;
  text-decoration: none;
}

#dashboard.xell-dashboard .xell-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

#dashboard.xell-dashboard .xell-section-header h3 {
  font-size: 20px;
  color: #2f4b45;
  margin: 0;
}

#dashboard.xell-dashboard .xell-link {
  color: #4aa287;
  font-weight: 600;
  text-decoration: none;
}

#dashboard.xell-dashboard .xell-projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

#dashboard.xell-dashboard .xell-project-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e3e9e7;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(18, 41, 38, 0.08);
}

#dashboard.xell-dashboard .xell-project-media {
  height: 120px;
  background: linear-gradient(135deg, rgba(111, 194, 164, 0.35), rgba(47, 75, 69, 0.1));
}

#dashboard.xell-dashboard .xell-project-media--alt {
  background: linear-gradient(135deg, rgba(120, 170, 220, 0.35), rgba(47, 75, 69, 0.1));
}

#dashboard.xell-dashboard .xell-project-media--lite {
  background: linear-gradient(135deg, rgba(200, 214, 208, 0.6), rgba(240, 245, 243, 0.9));
}

#dashboard.xell-dashboard .xell-project-body {
  padding: 14px 16px;
}

#dashboard.xell-dashboard .xell-project-body h4 {
  margin: 0 0 4px;
  color: #2f4b45;
  font-size: 16px;
}

#dashboard.xell-dashboard .xell-project-body p {
  margin: 0 0 8px;
  color: #6b7b76;
  font-size: 12px;
}

#dashboard.xell-dashboard .xell-project-tag {
  background: rgba(111, 194, 164, 0.16);
  color: #2f4b45;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
}

#dashboard.xell-dashboard .xell-side-panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

#dashboard.xell-dashboard .xell-panel {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e3e9e7;
  padding: 16px;
  box-shadow: 0 16px 32px rgba(18, 41, 38, 0.08);
}

#dashboard.xell-dashboard .xell-panel h4 {
  margin: 0 0 10px;
  color: #2f4b45;
}

#dashboard.xell-dashboard .xell-panel p {
  margin: 0;
  color: #6b7b76;
  font-size: 13px;
}

#dashboard.xell-dashboard .xell-progress-bar {
  width: 100%;
  height: 8px;
  background: #e6efec;
  border-radius: 999px;
  margin-bottom: 8px;
}

#dashboard.xell-dashboard .xell-progress-bar__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6fc2a4, #88d2bc);
}

html[data-theme="dark"] #dashboard.xell-dashboard .xell-panel {
  background: var(--nsx-soft-card);
  border: 1px solid var(--nsx-glass-border);
  box-shadow: var(--nsx-glass-shadow);
}

html[data-theme="dark"] #dashboard.xell-dashboard .xell-panel h4 {
  color: var(--nsx-text);
}

html[data-theme="dark"] #dashboard.xell-dashboard .xell-panel p {
  color: var(--nsx-text-soft);
}

html[data-theme="dark"] #dashboard.xell-dashboard .xell-progress-bar {
  background: var(--nsx-ring-bg);
}

html[data-theme="dark"] #dashboard.xell-dashboard .xell-progress-bar__fill {
  background: linear-gradient(90deg, #6fc2a4, #9be5cd);
  box-shadow: 0 8px 18px -12px rgba(111, 194, 164, 0.9);
}

#header .xell-header-actions {
  gap: 18px;
}

#header .xell-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

#header.header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e3e9e7;
  box-shadow: 0 12px 30px rgba(18, 41, 38, 0.08);
  backdrop-filter: blur(6px);
}

#header i.fa,
#header i.fa.bx-x::before {
  color: #2f4b45;
}

#header .dropdown.notification span {
  background-color: #6fc2a4;
  color: #0f3d33;
}

#header .customer-level .btn {
  background: #6fc2a4;
  border: none;
  color: #0f3d33;
  box-shadow: 0 6px 12px rgba(111, 194, 164, 0.35);
}

#header .header_img {
  gap: 16px;
}

#header .notification .btn,
#header .user-dropdown .btn {
  background: #ffffff;
  border: 1px solid #e3e9e7;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(18, 41, 38, 0.06);
}

#header.xell-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 14px 32px;
  padding-left: 300px;
  z-index: 120;
}

#header .xell-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

#header .xell-header-left #header-toggle {
  font-size: 20px;
  color: #2f4b45;
}

#header .xell-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e3e9e7;
  border-radius: 12px;
  padding: 10px 16px;
  color: #5b6b66;
  font-weight: 500;
  box-shadow: 0 10px 24px rgba(18, 41, 38, 0.06);
}

#header .xell-breadcrumb i {
  color: #6fc2a4;
}

#header .xell-breadcrumb__divider {
  color: #a6b2ad;
}

html[data-theme="dark"] #header .xell-breadcrumb {
  background: rgba(12, 16, 15, 0.7);
  border: 1px solid rgba(111, 194, 164, 0.25);
  color: var(--nsx-text-soft);
  box-shadow: 0 14px 32px -26px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
}

html[data-theme="dark"] #header .xell-breadcrumb a {
  color: var(--nsx-text);
}

html[data-theme="dark"] #header .xell-breadcrumb__divider {
  color: rgba(255, 255, 255, 0.35);
}

html[data-theme="dark"] #header .xell-breadcrumb i {
  color: var(--nsx-accent);
}

html[data-theme="dark"] #header .notification .btn,
html[data-theme="dark"] #header .user-dropdown .btn {
  background: rgba(12, 16, 15, 0.7);
  border: 1px solid rgba(111, 194, 164, 0.25);
  box-shadow: 0 12px 28px -22px rgba(0, 0, 0, 0.8);
}

html[data-theme="dark"] #header .notification .btn img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

html[data-theme="dark"] #header .xell-upgrade-btn {
  color: #0b0f0e;
  border: 1px solid rgba(111, 194, 164, 0.35);
}

html[data-theme="dark"] #header .xell-upgrade-btn img {
  filter: brightness(0) invert(1);
}

#header .xell-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 600px;
  background: #ffffff;
  border: 1px solid #e3e9e7;
  border-radius: 12px;
  padding: 10px 16px;
  color: #5b6b66;
  box-shadow: 0 10px 24px rgba(18, 41, 38, 0.06);
}

#header .xell-search input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  color: #4b5b56;
}

#header .xell-search img {
  width: 16px;
}

#header .xell-user-level-btn {
    background: #538d7745;
    color: #2f4b45;
    border: none;
    border-radius: 5px;
    padding: 7px 25px !important;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    box-shadow: 0 10px 20px rgba(111, 194, 164, 0.35);
    font-size: 1rem;
    font-weight: 600;
}

#header .xell-upgrade-btn {
    background: #56bf99;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 7px 25px !important;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    box-shadow: 0 10px 20px rgba(111, 194, 164, 0.35);
    font-size: 1rem;
}

#header .xell-upgrade-btn img {
  width: 30px;
}

#header .xell-icon-btn {
  width: 50px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 12px;
}

#header .xell-icon-btn img {
  width: 50px;
}

#header .xell-avatar-btn {
  padding: 4px 8px;
}

#header .xell-avatar-btn .user-image {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: #f2f6f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xell-sidebar .nav_list {
  padding-top: 8px;
}

@media (max-width: 992px) {
  #header .xell-header-left {
    flex-wrap: wrap;
  }
  #header .xell-search {
    max-width: none;
    width: 100%;
  }
}

#nav-bar.l-navbar {
  background-image: none;
  background-color: #f6f8f7;
  z-index: 200;
  padding: 16px 16px 24px 16px;
  overflow: hidden;
}

.xell-sidebar-brand {
  padding: 8px 8px 16px;
}

.xell-sidebar-brand img {
  width: 120px;
}

.xell-sidebar-panels {
  padding: 0 6px 16px;
  width: 100%;
}

.xell-sidebar-card {
  background: #ffffff;
  border: 1px solid #e3e9e7;
  border-radius: 16px;
  padding: 14px 14px;
  box-shadow: 0 14px 30px rgba(18, 41, 38, 0.08);
  margin-bottom: 12px;
  color: #2f4b45;
}

.xell-sidebar-card h6 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
}

.xell-sidebar-card p {
  margin: 6px 0 0;
  font-size: 12px;
  color: #6b7b76;
}

.xell-sidebar-progress {
  height: 8px;
  background: #e6efec;
  border-radius: 999px;
}

.xell-sidebar-progress__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6fc2a4, #88d2bc);
}

.xell-sidebar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e0e7e6;
}

.xell-sidebar-icon-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e3e9e7;
  color: #2f4b45;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(18, 41, 38, 0.08);
}

.xell-sidebar-icon-btn img {
  width: 16px;
}

.xell-sidebar-icon-btn i {
  font-size: 16px;
}

.xell-sidebar-icon-btn:hover {
  color: #1c5c52;
  border-color: rgba(111, 194, 164, 0.45);
}

#nav-bar .nav_link {
  font-size: 14px;
}

#nav-bar .nav_link img {
  width: 20px;
}

#nav-bar .nav_list {
  padding-top: 8px;
}

#header .customer-level small {
  color: #6b7b76;
}

@media (max-width: 992px) {
  #dashboard.xell-dashboard {
    padding: 20px 18px 50px;
  }
  #dashboard.xell-dashboard .xell-hero-grid {
    grid-template-columns: 1fr;
  }
  #dashboard.xell-dashboard .xell-hero-content {
    max-width: 100%;
  }
  #dashboard.xell-dashboard .xell-hero-visual {
    margin-top: 20px;
  }
  #dashboard.xell-dashboard .xell-dashboard__top {
    flex-direction: column;
    align-items: stretch;
  }
  #dashboard.xell-dashboard .xell-search {
    max-width: none;
  }
  #header.xell-header {
    padding-left: 32px;
  }

}

@media screen and (max-width: 768px) {
      .xell-sidebar-brand {
    display: none;
  }

  #header .xell-search input {
    display: none;
  }
  #header .xell-user-level-btn {
    display: none;
  }
  #header .xell-search {
        display: none;
  }
  #nav-bar.l-navbar {
          background-color: none !important;
  }
  #header .xell-breadcrumb {
    display: none;
  }
  #header .xell-icon-btn {
    display: none;
  }
  #header .xell-upgrade-btn {
     display: none;
  }
}

/* ---------------------------------------------------
Theme Tokens (Light + Dark)
----------------------------------------------------- */
:root {
  --nsx-accent: #6fc2a4;
  --nsx-accent-dark: #4fb08d;
  --nsx-bg: #f7fbf9;
  --nsx-bg-image: radial-gradient(at 100% 0%, rgba(111, 194, 164, 0.12) 0, transparent 55%),
    radial-gradient(at 0% 100%, rgba(111, 194, 164, 0.08) 0, transparent 55%);
  --nsx-text: #0b0f0e;
  --nsx-text-soft: #2d3a36;
  --nsx-text-muted: #5f6f69;
  --nsx-glass: rgba(255, 255, 255, 0.82);
  --nsx-soft-card: rgba(255, 255, 255, 0.72);
  --nsx-glass-border: rgba(15, 20, 19, 0.08);
  --nsx-glass-shadow: 0 18px 40px -32px rgba(11, 15, 14, 0.3);
  --nsx-glass-shadow-hover: 0 22px 50px -32px rgba(11, 15, 14, 0.35);
  --nsx-header-bg: rgba(255, 255, 255, 0.92);
  --nsx-sidebar-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 249, 0.98) 100%);
  --nsx-border: rgba(15, 20, 19, 0.08);
  --nsx-ring-bg: rgba(11, 15, 14, 0.08);
  --nsx-accent-shadow: 0 14px 30px -20px rgba(111, 194, 164, 0.45);
  --nsx-accent-shadow-hover: 0 18px 40px -20px rgba(111, 194, 164, 0.55);
  --nsx-footer-bar-bg: linear-gradient(90deg, #e9eeed 0%, #f8faf9 100%);
  --nsx-footer-bar-shadow: 0 -10px 24px rgba(18, 41, 38, 0.08);
}

html[data-theme="dark"] {
  --nsx-bg: #0b0f0e;
  --nsx-bg-image: radial-gradient(circle at 15% 20%, rgba(111, 194, 164, 0.18), transparent 45%),
    radial-gradient(circle at 85% 0%, rgba(111, 194, 164, 0.12), transparent 55%);
  --nsx-text: #f5fffb;
  --nsx-text-soft: #b9c9c2;
  --nsx-text-muted: #9fb2aa;
  --nsx-glass: linear-gradient(140deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  --nsx-soft-card: rgba(255, 255, 255, 0.06);
  --nsx-glass-border: rgba(111, 194, 164, 0.25);
  --nsx-glass-shadow: 0 20px 60px -40px rgba(8, 12, 11, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --nsx-glass-shadow-hover: 0 28px 70px -40px rgba(5, 8, 7, 0.9), 0 0 0 1px rgba(111, 194, 164, 0.2);
  --nsx-header-bg: rgba(15, 20, 19, 0.82);
  --nsx-sidebar-bg: linear-gradient(180deg, rgba(15, 20, 19, 0.95) 0%, rgba(11, 15, 14, 0.98) 100%);
  --nsx-border: rgba(111, 194, 164, 0.2);
  --nsx-ring-bg: rgba(255, 255, 255, 0.12);
  --nsx-accent-shadow: 0 16px 32px -18px rgba(111, 194, 164, 0.75);
  --nsx-accent-shadow-hover: 0 18px 40px -18px rgba(111, 194, 164, 0.85);
  --nsx-footer-bar-bg: linear-gradient(90deg, rgba(15, 20, 19, 0.35) 0%, rgba(11, 15, 14, 0.55) 100%);
  --nsx-footer-bar-shadow: 0 -10px 24px rgba(5, 8, 7, 0.3);
}

body {
  background-color: var(--nsx-bg);
  background-image: var(--nsx-bg-image);
  color: var(--nsx-text);
  font-family: "Arial", sans-serif;
}

a {
  color: var(--nsx-accent);
}

a:hover {
  color: var(--nsx-accent-dark);
}

#header.header {
  background: var(--nsx-header-bg);
  border-bottom: 1px solid var(--nsx-border);
  box-shadow: var(--nsx-glass-shadow);
  backdrop-filter: blur(16px);
}

#header.header_toggle,
#header i.fa {
  color: var(--nsx-text);
}

#header .dropdown.notification span {
  background-color: var(--nsx-accent);
  color: #0b0f0e;
}

.body-outer::after {
  background: var(--nsx-footer-bar-bg);
  box-shadow: var(--nsx-footer-bar-shadow);
}

#nav-bar.l-navbar {
  background-color: transparent;
  background-image: var(--nsx-sidebar-bg);
  box-shadow: 18px 0 50px -35px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
}

#nav-bar .nav_link {
  color: var(--nsx-text-soft);
  font-weight: 600;
  border: 1px solid transparent;
}

#nav-bar .nav_link:hover,
#nav-bar a.nav_link.active {
  color: var(--nsx-text);
  background: rgba(111, 194, 164, 0.12);
  box-shadow: inset 0 0 0 1px rgba(111, 194, 164, 0.4);
}

#header .user-dropdown .user-image,
#header .header_img .dropdown.user-dropdown .btn.dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--nsx-border);
}

#header .xell-user-level-btn {
  background: linear-gradient(135deg, rgba(111, 194, 164, 0.25), rgba(111, 194, 164, 0.1));
  color: var(--nsx-text);
  border: 1px solid rgba(111, 194, 164, 0.35);
  box-shadow: var(--nsx-accent-shadow);
  backdrop-filter: blur(10px);
}

#header .xell-upgrade-btn {
  background: linear-gradient(135deg, #6fc2a4, #4fb08d);
  color: #0b0f0e;
  border: none;
  box-shadow: var(--nsx-accent-shadow);
}

#header .xell-icon-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(111, 194, 164, 0.2);
  color: var(--nsx-text);
}

#header .xell-search {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(111, 194, 164, 0.25);
  color: var(--nsx-text-soft);
  box-shadow: 0 12px 28px -20px rgba(0, 0, 0, 0.6);
}

#header .xell-search input {
  color: var(--nsx-text);
}

/* Futuristic glass dashboard (xell layout) */
#dashboard.xell-dashboard {
  /* background-image: var(--nsx-bg-image); */
}

#dashboard.xell-dashboard .xell-breadcrumb,
#dashboard.xell-dashboard .xell-search {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(111, 194, 164, 0.25);
  color: var(--nsx-text-soft);
  box-shadow: 0 14px 36px -30px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(14px);
}

#dashboard.xell-dashboard .xell-search input {
  color: var(--nsx-text);
}

#dashboard.xell-dashboard .xell-breadcrumb i,
#dashboard.xell-dashboard .xell-search i {
  color: var(--nsx-accent);
}

#dashboard.xell-dashboard .xell-welcome h1,
#dashboard.xell-dashboard .xell-stat-value,
#dashboard.xell-dashboard .xell-hero-content h2,
#dashboard.xell-dashboard .xell-progress-header h3,
#dashboard.xell-dashboard .xell-action-card h4 {
  color: var(--nsx-text);
}

#dashboard.xell-dashboard .xell-stat-header,
#dashboard.xell-dashboard .xell-hero-content p,
#dashboard.xell-dashboard .xell-action-card p,
#dashboard.xell-dashboard .xell-progress-list,
#dashboard.xell-dashboard .xell-progress-circle small {
  color: var(--nsx-text-soft);
}

/* ---------------------------------------------------
Theme Polish (Global + Dashboard)
----------------------------------------------------- */
#header .xell-icon-btn:hover,
#header .xell-upgrade-btn:hover,
#header .xell-user-level-btn:hover {
  transform: translateY(-1px);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#header .xell-search input[readonly] {
  cursor: pointer;
}

#header .xell-search:focus-within {
  border-color: rgba(111, 194, 164, 0.55);
  box-shadow: 0 12px 30px -18px rgba(111, 194, 164, 0.35);
}

#nav-bar .nav_link {
  border: 1px solid transparent;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.xell-sidebar-card {
  background: var(--nsx-glass);
  border: 1px solid var(--nsx-glass-border);
  color: var(--nsx-text-soft);
  box-shadow: var(--nsx-glass-shadow);
}

#dashboard.nsx-dashboard {
  background-image: radial-gradient(circle at 88% 0%, rgba(111, 194, 164, 0.16), transparent 35%);
}

#dashboard.nsx-dashboard .dashboard-view--polished {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

#dashboard.nsx-dashboard .display-4 {
  letter-spacing: -0.03em;
  line-height: 1.08;
}

#dashboard.nsx-dashboard .debug-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  margin-top: 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid rgba(111, 194, 164, 0.45);
  background: rgba(111, 194, 164, 0.14);
  color: var(--nsx-text);
}

#dashboard.nsx-dashboard .dashboard-meta {
  gap: 12px;
}

#dashboard.nsx-dashboard .meta-pill {
  background: var(--nsx-soft-card);
  border: 1px solid var(--nsx-glass-border);
  color: var(--nsx-text-soft);
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
}

#dashboard.nsx-dashboard .snapshot-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin-bottom: 1rem;
}

#dashboard.nsx-dashboard .snapshot-card {
  border-radius: 16px;
  padding: 16px 17px;
  border: 1px solid var(--nsx-glass-border);
  background: linear-gradient(150deg, var(--nsx-soft-card), rgba(255, 255, 255, 0.02));
  box-shadow: var(--nsx-glass-shadow);
}

#dashboard.nsx-dashboard .snapshot-label {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

#dashboard.nsx-dashboard .snapshot-value {
  font-size: clamp(1.35rem, 1.3vw + 0.8rem, 1.75rem);
}

#dashboard.nsx-dashboard .dashboard-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 1.25rem 2rem 1.5rem;
}

#dashboard.nsx-dashboard .dashboard-grid > .stat-card {
  grid-column: span 4;
  border-radius: 18px;
  padding: 1.5rem;
}

#dashboard.nsx-dashboard .dashboard-wide-card {
  grid-column: 1 / -1;
}

#dashboard.nsx-dashboard .stat-card .icon-wrapper {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  margin-bottom: 0.85rem;
}

#dashboard.nsx-dashboard .card-kicker {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#dashboard.nsx-dashboard .stat-card h3 {
  font-size: 1.24rem;
}

#dashboard.nsx-dashboard .progress-track {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

#dashboard.nsx-dashboard .progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6fc2a4, #8adfc3);
}

#dashboard.nsx-dashboard .goal-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(111, 194, 164, 0.16);
  border: 1px solid rgba(111, 194, 164, 0.35);
  font-weight: 600;
  font-size: 0.74rem;
}

#dashboard.nsx-dashboard .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

#dashboard.nsx-dashboard .section-header h4 {
  margin: 0;
  font-size: 1.05rem;
}

#dashboard.nsx-dashboard .section-subtitle {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  color: var(--nsx-text-muted);
}

#dashboard.nsx-dashboard .quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

#dashboard.nsx-dashboard .qa-row {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid var(--nsx-glass-border);
  background: var(--nsx-soft-card);
}

#dashboard.nsx-dashboard .qa-row:hover {
  box-shadow: var(--nsx-glass-shadow);
}

#dashboard.nsx-dashboard .qa-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(111, 194, 164, 0.15);
  color: #6fc2a4;
}

#dashboard.nsx-dashboard .qa-title {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--nsx-text);
}

#dashboard.nsx-dashboard .qa-sub {
  font-size: 0.74rem;
  color: var(--nsx-text-muted);
}

#dashboard.nsx-dashboard .qa-arrow {
  color: var(--nsx-text-muted);
}

#dashboard.nsx-dashboard .dashboard-secondary {
  display: grid;
  gap: 1.5rem;
  padding: 0 2rem 2.5rem;
}

#dashboard.nsx-dashboard .activity-card,
#dashboard.nsx-dashboard .insights-card {
  border-radius: 18px;
  padding: 26px 24px;
}

#dashboard.nsx-dashboard .table-scroll {
  width: 100%;
  overflow-x: auto;
}

#dashboard.nsx-dashboard table.activity-table,
#dashboard.nsx-dashboard table.insight-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#dashboard.nsx-dashboard table.activity-table th,
#dashboard.nsx-dashboard table.activity-table td,
#dashboard.nsx-dashboard table.insight-table th,
#dashboard.nsx-dashboard table.insight-table td {
  padding: 11px 10px;
  border-bottom: 1px solid var(--nsx-glass-border);
  vertical-align: top;
}

#dashboard.nsx-dashboard table.activity-table tr:last-child td,
#dashboard.nsx-dashboard table.insight-table tr:last-child td {
  border-bottom: none;
}

#dashboard.nsx-dashboard table.activity-table th,
#dashboard.nsx-dashboard table.insight-table th {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--nsx-text-muted);
}

#dashboard.nsx-dashboard table.activity-table th:nth-child(1),
#dashboard.nsx-dashboard table.activity-table td:nth-child(1) {
  width: 48%;
}

#dashboard.nsx-dashboard table.activity-table th:nth-child(2),
#dashboard.nsx-dashboard table.activity-table td:nth-child(2) {
  width: 16%;
}

#dashboard.nsx-dashboard table.activity-table th:nth-child(3),
#dashboard.nsx-dashboard table.activity-table td:nth-child(3) {
  width: 18%;
}

#dashboard.nsx-dashboard table.activity-table th:nth-child(4),
#dashboard.nsx-dashboard table.activity-table td:nth-child(4) {
  width: 18%;
}

#dashboard.nsx-dashboard table.insight-table th:nth-child(1),
#dashboard.nsx-dashboard table.insight-table td:nth-child(1) {
  width: 70%;
}

#dashboard.nsx-dashboard table.insight-table th:nth-child(2),
#dashboard.nsx-dashboard table.insight-table td:nth-child(2),
#dashboard.nsx-dashboard table.insight-table th:nth-child(3),
#dashboard.nsx-dashboard table.insight-table td:nth-child(3) {
  width: 15%;
}

#dashboard.nsx-dashboard .activity-title,
#dashboard.nsx-dashboard .insight-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--nsx-text);
}

#dashboard.nsx-dashboard .activity-sub,
#dashboard.nsx-dashboard .insight-sub {
  margin-top: 6px;
  font-size: 0.84rem;
  line-height: 1.42;
  color: var(--nsx-text-soft);
}

#dashboard.nsx-dashboard .activity-pill,
#dashboard.nsx-dashboard .activity-status,
#dashboard.nsx-dashboard .insight-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.71rem;
  font-weight: 600;
  border: 1px solid var(--nsx-glass-border);
  white-space: nowrap;
}

#dashboard.nsx-dashboard .activity-pill {
  background: rgba(111, 194, 164, 0.14);
}

#dashboard.nsx-dashboard .activity-status.success,
#dashboard.nsx-dashboard .insight-badge.high {
  background: rgba(111, 194, 164, 0.18);
}

#dashboard.nsx-dashboard .activity-status.progress,
#dashboard.nsx-dashboard .insight-badge.low {
  background: rgba(255, 255, 255, 0.08);
  color: var(--nsx-text-soft);
}

#dashboard.nsx-dashboard .activity-status.queued,
#dashboard.nsx-dashboard .insight-badge.mid {
  background: rgba(111, 194, 164, 0.1);
  color: var(--nsx-text-soft);
}

#dashboard.nsx-dashboard .activity-time {
  font-size: 0.74rem;
  color: var(--nsx-text-muted);
  white-space: nowrap;
}

@media (max-width: 1200px) {
  #dashboard.nsx-dashboard .dashboard-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  #dashboard.nsx-dashboard .dashboard-grid > .stat-card,
  #dashboard.nsx-dashboard .dashboard-wide-card {
    grid-column: auto;
  }
}

@media (max-width: 992px) {
  #dashboard.nsx-dashboard .dashboard-view--polished {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  #dashboard.nsx-dashboard .dashboard-grid,
  #dashboard.nsx-dashboard .dashboard-secondary {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #dashboard.nsx-dashboard .activity-card,
  #dashboard.nsx-dashboard .insights-card {
    padding: 20px 16px;
  }

  #dashboard.nsx-dashboard table.activity-table,
  #dashboard.nsx-dashboard table.insight-table {
    min-width: 760px;
  }
}

/* ---------------------------------------------------
AI Studio Pages (Social + Blog)
----------------------------------------------------- */
#support_content.nsx-ai-studio {
  background: transparent;
  padding: 8px 0 26px;
}

#support_content.nsx-ai-studio .container,
#support_content.nsx-ai-studio .container.h-100,
#support_content.nsx-ai-studio .container.h-100x {
  max-width: 1320px;
  background: linear-gradient(160deg, var(--nsx-glass), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--nsx-glass-border);
  box-shadow: var(--nsx-glass-shadow);
  border-radius: 18px;
  padding: 24px 24px 18px;
}

#support_content.nsx-ai-studio .content-main-topic {
  color: var(--nsx-text);
  font-size: clamp(1.45rem, 1.5vw + 1rem, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.2rem;
}

#support_content.nsx-ai-studio h4 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

#support_content.nsx-ai-studio #tokens.badge.badge-warning {
  background: rgba(111, 194, 164, 0.16);
  color: var(--nsx-text);
  border: 1px solid rgba(111, 194, 164, 0.36);
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
}

#support_content.nsx-ai-studio .card {
  background: var(--nsx-soft-card);
  border: 1px solid var(--nsx-glass-border);
  border-radius: 14px;
  box-shadow: var(--nsx-glass-shadow);
  margin-bottom: 1rem;
}

#support_content.nsx-ai-studio .card-body {
  padding: 1.2rem 1.2rem;
}

#support_content.nsx-ai-studio .card-footer {
  background: transparent;
  border-top: 1px solid var(--nsx-glass-border);
}

#support_content.nsx-ai-studio .form-group {
  display: block !important;
  margin-bottom: 1rem;
}

#support_content.nsx-ai-studio .form-group label {
  display: block;
  color: var(--nsx-text-soft);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0.42rem;
}

#support_content.nsx-ai-studio .form-group input[type="radio"],
#support_content.nsx-ai-studio .form-group input[type="checkbox"] {
  margin-right: 6px;
  vertical-align: middle;
}

#support_content.nsx-ai-studio .form-group input[type="text"],
#support_content.nsx-ai-studio .form-group textarea,
#support_content.nsx-ai-studio .form-group .form-control,
#support_content.nsx-ai-studio .note-editor.note-frame {
  border: 1px solid var(--nsx-glass-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--nsx-text);
  box-shadow: none;
}

#support_content.nsx-ai-studio .form-group textarea {
  min-height: 125px;
}

#support_content.nsx-ai-studio .form-group .form-control:focus,
#support_content.nsx-ai-studio .form-group textarea:focus {
  border-color: rgba(111, 194, 164, 0.58);
  box-shadow: 0 0 0 0.2rem rgba(111, 194, 164, 0.2);
}

#support_content.nsx-ai-studio select.form-control[style] {
  width: 100% !important;
  max-width: 560px;
}

#support_content.nsx-ai-studio .btn.btn-info,
#support_content.nsx-ai-studio .btn.btn-success,
#support_content.nsx-ai-studio .btn.btn-primary {
  border: none;
  border-radius: 10px;
  color: #0b1513;
  font-weight: 600;
  background: linear-gradient(135deg, #6fc2a4, #88d2bc);
  box-shadow: 0 14px 28px -20px rgba(111, 194, 164, 0.75);
}

#support_content.nsx-ai-studio .btn.btn-info:hover,
#support_content.nsx-ai-studio .btn.btn-success:hover,
#support_content.nsx-ai-studio .btn.btn-primary:hover {
  color: #0b1513;
  transform: translateY(-1px);
}

#support_content.nsx-ai-studio .btn.btn-secondary {
  border-radius: 10px;
}

#support_content.nsx-ai-studio .btn.btn-danger {
  border-radius: 10px;
}

#support_content.nsx-ai-studio .support_btn {
  border-radius: 10px;
}

#support_content.nsx-ai-studio .alert {
  border-radius: 10px;
}

#support_content.nsx-ai-studio .alert-warning {
  color: var(--nsx-text);
  background: rgba(255, 193, 7, 0.18);
  border: 1px solid rgba(255, 193, 7, 0.35);
}

#support_content.nsx-ai-studio .alert-danger {
  background: rgba(220, 53, 69, 0.12);
  border: 1px solid rgba(220, 53, 69, 0.35);
  color: #b9414d;
}

#support_content.nsx-ai-studio .table {
  margin-bottom: 0.5rem;
  color: var(--nsx-text);
}

#support_content.nsx-ai-studio .table thead th {
  border-top: none;
  border-bottom: 1px solid var(--nsx-glass-border);
  color: var(--nsx-text-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#support_content.nsx-ai-studio .table td {
  border-top: 1px solid var(--nsx-glass-border);
  color: var(--nsx-text-soft);
  vertical-align: middle;
}

#support_content.nsx-ai-studio .table-hover tbody tr:hover {
  background: rgba(111, 194, 164, 0.08);
}

#support_content.nsx-ai-studio .pagination {
  gap: 6px;
}

#support_content.nsx-ai-studio .pagination li a,
#support_content.nsx-ai-studio .pagination li span {
  border-radius: 8px;
  border: 1px solid var(--nsx-glass-border);
  background: rgba(255, 255, 255, 0.78);
  color: var(--nsx-text-soft);
  font-size: 0.8rem;
}

#support_content.nsx-ai-studio .pagination .active span,
#support_content.nsx-ai-studio .pagination .active a {
  color: #0a1a16;
  border-color: rgba(111, 194, 164, 0.45);
  background: rgba(111, 194, 164, 0.45);
}

#support_content.nsx-ai-studio .popup-message {
  right: 18px !important;
  top: 90px !important;
}

html[data-theme="dark"] #support_content.nsx-ai-studio .form-group input[type="text"],
html[data-theme="dark"] #support_content.nsx-ai-studio .form-group textarea,
html[data-theme="dark"] #support_content.nsx-ai-studio .form-group .form-control,
html[data-theme="dark"] #support_content.nsx-ai-studio .note-editor.note-frame {
  background: rgba(7, 13, 24, 0.92);
}

html[data-theme="dark"] #support_content.nsx-ai-studio .alert-danger {
  color: #ffc9cf;
}

html[data-theme="dark"] #support_content.nsx-ai-studio .pagination li a,
html[data-theme="dark"] #support_content.nsx-ai-studio .pagination li span {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 992px) {
  #support_content.nsx-ai-studio .container,
  #support_content.nsx-ai-studio .container.h-100,
  #support_content.nsx-ai-studio .container.h-100x {
    padding: 18px 14px 14px;
  }

  #support_content.nsx-ai-studio h4 {
    justify-content: flex-start;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
  }

  #support_content.nsx-ai-studio .btn {
    width: 100%;
    margin-bottom: 0.55rem;
  }

  #support_content.nsx-ai-studio .table {
    min-width: 760px;
  }
}

/* ---------------------------------------------------
Similar Image Studio V2
----------------------------------------------------- */
#support_content.nsx-ai-studio.nsx-similar-v2 {
  background:
    radial-gradient(1300px 700px at -10% -30%, rgba(111, 194, 164, 0.2), rgba(111, 194, 164, 0) 58%),
    radial-gradient(900px 540px at 120% -20%, rgba(115, 168, 255, 0.22), rgba(115, 168, 255, 0) 56%),
    radial-gradient(700px 500px at 70% 115%, rgba(139, 127, 255, 0.14), rgba(139, 127, 255, 0) 62%),
    transparent;
  padding-top: 14px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .container,
#support_content.nsx-ai-studio.nsx-similar-v2 .container.h-100,
#support_content.nsx-ai-studio.nsx-similar-v2 .container.h-100x {
  max-width: 1360px;
  border-radius: 22px;
  padding: 28px 26px 22px;
  border: 1px solid rgba(100, 132, 164, 0.18);
  box-shadow: 0 22px 50px -34px rgba(26, 48, 73, 0.5);
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.7));
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-similar-v2-subtitle {
  color: var(--nsx-text-soft);
  font-size: 1rem;
  line-height: 1.6;
}

#support_content.nsx-ai-studio.nsx-similar-v2 h1,
#support_content.nsx-ai-studio.nsx-similar-v2 h2,
#support_content.nsx-ai-studio.nsx-similar-v2 h3,
#support_content.nsx-ai-studio.nsx-similar-v2 h4,
#support_content.nsx-ai-studio.nsx-similar-v2 h5,
#support_content.nsx-ai-studio.nsx-similar-v2 h6,
#support_content.nsx-ai-studio.nsx-similar-v2 p,
#support_content.nsx-ai-studio.nsx-similar-v2 small,
#support_content.nsx-ai-studio.nsx-similar-v2 span,
#support_content.nsx-ai-studio.nsx-similar-v2 strong,
#support_content.nsx-ai-studio.nsx-similar-v2 label,
#support_content.nsx-ai-studio.nsx-similar-v2 li,
#support_content.nsx-ai-studio.nsx-similar-v2 .btn {
  line-height: 1.46 !important;
  overflow: visible !important;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .row > [class*="col-"] {
  margin-bottom: 14px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-similar-v2-card {
  border-radius: 18px;
  overflow: visible;
  border: 1px solid rgba(100, 132, 164, 0.2) !important;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.82), rgba(248, 252, 255, 0.64));
  box-shadow: 0 18px 36px -30px rgba(21, 39, 59, 0.48);
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-similar-v2-header {
  background: linear-gradient(180deg, rgba(244, 250, 255, 0.95), rgba(248, 252, 255, 0.72));
  border-bottom: 1px solid rgba(100, 132, 164, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  overflow: visible;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .content-main-topic {
  font-family: "Arial", "Helvetica Neue", sans-serif !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.02em;
  margin-top: 2px;
  overflow: visible;
  padding-top: 2px;
  padding-bottom: 2px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-similar-v2-header h5 {
  font-family: "Arial", "Helvetica Neue", sans-serif !important;
  color: #13273f;
  font-size: 1.06rem;
  font-weight: 700 !important;
  line-height: 1.34 !important;
  margin-bottom: 2px;
  overflow: visible;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-similar-v2-header small {
  font-family: "Arial", "Helvetica Neue", sans-serif !important;
  color: #587089;
  font-size: 0.84rem;
  display: block;
  line-height: 1.5 !important;
  overflow: visible;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-brand-status {
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 7px 13px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .form-group label,
#support_content.nsx-ai-studio.nsx-similar-v2 .form-group label strong,
#support_content.nsx-ai-studio.nsx-similar-v2 .form-group small,
#support_content.nsx-ai-studio.nsx-similar-v2 .btn,
#support_content.nsx-ai-studio.nsx-similar-v2 .alert {
  font-family: "Arial", "Helvetica Neue", sans-serif !important;
  line-height: 1.55 !important;
  overflow: visible;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .form-group label {
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  color: #243d5a !important;
  font-size: 0.92rem !important;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .form-group label strong {
  display: inline-block;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 12px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .form-control,
#support_content.nsx-ai-studio.nsx-similar-v2 input,
#support_content.nsx-ai-studio.nsx-similar-v2 textarea,
#support_content.nsx-ai-studio.nsx-similar-v2 select {
  border-radius: 12px !important;
  border-color: rgba(97, 129, 160, 0.26) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: none !important;
}

#support_content.nsx-ai-studio.nsx-similar-v2 textarea.form-control {
  min-height: 136px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .form-control:focus,
#support_content.nsx-ai-studio.nsx-similar-v2 textarea:focus,
#support_content.nsx-ai-studio.nsx-similar-v2 select:focus,
#support_content.nsx-ai-studio.nsx-similar-v2 input:focus {
  border-color: rgba(95, 176, 150, 0.62) !important;
  box-shadow: 0 0 0 0.2rem rgba(111, 194, 164, 0.16) !important;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-brand-status.new {
  background: rgba(226, 232, 240, 0.65);
  border-color: rgba(148, 163, 184, 0.55);
  color: #4b6176;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-brand-status.active {
  background: rgba(111, 194, 164, 0.2);
  border-color: rgba(111, 194, 164, 0.45);
  color: #1b5f4a;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-brand-status.warn {
  background: rgba(255, 193, 7, 0.2);
  border-color: rgba(255, 193, 7, 0.42);
  color: #7a5b16;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-brand-logo-frame {
  min-height: 98px;
  border-radius: 12px;
  border: 1px dashed rgba(111, 194, 164, 0.55);
  background: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 #brand_logo_preview {
  max-width: 220px;
  max-height: 70px;
  border-radius: 8px;
  border: 1px solid var(--nsx-glass-border);
  background: #fff;
  padding: 5px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-brand-swatch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-brand-swatch-item {
  border: 1px solid var(--nsx-glass-border);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--nsx-text-soft);
  font-size: 0.82rem;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-brand-swatch-item strong {
  color: var(--nsx-text);
  display: block;
  font-size: 0.9rem;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-brand-swatch-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(18, 34, 54, 0.3);
  flex: 0 0 auto;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-preview-stage {
  border-radius: 12px;
  min-height: 390px;
  border: 1px dashed rgba(111, 194, 164, 0.5);
  background: rgba(255, 255, 255, 0.76);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  color: var(--nsx-text-muted);
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-preview-stage img {
  max-width: 100%;
  max-height: 640px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(8, 19, 17, 0.22);
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-tips-list {
  margin: 0;
  padding-left: 17px;
  color: var(--nsx-text-soft);
  font-size: 0.85rem;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-tips-list li {
  margin-bottom: 6px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-history-card {
  border-radius: 12px;
  border: 1px solid var(--nsx-glass-border);
  box-shadow: 0 14px 24px -20px rgba(19, 33, 50, 0.45);
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-history-image-wrap {
  min-height: 190px;
  padding: 10px;
  border-bottom: 1px solid var(--nsx-glass-border);
  background: rgba(255, 255, 255, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-history-image {
  max-height: 180px;
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-history-text {
  color: var(--nsx-text-soft);
  font-size: 0.84rem;
  line-height: 1.45;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-history-time {
  color: var(--nsx-text-muted);
  font-size: 0.8rem;
  margin-bottom: 9px;
}

#support_content.nsx-ai-studio.nsx-similar-v2 .nsx-history-empty {
  border: 1px dashed var(--nsx-glass-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--nsx-text-soft);
  padding: 18px;
  text-align: center;
}

@media (max-width: 1199px) {
  #support_content.nsx-ai-studio.nsx-similar-v2 .container,
  #support_content.nsx-ai-studio.nsx-similar-v2 .container.h-100,
  #support_content.nsx-ai-studio.nsx-similar-v2 .container.h-100x {
    padding: 22px 18px 16px;
  }
}

@media (max-width: 991px) {
  #support_content.nsx-ai-studio.nsx-similar-v2 .content-main-topic {
    font-size: 2rem !important;
  }

  #support_content.nsx-ai-studio.nsx-similar-v2 .nsx-brand-swatch-grid {
    grid-template-columns: 1fr;
  }

  #support_content.nsx-ai-studio.nsx-similar-v2 .row > [class*="col-"] {
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------------
Futuristic UX Upgrades
----------------------------------------------------- */
#header .xell-command-trigger {
  border: 1px solid rgba(111, 194, 164, 0.38);
  background: rgba(111, 194, 164, 0.14);
  color: var(--nsx-text-soft);
  border-radius: 9px;
  padding: 4px 7px;
  font-size: 11px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

#header .xell-command-trigger__keys {
  padding: 2px 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--nsx-text);
  font-weight: 600;
  letter-spacing: 0.02em;
}

#header .xell-command-trigger__plus {
  opacity: 0.75;
}

.nsx-command-palette {
  position: fixed;
  inset: 0;
  z-index: 1200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.nsx-command-palette.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.nsx-command-open {
  overflow: hidden;
}

.nsx-command-palette__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 18, 0.56);
  backdrop-filter: blur(5px);
}

.nsx-command-palette__panel {
  width: min(700px, calc(100vw - 32px));
  max-height: min(72vh, 620px);
  margin: 9vh auto 0;
  border-radius: 16px;
  border: 1px solid rgba(111, 194, 164, 0.3);
  background: linear-gradient(145deg, rgba(12, 20, 34, 0.95), rgba(9, 27, 23, 0.94));
  box-shadow: 0 45px 80px -35px rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.nsx-command-palette__input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(111, 194, 164, 0.22);
}

.nsx-command-palette__input-wrap i {
  color: #8dd6bd;
}

.nsx-command-palette__input-wrap input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  color: #edf7f3;
  font-size: 15px;
}

.nsx-command-palette__input-wrap input::placeholder {
  color: rgba(237, 247, 243, 0.62);
}

.nsx-command-palette__input-wrap kbd {
  font-family: "Arial", sans-serif;
  font-size: 10px;
  letter-spacing: 0.06em;
  border-radius: 6px;
  padding: 4px 6px;
  color: rgba(237, 247, 243, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.09);
}

.nsx-command-palette__meta {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  color: rgba(237, 247, 243, 0.64);
  border-bottom: 1px solid rgba(111, 194, 164, 0.16);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.nsx-command-palette__list {
  overflow: auto;
  padding: 8px;
}

.nsx-command-palette__item {
  width: 100%;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  text-align: left;
  color: #edf7f3;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.nsx-command-palette__item:hover,
.nsx-command-palette__item.is-active {
  border-color: rgba(111, 194, 164, 0.45);
  background: rgba(111, 194, 164, 0.15);
  transform: translateX(1px);
}

.nsx-command-palette__item-label {
  font-weight: 600;
}

.nsx-command-palette__item-path {
  color: rgba(237, 247, 243, 0.64);
  font-size: 12px;
  white-space: nowrap;
}

.nsx-command-palette__empty {
  border: 1px dashed rgba(111, 194, 164, 0.4);
  border-radius: 10px;
  padding: 20px 14px;
  color: rgba(237, 247, 243, 0.75);
  text-align: center;
}

.nsx-reveal {
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  filter: blur(1px);
  transition: opacity 0.45s ease, transform 0.45s ease, filter 0.45s ease;
  transition-delay: var(--nsx-delay, 0ms);
}

.nsx-reveal.nsx-revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .nsx-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

#dashboard.xell-dashboard .xell-stat-card,
#dashboard.xell-dashboard .xell-hero-card,
#dashboard.xell-dashboard .xell-progress-card,
#dashboard.xell-dashboard .xell-action-card {
  background: var(--nsx-glass);
  border: 1px solid var(--nsx-glass-border);
  box-shadow: var(--nsx-glass-shadow);
  backdrop-filter: blur(18px);
}

#dashboard.xell-dashboard .xell-stat-card::after {
  background: radial-gradient(circle, rgba(111, 194, 164, 0.25), transparent 70%);
}

#dashboard.xell-dashboard .xell-action-arrow,
#dashboard.xell-dashboard .xell-stat-change {
  color: var(--nsx-accent);
}

#dashboard.xell-dashboard .xell-progress-circle {
  background: conic-gradient(#6fc2a4 0 60%, var(--nsx-ring-bg) 60% 100%);
  color: var(--nsx-text);
}

#dashboard.xell-dashboard .xell-progress-circle small {
  color: var(--nsx-text-soft);
}
