body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
    font-family: "Abel", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #000;
  }
* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;

}

.clr {
    clear: both;
}

button:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}


/* Login */
.login-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.login-left {
  width: 50%;
  height: 100vh;
}
.login-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-right {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 110px 0 0;
  background-color: #fff;
  overflow: auto;
}
.login-right .login {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.login-logo {
  margin-bottom: 48px;
}
.login-title {
  margin-bottom: 28px;
}
.login-title h2 {
  font-size: 48px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.login-title h2 span {
  font-size: 18px;
  margin-bottom: 0px;
}
.login-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 28px;
}
.login-form-box {
  text-align: left;
}
.login-form-box .form-group {
  margin-bottom: 16px;
}
.login-form-box .form-group label {
    font-size: 15px;
}
.login-form-box .form-group input {
  border: 1px solid #000000;
  height: 48px;
  padding: 10px 16px;
  border-radius: 0;
  outline: 0;
  box-shadow: 0 0 0;
}
.btn-login {
  max-width: 267px;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  height: 55px;
}
.btn-login:hover {
  background-color: #757575;
}
.login-form-btn {
  text-align: center;
  margin-top: 32px;
  padding-bottom: 30px;
}
.login-or {
  position: relative;
  margin-bottom: 15px;
}
.login-or::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  z-index: 0;
}
.login-or span {
  background-color: #fff;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

::placeholder {
  color: #6C757D;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #6C757D;
}
.login-bottom-text {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-top: 15px;
}
.login-bottom-text a {
    color: #000;
    text-decoration: underline;
}
.login-bottom-text a:hover {
    color: #000;
    text-decoration: none;
}
.input-right-icon {
    position: relative;
}
.input-right-icon input {
    padding-right: 42px !important;
}
.input-right-icon svg {
    position: absolute;
    top: 14px;
    right: 15px;
}

.header-main {
  display: none;
}

/* Offer */
.offer-main {
  background-color: #F9F7F5;
  padding: 97px 180px 30px;
  max-width: 888px;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
}
.offer-top {
  text-align: center;
  margin-bottom: 64px;
}
.offer-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
  color: #000;
}
.offer-title span {
  background: linear-gradient(90deg, #FF66C4 -2.59%, #ECEF54 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-weight: bolder;
}
.offer-data ul {
  list-style: disc;
  margin: 0 0 0 30px;
}
.offer-data .login-form-btn {
  margin-top: 70px;
}
/* plan */
.plan-main .plan-top {
  padding: 64px 0 32px;
}
.plan-top-text {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.plan-top-text span {
  margin-top: 4px;
  font-size: 18px;
  display: block;
}
.plans-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 60px;
  margin-right: 240px;
}
.plans-list {
  background-color: #F9F5F2;
  max-width: 220px;
  min-width: 220px;
  width: 100%;
  padding: 50px 25px 20px;
}
.plans-list .plans-top {
  margin-bottom: 40px;
}
.plans-list .plans-top .plans-name {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
.plans-list .plans-top .plans-price {
  font-size: 48px;
  color: #000;
}
.plans-list .plans-top .plans-price span {
  font-size: 30px;
}
.plans-list .plans-top .plans-top-info {
  font-size: 14px;
}
.plans-info ul li {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plans-list-text ul li {
  text-align: right;
  font-size: 20px;
  margin-bottom: 25px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.plans-info ul li svg {
  margin: 0 auto;
}
.basic-plan {
  background: linear-gradient(90deg, #FF66C4 -2.59%, #ECEF54 100%);
}
.free-plan {
  margin-top: 45px;
}
.basic-plan {
  margin-top: 22px;
}
.plans-list.basic-plan .plans-top {
  margin-top: 23px;
}
.plans-list.growth-plan .plans-top {
  margin-top: 45px;
}
.plans-list-text {
  margin-top: 264px;
  margin-right: 20px;
  min-width: 220px;
  width: 220px;
}
.plans-button button {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 9px;
}
.plans-button button:hover {
  background-color: #757575;
}

/* sidebar */
.sidebar {
  width: 290px;
  min-width: 290px;
  background-color: #000;
  min-height: 100vh;
  padding: 24px;
  position: fixed;
}
.sidebar-logo {
  border-bottom: 1px solid #FF66C4;
  margin-bottom: 24px;
}
.sidebar-logo img {
  margin-bottom: 24px;
}
.sidebar-text {
  height: calc(100vh - 260px);
  overflow: auto;
}
.sidebar-text ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  padding: 8px 12px;
}
.sidebar-text ul li a.active,
.sidebar-text ul li a:hover {
  background-color: #787878A3;
}
.need-help-box {
  background: linear-gradient(90deg, #FF66C4 -2.59%, #ECEF54 100%);
  padding: 14px;
  text-align: center;
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
}
.need-help-box .btn-chat-ai {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 9px;
  margin-top: 15px;
}
.need-help-box .btn-chat-ai:hover {
  background-color: #757575;
}
.need-help-text {
  font-size: 16px;
}
.need-help-text span {
  font-size: 12px;
  display: block;
}

/* main page */
.main-page {
  display: flex;
}
.page-content {
  width: calc(100vw - 290px);
  margin-left: 290px;
}
.page-content .page-content {
  width: 100%;
  margin-left: 0;
}


/* inspiration page */
.step-img .col-md-4 {
    position: relative;
    overflow: hidden;
}

.step-img img {
    width: 100%;
    transition: all 0.5s ease;
    transform: scale(1);
    filter: brightness(100%);
}

.step-img img:hover {
    transform: scale(1.05);
    filter: brightness(120%);
}

/* Shining overlay effect */
.step-img .col-md-4::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    transition: none;
}

.step-img .col-md-4:hover::after {
    left: 150%;
    transition: left 0.7s ease-in-out;
}
.inspiration-page {
  padding: 20px;
}
.inspiration-page-title {
  font-size: 48px;
  margin-bottom: 16px;
  text-transform: uppercase;
  text-align: center;
}
.inspiration-top-btn {
  text-align: center;
}
.inspiration-top-btn button {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 15px 74px;
}
.inspiration-top-btn button:hover {
  background-color: #757575;
}
.inspiration-page-top {
  margin-bottom: 20px;
}
.inspiration-page-data {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 60px;
}
.inspiration-page-data .inspiration-data-list {
  display: flex;
  gap: 8px;
  width: calc(50% - 4px);
}
.inspiration-page-data .inspiration-data-list-2 {
  flex-direction: row-reverse;
}
.inspiration-page-data .inspiration-data-list .inspiration-data-text {
  width: 50%;
  background-color: #F5F3F2;
  padding: 25px 16px;
}
.inspiration-page-data .inspiration-data-list .inspiration-data-text .inspiration-data-title {
  font-size: 20px;
  margin-bottom: 8px;
}
.inspiration-page-data .inspiration-data-list .inspiration-data-text p {
  font-size: 14px;
}
.inspiration-page-data .inspiration-data-list .inspiration-data-img {
  width: 50%;
}
.inspiration-page-data .inspiration-data-list .inspiration-data-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.white-bg {
  background-color: #fff !important;
}

/* welcome cre8or */
.welcome-cre8or-main {
  background-color: #F9F7F5;
}
.welcome-cre8or-top-title {
  background-color: #fff;
  padding: 20px;
  font-size: 24px;
  text-transform: uppercase;
}
.header-cart {
    padding: 20px 30px 20px 20px;
    position: relative;
    display: inline-block;
}
.header-cart img {
    width: 32px;
}
.step-box-title {
  font-weight: bolder;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.step-box-title span {
  font-weight: 400;
}
.step-box-main {
  padding: 20px;
  min-height: calc(100vh - 140px);
}
.step-box-data a:hover {
    color: initial !important;
}
.category-list {
  border: 1px solid #000;
  cursor: pointer;
  margin-bottom: 30px;
}
.category-list .category-list-img {
  height: 360px;
  overflow: hidden;
}
.category-list .category-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.category-list:hover .category-list-img img {
  scale: 1.2;
}
.category-list .category-list-name {
  font-size: 20px;
  padding: 10px 15px;
  text-align: center;
  background-color: #fff;
  min-height: 60px;
  line-height: 40px;
}
.category-list:hover .category-list-name {
  background-color: #000;
  color: #fff;
  font-size: 24px;
}
.product-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.product-tag-list a {
  border: 1px solid #000;
  padding: 4px 15px;
  color: #000;
  font-size: 16px;
}
.product-tag-list a:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

/* loader */
.loader-box {
  position: fixed;
  height: 100vh;
  width: 100vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000080;
  z-index: 999;
}
.loader-box img {
  width: 150px;
  height: 150px;
}


/* product */
.product-list {
  border: 1px solid #000;
  cursor: pointer;
  background-color: #fff;
  height: 100%;
  position: relative;
  margin-bottom: 55px;
}
.product-list .product-list-img {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.product-list .product-list-img img {
  width: auto;
  height: auto;
  object-fit: cover;
  max-width: 300px;
}
.product-list:hover .product-list-img img {
  scale: 1.2;
}
.product-data {
  margin-bottom: 20px;
}
.product-data .product-data-name {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  min-height: 60px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.product-data .product-data-info ul {
  list-style: disc;
  margin: 0 0 0 30px;
}
.product-data .product-data-info ul li {
  font-size: 14px;
  margin-bottom: 4px;
}
.product-data .product-data-price {
  font-size: 20px;
  font-weight: 500;
  padding: 4px 20px;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.unit-price {
  font-size: 16px;
  padding-left: 5px;
}

.product-data .product-data-view {
  text-align: center;
  height: 24px;
}
.product-data .product-data-view a {
  font-size: 16px;
  text-decoration: underline;
  display: none;
}
.product-list:hover .product-data .product-data-view a {
  display: inline-block;
}
.product-list:hover .product-data .product-data-view a:hover {
  color: #000;
}
.improved-more-box {
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 20px;
}
.improved-more-box ul {
  list-style: disc;
  margin-left: 20px;
}
.product-customization-data-list {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product-customization-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.product-customization-sub {
  font-size: 14px;
  margin-bottom: 8px;
}
.yellow-hover a:hover {
  background-color: #ECEF54;
}
.product-customization {
  display: flex;
  gap: 80px;
}
.product-customization .product-customization-left {
  width: 100%;
}
.product-customization .product-customization-right {
  width: 100%;
  min-width: 510px;
  max-width: 510px;
}
.product-customization-right-img {
  width: 450px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px !important;
  margin: 0 auto;
}
.product-customization-right-img img {
  width: auto;
  height: auto;
  object-fit: cover;
}
.product-customization-right-btn button {
  background: linear-gradient(90deg, #FF66C4 -2.59%, #ECEF54 100%);
  color: #000;
  width: 100%;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product-customization-right-btn button:hover {
  background: linear-gradient(90deg, #ECEF54 -2.59%, #FF66C4 100%);
}

.upgrade-banner {
    background-color: #ECEF54;
    border: 1px solid #ECEF54;
    padding: 15px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    margin: 10px auto;
}

.upgrade-button {
    display: block;
    padding: 10px 20px;
    background-color: #262626;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.4px;
    cursor: pointer !important;
    text-transform: uppercase;
    width: 210px;
    max-width: 210px;
    margin-left: 5px;
}

.upgrade-button:hover {
    background-color: #fff;
    color: #262626;
}
.pro-plan-table td {
    vertical-align: middle;
    text-align: center;
}

/* Accordion */
#platformsAccordion .accordion-body {
    border-bottom: none;
    padding: 0px !important;
}
#platformsAccordion .accordion-item {
    border-bottom: 1px solid #262626 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
#proModal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

#proModal .modal-header {
  padding-bottom: 0 !important;
}

#proModal .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #2d3748;
  padding: 20px;
}

#proModal .close {
  padding: 0 8px;
}

#proModal .modal-body {
  padding: 16px 24px;
}

#proModal .modal-body p {
  margin-bottom: 8px;
  color: #4a5568;
  font-size: 16px;
}

#proModal .modal-body p:last-child {
  margin-bottom: 0;
}

#proModal .modal-footer {
  border-top: none;
  padding: 16px 24px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

#proModal .btn-primary {
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  background: #262626;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion .accordion-button {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: 0 0 0 !important;
  font-size: 20px;
  color: #000 !important;
  padding: 0;
}
.accordion-body {
  padding: 16px 0 20px !important;
  border-bottom: 1px solid #000;
}
.accordion-item {
  border: 0 !important;
  background-color: transparent !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
/* .aging-details span {
  text-transform: uppercase;
  display: block;
} */

/* packaging style */
.packaging-style-img-box .packaging-style-img-list-a .packaging-style-img-list {
  border: 1px solid #000;
  background-color: #fff;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition:all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    -ms-transition: all .0s ease-in-out;
}
.packaging-style-img-list {
    position: relative;
}
.packaging-style-img-box .packaging-style-img-list-a {
    position: relative;
}
.packaging-style-img-box .packaging-style-img-list-a input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor:pointer;
}
.packaging-style-img-box .packaging-style-img-list-a input:checked ~ .packaging-style-img-list {
  border: 2px solid #000;
  -webkit-transition:all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    -ms-transition: all .0s ease-in-out;
}
.packaging-style-img-box .packaging-style-img-list-a .packaging-style-img-list img {
    max-width: 220px;
}
.packaging-style-img-box .packaging-style-img-list-a .packaging-style-img-list:hover img {
  scale: 1.1;
}
.packaging-style-img-box .packaging-radio-1 input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor:pointer;
}
.packaging-style-img-box .packaging-radio-1 input:checked ~ img  {
    border: 2px solid #000;
    -webkit-transition:all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    -ms-transition: all .0s ease-in-out;
}
.packaging-style-img-box .packaging-radio-2 input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor:pointer;
}
.packaging-style-img-box .packaging-radio-2 input:checked ~ img  {
    border: 2px solid #000;
    -webkit-transition:all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    -ms-transition: all .0s ease-in-out;
}
.packaging-style-img-box .packaging-radio-1 input ~ img  {
    -webkit-transition:all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    -ms-transition: all .0s ease-in-out;
}
.packaging-style-img-box .packaging-radio-2 input ~ img  {
    -webkit-transition:all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    -ms-transition: all .0s ease-in-out;
}
.product-gender-list {
    display: flex;
    gap: 10px;
}
.product-gender-list label {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.3s;
}
.product-gender-list label:hover {
    background-color: #fff;
}
.product-gender-list input[type="radio"] {
    display: none;
}
.product-gender-list input[type="radio"]:checked + label {
    background-color: #ECEF54;
}
.product-ingredient-list {
    display: flex;
    gap: 10px;
}
.product-ingredient-list label {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.3s;
}
.product-ingredient-list label:hover {
    background-color: #fff;
}
.product-ingredient-list input[type="checkbox"] {
    display: none;
}
.product-ingredient-list input[type="checkbox"]:checked + label {
    background-color: #ECEF54;
}
.concern-label {
    display: inline-block;
    padding: 4px 15px;
    margin: 5px;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.3s;
}
.product-concern-list label {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.3s;
}
.product-concern-list input[type="radio"] {
    display: none;
}
.product-concern-list input[type="radio"]:checked + label {
    background-color: #ECEF54;
}
.concern-label {
    display: inline-block;
    padding: 4px 15px;
    margin: 5px;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.3s;
}


/**/
.custom-control-input:checked ~ .custom-control-label::before {
  background: linear-gradient(to right, #fe6cbf, #ecea57);
}

.custom-control-label {
  cursor: pointer;
}

.cap-opt-1 {
  display: inline-block;
  min-width: 50px;
}

.custom-control-input[type="radio"] {
  border: 1px solid #ccc;
}
.custom-control-input[type="radio"]:focus {
  outline: 0 !important;
  box-shadow: 0 0 0;
}
.custom-control-input[type="radio"]:checked {
  background: linear-gradient(to right, #fe6cbf, #ecea57);
  border: 0;
  position: relative;
}
.custom-control-input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 10px;
  top: 4px;
  left: 4px;
}
.step-5-box .custom-control .custom-control {
  font-size: 16px;
  color: #000;
}

/* Order */
.order-id-table table {
  background-color: #fff;
  border: 1px solid #E4E4EF;
  min-width: 1000px;
}
.order-id-table table th, .order-id-table table td {
  border-bottom: 1px solid #E4E4EF;
  border-right: 1px solid #E4E4EF;
}
.order-id-table table tbody {
  border: 0 !important;
}
.order-id-table th {
    font-weight: 300;
}
.order-table-edit {
  border-bottom: 1px solid #000;
  color: #000;
  line-height: 18px;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.blink {
    animation: blink 1s steps(1, start) infinite;
}
.order-table-edit:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #000;
}
.order-table-calculator {
  border-bottom: 1px solid #198754;
  color: #198754;
  line-height: 18px;
  cursor: pointer;
}
.order-table-calculator:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #198754;
}
.order-table-delete {
    border-bottom: 1px solid #ff3b30;
    color: #FF3B30;
    line-height: 18px;
  }
  .order-table-delete:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #FF3B30;
  }
.order-table-btn {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-direction: column;
}
.save-build-another-btn button {
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  padding: 8px 16px;
}
.save-build-another-btn button:hover {
  background-color: #000;
  color: #fff;
}
.payment-summary-bottom {
  margin-top: 30px;
}
.payment-summary-title {
  font-size: 20px;
  color: #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.payment-summary-title .accordion-button {
  font-size: 20px;
  color: #000;
  min-height: 30px;
  text-transform: uppercase;
}
.payment-summary-data ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.payment-summary-data ul li .payment-summary-left {
  text-align: left;
  font-size: 16px;
  color: #000;
}
.payment-summary-data ul li .payment-summary-right {
  text-align: right;
  font-size: 16px;
  color: #000;
}
.payment-summary-data ul li.total-paid-data {
  border-top: 1px solid #DEDEDE;
  padding-top: 10px;
}

.profit-calculator-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profit-calculator-item {
    margin-bottom: 15px;
}

.profit-calculator-row {
    display: flex;
    align-items: center;
}

.profit-calculator-label {
    width: 150px; /* Adjust as needed */
    margin-right: 15px;
    font-weight: normal;
}

.profit-calculator-control {
    flex: 1;
    width: 200px;
}

#profit_quantity, #retail_price {
    border-radius: 50px;
    border: 1px solid #000;
}
#profit_quantity, #retail_price:focus {
    border: 1px solid #000 !important;
}
/* Style the select and input to match the image */
#profitCalculatorModal .form-select .form-control {
    padding: 8px 12px;
    width: 100%;
    max-width: 200px; /* Adjust as needed */
}

