body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

p {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-family: 'Roboto', sans-serif;
}

h3 {
  font-family: 'Roboto', sans-serif;
}

h4 {
  font-family: 'Roboto', sans-serif;
}

h5 {
  font-family: 'Roboto', sans-serif;
}

h6 {
  font-family: 'Roboto', sans-serif;
}

a {
  font-family: 'Roboto', sans-serif;
}

button {
  font-family: 'Roboto', sans-serif;
}

.primarylogo {
  font-size: 1rem !important;
}

.text-primary {
  color: var(--text-primary);
}

.text-primary-main {
  color: var(--blue);
}

#wrapper #content-wrapper {
  background-color: #F7F8FA;
  width: 100%;
  overflow-x: hidden;
  box-shadow: none;
}

.topbar {
  border-bottom: 1px solid #E9EBF0;
  background: #F7F8FA !important;
}

.object-fit {
  object-fit: contain;
}

.sidebar {
  border-right: 1px solid #E9EBF0;
  background-color: #F7F8FA;
}

.sidebar .sidebar-brand {
  border-bottom: 1px solid #E9EBF0;
  padding: 0 20px;
}

#sidebarToggleTop .fa.fa-bars {
  font-size: 16px;
}

.sidebar .nav-item .nav-link span {
  margin-left: 5px;
  vertical-align: middle;
}

.table-bordered thead th,
.table-bordered thead td {
  font-weight: 500;
}

.sidebar .nav-link img {
  width: 20px !important;
}

.dash-sec .card:hover .text_color,
.h5 {
  color: #000;
}

.dash-sec .card:hover .h5 {
  color: #000;
}

.divid-tabs {
  border-bottom: 0px solid #000;
}

.divid-tabs a {
  text-decoration: none !important;
  padding: 10px 20px;
  margin: 0 5px;
}

.divid-tabs a.active,
.divid-tabs a:hover {
  text-decoration: none !important;
  padding: 10px 20px;
  background: #0D5EF8;
  margin: 0 5px;
  font-weight: bold;
  color: #fff;
}

.bg-surface-secondary {
  background-color: #F7F8FA !important;
}

.card {
  position: relative;
  background: #fff;
  border-radius: 0px;
  display: flex;
  border: none;
  border-radius: 10px;
}

.selectthemecard {
  box-shadow: 4px 4px 4px 4px rgb(10 22 70 / 8%), 0px 4px 4px 4px rgb(10 22 70 / 8%);
  background-color: transparent !important;
}

.view_wesite {
  font-size: 13px;
  border-radius: 3px;
  color: #000;
  font-weight: 500;
}

.view_wesite.border:hover {
  background-color: #f5f5f5;
  text-decoration: none;
  color: inherit;
}

.shadows {
  padding: 10px !important;
}

.rounded-circle {
  border-radius: 50%;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.375rem;
  width: 3rem;
  height: 3rem;
}

.bg-first {
  background-color: transparent;
  color: #959595;
  border: 3px solid #006ED366;
}

.bg-second {
  background-color: transparent;
  color: #959595;
  border: 3px solid #FF7E07;
}

.bg-third {
  background-color: transparent;
  color: #959595;
  border: 3px solid #00683833;
}

.bg-fourth {
  background-color: transparent;
  color: #959595;
  border: 3px solid #ECBA22;
}

.card_first {
  background-color: #369FFF;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 0px rgba(54, 159, 255, 0.40);
}

.card_second {
  background-color: #FF993A;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 0px rgba(255, 153, 58, 0.40);
}

.card_third {
  background-color: #8AC53E;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 0px rgba(138, 197, 62, 0.40);
}

.card_fourth {
  background-color: #FFC000;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 0px rgba(138, 197, 62, 0.50);
}

.fas {
  font-size: 15px;
}

.text_color {
  color: #000;
}

.h5 {
  position: relative;
  font-weight: 500;
  font-size: 2.2rem;
  color: #000;
}

.text-primary {
  color: #000 !important;
  font-weight: 500;
}

.tableCard {
  padding: 10px;
  box-shadow: 0 7px 25px rgb(0 0 0 / 8%) !important;
}

.imageuploadtext {
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.btn-group .btn-outline-dark {
  border: none;
}

.dataTables_wrapper .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dataTables_wrapper .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dataTables_length label {
  margin: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
}

.dataTables_filter input {
  margin: 0 0px 0 10px;
}

.dataTables_length {
  float: none;
  width: 40%;
}

.pagination {
  margin-bottom: 0rem;
}

input[type=file] {
  color: #d8d8d8;
  font-size: 12px;
  width: 100%;
}

#example_length select {
  margin: 0 5px 0 10px;
  width: auto;
}

.tablespaces {
  padding: 0 0.5rem;
}

.btn-default {
  font-size: 18px;
}

.save {
  font-size: 14px;
}

label .fa-info:before {
  content: "\f129";
  color: #bdbdbd;
  border-radius: 10px;
  margin-left: 0px;
  font-size: 0.5rem;
  background-color: transparent;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
}

.displayblk {
  display: block;
}

.subtext {
  color: var(--subtext);
  font-size: 12px;
}

.select2-search__field {
  border-color: #E9EBF0 !important;
}

.uploadstext {
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-selection {
  border: solid #E9EBF0 1px !important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  border-color: #E9EBF0 !important;
}

.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
  border-color: #E9EBF0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  min-height: 35px;
  height: auto;
}

.select2-selection--single {
  height: 34px !important;
}

.select2-container .select2-selection--multiple {
  min-height: 34px !important;
}

.logosettings {
  padding: 20px;
  width: 100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.submenu {
  position: absolute;
  list-style: none;
  display: none;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background: white;
}

.dropdown-menu li:hover .submenu {
  display: block;
}

.border-radius-0 {
  border-radius: 0;
}

.seo_keyword .selectize-control {
  height: auto;
  padding: initial;
  line-height: 0;
  border: 0;
}

.seo_keyword .selectize-input {
  border-radius: 0.5rem;
  min-height: 40px;
  line-height: normal;
}

#profile_image {
  font-size: 10px;
}