/* For the rest of the items that should be in two columns */
.profit-calculator-text {
    display: inline-block;
    width: 60%;
}

.profit-calculator-box {
    display: inline-block;
    width: 40%;
    text-align: right;
    font-size: 14px;
}

.profit-calculator {
    font-size: 15px;
}

.calculator-inputs {
    background-color: #f8f9fa;
    padding: 1.25rem;
    border-radius: 8px;
    box-shadow: 0px 2px 5px #d5d5d5;
}

.calculator-results {
    background-color: white;
    border-radius: 8px;
    padding: 0.5rem 0;
}

.calculator-results > div:last-child {
    border-bottom: none !important;
}

.profit-calculator-accordion .accordion-body {
  border-bottom: 0;
  padding: 0 !important;
}
.profit-calculator-data ul li {
  border-bottom: 1px solid;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.profit-calculator-data ul li .profit-calculator-box {
  /* width: 140px; */
  min-width: 140px;
}
.profit-calculator-data ul li .profit-calculator-box .profit-calculator-text {
  font-size: 16px;
  color: #000000;
}
.profit-calculator-data ul li .profit-calculator-box input {
  height: 29px;
  border: 1px solid #E4E4EF;
  border-radius: 4px;
  color: #000;
}
.profit-calculator-data ul li .profit-calculator-box input:focus {
  border: 1px solid #000;
  box-shadow: 0 0 0;
}
.profit-calculator-box select {
  height: 29px;
  border: 1px solid #E4E4EF;
  border-radius: 4px;
  color: #000;
  padding: 0 2.25rem 0 .75rem;
}
.profit-calculator-box select:focus {
  border: 1px solid #000;
  box-shadow: 0 0 0 !important;
}
.profit-calculator-data ul li .profit-calculator-box input::-webkit-input-placeholder {
  color: #00000080;
}
.profit-calculator-data ul li .profit-calculator-box input::-moz-placeholder {
  color: #00000080;
}
.profit-calculator-data ul li .profit-calculator-box input:-ms-input-placeholder {
  color: #00000080;
}
.profit-calculator-data ul li .profit-calculator-box input:-moz-placeholder {
  color: #00000080;
}
.order-label-popup {
  border-bottom: 1px solid #000000;
  text-align: center;
}
.order-label-popup img {
  max-width: 100%;
  margin: 0 auto;
}
.order-label-popup span {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
}
.modal-body {
  padding: 20px !important;
}
.modal-header {
  border-bottom: 1px solid #000 !important;
  padding: 0 0 15px !important;
}
.modal-header h5 {
  font-size: 22px;
  color: #000000;
  text-transform: uppercase;
}
.sample-sets-list .product-data-name {
  min-height: auto;
  font-size: 20px;
  margin-bottom: 0;
}
.sample-sets-list .product-data-price {
  margin-top: 5px;
  padding: 4px 30px;
}
.sample-sets-list .product-list-img {
  height: 260px;
}

.sample-set-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.sample-set-top .sample-set-top-img {
  min-width: 264px;
  width: 264px;
}
.sample-set-top .sample-set-top-data {
  max-width: 550px;
}
.sample-set-top .sample-set-top-data .sample-set-top-title {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: bold;
}
.sample-set-top .sample-set-top-data .sample-set-top-title p {
  font-size: 14px;
}

.choose-samples-box-title {
  font-size: 20px;
  margin-bottom: 15px;
}
ul.choose-your-samples-list li {
  margin-bottom: 15px;
}
ul.choose-your-samples-list li:last-child {
  margin-bottom: 0;
}
ul.choose-your-samples-list li .form-label {
  font-size: 14px;
  margin-bottom: 4px;
}
ul.choose-your-samples-list li select {
  height: 29px;
  border: 1px solid #E4E4EF;
  border-radius: 4px;
  color: #000;
  padding: 0 2.25rem 0 .75rem;
  width: 230px;
}
ul.choose-your-samples-list li select:focus {
  border: 1px solid #000;
  box-shadow: 0 0 0 !important;
}
.sku-select {
    text-transform: capitalize;
}
.choose-samples-box {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.choose-quantity-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 0;
}
.choose-quantity-box ul.choose-your-samples-list li select {
  width: 170px;
}
.choose-quantity-amount {
  gap: 0;
  display: flex;
  flex-direction: column;
}
.choose-quantity-amount span {
  font-size: 14px;
}
.choose-quantity-amount div {
  text-transform: uppercase;
}

.bg-F9F7F5 {
  background-color: #F9F7F5;
  min-height: 100vh;
}
.page-top-title {
  background-color: #fff;
  padding: 20px;
  font-size: 24px;
  text-transform: uppercase;
}

/* welcome wizard */
.welcome-wizard-main .number, .welcome-wizard-main .current-info {
  display: none;
}
.welcome-wizard-main .steps ul {
  display: flex;
  gap: 25px;
}
.welcome-wizard-main .steps ul li a {
  font-size: 20px;
  color: #000;
}
.welcome-wizard-main .steps ul li.current a {
  font-weight: bold;
}
.welcome-wizard-main .steps ul li a span {
  margin-left: 20px;
}
.welcome-wizard-main .steps ul li.disabled a {
  color: #A0A0A0;
}
.welcome-wizard-main .content h3 {
  display: none;
}

.page-box-title {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.page-data {
  padding: 20px;
}
.page-box-title .page-box-title-text {
  font-size: 20px;
  text-transform: uppercase;
}
.btn-black-bg {
  background-color: #000000;
  border: 1px solid #000;
  color: #fff;
  padding: 6px 40px;
  font-size: 16px;
}
.btn-black-bg:hover {
  background-color: #fff;
  color: #000;
}
.dashboard-table {
  background-color: #fff;
  max-height: 342px;
  overflow: auto;
}
.dashboard-table .dataTables_wrapper > .row {
  margin: 0;
}
.sorting {
    pointer-events: none;
}
table.border-table {
  margin: 0;
}
table.border-table {
  background-color: #fff;
  border: 0px solid #E4E4EF;
  min-width: 1000px;
}
table.border-table th, table.border-table td {
  border-bottom: 1px solid #E4E4EF;
  padding: 13px 18px;
}
table.border-table th {
  font-size: 20px;
  font-weight: normal;
}
table.border-table td {
  font-size: 14px;
  font-weight: normal;
}
table.border-table tbody {
  border: 0 !important;
}
.recently-status-box {
  width: 203px;
  height: 28px;
  background-color: #FCD268;
  text-align: center;
  font-size: 14px;
  color: #000;
  padding: 3px 10px 0;
  margin: 0 auto;
}
.bg-orange {
  background-color: #F5832B;
}
.bg-coffee {
  background-color: #96615A;
  color: #fff;
}
.bg-DB2F61 {
  background-color: #DB2F61;
  color: #fff;
}
.order-btn {
  background-color: #000;
  padding: 5px 40px;
  color: #fff;
  font-size: 12px;
}
.order-btn:hover {
  background-color: #757575;
}
.fill-btn {
  background-color: #000;
  border: 1px solid #000;
  padding: 7px 20px;
  color: #fff;
  font-size: 14px;
}
#order-history-table #reorderBtn {
    padding: 5px 20px;
    font-size: 12px;
}
#order-history-table td:has(> .label_td) {
    width:100px;
}
#order-history-table td:has(> .package_td) {
    width:120px;
}
.fill-btn:hover {
  background-color: #fff;
  color: #000;
}
.border-2-btn {
  background-color: #fff;
  border: 1px solid #000;
  padding: 7px 20px;
  color: #000;
  font-size: 14px;
}
.border-2-btn:hover {
  background-color: #000;
  color: #fff;
}
.w-140 {
  width: 140px;
}
.view-detail-btn {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 40px;
  color: #000;
  font-size: 12px;
}
.view-detail-btn:hover {
  background-color: #000;
  color: #fff;
}
.border-table-action {
  width: 170px;
  min-width: 170px;
}
.go-sku-btn-box {
  margin-bottom: 20px;
  margin-top: 16px;
}
.go-sku-btn-box .go-sku-btn {
  background-color: #000;
  padding: 4px 16px;
  color: #fff;
  font-size: 14px;
}
.go-sku-btn-box .go-sku-btn:hover {
  background-color: #757575;
}
.dashboard-table-main {
  margin-bottom: 30px;
}
.modal-body table.border-table {
  border-top: 1px solid #E4E4EF;
  border-left: 1px solid #E4E4EF;
}
.modal-body table.border-table th {
  font-size: 16px;
}
.modal-body table.border-table th, .modal-body table.border-table td {
  padding: 10px 15px;
}
.popup-order-title {
  font-size: 16px;
  font-weight: bold;
}
.popup-order-title span {
  display: block;
  font-weight: normal;
}

/* sales tab */
.sales-tab .nav-tabs {
  border: 0;
}
.sales-tab .nav-tabs .nav-link {
  border: 0;
  border-bottom: 1px solid transparent;
  font-size: 20px;
  color: #000;
}
.sales-tab .nav-tabs .nav-link:focus, .sales-tab .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 1px solid #000;
}
.sales-tab .nav-tabs .nav-item.show .nav-link, .sales-tab .nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 1px solid #000;
  color: #000;
}
.sales-tab-title {
  font-size: 24px;
  padding: 20px 0;
  text-transform: uppercase;
}
.table-active-inactive-tag {
  background-color: #000;
  color: #fff;
  width: 175px;
  font-size: 14px;
  padding: 4px 10px 5px;
  text-align: center;
  margin: 0 auto;
}
.bg-AFAFAF {
  background-color: #AFAFAF;
}
.color-black {
  color: #000;
}
.table-replenish-box {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.table-replenish-box .table-replenish-date {
  background-color: #fff;
  border: 1px solid #000;
  font-size: 12px;
  padding: 5px 9px;
}
.table-replenish-box .table-replenish-now {
  background-color: #FE64C4;
  font-size: 14px;
  padding: 4px 10px 5px;
}
.sales-predictions-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.sales-predictions-box {
  margin-top: 40px;
}

.upcoming-trends-insights-box {
  background: linear-gradient(90deg, #FF66C4 -2.59%, #ECEF54 100%);
  padding: 40px;
  text-align: center;
  margin: 0 -20px 10px;
}
.upcoming-trends-insights-box .upcoming-trends-insights-title {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
.upcoming-trends-insights-box .upcoming-trends-insights-btn {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 8px 50px;
  font-size: 14px;
}
.upcoming-trends-insights-box .upcoming-trends-insights-btn:hover {
  background-color: #fff;
  color: #000;
}
.view-recommendations-box {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.view-recommendations-box .view-recommendations-list {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  background-color: #fff;
  padding: 25px 20px;
}
.view-recommendations-box .view-recommendations-list:hover {
  background-color: #F9F7F5;
}
.view-recommendations-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
}
.view-recommendations-btn {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 8px 20px;
  min-width: 214px;
  width: 214px;
}
.view-recommendations-btn:hover {
  background-color: #fff;
  color: #000;
}
.table-tow-line {
  font-size: 12px;
}
.table-tow-line > div:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.table-tow-line > div {
  border-top: 1px solid #E4E4EF;
  margin-top: 5px;
  padding-top: 5px;
}
.my-products-table table {
  vertical-align: middle;
}
.dataTables_empty {
    text-align: center;
}
.dataTables_paginate-wrapper {
    text-align: left;
}

.dataTables_paginate {
    display: flex;
    justify-content: flex-start;
}
#products-table_wrapper > .row:first-child > div:first-child {
    display: none;
}
#order-history-table_wrapper > .row:first-child > div:first-child {
    display: none;
}
#order-status-table_wrapper > .row:first-child > div:first-child {
    display: none;
}
#inventory-data-table_wrapper > .row:first-child > div:first-child {
    display: none;
}
#inventory-table_wrapper > .row:first-child > div:first-child {
    display: none;
}
#shipment-to-user_wrapper > .row:first-child > div:first-child {
    display: none;
}
#warehouse-data-table_wrapper > .row:first-child > div:first-child {
    display: none;
}
#return-orders-table_wrapper > .row:first-child > div:first-child {
    display: none;
}
#products-table_info, #products-table_paginate, #order-status-table_paginate, #inventory-data-table_paginate, #inventory-table_paginate, #dashboard-order-table_info, #dashboard-order-table_paginate, #shipment-status-table_paginate, #shipment-to-user_paginate, #warehouse-data-table_paginate, #return-orders-table_paginate {
    margin-top: 20px;
}
#dashboard-order-table_wrapper > .row:first-child > div:first-child {
    display: none;
}