.admin-login-bg {
  background: url(/admin/img/login-bg-1.png);
  background-repeat: repeat;
  background-size: 100%;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

/* .login-bg-white {
  background-color: #fff !important;
  max-width: 1280px;
  border-radius: 20px;
  min-height: 460px;
} */

.login-bg-white-forgot-password {
  background-color: #fff !important;
  max-width: 1280px;
  border-radius: 20px;
  height: 100%;
}

.vendor-login-bg .ven {
  background-color: #fff !important;
  max-width: 1280px;
  border-radius: 20px;
  min-height: 600px;
}

.welcome-text-admin {
  font-size: 25px;
  color: var(--primary_color);
}



.box-size {
  height: 55px;
  border-color: #E0E0E0;
}

#login-admin button {
  font-size: 25px;
}

.img-width {
  width: 200px;
}

.head-msg h2 {
  font-weight: 500;
}

.content-msg {
  color: rgba(82, 82, 82, 1);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.user-face span {
  font-size: 17px;
  font-weight: bold;
  color: rgba(82, 82, 82, 1);
  background-color: rgba(255, 235, 133, 1);
  border-radius: 3px;
}

.log-lable {
  color: rgba(136, 133, 133, 1);
  font-size: 20px;
  font-weight: bold;
}

#website_status.primary {
  color: var(--primary_color) !important;
}

#website_status.secondary {
  color: var(--secondary_color) !important;
  height: 40px;
}

.nav-pills-custom .nav-link {
  color: #000;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #45b649;
  background: #fff;
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

#myAreaChart {
  width: 100%;
  height: 100%;
}

#myAreaChart1 {
  width: 100%;
  height: 100%;
}

.vendorfilter {
  color: #fff !important;
}

@media only screen and (max-width:320px) {
  .vendorfilter {
    margin-left: 49px !important;
  }

}

.vendorfilter:hover {
  color: #0993D2 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent !important;
}

.fs-13 {
  font-size: 11px;
}

.tab1 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #f1f1f1;
}

/* Create an active/current tablink class */
.tab1 button.active {
  background-color: #f1f1f1;
}

/* Style the tab content */
.tabcontent1 {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tab1 {
  overflow: hidden;
}

#vendor_Commission {
  display: block;
}

.edit-commission {
  background-color: transparent;
  border: 0;
}

.currencydrop .select2-container {
  width: auto !important;
}

.billdetails th {
  padding: 5px 0px;
}

.billdetails td {
  padding: 5px;
}

/* 
.checkcircular {
  text-align: center;
  place-items: center;
  height: 100%;
  display: grid;
  background: #000;
}

.circular {
  height: 100px;
  width: 100px;
  position: relative;
  place-items: center;
}

.circular .inner,
.circular .outer,
.circular .circle {
  position: absolute;
  z-index: 6;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
}

.circular .inner {
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  background-color: #83e176;
  border-radius: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.circular .circle {
  z-index: 1;
  box-shadow: none;
}

.circular .numb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 18px;
  font-weight: 500;
  color: #34ad24;
}

.circular .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}

.circle .bar .progress {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0px);
}

.circle .bar .progress,
.dot span {
  background: #34ad24;
}

.circle .left .progress {
  z-index: 1;
  animation: left 4s linear both;
}

@keyframes left {
  100% {
    transform: rotate(180deg);
  }
}

.circle .right {
  z-index: 3;
  transform: rotate(180deg);
}

.circle .right .progress {
  animation: right 4s linear both;
  animation-delay: 4s;
}

@keyframes right {
  100% {
    transform: rotate(180deg);
  }
}

.circle .dot {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 10px;
  margin-top: -5px;
  animation: dot 8s linear both;
  transform-origin: 0% 50%;
}

.circle .dot span {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

@keyframes dot {
  0% {
    transform: rotate(-90deg);
  }

  50% {
    transform: rotate(90deg);
    z-index: 4;
  }

  100% {
    transform: rotate(270deg);
    z-index: 4;
  }
} */

.orderlogs li {
  display: flex;
  flex-wrap: nowrap;
}

.orderlogs .time {
  position: relative;
  padding: 0 1.5em 20px;
}

.orderlogs .time::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 7px;
  transform: translateX(50%);
  border-radius: 50%;
  background: #bdbdbd;
  border: 1px #000 solid;
  width: .8em;
  height: .8em;
}

.orderlogs .statusnote {
  padding-top: 3px !important;
  position: relative;
  font-size: 12px;
}

.orderlogs .statusnote::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -5px;
  height: 100%;
  border-left: 1px #020202 solid;
  top: 8px;
}

.orderlogs li:last-child .statusnote::before {
  height: 0%;
}

#liveAlert {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}

.ordershort_tags {
  cursor: pointer;
}


.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin: 0 3px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D4DBDE;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 4px;
  ;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: red;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}

.circle {
  width: 200px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;

  strong {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 43px;
  }
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

.uploader1 model-viewer {
  position: absolute;
}

.optionalfield {
  opacity: 0.6;
  font-size: 9px;
}

.text_bottom {
  margin-bottom: 20px;
  align-items: baseline;
}

.text_bottom {
  margin-bottom: 20px;
}

.show #dLabel {
  background-color: #fff;
  border-top: solid 1px #164A9E;
  border-left: solid 1px #164A9E;
  border-right: solid 1px #164A9E;
  border-bottom: solid 1px transparent;
  border-radius: 10px 10px 0 0;
  background-color: #EFF5FF;
  box-shadow: 0px 0px 10px 0px #164a9e4d;
}

#dLabel {
  width: 130px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #fff;
  text-align: left;
  box-shadow: 3px 3px 6px #0000001A;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
  font: normal normal normal 12px/14px;
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
}

.show #dLabel:hover {
  background-color: #EFF5FF;
  border-top: solid 1px #164A9E;
  border-left: solid 1px #164A9E;
  border-right: solid 1px #164A9E;
  border-bottom: solid 1px transparent;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 10px 0px #164a9e4d;
  font: normal normal normal 12px/14px;
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
}

#dLabel:hover {
  width: 130px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #000000;
  text-align: left;
  box-shadow: 3px 3px 6px #0000001A;
  border-radius: 10px;
}

.dropdown .dropdown-menu.show {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  padding-top: 5px;
  padding: 10px auto !important;
  box-shadow: 0px 5px 5px 0px #164a9e4d;
}

.dropdown .dropdown-menu.show:hover {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  padding-top: 5px;
  padding: 10px auto !important;
  box-shadow: 0px 5px 5px 0px #164a9e4d;
}

.dropdown-menu {
  width: 130px;
  min-width: 130px;
  margin-top: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 0 0 10px 10px
}

.dropdown button:hover,
.dropdown button:focus {
  border: none;
  outline: 0;
}

.dropdown.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #164A9E;
  border-bottom: none;
}

.dropdown.open ul {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #164A9E;
  border-top: none;
  overflow-y: scroll;
}

.dropdown-menu li {
  line-height: 1.5;
  color: #164A9E;
  font-size: 12px;
  cursor: pointer;
  padding: 5px 8px;
  border-top: solid 1px transparent;
}

.dropdown-menu li:hover {
  background-color: #164A9E;
  color: #fff;
}

.mobapp-image-upload {
  max-width: 100px;
  object-fit: contain;
}

.uploadfile::file-selector-button {
  border: 1px dotted #A3A3A3;
  color: #000000;
  background-color: white;
  padding: 8px 20px;
  border-radius: 0px;

}

.uploadfile[type=file] {
  border: none;
  height: 53px;
  border-radius: 0px;
}

.inputvalidation {
  background-image: none !important;
}

.inputvalidation:optional {
  border-color: #E9EBF0 !important;
}

.hide {
  display: none;
}

.langlist th {
  border-bottom-color: #f1f1f1 !important;
}

.table.remborder> :not(:last-child)> :last-child>* {
  border-bottom-color: white;
  border: 0;
}

.dashboard .topbar .topbar-divider {
  border-right: 1px solid #EBEEF2;
  height: calc(4rem - 3rem);
}

.sticky-footer {
  background-color: #F7F8FA !important;
}

.dashboard .tableCard {
  border-radius: 10px;
  box-shadow: none !important;
  min-height: 673px;
}

.dashboard .edits {
  color: #B8BFCC;
  font-size: 17px;
  font-weight: 600;
}

.sidemenus.toggled .sidebar-brand-icon {
  margin-left: 0rem !important;
}

.dashboard .tableCard .card-header h2 {
  display: inline-block;
  background-color: rgba(236, 72, 153, 0.10);
  padding: 10px;
  border-radius: 5px;
  height: auto;
  width: auto;
  text-align: center;
  font-size: 17px;
}

.dashboard .tableCard th {
  font-size: 16px;
  color: #1F2633;
  padding-bottom: 6px;
  padding-left: 0;
}

.dashboard .tableCard td {
  padding-left: 0;
}

.dashboard .card-header {
  border-color: #E9EBF0;
  padding-bottom: 6px !important;
  padding-top: 9px !important;
}

.tabbrd {
  border-bottom: 1px solid #E9EBF0;
  padding-bottom: 4px;
}

.has-search .form-control {
  padding: 0px 0px 0px 35px;
  height: 40px;
  border-radius: 8px;
  font-weight: 500;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.card-header h6 {
  background-color: rgba(236, 72, 153, 0.10);
  padding: 10px;
  border-radius: 5px;
  font-size: 17px;
}

.pls {
  font-size: large;
  color: #7a7a7a;
}

.color {
  background-color: rgba(236, 72, 153, 0.10);
  padding: 10px;
  border-radius: 5px;
  font-size: 17px;
}

.color1 {
  background-color: rgba(236, 72, 153, 0.10);
  padding: 10px;
  border-radius: 5px;
  font-size: 17px;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: #E9EBF0;
}

.prdname .vewprd tr th {
  padding-left: 0px;
}

.fw-500 {
  font-weight: 500;
}

.card-header {
  border-bottom: 1px solid #E9EBF0;
}

.addlocation .select2-container .select2-selection--multiple {
  border-radius: 0;
  height: 40px;
}

#accordionSidebar .collapse-inner {
  padding: 0 0px 0 25px;
  z-index: 1;
}

.fs-12 {
  font-size: 12px;
}

.prdfeaturebtn i,
.prdfeaturebtn span {
  color: #7a7a7a;
}

.prdfeaturebtn i:hover,
.prdfeaturebtn span:hover {
  color: #0d5ef8;
}

#get_attitems {
  height: 34px;
  line-height: 18px;
  font-size: 14px;
}

.prdattribute .select2-selection {
  padding-bottom: 0px;
  line-height: 22px;
  font-size: 14px;
}

.prdattribute .select2-search__field {
  margin-left: 10px !important;
}

.borderimg {
  border: 2px dotted gray;
}

.inventory_location_add .select2-selection {
  border-radius: 0 !important;
  height: 40px;
  line-height: 30px;
}

.select2-container--default .select2-selection--multiple {
  padding: 0 6px;
}

.vendorids .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 0px;
}

.vendorids .select2-container--default .select2-selection--multiple {
  border-radius: 0px;
}

.vendorids .vendorfilter {
  padding: 7px 7px;
}

.venprd .select2-container--default .select2-selection--multiple {
  border-radius: 0px;
}

@media only screen and (max-width:320px) {
  .venprd .select2-container--default .select2-selection--multiple {
    width: 100px;
  }

}

.selectize-input {
  border: 1px solid #E9EBF0 !important;
}

.imgdotted {
  border: 2px dotted #A3A3A3;
}

.taxrate .dropdown-toggle::after {
  display: none;
}

pa .viewsvendor th {
  font-weight: 500 !important;
}