#my-table-orders_wrapper > .row:first-child > div:first-child {
    display: none;
}
#my-table-orders_info, #my-table-orders_paginate, #order-history-table_paginate {
    margin-top: 20px;
}

#dashboard-order-table_info, #my-table-orders_info, #products-table_info, #order-history-table_info, #order-status-table_info, #inventory-data-table_info, #inventory-table_info, #shipment-status-table_info, #shipment-to-user_info, #warehouse-data-table_info, #return-orders-table_info {
    display: none;
}
#shipment-status-table_length {
    display: none;
}
#shipment-status-table {
    max-height: 400px; /* Adjust this value as needed */
    overflow-y: auto;
}

.dataTables_paginate {
    margin-bottom: 20px;
}
button.sku-btn {
  text-decoration: underline;
}
button.sku-btn:hover {
  text-decoration: none;
}
.sku-popup-order-title {
  font-size: 22px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 18px;
}
.sku-popup-order-title span {
  background-color: #FCD268;
  font-size: 14px;
  padding: 5px 30px;
  color: #000;
}
.popup-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-btn-box-left {
  display: flex;
  gap: 15px;
}
.popup-shipment-status-box ul {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.popup-shipment-status-box ul li {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.shipment-status-box {
  font-size: 14px;
  line-height: 22px;
  background-color: #FCD268;
  padding: 3px 20px;
  color: #000;
  width: 135px;
  text-align: center;
  text-transform: none;
}
.api-party-text {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}


.custom-radio-button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.radio-button-list {
  position: relative;
  text-transform: capitalize;
}
.radio-button-list input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.radio-button-list input[type="radio"] {
  opacity: 0;
  z-index: 100;
}
.radio-button-list input[type="radio"]:checked + label {
  background: #ECEF54 !important;
}
.radio-button-list input[type="radio"]:hover + label {
  background-color: #fff;
}
.radio-button-list label {
  cursor: pointer;
  z-index: 90;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 16px;
  padding: 2px 15px;
}

.inventory-table table {
  vertical-align: middle;
}


.actions.clearfix ul {
  display: flex;
  gap: 20px;
}
.actions.clearfix ul li {
  display: inline-block;
}
.actions.clearfix ul li.disabled{
  opacity: 0;
}
.actions.clearfix ul li:first-child a {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 20px;
  color: #000 !important;
  width: 140px;
  display: inline-block;
  text-align: center;
}
.actions.clearfix ul li:first-child a:hover {
  background-color: #000;
  color: #fff !important;
}
.actions.clearfix ul li a {
  background-color: #000;
  border: 1px solid #000;
  padding: 4px 20px;
  color: #fff !important;
  width: 140px;
  display: inline-block;
  text-align: center;
}
.actions.clearfix ul li a:hover {
  background-color: #fff;
  color: #000 !important;
}
.welcome-wizard-main .content {
  min-height: calc(100vh - 196px);
}

.wizard-bottom-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 20px 30px;
}
.wizard-bottom-btn .back-btn {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 10px;
  text-align: center;
  color: #000 !important;
  min-width: 139px;
  cursor: pointer;
}
.wizard-bottom-btn .back-btn:hover {
  background-color: #000;
  color: #fff !important;
}
.wizard-bottom-btn .next-btn {
  background-color: #000;
  border: 1px solid #000;
  padding: 4px 20px;
  color: #fff !important;
  text-align: center;
  min-width: 139px;
  cursor: pointer;
}
.wizard-bottom-btn .next-btn:hover {
  background-color: #fff;
  color: #000 !important;
}
.inspiration-page-top .wizard-bottom-btn {
    justify-content: center;
}
.inspiration-page-top .wizard-bottom-btn .fill-btn {
  width: 260px;
  height: 55px;
  font-size: 16px;
  text-align: center;
  padding: 13px 10px;
}

.preview-bottom-btn {
  padding: 0 20px 27px;
  display: flex;
  gap: 16px;
}
.preview-bottom-btn a {
  min-width: 139px;
  display: inline-block;
  text-align: center;
}
.preview-bottom-btn .fill-btn {
  background-color: #000;
  border: 1px solid #000;
  padding: 7px 20px;
  color: #fff;
  font-size: 14px;
  min-width: 139px;
}
.preview-bottom-btn .fill-btn:hover {
  background-color: #fff;
  color: #000;
}

.hide {
  display: none;
}
.filter-by-box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.filter-by-box .form-select {
  width: 200px;
  box-shadow: 0 0 0 !important;
  border-color: #E4E4EF !important;
  border-radius: 0;
}
.filter-by-box .form-select:focus {
  border-color: #000 !important;
}
.account-distribution-tab {
    padding-top: 20px;
}
.account-settings-information-tab {
  /* background: linear-gradient(90deg, #FF66C4 -2.59%, #ECEF54 100%); */
  padding: 30px 30px 30px;
  margin: 0 -20px;
}
.account-settings-tab-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 20px;
}
.account-settings-tab-top-title {
  font-size: 24px;
  text-transform: uppercase;
}
.account-settings-tab-top-title span {
  display: block;
  font-size: 20px;
  text-transform: initial;
}
.account-plan-tab {
    padding-top: 30px;
}