#timeval {
  padding: 0px 10px;
  text-transform: capitalize;
}

#addproductModalLabel {
  font-weight: 500;
}

.vendorearnings table th,
.vendorearnings table td {
  padding-left: 0px;
}

.vendorearnings table th {
  font-weight: 600;
}

.vendorearnings .modal-body {
  padding-top: 3px;
}

.processing-payout .dataTable {
  padding-bottom: 0.5rem !important;
}

.processing-payout #example_info {
  padding-top: 0px;
}

.vendors #addproductModal th {
  padding-left: 0;
  padding-top: 0px;
}

.vendors #addproductModal td {
  padding-left: 0;
}

.venearnings #example td {
  padding-left: 0;
}

.venearnings #example th {
  padding-left: 0;
}

/* .addterritory select {
  height: 31px;
} */

.productlist .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}

.filterui {
  border-radius: 4px;
  height: 34px;
  border-color: #E9EBF0 !important;
}

.productlist .dropdown-menu li:hover {
  background-color: transparent;
  color: #fff;
}

.productlist .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #858796;
}

.theme-settings #customModal input[type="file"] {
  height: 34px;
  font-size: 14px;
}

.text-black {
  color: #000;
}

.overviewreport .divid-tabs a {
  color: #98A2B2;
}

.overviewreport .divid-tabs a:hover {
  color: #fff;
}

.overviewreport .divid-tabs a.active {
  color: #fff;
}

.blogsadd .select2-container .select2-selection--multiple {
  min-height: 39.7px !important;
  border-radius: 0.5rem;
}

.blogsadd .select2-container--default.select2-container--focus .select2-selection--multiple {
  line-height: 29px;
}

.blogsadd .select2 {
  line-height: 28px;
}

.seo_keyword .inputvalidation {
  height: 39.7px;
}

.visiblityalign {
  margin-top: 1.5px;
}

.nav-item.active span {
  font-weight: 600;
  color: #0d6efd;
}

/* .btn-close span{
  display: none;
}

.btn-close{
  margin-top: 2px;
  font-size: medium;
} */
.delete_image {
  position: absolute;
  top: -10px;
  right: 2px;
  font-weight: bold;
  font-size: 8px;
  border: 1px solid;
  border-radius: 25px;
  padding: 5px;
}

.task_btn .fa-tasks {
  color: #7a7a7a;
}

.task_btn span {
  color: #7a7a7a;
}

.slideimage {
  width: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 320px) and (max-width:426px) {
  .head-msg h2 {
    font-weight: 500;
    font-size: 12px;
  }

  .content-msg {
    font-size: 12px;
    line-height: 17px;
  }

  .user-face span {
    font-size: 9px;
  }

  .img-width {
    width: 115px;
  }

  .log-lable {
    font-size: 15px;
  }

  .login-bg-white {
    min-height: 0;
  }

  #login-admin button {
    font-size: 17px;
  }

  .h-40vh {
    height: 50vh;
  }
}

@media only screen and (min-width:768px) and (max-width:992px) {
  .head-msg h2 {
    font-weight: 500;
    font-size: 19px;
  }

  .content-msg {
    font-size: 12px;
    line-height: 17px;
  }

  .user-face span {
    font-size: 12px;
  }

  .img-width {
    width: 150px;
  }

  .log-lable {
    font-size: 17px;
  }

  #login-admin button {
    font-size: 17px;
  }

  .login-bg-white {
    min-height: 0;
  }

  .h-40vh {
    height: 50vh;
  }
}

.typefilecss {
  font-size: 13px !important;
  height: 33px;
}

#toggle_image_show,
.toggled #toggle_image_hide {
  display: none;
}

.toggled #toggle_image_show {
  display: block;
}

.totalslices .selectize-control {
  height: auto;
  padding: initial;
  line-height: 0;
  border: 0;
}

.totalslices .selectize-input.has-items {
  padding: 2px 8px;
}

.upload_img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}

/* @media only screen and (max-width:320px) {
    .sidebar{
    z-index: 1;
          position: absolute;
          width: 98%;
          align-items: center;
      }
  } */


@media only screen and (max-width:567px) {
  #timeval {
    font-size: 12px;
  }

  .dataTables_length label {
    display: none;
  }

  .dataTables_filter {
    display: none;
  }

  /* .sidebar-brand-icon{
    margin-left: 11px;
  } */
  .collapse-inner {
    background-color: white;

  }

  .card-header h6 {
    padding: 6px;
    height: 35px;
  }

  .card {
    width: 100%;
    overflow-x: auto;
  }

  .row {
    overflow-x: auto;
  }

  @media only screen and (max-width:567px) {
    .sidebar-brand-icon {
      width: 50%;
    }

    .card-header h6 {
      font-size: 15px;
    }

    .card-header {
      padding: 0%;
      margin-left: -14px;
    }

    .prdfeaturebtn {
      width: 270px;
    }

    .gone {
      font-size: 12px;
    }

    .slider:before {
      width: 12px;
      height: 12px;
      top: 1px;
    }

    .slider {
      height: 15px;
      width: 42px;
      left: -8px;
      top: 5px;
    }

  }

  .switch {
    width: 30px;
  }

  .view_wesite {
    font-size: 11px;
  }

  .ls-tight {
    font-size: 14px !important;
  }

}

.dataTables_filter label {
  margin-right: 12px !important;
}

/* #accordionSidebar{
  margin-left: -20px !important;
} */
.qwer {
  width: 92px;
}

.plues {
  width: 93px;
}


@media only screen and (max-width:375px) {

  .container,
  .container-fluid {
    padding-left: 5.5rem;
    padding-right: 1rem;
  }

  .collapse-inner {
    background-color: white;
  }

  .card {
    width: 100%;
    overflow-x: scroll;
  }

  .dataTables_length {
    display: none;
  }

  .card-header h6 {
    font-size: 12px;
  }

  .new-section .stats-item {
    padding: 7px 10px !important;
  }

  .new-section .stats-value {
    font-size: 1.1rem !important;
  }

  .new-section .stats-label {
    font-size: .6rem !important;
  }
}

@media (min-width: 376px) and (max-width: 576px) {
  .new-section .stats-item {
    padding: 9px 15px !important;
  }

  .new-section .stats-value {
    font-size: 1.3rem !important;
  }

  .new-section .stats-label {
    color: #6b7280;
    font-size: .7rem !important;
  }

  /* .sidebar .sidebar-brand {
      padding: 0 10px;
    } */
}

@media only screen and (max-width:425px) {
  #accordionSidebar {
    margin-left: -10px !important;
  }

  .collapse-inner {
    background-color: white;
  }

  .dataTables_length {
    width: 115px !important;
  }

  .card {
    overflow-x: scroll;
  }

  #btn-activate-video {
    font-size: 13px !important;
  }
}

.mobile-visible-table td {
  display: table-cell !important;
}

.view_wesite {
  display: flex;
  align-items: baseline;
  padding: 4px
}

.circular-progress {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  background: conic-gradient(#34ad24 0deg, transparent 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.3s linear;
}

.progress-value {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #34ad24;
  z-index: 2;
  background: #83e176;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.progress-dot {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #34ad24;
  border-radius: 50%;
  top: 47%;
  left: 50%;
  transform: rotate(-90deg) translate(50px) translateY(-50%);
  transform-origin: center left;
  z-index: 3;
  transition: transform 0.3s linear;
}

.printify-settings .card {
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
  border: 1px solid #e9eef5;
  border-radius: 12px
}

.printify-settings .card-header {
  background: #f9fbff;
  border-bottom: 1px solid #e9eef5;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}

.printify-settings .card-header strong {
  font-weight: 600;
  color: #1f2a44
}

.printify-settings .form-control {
  border-color: #dfe5ef;
  border-radius: 8px
}

.printify-settings .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 94, 248, .08);
  border-color: #0d5ef8
}

.printify-settings .btn {
  border-radius: 8px
}

.printify-settings .btn-outline-secondary {
  color: #1f2a44;
  border-color: #dfe5ef
}

.printify-settings .btn-outline-secondary:hover {
  background: #f3f6fc;
  border-color: #cfd7e6
}

.printify-settings .btn-primary {
  background: #0d5ef8;
  border-color: #0d5ef8
}

.printify-settings .btn-primary:hover {
  background: #0b51d6;
  border-color: #0b51d6
}

.printify-settings .form-check-input {
  width: 2.5em;
  height: 1.2em
}

.printify-settings .form-check-label {
  margin-left: .35rem;
  color: #465268
}

.printify-settings #orders-list>div,
.printify-settings #import-list>div,
.printify-settings #customers-list>div {
  border: 1px solid #eef2f7;
  border-radius: 10px;
  background: #fff
}

.printify-settings .form-inline {
  gap: .5rem
}

.printify-settings .card-body .row>div label {
  font-weight: 600;
  color: #465268
}

.printify-settings .h4 {
  font-weight: 700;
  color: #0b233f
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .printify-settings .form-inline {
    flex-wrap: wrap
  }

  .printify-settings #sync-interval {
    width: 100px
  }

  .manage-products {
    margin-top: 32px !important;
    margin-left: 6px;
  }

  .manage-products h1 {
    font-size: 16px !important;
  }

  /* Bottom status bar styles for mobile */
  .admin-status-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #ffffff;
    border-top: 1px solid #E9EBF0;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: center;
    padding: 0 15px;
    z-index: 1050;
    font-size: 13px;
  }

  .admin-status-bar .status-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .admin-status-bar .status-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .admin-status-bar .status-bar-expiry {
    color: #5a5c69;
    font-size: 12px;
    padding: 4px 10px;
    background: #e3f2fd;
    border-radius: 4px;
  }
}

.manage-products {
  margin-top: 1.5rem;
}

/* Mobile view: make buttons horizontal */
@media (max-width: 576px) {
  .view_wesite {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: -16px;

  }

  .setup-progress {
    display: block !important;
  }

  .setup-progress-header {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .setup-progress-header>*:not(.setup-progress) {
    margin-top: 10px !important;
  }

  .mls-2 {
    margin-left: 9px;
  }
}

.trial-expired-box {
  background: #e8f5e9;
  border: 1px solid #4caf50;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
  font-size: 14px;
  color: #2e7d32;
  display: inline-block;
  font-weight: 600;
}

.trial_expired {
  background: #ffd9d9;
  border: 1px solid #af4c4c;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  color: #bf1919;
  display: inline-block;
  font-weight: 600;
}

.trial-expired-box .expiry-date {
  font-weight: bold;
}

.trial-expired-box .upgrade-link {
  color: #1976d2;
  text-decoration: underline;
  font-weight: bold;
}

.trial-expired-box .upgrade-link:hover {
  color: #0d47a1;
  text-decoration: none;
}

.login-or {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #e0e0e0;
  line-height: .1em;
  margin: 10px 0 20px;
}

.login-or span {
  background: #fff;
  padding: 0 10px;
  color: grey;
  font-weight: 700;
}

.vendor-login-logo {
  width: 25%;
}

.rc_vendor_login .p-viewer {
  margin: 0;
  top: -34px;
  right: 3%;
}

#login-admin .rc_vendor_login button {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1.0rem;
  width: 100%;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

#login-admin .rc_vendor_login button:hover {
  color: var(--primary_color);
  background-color: #ffffff;
}

.vendor_owner_email_otp #valid_owner {
  font-size: 14px;
  font-weight: 700;
  background-color: #ffffff;
  border-color: var(--primary_color);
  width: 100%;
  color: var(--primary_color)
}

.vendor_owner_email_otp #valid_owner:hover {
  background-color: var(--primary_color);
  color: #ffffff;
}


.vendor_staff_email_otp #valid_staff {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  background-color: #ffffff;
  border-color: var(--primary_color);
  color: var(--primary_color);
}