.account-settings-tab-top-btn .btn {
  background-color: #000;
  border: 1px solid #000;
  font-size: 14px;
  color: #fff;
  height: 30px;
  width: 145px;
  text-align: center;
  padding: 3px 10px;
  border-radius: 0;
  margin-top: 5px;
}
.account-settings-tab-top-btn .btn:hover {
  background-color: #fff;
  color: #000;
}
.account-settings-tab-form-list {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.account-settings-tab-form-list .form-group {
  margin-bottom: 20px;
}
.account-settings-tab-form-list .form-group input {
  width: 374px;
  height: 48px;
  outline: 0;
  border: 1px solid #000;
  box-shadow: 0 0 0;
  color: #000 !important;
}
.account-settings-tab-form-list .form-group label {
  margin-bottom: 4px;
  font-size: 15px;
}

.my-plan-information-tab {
  background: linear-gradient(90deg, #FF66C4 -2.59%, #ECEF54 100%);
  padding: 30px;
  margin: 0 -20px;
}

.account-settings-tab-data-box {
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  max-width: 440px;
}
.account-settings-tab-data-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.account-settings-tab-data-title span {
  text-transform: initial;
}
.account-settings-tab-data-sub {
  font-size: 14px;
}
.account-settings-tab-data-btn button {
  background-color: #000;
  border: 1px solid #000;
  font-size: 14px;
  color: #fff;
  height: 30px;
  text-align: center;
  padding: 3px 15px;
  border-radius: 0;
  margin-top: 15px;
  width: 145px;
}
.account-settings-tab-data-btn button:hover {
  background-color: #fff;
  color: #000;
}

/* analytics */
.analytics-main-page {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.analytics-main-page .analytics-page-box {
  height: calc(50vh - 38px);
  width: 50%;
  padding: 30px;
}
.bg-ECECF0 {
  background-color: #ECECF0;
}
.text-ECECF0 {
  background-color: #ECECF0;
}
.analytics-box-title {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.analytics-box-data .table-responsive .border-table {
  min-width: 500px;
}
.analytics-box-data {
  height: calc(100% - 50px);
  overflow: auto;
}
.sales-box-list {
  height: 100px;
  width: 100px;
}
.sales-box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}
.sales-box-top span {
  text-transform: uppercase;
}
.sales-box-up-down {
  display: flex;
  gap: 5px;
  align-items: end;
}
.sales-box-up-down .sales-box-up-down-text {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: 2px;
}
.sales-box-up-down .sales-box-up-down-per {
  font-size: 13px;
  line-height: 13px;
  color: #008060;
}
.sales-box-up-down .sales-box-date {
  font-size: 12px;
  color: #000;
}
.sales-box-list {
  height: 120px;
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px;
}
.sales-box-main {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}

@keyframes scintillate {
    0% {
        opacity: 0.8;
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 2px currentColor);
    }
    50% {
        opacity: 1;
        transform: scale(1.15) rotate(0deg);
        filter: drop-shadow(0 0 8px currentColor);
    }
    100% {
        opacity: 0.8;
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 2px currentColor);
    }
}

.sales-box-up-down-img {
    display: inline-block; /* Needed for transform */
}

.sales-box-up-down-img img {
    transition: all 0.3s ease;
}

.sales-box-up-down-img img {
    animation: scintillate 0.8s ease infinite;
}
.text-down {
    color:#e53e6d !important;
}

/* Keyframes for the animation */
@keyframes scintillate {
    0% {
        opacity: 0.9;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Support */
.contact-support-box {
  border: 1px solid #000000;
  width: 780px;
  text-align: center;
  padding: 30px;
}
.address-box {
    border: 1px solid #000;
}
#add-address {
    border: 1px solid #000;
    background-color: #000;
    padding: 3px 10px;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    width: 135px;
}
.contact-support-box .contact-support-box-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contact-support-box .contact-support-box-btn {
  width: 215px;
  line-height: 35px;
  margin: 0 auto;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.contact-support-box .contact-support-box-btn:hover {
  background-color: #fff;
  color: #000;
}
.sales-tab-title-sub {
  display: block;
  font-size: 20px;
  text-transform: initial;
}

.faq-accordion .accordion-item {
  margin-bottom: 10px;
}
.faq-accordion .collapsed.accordion-button {
  background-color: #f7f7f7 !important;
  color: #000 !important;
}
.faq-accordion .accordion-button {
  background-color: #d2d2d2 !important;
  padding: 15px;
  border-radius: 0 !important;
}
.faq-accordion .accordion-item h2 button {
  text-transform: uppercase;
}
.faq-accordion .accordion-item .accordion-body {
  border-bottom: 0;
  padding: 0 15px 15px !important;
  background-color: #d2d2d2 !important;
}

/* unique form wizard */
.file-upload-box {
    border: 2px dashed #ccc;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}
.file-upload-text {
    margin-bottom: 10px;
}
.file-preview-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.preview-item {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px;
    width: 140px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}
.preview-item img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
}
.preview-item .file-name {
    margin-top: 5px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.remove-preview {
    position: absolute;
    top: 2px;
    right: 4px;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
 .cart-container {
    max-width: 500px;
    margin: 10rem auto;
    padding: 2.5rem;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.cart-empty-animation {
    position: relative;
    margin: 0 auto 2rem;
    width: 120px;
    height: 100px;
}

.cart-icon {
    transform: translateY(0);
    animation: float 3s ease-in-out infinite;
}
.cart-icon img {
    width: 100px;
}
.cart-count {
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: rgb(0, 0, 0);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-shadow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 10px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    filter: blur(4px);
    animation: shadow 3s ease-in-out infinite;
}

.cart-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
}

.cart-message {
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.btn-continue {
   border: 1px solid #000;
  font-size: 14px;
  color: #000;
  padding: 8px 16px;
}

.btn-continue:hover {
    color: #fff;
    background-color: #000;
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

@keyframes shadow {
    0% { width: 60px; opacity: 0.8; }
    50% { width: 50px; opacity: 0.6; }
    100% { width: 60px; opacity: 0.8; }
}
.unique-form-main .number, .unique-form-main .current-info {
  display: none !important;
}
.unique-form-main .steps ul {
  display: flex;
  gap: 25px;
  position: relative;
  margin: 0 auto;
  width: 600px;
  justify-content: space-between;
}
.unique-form-main .steps ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #c3c3c3;
  top: 8px;
  left: 0;
  z-index: 0;
}
.unique-form-main .steps ul li {
  position: relative;
}
.unique-form-main .steps ul li.current a span,
.unique-form-main .steps ul li.done a span {
  border-color: #000;
  position: relative;
}
.unique-form-main .steps ul li.current a span {
  background-color: #000;
}
.unique-form-main .steps ul li.first::after {
  display: none !important;
}
.unique-form-main .steps ul li.current::after,
.unique-form-main .steps ul li.done:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #000;
  top: 8px;
  left: -52px;
  width: 53px;
}
.unique-form-main .steps ul li a span {
  border: 3px solid #c3c3c3;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
}
.unique-form-main .steps ul li.disabled a {
  color: #A0A0A0;
}
.unique-form-main .content h3 {
  display: none;
}

.unique-form-list {
  max-width: 600px;
  margin: 30px auto 0;
}
.unique-form-list .form-group {
  margin-bottom: 20px;
}
.unique-form-list .form-group label {
  margin-bottom: 3px;
}
.unique-form-list .form-group textarea {
  border-color: #000;
  border-radius: 0;
  resize: none;
}
.unique-form-list .form-group input:focus,
.unique-form-list .form-group textarea:focus {
  box-shadow: 0 0 0;
  border-color: #000;
}
.unique-form-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.unique-form-main .actions.clearfix {
  margin: 0 auto;
  width: 600px;
}
.unique-form-main .actions.clearfix ul {
  justify-content: space-between;
}
.file-upload-box {
  border: 2px dashed #555;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  position: relative;
}
.file-upload-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.file-upload-box .file-upload-text {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.file-upload-box .file-upload-text span {
  font-size: 14px;
  text-transform: initial;
  color: #000;
  margin-top: 7px;
  display: block;
}
.file-upload-img {
  border: 1px solid #ccc;
  width: fit-content;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 15px auto 0;
}
.file-upload-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.file-upload-img button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}
.unique-form-top {
  margin-bottom: 30px;
}
.unique-form-top .unique-form-top-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
}
.unique-form-top span {
  font-size: 16px;
  text-transform: initial;
  text-align: center;
  display: block;
}

/* steper progress */
.steper-progress-main ul {
  display: flex;
  gap: 24px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.steper-progress-main ul li > div {
  font-size: 20px;
  line-height: 20px;
  color: #A0A0A0;
  display: flex;
  align-items: center;
}
.steper-progress-main ul li.current > div {
  font-weight: bold;
  color: #000;
}
.steper-progress-main ul li.done > div {
  color: #000;
}
.steper-progress-main ul li > div span {
  margin-left: 20px;
}
.blink-wrapper {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.blink-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: scale(1.5); */
}
.blink-wrapper div {
    width: 75px;
}


@media screen and (max-width: 1366px) {
    .product-customization .product-customization-right {
        min-width: 480px;
        max-width: 480px;
    }
}

@media (max-width: 1200px) {
  .plans-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .login-main {
    flex-direction: column;
    height: auto !important;
  }
  .login-left {
    width: 100%;
    height: 150px;
    min-height: 150px !important;
  }
  .login-right {
    width: 100%;
    padding: 50px 30px;
    min-height: auto !important;
  }
  .login-logo img {
    width: 130px;
  }
  .login-logo {
    margin-bottom: 30px;
  }
  .login-title h2 {
    font-size: 30px;
  }
  .login-title span {
    font-size: 14px;
  }
  .login-form-btn {
    padding-bottom: 0;
  }
  .offer-main {
    padding: 80px 80px 30px;
  }
  .offer-top {
    margin-bottom: 45px;
  }
  .offer-title {
    margin-bottom: 20px;
  }
  .offer-data .login-form-btn {
    margin-top: 40px;
  }
  .plans-box {
    justify-content: flex-start;
    overflow: auto;
  }
  .plan-top img {
    width: 140px;
  }
  .plan-main .plan-top {
    padding: 30px 0 20px;
  }
  .plan-top-text {
    font-size: 22px;
  }
  .inspiration-page-data {
    flex-direction: column;
    padding: 0 30px;
  }
  .inspiration-page-data .inspiration-data-list {
    width: 100%;
  }
  .inspiration-page-data .inspiration-data-list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .inspiration-page-data .inspiration-data-list-2 {
    flex-direction: initial;
  }
}
@media (max-width: 576px) {
    .calculator-inputs .col-md-5 {
        margin-bottom: 0.5rem;
    }

    .calculator-results div {
        flex-direction: column;
        gap: 0.25rem;
        padding: 0.75rem 0;
    }
}
@media (max-width: 575px) {
  .offer-main {
    padding: 40px 40px 40px;
  }
}
@media (max-width: 1600px) {
  .product-data .product-data-price {
    font-size: 16px;
    margin:5px auto;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .unit-price {
    padding-left: 0;
  }
}


/* Demo */

.back-btn {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 20px;
  color: #000 !important;
}
.next-btn {
  background-color: #000;
  border: 1px solid #000;
  padding: 4px 20px;
  color: #fff !important;
}


/* Pagination */
.pagination {
    display: flex;
    gap: 8px;
}
.pagination .page-item.disabled .page-link {
  border-color: #e4e4ef;
}
.pagination .page-item.active .page-link {
  z-index: 3;
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.pagination .page-link {
  outline: none !important;
  box-shadow: 0 0 0 !important;
  color: #00000080;
  border-color: #DFE3E8;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  padding: 0;
  text-align: center;
  line-height: 24px;
}
.pagination .page-link:hover {
  z-index: 2;
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.pagination .page-item.disabled .page-link::after {
  opacity: 0.4;
}
.pagination .page-item.disabled .page-link {
  background-color: #ECECF0;
}
.pagination .page-item .page-link:focus {
  background-color: transparent;
}
.pagination .page-item:last-child .page-link {
  position: relative;
  font-size: 0;
}
.pagination .page-item:last-child .page-link::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  width: 7px;
  height: 10px;
  top: 6px;
  left: 1px;
  right: 0;
  margin: 0 auto;
}
.pagination .page-item:first-child .page-link {
  position: relative;
  font-size: 0;
}
.pagination .page-item:first-child .page-link::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  width: 7px;
  height: 10px;
  top: 6px;
  left: 0;
  right: 1px;
  margin: 0 auto;
  transform: rotate(180deg);
}

/* Table */

.table th {
    white-space: nowrap;
}
.dataTables_filter input.form-control:focus {
  border: 1px solid #000;
  outline: 0;
  box-shadow: 0 0 0;
}

.width-150 {
    min-width:170px !important;
    max-width:170px !important;
    width:170px !important;
}
table#order-history-table {
  min-width: 1500px;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

/* .dataTables_wrapper .row:last-child div:first-child {
  display: none;
} */
.dataTables_wrapper .row:last-child div {
  width: 100% !important;
}
.next-btn.disabled {
    pointer-events: none;
    opacity: 0.6;
}
.shipping-information a:hover {
    color:#000;
}
.contact-information :hover {
color:#000;
}

/* how it Works */
.how-it-works-top {
    padding-bottom: 36px;
    max-width: 660px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.how-it-works-top p {
    font-size: 18px;
}
.how-it-works-title {
    font-size: 44px;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center;
}
.how-it-works-list {
    display: flex;
    align-items: stretch;
    background-color: #f9f5f2;
    padding-bottom: 50px;
}
.how-it-works-list:nth-child(even) {
    background-color: #fff;
    flex-direction: row-reverse;
}
.how-it-works-list-text {
    width: 50%;
}
.how-it-works-list-text-in {
    max-width: 100%;
    padding: 40px 70px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.how-it-works-list-text p {
    font-size: 18px;
}
.how-it-works-list-title {
    font-size: 44px;
}
.how-it-works-list-img {
    width: 50%;
}
.how-it-works-list-img img {
    width: 100%;
}
.how-it-works-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap: 20px;
}
.how-it-works-bottom-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
}
.how-it-works-bottom-text span {
    font-size: 30px;
}
.how-it-works-bottom a.button {
    background-color: #ecef54;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}


/* Cre8or-capital */
.financing-faq-bottom {
    font-size: 14px;
    text-align: center;
}
.ready-fund-box {
    background-color: #ecef54;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    font-size: 30px;
}
.ready-fund-box a.button {
    background-color: #000;
    color: #fff;
    padding: 13px 30px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    width: 148px;
    text-align: center;
}
.financing-faq-main {
    padding: 40px 60px 50px;
}
.financing-why-main {
    padding: 40px 60px 50px;
}
.financing-why-box {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.financing-why-list {
    width: 100%;
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.financing-why-list svg {
    width: 20px;
    line-height: 28px;
    margin-top: 7px;
}
.financing-why-list p {
    font-size: 22px;
}
.financing-works-main {
    background-color: #fafafa;
    padding: 40px 60px 50px;
}
.financing-works-title {
    font-size: 44px;
    text-align: center;
    margin-bottom: 40px;
}
.financing-works-box {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.financing-works-list {
    width: 100%;
    text-align: center;
}
.financing-works-list span {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.financing-works-list p {
    font-size: 16px;
    color: #3f3f3f;
}
.financing-top-banner {
    background-color: #ececf0;
    display: flex;
    align-items: stretch;
    gap: 30px;
}
.financing-top-left {
    width: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.financing-top-left a.button {
    background-color: #000;
    color: #fff;
    padding: 13px 30px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    width: 198px;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}
.financing-top-left-in {
    max-width: 80%;
    width: 100%;
    padding: 40px;
}
.financing-top-banner-title {
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.financing-top-banner-title span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    display: block;
}
.financing-top-left p {
    font-size: 18px;
    margin-bottom: 15px;
}
.financing-top-right {
    width: 40%;
}
.financing-top-right img {
    width: 100%;
}


/* Unique Formulation */
.unique-formulations-main {
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 30px auto 60px;
}
.unique-formulations-main p {
    font-size: 18px;
    margin-bottom: 20px;
}
.unique-formulations-title {
    font-size: 44px;
    text-align: center;
    margin-bottom: 20px;
}
.unique-formulations-main a.button {
    background-color: #000;
    color: #fff;
    padding: 13px 30px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    width: 198px;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}
.formulations-main {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.formulations-title {
    font-size: 22px;
    margin-bottom: 20px;
}
.formulations-data-list-title button {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.formulations-data-list-title span {
    border: 1px solid #000;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 26px;
    color: #000;
    border-radius: 37px;
}
.formulations-data-list-title button .plus-icon {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.formulations-data-list-title button:hover .plus-icon {
    transform: rotate(180deg);
}
.formulations-data-list-text {
    margin-top: 10px;
}
.formulations-data-list-text ul {
    list-style: disc;
    margin: 0 0 0 15px;
}
.formulations-data-list-text ul li {
    margin: 0 0 5px 0;
    font-size: 16px;
}
.marquee-main {
    background: #ECEF54;
    background: linear-gradient(90deg,rgba(236, 239, 84, 1) 0%, rgba(255, 70, 199, 1) 100%);
    height: 60px;
    width: 100% !important;
    overflow: hidden;
     white-space: nowrap;
}
.marquee-main marquee {
    height: 60px;
    line-height: 60px;
    display: flex;
    overflow: hidden;
    position: relative;
}
.marquee-main span {
    font-size: 20px;
}

.marquee-content {
  display: flex;
  animation: scroll-left 20s linear infinite;
  align-items: center;
  height: 60px;
}

.marquee-content span {
  padding-right: 50px; /* space between copies */
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