.vendor_staff_email_otp #valid_staff:hover {
  background-color: var(--primary_color);
  color: #ffffff;
}

.vendor_otp_login .button-value {
  font-size: 14px !important;
  font-weight: 700;
  margin-bottom: 1.0rem;
  width: 100%;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: #ffffff;
}

.vendor_otp_login .button-value:hover {
  color: var(--primary_color);
  background-color: #ffffff;
}

.vendor_staff_otp_login .button-value {
  font-size: 14px !important;
  font-weight: 700;
  margin-bottom: 1.0rem;
  width: 100%;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: #ffffff;
}

.vendor_staff_otp_login .button-value:hover {
  color: var(--primary_color);
  background-color: #ffffff;
}

.vendor-login-bg #login-admin .nav-pills .nav-link.active {
  background-color: var(--primary_color);
  color: #ffffff;
}

.vendor-login-bg #login-admin .nav-pills .nav-link {
  color: var(--primary_color);
}

#login-admin .btn-close {
  font-size: 15px;
}

@media (max-width:426px) {
  .welcome-text-admin {
    font-size: 18px !important;
  }

  .vendor-login-logo {
    width: 40%;
  }
}

@media (max-width:320px) {
  .welcome-text-admin {
    font-size: 14px !important;
  }

  .vendor-login-logo {
    width: 45%;
  }
}

/* New UI Glass Panels */

.new-section .panel {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
}

.new-section .hero-card {
  border-radius: 12px;
  transition: .18s;
}

.new-section .hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.08);
}

/* .new-section .glass {
  background: rgba(255,255,255,0.56);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: 0 8px 20px rgba(2,6,23,0.06);
}

.new-section .hero-illustration {
  width:120px;
  height:90px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  box-shadow: inset 0 -6px 18px rgba(255,255,255,0.12);
} */

.new-section .mini-card {
  border-radius: 10px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
  transition: .12s;
}

.new-section .mini-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.08);
}

.new-section .stat-card {
  border-radius: 10px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 14px;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
}

.new-section .btn-pill {
  border-radius: 50rem !important;
  padding: .45rem 1rem;
  background-color: #448bf7;
  border: 0;
  font-weight: 600;
  color: #fff;
}

.new-section .btn-pill:hover {
  background-color: #000;
  color: #fff;
}

.new-section .task-uis {
  border-radius: 10px;
  background: #F4F6FF;
  border: 1px solid #e5e7eb;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
  transition: .12s;
}

.new-section .task-uis:hover {
  /* transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(2,6,23,0.08); */
}


/* 
.new-section .task-img-box {
  width:140px;
  height:96px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.new-section .bg-blue-light { background:#eaf5ff; }
.new-section .bg-green-light { background:#e8fbdf; }

.new-section .muted { color:#6b7280; }

@media (max-width: 767.98px) {
  .new-section .task-img-box,
  .new-section .hero-illustration { display:none; }
} */

/* Stats Box – Colorful Glass Gradient Design */
.new-section .stats-box {
  display: flex;
  gap: 22px;
}

.navbar {
  position: relative;
}

@media only screen and (max-width:900px) {
  .new-section .stats-box {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
  }

  .new-section .stats-item {
    flex: 0 0 calc(50% - 11px);
    min-width: auto !important;
  }
}

/* Admin Search Container - Exact same styling as Customer Dashboard */
#searchContainer {
  min-width: 213px;
  max-width: 350px;
  display: flex !important;
  flex-wrap: nowrap;
  position: relative;
  z-index: 100;
}

#searchContainer input[type="text"] {
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 5px 0 0 5px;
  border-right: none;
  padding: 8px 0px 8px 10px;
  font-size: 14px;
  color: #5a5c69;
  transition: all 0.3s ease;
  height: 43px;
  flex: 1;
  min-width: 0;
  outline: none;
}

#searchContainer input[type="text"]:focus {
  background-color: #fff;
  border-color: #fff;
}

#searchContainer input[type="text"]::placeholder {
  color: #858796;
}

#searchContainer span {
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  border-left: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  height: 43px;
}

#searchContainer:hover input[type="text"],
#searchContainer:hover span {
  border-color: #d1d3e2;
}

#searchContainer:hover span {
  background-color: #fff;
}

#searchContainer i.fas.fa-search {
  width: 16px;
  height: 16px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#searchContainer:hover i.fas.fa-search {
  opacity: 1;
}

/* Prevent search container collapse */
#searchContainer {
  visibility: visible !important;
  opacity: 1 !important;
  height: 43px !important;
  overflow: visible !important;
}

/* Admin Header Responsive Search - Same as Customer Dashboard */
@media (max-width: 576px) {
  #searchContainer {
    display: none;
  }

  .toggle-option {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .view-website-text {
    display: none;
  }

  .setup-checkbox {
    left: 9px !important;
    width: 21px !important;
    height: 21px !important;
  }
}

@media (max-width: 768px) {
  #searchContainer {
    min-width: 200px;
  }

  .new-section .panel {
    margin-top: 10px !important;
  }

  .subscription-expiry {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    margin-top: 6px;
    display: flex;
    justify-content: center;
    z-index: 10;
  }

  /* .sidebar .sidebar-brand {
      padding: 0 20px;
    } */
  .trial-expired-box {
    font-size: 11px;
  }

  /* .sidebar-brand-icon img {
      width: 80px !important;
    } */
}

@media (max-width: 992px) {
  #searchContainer {
    min-width: 180px;
  }
}

.new-section .stats-item {
  padding: 16px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  min-width: 130px;
}

/* Hover Glow */
/* .new-section .stats-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(0,0,0,0.18);
  border-color: rgba(255,255,255,1);
} */

/* Left color bars */
.stats-item.users {
  border-left: 6px solid #DBDBDB;
}

.stats-item.products {
  border-left: 6px solid #DBDBDB;
}

.stats-item.orders {
  border-left: 6px solid #DBDBDB;
}

.stats-item.vendor {
  border-left: 6px solid #DBDBDB;
}

.new-section .stats-item.users a:hover,
.new-section .stats-item.products a:hover,
.new-section .stats-item.orders a:hover,
.new-section .stats-item.vendor a:hover {
  text-decoration: none !important;
}

.new-section .stats-label {
  color: #6b7280;
  font-size: .8rem;
}

.new-section .stats-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
}

/* Modern card container */
/* .dashboard-card {
  min-height: 603px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  padding: 0;
  transition: .2s ease;
}

.dashboard-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.10);
} */

/* Card Header */
/* .dashboard-card-header {
  padding: 16px 18px;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, #f3f4f6, #fafafa);
}

.dashboard-card-header h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  color: #111827;
} */

/* Tables */
/* .dashboard-table {
  width: 100%;
  border-collapse: collapse;
}

.dashboard-table thead th {
  font-size: .85rem;
  text-transform: uppercase;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 12px;
  background: #f9fafb;
}

.dashboard-table tbody tr {
  transition: .15s ease;
}

.dashboard-table tbody tr:hover {
  background: #f3f4f6;
}

.dashboard-table td {
  padding: 12px;
  font-size: .95rem;
  color: #111827;
  border-bottom: 1px solid #f1f5f9;
} */

/* Action buttons */
/* .btn-table {
  padding: 4px 8px;
  border-radius: 8px;
  font-size: .8rem;
}

.btn-view { color: #28a745;background-color: transparent; }
.btn-edit { color: #28a745; }

.progress-card {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
} */

/* Segmented progress container */
/* .segment-progress {
  display: flex;
  gap: 6px;
  margin-top: 12px;
} */

/* Individual blocks */
/* .segment-progress .segment {
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 6px;
  transition: .3s ease;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
} */

/* Active colored blocks */
/* .segment-progress .segment.active {
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  box-shadow: 0 2px 6px rgba(59,130,246,0.35);
} */

/* Optional hover effect */
/* .segment-progress .segment.active:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(59,130,246,0.45);
} */
/* CARD */
.setup-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.setup-card:hover {
  border: 1px solid #155DFC;
}

/* SETUP CARD CHECKBOX */
.setup-checkbox {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 23px;
  height: 23px;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}

.setup-card:hover .setup-checkbox:not(.completed) {
  background: #155DFC;
  border-color: #155DFC;
}

.setup-card:hover .setup-checkbox:not(.completed)::after {
  content: '\f013';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 10px;
}

.setup-checkbox.completed {
  background: #00A63E;
  border-color: #00A63E;
}

.setup-checkbox.completed::after {
  content: '\2713';
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.setup-checkbox:not(.completed) {
  border-color: #d1d5db;
  background: #f9fafb;
}

/* HEADER */
.setup-card .card-header {
  background: transparent;
  border-bottom: none;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 8px;
  display: flex;
  align-items: flex-start;
  min-height: 60px;
}

.setup-card .setup-title {
  font-weight: 600;
  font-size: 16px;
  color: #111827;
  padding-bottom: 4px;
  padding-top: 7px;
}

.setup-card .setup-desc {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.6;
  min-height: 49px;
}

/* BODY */
.setup-card .card-body {
  display: none;
}

/* FOOTER */
.setup-card .card-footer {
  background: #fff;
  border-top: none;
  padding: 8px 16px 16px 16px;
}

/* BUTTON */
.setup-btn {
  background: #3b82f6;
  border: none;
  color: white;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 6px;
  width: 100%;
  transition: .2s;
  font-size: 14px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.setup-btn:hover {
  background: #2563eb;
  color: white;
  text-decoration: none;
}

.setup-btn:hover {
  opacity: .9;
}

.icon-edit {
  font-size: 16px;
  color: #448bf7;
}

.cards {
  border-radius: 20px;
}

/* #analyticsLineChart {
    height: 300px !important;
} */


/*New CSS Update*/

/* Support Service Modern Button Styles */
.support-buttons-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.support-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-decoration: none;
  color: #374151;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.support-btn:hover {
  /* transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
  text-decoration: none;
  background: #00A63E;
  border-color: #00A63E;
  color: #fff;

}

.support-btn:hover .support-label {
  color: #fff;
}

.support-icon {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.support-label {
  font-weight: 400;
  font-size: 14px;
  color: #111827;
  line-height: 1;
}

/* Modern Product Card Styles */
.modern-product-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.2s ease;
  border: 1px solid #E5E7EB;
  height: auto;
  display: flex;
  flex-direction: column;
}

.modern-product-card:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.product-icon-box {
  width: 48px;
  height: 48px;
  padding: 10px;
  background: #3b82f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-title {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.4;
}

.product-description {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  min-height: 84px;
}

.modern-product-btn {
  background: #155DFC;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  align-self: flex-start;
}

.modern-product-btn:hover {
  background: #2563eb;
  color: #ffffff;
  text-decoration: none;
  transform: translateX(2px);
}

.btn-arrow {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.modern-product-btn:hover .btn-arrow {
  transform: translateX(2px);
}

.icon-cube {
  background: #FAF5FF;
  width: 48px !important;
  height: 48px !important;
  color: #3b82f6;
}

.icon-purple {
  background: #FAF5FF !important;
  width: 48px !important;
  height: 48px !important;
  color: #a855f7;
}

.btn-purple {
  background: #a855f7 !important;
}

.btn-purple:hover {
  background: #9333ea !important;
  color: #ffffff;
  text-decoration: none;
  transform: translateX(2px);
}

/* New service card color variations */
.icon-pixlnexs {
  background: #FAF5FF !important;
  width: 48px !important;
  height: 48px !important;
  color: #9810FA;
}

.btn-pixlnexs {
  background: #9810FA !important;
}

.btn-pixlnexs:hover {
  background: #7e0ed6 !important;
  color: #ffffff;
  text-decoration: none;
  transform: translateX(2px);
}

.icon-flicknexs {
  background: #EFF6FF !important;
  width: 48px !important;
  height: 48px !important;
  color: #155DFC;
}

.btn-flicknexs {
  background: #155DFC !important;
}

.btn-flicknexs:hover {
  background: #1349d0 !important;
  color: #ffffff;
  text-decoration: none;
  transform: translateX(2px);
}

.icon-ai-ad-gen {
  background: #FFFBEB !important;
  width: 48px !important;
  height: 48px !important;
  color: rgb(225, 113, 0);
}

.btn-ai-ad-gen {
  background: #E17100 !important;
}

.btn-ai-ad-gen:hover {
  background: #c55e00 !important;
  color: #ffffff;
  text-decoration: none;
  transform: translateX(2px);
}

.icon-marketers {
  background: #F0FDF4 !important;
  width: 48px !important;
  height: 48px !important;
  color: rgb(0, 136, 50);
}

.btn-marketers {
  background: #00A63E !important;
}

.btn-marketers:hover {
  background: #008832 !important;
  color: #ffffff;
  text-decoration: none;
  transform: translateX(2px);
}

.icon-developers {
  background: #EEF2FF !important;
  width: 48px !important;
  height: 48px !important;
  color: rgb(61, 42, 196);
}

.btn-developers {
  background: #4F39F6 !important;
}

.btn-developers:hover {
  background: #3d2ac4 !important;
  color: #ffffff;
  text-decoration: none;
  transform: translateX(2px);
}

.icon-designers {
  background: #FDF2F8 !important;
  width: 48px !important;
  height: 48px !important;
  color: rgb(196, 0, 95);
}

.btn-designers {
  background: #E60076 !important;
}

.btn-designers:hover {
  background: #c4005f !important;
  color: #ffffff;
  text-decoration: none;
  transform: translateX(2px);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .support-buttons-container {
    flex-direction: column;
    gap: 8px;
  }

  .support-btn {
    min-width: auto;
    width: 100%;
  }

  .modern-product-card {
    padding: 20px;
  }

  .product-icon-box {
    width: 40px;
    height: 40px;
  }

  .product-icon {
    font-size: 16px;
  }

  .product-title {
    font-size: 16px;
  }
}

/* Modern Demo/Live Toggle Styles */
.demo-live-toggle-container {
  display: flex;
  align-items: center;
}

.demo-live-toggle {
  position: relative;
  display: inline-block;
}

.toggle-input {
  display: none;
}

.toggle-background {
  position: relative;
  background: #F3F4F6;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  padding: 2px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 36px;
}

.toggle-option {
  position: relative;
  z-index: 2;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  transition: color 0.3s ease;
  cursor: pointer;
  min-width: 54px;
  text-align: center;
  color: #5f6368;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  background: #ffffff;
  border-radius: 8px;
  transition: transform 0.3s ease;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.toggle-input:checked+.toggle-background .toggle-slider {
  transform: translateX(100%);
  background: #ffffff;
}

.toggle-input:not(:checked)+.toggle-background .demo-option {
  color: #374151;
  font-weight: 600;
}

.toggle-input:checked+.toggle-background .live-option {
  color: #059669;
  font-weight: 600;
}

.demo-option::before,
.live-option::before {
  display: none;
}

/* green dot for Demo when it's active (not checked) */
.toggle-input:not(:checked)+.toggle-background .demo-option::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
}

/* green dot for Live when it's active (checked) */
.toggle-input:checked+.toggle-background .live-option::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
}

.view-website-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #4285f4;
  border: 1px solid #4285f4;
  border-radius: 20px;
  padding: 8px 16px;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  height: 36px;
}

.view-website-btn:hover {
  background: #3367d6;
  border-color: #3367d6;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(66, 133, 244, 0.3);
}

.view-website-text {
  white-space: nowrap;
}

.view-website-icon {
  font-size: 12px;
  opacity: 1;
  margin-left: 2px;
}

/* cards styles for mini-card components */
.mini-card-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  background: #F9FAFB;
  justify-content: center;
  font-size: 20px;
}

.new-section .mini-card:hover {
  border: 1px solid #155DFC;
}

.mini-card:hover .mini-card-icon-box svg {
  color: #ffffff;
}

.mini-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;
  color: #155DFC;
  border: none;
  transition: all 0.2s ease;
}

.mini-card-btn .btn-arrow {
  transition: transform 0.2s ease;
}

.mini-card-btn:hover .btn-arrow {
  transform: translateX(3px);
}

/* Continuous Progress Bar Styles */
.continuous-progress {
  width: 100%;
}

.progress-track {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #60a5fa, #3b82f6);
  border-radius: 8px;
  transition: width 0.3s ease;
  position: relative;
}

.progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border-radius: 8px;
}

/* Progress Bar in Header */
.progress-bar-container {
  min-width: 200px;
}

.progress-bar-container.w-100 {
  width: 100%;
}

.progress-bar-container .progress-track {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.progress-bar-container .progress-fill {
  height: 100%;
  background: #155DFC;
  border-radius: 8px;
  transition: width 0.3s ease;
  position: relative;
}

/* Separate section styling for proper card boundaries */
.separate-section {
  margin-top: 24px;
  margin-bottom: 24px;
}

.separate-section .panel {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
}

/* Custom Support Number Styles */
.custom-support-icon-bg {
  width: 24px;
  height: 24px;
}

.custom-support-icon {
  font-size: 12px;
}

.custom-support-label {
  font-size: 11px;
  line-height: 1.2;
}

.custom-support-text {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
}

/* Product Uploader Styles */
#uploader {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
  background: #f3f3f3;
  border: 2px dashed #e8e8e8;
  margin: 0 auto;
}

#uploader input {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

#uploader p {
  margin: 0;
}

#uploader img {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -1px;
  left: -1px;
  z-index: 1;
  border: none;
}

#uploader img[src=""] {
  display: none;
}

.min-w-200 {
  min-width: 200px;
}

.loader-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.select2-container {
  width: 100% !important;
}