@charset "UTF-8";
/* Variables */
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
/* Variables */
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
input:not([type=radio]):read-only {
  background: #ffffff !important;
}

/* Start Validation */
.form-control.error,
.form-select.error {
  border-color: #e6180d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e6180d'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e6180d' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control + .error,
.form-select + .error {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e6180d;
}

textarea.form-control.valid, textarea.form-control.error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* End Validation */
.form-check-input-lg {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
}

/* Start Toast */
.toast i {
  color: #ffffff !important;
}
.toast button {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.toast .toast-header {
  color: #ffffff;
}
.toast .toast-body {
  color: #ffffff;
}
.toast#successToast {
  border: 1px solid rgba(2, 136, 36, 0.8);
}
.toast#successToast .toast-header {
  background-color: #028824;
  border-bottom: 1px solid #028824;
}
.toast#successToast .toast-body {
  background-color: rgba(2, 136, 36, 0.8);
}
.toast#warningToast {
  border: 1px solid rgba(230, 24, 13, 0.8);
}
.toast#warningToast .toast-header {
  background-color: #e6180d;
  border-bottom: 1px solid #e6180d;
}
.toast#warningToast .toast-body {
  background-color: rgba(230, 24, 13, 0.8);
}
.toast#infoToast {
  border: 1px solid rgba(255, 161, 29, 0.8);
}
.toast#infoToast .toast-header {
  background-color: #ffa11d;
  border-bottom: 1px solid #ffa11d;
}
.toast#infoToast .toast-body {
  background-color: rgba(255, 161, 29, 0.8);
}

/* End Toast */
/* Start Button */
.btn-light-blue {
  color: #fff;
  background-color: #657eae;
  border-color: #657eae;
}

.btn-light-blue:hover {
  color: #fff;
}

.btn-loading {
  position: relative;
  opacity: 0.5;
}
.btn-loading::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
}
.btn-loading:hover {
  opacity: 0.5;
}
.btn-loading:focus {
  outline: none;
  box-shadow: none;
}

.page-header-links .btn-loading::before {
  top: 1px;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
/* End Button */
/* Start Form Attr */
.fixed-form-buttons {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  background: #f1f1f1;
  z-index: 1031;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
@media (min-width: 991.98px) {
  .fixed-form-buttons {
    padding-right: 30px;
  }
}
.fixed-form-buttons button {
  font-size: 0.875rem;
}

.card-body {
  padding: 20px;
  overflow: hidden;
}
.card-body .card-separator {
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}
.card-body .card-line label i {
  color: #3a3a3a;
}
.card-body.custom-card-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.card-body.custom-card-body .card-content {
  height: 100%;
}
.card-body.custom-card-body .card-content .empty-row {
  height: 100%;
  min-height: 150px;
}

#dashboard-summary .card-body {
  padding: 1rem;
}

table .w-40px {
  flex: 0 0 40px;
}

/* End Form Attr */
/* Start Tooltip */
.tooltip .tooltip-inner {
  background: #3a3a3a;
}
.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #3a3a3a;
}
.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #3a3a3a;
}
.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #3a3a3a;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #3a3a3a;
}

.tooltip-color {
  color: #3a3a3a;
}

/* End Tooltip */
/* Start Pill */
.nav-pills {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.nav-pills .nav-item {
  flex: 0 0 auto;
}
.nav-pills .nav-link {
  color: #212837;
  font-weight: 500;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  padding: 5px 0;
  margin-right: 20px;
}
.nav-pills .nav-link.active {
  background: none;
  color: #212837;
  border-bottom: 1px solid #212837;
}

/* End Pill */
.bootstrap-tagsinput {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3c4e71;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c9d2e3;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: text;
}
.bootstrap-tagsinput > span {
  margin: 5px 5px 5px 0;
  padding: 0 4px;
  border: 1px solid #c9d2e3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  cursor: default;
}
.bootstrap-tagsinput > span > span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.bootstrap-tagsinput > input {
  border: none;
  margin-right: 10px;
  flex: 0 0 auto;
}
.bootstrap-tagsinput > input:focus {
  outline: none;
  border: none;
}
.bootstrap-tagsinput.is-invalid {
  border-color: #e6180d;
  box-shadow: 0 0 0 0.2rem rgba(230, 24, 13, 0.25);
}

.form-check :hover {
  cursor: pointer;
}

.datetimepicker .datetimepicker-days table,
.datetimepicker .datetimepicker-hours table,
.datetimepicker .datetimepicker-minutes table,
.datetimepicker .datetimepicker-months table,
.datetimepicker .datetimepicker-years table {
  width: 100%;
}
.datetimepicker thead tr:first-child th i,
.datetimepicker thead tr:first-child th span {
  pointer-events: none;
  font-size: 18px;
}
.datetimepicker thead tr:first-child th span.glyphicon {
  display: inline-block;
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.datetimepicker thead tr:first-child th span.glyphicon.fa-angle-left::before {
  content: "\f104";
}
.datetimepicker thead tr:first-child th span.glyphicon.fa-angle-right::before {
  content: "\f105";
}
.datetimepicker .datetimepicker-days table thead tr th.dow {
  color: #212837;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  border: none;
}
.datetimepicker .datetimepicker-days table tbody tr td {
  border-radius: 0;
  font-weight: 500;
  font-size: 0.8125rem;
  border: 1px solid #dae0ec;
  color: #212837;
  width: 14%;
}
.datetimepicker .datetimepicker-days table tbody tr td.old, .datetimepicker .datetimepicker-days table tbody tr td.new {
  color: #c9d2e3;
}
.datetimepicker .datetimepicker-days table tbody tr td:hover {
  background: #f2f4f8 !important;
}
.datetimepicker .datetimepicker-days table tbody tr td.active {
  background: #1f6bff !important;
  border-color: #1f6bff !important;
  color: #fff;
  text-shadow: none;
}
.datetimepicker .datetimepicker-hours table tbody tr td,
.datetimepicker .datetimepicker-minutes table tbody tr td {
  border-radius: 0;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #212837;
}
.datetimepicker .datetimepicker-hours table tbody tr td.active,
.datetimepicker .datetimepicker-minutes table tbody tr td.active {
  background: #1f6bff !important;
  border-color: #1f6bff !important;
  color: #fff;
  text-shadow: none;
}
.datetimepicker .datetimepicker-hours span,
.datetimepicker .datetimepicker-minutes span {
  display: inline-block;
  margin: 2px 1.5px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #dae0ec;
  font-weight: 500;
  color: #212837;
  line-height: 54px;
  cursor: pointer;
  text-align: center;
}
.datetimepicker .datetimepicker-hours span:hover,
.datetimepicker .datetimepicker-minutes span:hover {
  background: #f2f4f8 !important;
}
.datetimepicker .datetimepicker-hours span.active,
.datetimepicker .datetimepicker-minutes span.active {
  background: #1f6bff !important;
  border-color: #1f6bff !important;
  color: #fff;
  text-shadow: none;
}
.datetimepicker .datetimepicker-months table tbody tr td {
  padding: 0;
}
.datetimepicker .datetimepicker-months table tbody tr td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 2px 1.5px;
  border-radius: 0;
  border: 1px solid #dae0ec;
  font-weight: 500;
  color: #212837;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
}
.datetimepicker .datetimepicker-months table tbody tr td span.active {
  background: #1f6bff !important;
  border-color: #1f6bff !important;
  color: #fff;
  text-shadow: none;
}

/* Variables */
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
:root {
  --product-tour-js-brand-color-dark: #1a5bd9;
  --product-tour-js-brand-color: #1f6bff;
}

a {
  color: #1f6bff;
  text-decoration: none;
}
a:hover {
  color: #1956cc;
  text-decoration: none;
}
a:focus {
  color: #1f6bff;
}

img {
  max-width: 100%;
}

/* Start Page  */
body {
  background: #f1f1f1;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 992px) {
  body {
    height: unset;
  }
}
@media (max-width: 767.98px) {
  body {
    overflow-x: hidden;
  }
}

.datagrid-action-bar .dropdown-item:focus-within, .datagrid-action-bar .dropdown-item:focus-visible, .datagrid-action-bar .dropdown-item:focus {
  color: #212837;
}

.app-sidebar .menu .menu-item.has-promotion .menu-link {
  background: #ffcc00 !important;
}
.app-sidebar .menu .menu-item.has-promotion .menu-link .menu-icon {
  color: #000000;
}
.app-sidebar .menu .menu-item.has-promotion .menu-link .menu-text {
  color: #000000;
}
.app-sidebar .mobile-sidebar-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 20px;
  display: none;
  padding: 20px;
  z-index: 9999;
}
.app-sidebar .mobile-sidebar-close.sidebar-z-index {
  z-index: 6;
}
@media (max-width: 991.98px) {
  .app-sidebar .mobile-sidebar-close {
    display: block;
  }
}

.app-header {
  top: -1px;
  background: #f1f1f1;
}
.app-header .menu {
  justify-content: flex-end;
}
.app-header .menu .menu-item:last-child {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .app-header .menu .menu-item:last-child {
    margin-right: 5px;
  }
}
.app-header .brand .brand-logo {
  height: 50px !important;
}
.app-header .desktop-toggler {
  width: 30px;
}
@media (max-width: 991.98px) {
  .app-header .desktop-toggler {
    display: block;
  }
}
.app-header .mini-brand {
  height: 60px;
  display: none;
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .app-header .mini-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .app-header {
    padding: 0;
  }
}

.brand {
  width: auto !important;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 200px;
}

@media (max-width: 767.98px) {
  .app-header .brand {
    display: block;
    width: 200px !important;
  }
}
.app-header .brand img {
  max-height: 100%;
  max-width: 100%;
}

.app-header .brand .brand-logo {
  font-weight: 700;
  color: #212837;
  font-size: 20px;
  text-decoration: none;
  height: 60px;
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.app-header .brand .brand-name {
  font-weight: 600;
  color: #303030;
  font-size: 16px;
  text-decoration: none;
  height: 50px;
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.page-header {
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 22px;
}
.page-header > a {
  text-decoration: none;
  color: #212837;
}

.page-header-links {
  margin-bottom: 15px;
  display: flex;
}
.page-header-links span > a {
  text-decoration: none;
  color: #212837;
  font-weight: 500;
}
.page-header-links span > a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.page-header-links span:not(:last-child) > a {
  margin-right: 10px;
}
.page-header-links .change-template {
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c9d2e3;
}
.page-header-links .change-template-dropdown-menu.show {
  margin-top: 10px !important;
  max-width: 175px;
}
.page-header-links .change-template-dropdown-menu.show .dropdown-item {
  white-space: unset;
}

.page-actions {
  display: flex;
  margin: 20px 0 10px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.page-actions .page-action-item {
  flex: 0 0 auto;
}
.page-actions .page-action-item:not(:last-child) {
  margin-right: 15px;
}
.page-actions .page-action-item a {
  color: #212837;
  text-decoration: none;
}
.page-actions .page-action-item a i {
  color: #3a3a3a;
  margin-right: 5px;
}

.btn-scroll-top {
  right: 0.25rem;
}
@media (max-width: 991.98px) {
  .btn-scroll-top {
    right: 0;
  }
}

.btn-block {
  width: 100%;
}

.page-inner-content .page-inner-title h4 {
  padding: 0;
}
.page-inner-content .page-inner-title p {
  margin-bottom: 20px;
}
.page-inner-content .page-card {
  margin-bottom: 20px;
}

.include-link-to-container .page-inner-content .page-inner-title p,
.payment-gateway-container .page-inner-content .page-inner-title p,
.reminder-container .page-inner-content .page-inner-title p {
  margin-bottom: 20px;
}
.include-link-to-container .page-inner-content .page-inner-title p.include-link-item-description,
.payment-gateway-container .page-inner-content .page-inner-title p.include-link-item-description,
.reminder-container .page-inner-content .page-inner-title p.include-link-item-description {
  display: flex;
  justify-content: space-between;
}
.include-link-to-container .page-inner-content .page-inner-title p.include-link-item-description span,
.payment-gateway-container .page-inner-content .page-inner-title p.include-link-item-description span,
.reminder-container .page-inner-content .page-inner-title p.include-link-item-description span {
  width: 70%;
}
@media (max-width: 768px) {
  .include-link-to-container .page-inner-content .page-inner-title p.include-link-item-description,
  .payment-gateway-container .page-inner-content .page-inner-title p.include-link-item-description,
  .reminder-container .page-inner-content .page-inner-title p.include-link-item-description {
    flex-direction: column;
  }
  .include-link-to-container .page-inner-content .page-inner-title p.include-link-item-description span,
  .payment-gateway-container .page-inner-content .page-inner-title p.include-link-item-description span,
  .reminder-container .page-inner-content .page-inner-title p.include-link-item-description span {
    width: 100%;
  }
}
.include-link-to-container .page-inner-content .page-inner-title p.include-link-item-description a,
.payment-gateway-container .page-inner-content .page-inner-title p.include-link-item-description a,
.reminder-container .page-inner-content .page-inner-title p.include-link-item-description a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .include-link-to-container .page-inner-content,
  .payment-gateway-container .page-inner-content,
  .reminder-container .page-inner-content {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    grid-column-gap: 20px;
  }
  .include-link-to-container .page-inner-content .page-inner-title h4,
  .payment-gateway-container .page-inner-content .page-inner-title h4,
  .reminder-container .page-inner-content .page-inner-title h4 {
    margin-top: 20px;
  }
  .include-link-to-container .page-inner-content .page-inner-title p.include-link-item-description,
  .payment-gateway-container .page-inner-content .page-inner-title p.include-link-item-description,
  .reminder-container .page-inner-content .page-inner-title p.include-link-item-description {
    flex-direction: column;
  }
  .include-link-to-container .page-inner-content .page-inner-title p.include-link-item-description span,
  .payment-gateway-container .page-inner-content .page-inner-title p.include-link-item-description span,
  .reminder-container .page-inner-content .page-inner-title p.include-link-item-description span {
    width: 100% !important;
  }
  .include-link-to-container .page-inner-content .page-inner-title p.include-link-item-description a,
  .payment-gateway-container .page-inner-content .page-inner-title p.include-link-item-description a,
  .reminder-container .page-inner-content .page-inner-title p.include-link-item-description a {
    margin-top: 10px;
  }
}

.card-title {
  color: #212837;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.card-title .card-description {
  font-size: 14px;
  color: #212837;
  font-weight: 400;
  margin-top: 10px;
}
.card-title .view-all {
  position: absolute;
  right: 0;
  top: 0;
}

.card-separator {
  height: 1px;
  background: #c9d2e3;
  margin: 10px 0;
}

.card-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.card-row .card-row-icon {
  flex: 0 0 20px;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
}
.card-row .card-row-icon i {
  font-size: 20px;
}
.card-row .card-row-detail {
  flex: 1;
}
.card-row .card-row-detail .card-row-title {
  display: flex;
  justify-content: space-between;
}
.card-row .card-row-detail .card-row-title span {
  flex: 0 0 80px;
  text-align: right;
}
.card-row .card-row-detail .card-row-title strong {
  margin-right: 5px;
}
.login .login-content {
  padding: 30px;
  border: 1px solid #d1d9e7;
  max-width: 30rem;
  border-radius: 6px;
  background: #ffffff;
}
.login .login-image {
  text-align: center;
  margin-bottom: 20px;
}
.login .login-image img {
  max-width: 300px;
}
@media (max-width: 768px) {
  .login .login-image img {
    max-width: 200px;
  }
}

/* End Page  */
/* Start Sticky Sidebar */
#sidebar-bootstrap > nav {
  padding-left: 30px;
}
#sidebar-bootstrap > nav > a {
  padding: 5px 15px 5px 13px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px;
}
#sidebar-bootstrap > nav > a.active {
  background: #3a3a3a;
  color: #ffffff;
}
#sidebar-bootstrap > nav > a:hover {
  font-weight: 700;
}
#sidebar-bootstrap > nav > a.sub {
  margin-left: 15px;
  font-weight: 500;
}

/* End Sticky Sidebar *


 */
/* Start Box-Showcase */
.box-showcase {
  padding-top: 20px;
  position: relative;
  color: #3c4e71;
  transition: all ease 0.5s;
  background: #f1f1f1;
}
.box-showcase:before {
  content: "";
  width: 100%;
  height: 60%;
  clip-path: polygon(100% 0%, 100% 100%, -10% 0%);
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border-radius: 10px 10px 0 0;
}
.box-showcase .box-showcase-inner {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 10px 25px;
  border-radius: 20px;
}
.box-showcase .box-showcase-inner .showcase-image {
  position: relative;
  padding-top: 50%;
}
.box-showcase .box-showcase-inner .showcase-image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  object-fit: scale-down;
}
.box-showcase .box-showcase-inner .showcase-content .showcase-product-price {
  font-size: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  display: inline-block;
}
.box-showcase .box-showcase-inner .showcase-content .showcase-product-price span {
  text-decoration: line-through;
  -webkit-text-fill-color: #3c4e71;
}
.box-showcase .box-showcase-inner .showcase-content .showcase-segment {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.box-showcase .box-showcase-inner .showcase-content .showcase-product-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.box-showcase .box-showcase-inner .showcase-content .showcase-product-trial {
  display: inline-block;
  border-radius: 10px;
  line-height: 30px;
  padding: 0 10px;
  color: #ffffff;
  margin-bottom: 10px;
}
.box-showcase .box-showcase-inner .showcase-content .showcase-product-description {
  font-size: 14px;
  margin-bottom: 10px;
  height: 50px;
}
.box-showcase .box-showcase-inner .showcase-content .showcase-product-button {
  text-align: right;
  padding-bottom: 10px;
}
.box-showcase .box-showcase-inner .showcase-content .showcase-product-button a {
  text-decoration: none;
  display: inline-block;
  border-radius: 9999px;
  padding: 10px 20px;
}
.box-showcase.first:before {
  background: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
}
.box-showcase.first .box-showcase-inner .showcase-content .showcase-product-price {
  background: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-showcase.first .box-showcase-inner .showcase-content .showcase-product-trial {
  background: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
}
.box-showcase.first .box-showcase-inner .showcase-content .showcase-product-button {
  background: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-showcase.second:before {
  background: linear-gradient(110.1deg, rgb(34, 126, 134) 1%, rgb(168, 251, 60) 99%);
}
.box-showcase.second .box-showcase-inner .showcase-content .showcase-product-price {
  background: linear-gradient(110.1deg, rgb(34, 126, 134) 1%, rgb(168, 251, 60) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-showcase.second .box-showcase-inner .showcase-content .showcase-product-trial {
  background: linear-gradient(110.1deg, rgb(34, 126, 134) 1%, rgb(168, 251, 60) 99%);
}
.box-showcase.second .box-showcase-inner .showcase-content .showcase-product-button {
  background: linear-gradient(110.1deg, rgb(34, 126, 134) 1%, rgb(168, 251, 60) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-showcase.third:before {
  background: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(85, 88, 218) 0%, rgb(95, 209, 249) 100.2%);
}
.box-showcase.third .box-showcase-inner .showcase-content .showcase-product-price {
  background: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(85, 88, 218) 0%, rgb(95, 209, 249) 100.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-showcase.third .box-showcase-inner .showcase-content .showcase-product-trial {
  background: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(85, 88, 218) 0%, rgb(95, 209, 249) 100.2%);
}
.box-showcase.third .box-showcase-inner .showcase-content .showcase-product-button {
  background: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgb(85, 88, 218) 0%, rgb(95, 209, 249) 100.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-showcase.fourth:before {
  background: linear-gradient(110.1deg, #33d9e8 1%, #ddf7f7 99%);
}
.box-showcase.fourth .box-showcase-inner .showcase-content .showcase-product-price {
  background: radial-gradient(circle farthest-corner at 12.3% 19.3%, #191dc6 0%, #b4b8e8 100.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-showcase.fourth .box-showcase-inner .showcase-content .showcase-product-trial {
  background: radial-gradient(circle farthest-corner at 12.3% 19.3%, #191dc6 0%, #b4b8e8 100.2%);
}
.box-showcase.fourth .box-showcase-inner .showcase-content .showcase-product-button {
  background: radial-gradient(circle farthest-corner at 12.3% 19.3%, #191dc6 0%, #b4b8e8 100.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-showcase:hover {
  padding-top: 50px;
}

/* End Box-Showcase */
/* Start ColorPicker */
.colorpicker .colorpicker-color {
  height: 20px;
}

/* End ColorPicker */
/* Start Page Card */
.row .col-md-12 .card-line,
.row .col-md-6 .card-line,
.row .col-md-4 .card-line {
  margin-bottom: 10px;
}
.row .col-md-12:last-child .card-line,
.row .col-md-6:last-child .card-line,
.row .col-md-4:last-child .card-line {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .row .col-md-12:nth-last-child(2) .card-line,
  .row .col-md-6:nth-last-child(2) .card-line,
  .row .col-md-4:nth-last-child(2) .card-line {
    margin-bottom: 0;
  }
}

/* End Page Card */
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body.loading-active {
  overflow: hidden;
}
body.loading-active #content .go-back {
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
  font-size: 0;
  margin-bottom: 20px;
  height: 33px;
  width: 20%;
  display: block;
  padding: 0;
  border-radius: 6px;
}
body.loading-active #content .page-header {
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
  font-size: 0;
  margin-bottom: 20px;
  height: 33px;
  width: 40%;
  display: block;
  padding: 0;
  border-radius: 6px;
}
body.loading-active #content .page-header small {
  font-size: 0;
}
body.loading-active #content .alert {
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
  color: transparent;
  border: 1px solid rgba(101, 126, 174, 0.25);
}
body.loading-active #content .alert a {
  color: transparent;
}
body.loading-active #content .page-header-links > span > a {
  display: block;
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
  height: 17px;
  width: 100px;
  font-size: 0;
}
body.loading-active #content .page-header-links > div > a {
  display: block;
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
  height: 17px;
  width: 100px;
  font-size: 0;
}
body.loading-active #content .page-header-links > div > div > span > a {
  display: block;
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
  height: 17px;
  width: 100px;
  font-size: 0;
}
body.loading-active #content .page-header-links > a {
  display: block;
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
  height: 17px;
  width: 100px;
  font-size: 0;
}
body.loading-active #content .saved-filters {
  position: relative;
}
body.loading-active #content .saved-filters:after {
  content: "";
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
body.loading-active #content .datagrid .datagrid-filter form {
  position: relative;
  margin-bottom: 10px;
}
body.loading-active #content .datagrid .datagrid-filter form:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
}
body.loading-active #content .datagrid .loading-pager-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  width: 100%;
}
body.loading-active #content .datagrid .loading-datagrid {
  margin-top: 20px;
  border: 1px solid #c9d2e3;
  overflow: hidden;
  border-radius: 6px;
}
body.loading-active #content .datagrid .loading-datagrid .loading-row {
  height: 52px;
  width: 100%;
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
}
body.loading-active #content .datagrid .loading-datagrid .loading-row:nth-child(odd) {
  background: linear-gradient(-90deg, #fefefe, #f2f2f2, #fefefe, #f2f2f2);
  background-size: 200% 200%;
  animation: gradient 6s ease infinite;
}
body.loading-active #content .datagrid .loading-datagrid .loading-row:first-child {
  height: 37.5px;
}
body.loading-active .page-button {
  width: 200px;
  height: 21px;
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
}
body.loading-active .page-button > a {
  font-size: 0;
}
body.loading-active .not-found-placeholder {
  height: 200px;
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
}
body.loading-active .loading-md {
  width: 25%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
}
body.loading-active .loading-lg {
  flex: 0 0 40%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(-90deg, #f6f6f6, #e5e5e5, #f6f6f6, #e5e5e5);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
}

.landing-page .landing-page-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  color: #212837;
  font-weight: 500;
}
.landing-page .landing-top-image {
  margin-bottom: 70px;
  text-align: center;
}
.landing-page .landing-top-image img {
  max-width: 140px;
}
.landing-page .landing-content .landing-line:not(:last-child) {
  margin-bottom: 70px;
}
.landing-page .landing-content .landing-line p {
  font-size: 16px;
  font-weight: 500;
}
.landing-page .landing-content .landing-line h2 {
  text-align: center;
  color: #028824;
  margin-bottom: 20px;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 700;
}
.landing-page .landing-content .landing-line h3 {
  color: #212837;
  font-size: 24px;
  margin-bottom: 20px;
}
.landing-page .landing-content .landing-line .step {
  text-align: center;
}
.landing-page .landing-content .landing-line span {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.landing-page .landing-content .landing-line p {
  font-weight: 600;
}
.landing-page .landing-content .landing-line iframe {
  height: 250px;
  background: linear-gradient(-90deg, #fefefe, #f2f2f2, #fefefe, #f2f2f2);
  background-size: 200% 200%;
  animation: gradient 6s ease infinite;
}
.landing-page .landing-content .landing-line .landing-thumb {
  margin-bottom: 50px;
}
.landing-page .landing-content .landing-line .landing-thumb div {
  text-align: center;
}
.landing-page .landing-content .landing-line .landing-thumb div img {
  border-radius: 50%;
  margin-bottom: 20px;
  max-width: 80%;
}
.landing-page .landing-content .landing-line .landing-thumb div span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.landing-page .landing-content .landing-line .modal-content p {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}

.success-page {
  text-align: center;
}
.success-page .success-image {
  margin-bottom: 30px;
}
.success-page .success-image i {
  font-size: 60px;
  color: #028824;
}
.success-page .success-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.success-page .success-content {
  max-width: 70%;
  margin: 0 auto;
}
.success-page .success-content p {
  margin-bottom: 20px;
}

.dropdown-menu.dropdown-notification .dropdown-notification-item:last-child {
  border-bottom: none;
}

canvas {
  max-height: 264px !important;
}
@media (max-width: 1366px) {
  canvas {
    max-height: 240px !important;
  }
}

#order-view .card-content:last-child .customer-information {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#order-view .action-log-table {
  max-height: 300px;
  overflow-y: auto;
}
#order-view .order-date {
  text-align: right;
  color: #212837;
}
#order-view .order-detail {
  margin-top: 10px;
}
#order-view .order-detail table tr th,
#order-view .order-detail table tr td {
  text-align: right;
  vertical-align: middle;
}
#order-view .order-detail table tr .title {
  min-width: 280px;
}
#order-view .order-detail table tr .price {
  min-width: 100px;
}
#order-view .order-detail table tr .tax {
  min-width: 100px;
}
#order-view .order-detail .table-column-title {
  display: flex;
  align-items: center;
  text-align: left;
}
#order-view .order-detail .table-column-title .product-image {
  width: 40px;
  min-width: 40px;
  margin-right: 20px;
}
#order-view .order-detail .table-column-title .product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}
#order-view .order-detail .table-column-title .attributes {
  padding: 0;
}
#order-view .order-detail .table-column-title .attributes .attribute-item {
  list-style-type: none;
}
#order-view .order-detail .order-status {
  margin-bottom: 20px;
}
#order-view .order-detail .order-status .alert i {
  margin-right: 10px;
  font-size: 20px;
}
#order-view .order-detail .order-tags {
  display: flex;
  align-items: center;
}
#order-view .order-detail .order-tags .title {
  font-size: 16px;
  margin-right: 10px;
}
#order-view .order-detail .order-tags .badge {
  margin-right: 10px;
}
#order-view .order-total .price {
  min-width: 100px;
}
#order-view .customer-information {
  border-bottom: 1px solid #c9d2e3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#order-view .customer-information .customer-profile {
  display: flex;
  align-items: flex-start;
}
#order-view .customer-information .customer-profile .customer-icon {
  font-size: 60px;
  margin-right: 20px;
}
#order-view .customer-information p {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
#order-view .customer-information span {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
#order-view .customer-information a {
  text-decoration: none;
}

.select-language {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
@media (min-width: 991.98px) {
  .select-language.language-with-margin {
    margin-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .select-language.language-with-margin {
    margin-right: 20px;
  }
}
.select-language a {
  text-decoration: none;
  display: block;
  padding: 0;
  transition: all ease 0.5s;
}
.select-language a.current-language {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
}
.select-language a img {
  height: 30px;
  width: 40px;
  padding: 5px;
}
.select-language a span {
  margin-left: 5px;
  color: #212837;
  font-size: 14px;
  text-transform: capitalize;
}
.select-language .dropdown-language {
  min-width: 360px;
  padding: 10px;
}
.select-language .dropdown-language.show {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.select-language .dropdown-language .language-item {
  transition: all ease 0.5s;
  width: auto;
}
.select-language .dropdown-language .language-item:hover {
  background: #f0f2f6;
}
.select-language .dropdown-language .language-item.selected {
  background: #f0f2f6;
  position: relative;
}
.select-language .dropdown-language .language-item.selected a {
  padding-right: 10px;
}
.select-language .dropdown-language .language-item.selected:after {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #028824;
  z-index: 2;
}
@media (max-width: 768px) {
  .select-language .dropdown-language {
    min-width: 200px;
    padding: 10px;
  }
  .select-language .dropdown-language .language-item {
    width: 130px;
  }
  .select-language .dropdown-language .language-item a span {
    font-size: 12px;
  }
}

.admin-dropdown-menu {
  min-width: 200px;
}

.change-account-container .change-account-select .select2-container {
  width: 100% !important;
}
.change-account-container .change-account-select .select2-container .select2-selection {
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3c4e71;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233c4e71' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  margin: 0;
  padding: 0;
}
.change-account-container .change-account-select .select2-container .select2-selection .select2-selection__arrow {
  display: none;
}
.change-account-container .change-account-button {
  text-align: center;
}

.full-modal-close {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .full-modal-close {
    right: 20px;
    top: 20px;
  }
}

.modal.custom-cover {
  background: transparent;
}
.modal.custom-cover .btn-close {
  background: url("../img/icon/modal-close.svg") no-repeat center center;
  opacity: 0.8;
}

.bg-forest-green {
  background: #108043;
}

.modal-sub-title {
  font-size: 14px;
  font-weight: 500;
  color: #3c4e71;
  border-bottom: 1px solid #c9d2e3;
  padding-bottom: 10px;
}

.product-custom-modal {
  max-width: 700px;
}

@media (max-width: 600px) {
  .product-custom-modal,
  .change-account-modal,
  .rate-us-modal {
    min-width: unset;
    max-width: 100%;
  }
}
.rate-inputs {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.rate-inputs:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate-inputs:not(:checked) > label {
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 40px;
  color: #ccc;
}

.rate-inputs:not(:checked) > label:before {
  content: "★ ";
}

.rate-inputs > input:checked ~ label {
  color: #ffe111;
}

.rate-inputs:not(:checked) > label:hover,
.rate-inputs:not(:checked) > label:hover ~ label {
  color: #ffe111;
}

.rate-inputs > input:checked + label:hover,
.rate-inputs > input:checked + label:hover ~ label,
.rate-inputs > input:checked ~ label:hover,
.rate-inputs > input:checked ~ label:hover ~ label,
.rate-inputs > label:hover ~ input:checked ~ label {
  color: #ffe111;
}

.account-row {
  display: flex;
  padding: 10px 10px 5px;
  border-bottom: 1px solid #c9d2e3;
}
.account-row .account-column {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.account-row .account-column.account-column-left {
  padding-right: 10px;
}
.account-row .account-column.account-column-right {
  align-items: center;
  width: 100%;
}
.account-row .account-column.account-column-right .account-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 500;
}
.account-row .account-column i {
  font-size: 40px;
  margin-right: 20px;
  color: #3a3a3a;
}
.account-row .account-column .account-content {
  flex: 1 0 0;
}
.account-row .account-column .account-content div {
  font-weight: 600;
  font-size: 16px;
}
.account-row .account-column .account-content p {
  font-size: 13px;
  color: #212837;
}
@media (max-width: 991.98px) {
  .account-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.account-right-content .account-row {
  flex-direction: column;
  margin-bottom: 20px;
  border: none;
}

.banner-title {
  font-size: 18px;
}

.banner-text {
  height: 90px;
}

#tracking-statistic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#product-result-list {
  max-height: 300px;
  overflow-y: auto;
}
#product-result-list .empty-row {
  height: 150px;
}
#product-result-list table .image {
  min-width: 80px;
}
#product-result-list table .price {
  min-width: 100px;
}
#product-result-list table .title {
  min-width: 200px;
}
#product-result-list table .action {
  min-width: 162px;
}

.product-view-table .w-60px {
  flex: 0 0 60px;
}
.product-view-table .move {
  min-width: 50px;
}
.product-view-table .no {
  min-width: 50px;
}
.product-view-table .product {
  width: 50%;
}
.product-view-table .vendor {
  min-width: 130px;
}
.product-view-table .price {
  min-width: 120px;
}
.product-view-table .remove {
  min-width: 120px;
}
.product-view-table .customer {
  width: 30%;
}
@media (max-width: 991.98px) {
  .product-view-table .move {
    min-width: 50px;
  }
  .product-view-table .no {
    min-width: 50px;
  }
  .product-view-table .product {
    min-width: 350px;
  }
  .product-view-table .vendor {
    min-width: 130px;
  }
  .product-view-table .price {
    min-width: 120px;
  }
  .product-view-table .remove {
    min-width: 120px;
  }
  .product-view-table .customer {
    min-width: 120px;
  }
  .product-view-table .date {
    min-width: 150px;
  }
}

.user-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #8498be;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-buttons {
  display: flex;
  margin-bottom: 20px;
}
.page-buttons .page-button {
  margin-right: 10px;
}
.page-buttons .page-button > a {
  text-decoration: none;
  color: #212837;
  font-weight: 500;
}
.page-buttons .page-button > a i {
  color: #212837;
  margin-right: 5px;
}

.go-back {
  margin-bottom: 15px;
}
.go-back a {
  color: #212837;
  text-decoration: none;
  font-weight: 500;
}
.go-back a i {
  color: #212837;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .go-back {
    display: none;
  }
  .go-back.show {
    display: block;
  }
}

.theme-page .card-content {
  position: relative;
}
.theme-page .card-content #theme-placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ebeef4;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  color: #212837;
}
.theme-page .card-content #theme-placeholder i {
  font-size: 50px;
  margin-bottom: 10px;
}
.theme-page .card-content #theme-placeholder div {
  font-size: 36px;
}

.title-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.title-row i {
  color: #ffffff;
  height: 20px;
  width: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.title-row i.fa-angle-down {
  font-size: 10px;
  width: 10px;
}
.title-row .title-badges {
  display: flex;
  justify-content: space-between;
}
.title-row .title-badges > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 2px;
}
.title-row .title-badges > div span {
  padding: 2px;
  display: flex;
}

.jstree-default .jstree-icon:empty {
  font-size: 20px;
}

.setup-heading {
  text-align: center;
}
.setup-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.setup-heading p {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .setup-heading {
    margin-top: 20px;
  }
  .setup-heading h2 {
    font-size: 20px;
    margin: 10px 0;
  }
  .setup-heading p {
    font-size: 16px;
  }
}

/* Start Setup Wizard */
.setup-wizard {
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .setup-wizard {
    width: unset;
  }
}
.setup-wizard .form-control.valid {
  background-image: linear-gradient(#8498be, #8498be), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px) !important;
  background-color: transparent;
  transition: background 0s ease-out;
}
.setup-wizard .form-group.is-focused .form-control {
  outline: none;
  background-image: linear-gradient(#8498be, #8498be), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}
.setup-wizard label {
  margin-bottom: 5px;
}
.setup-wizard .slider-preview-item div {
  text-align: center;
}
.setup-wizard .slider-preview-item div h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.setup-wizard .slider-preview-item div img {
  width: 50%;
  margin: 0 auto;
}

/* End Setup Wizard */
/* Start Setup Progress */
.setup-progress {
  padding: 30px;
}
.setup-progress .loader {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.setup-progress .loader .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setup-progress .loader .circle:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
.setup-progress .loader-content {
  display: flex;
  align-items: center;
}
.setup-progress .loader-content .setup-image {
  text-align: center;
  margin-bottom: 40px;
  flex: 0 0 50%;
}
.setup-progress .loader-content .setup-image img {
  max-height: 400px;
}
.setup-progress .loader-content .setup-text {
  margin-bottom: 60px;
}
.setup-progress .loader-content .setup-text p {
  font-size: 32px;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 50px;
}
.setup-progress .loader-content .setup-text div {
  color: #3a3a3a;
  font-size: 20px;
}

.circle-1 {
  background-color: #49b8e5;
}
.circle-1:before {
  background-color: #49b8e5;
  animation-delay: 200ms;
}

.circle-2 {
  background-color: #1e98d4;
}
.circle-2:before {
  background-color: #1e98d4;
  animation-delay: 400ms;
}

.circle-3 {
  background-color: #2a92d0;
}
.circle-3:before {
  background-color: #2a92d0;
  animation-delay: 600ms;
}

.circle-4 {
  background-color: #3a88c8;
}
.circle-4:before {
  background-color: #3a88c8;
  animation-delay: 800ms;
}

.circle-5 {
  background-color: #507cbe;
}
.circle-5:before {
  background-color: #507cbe;
  animation-delay: 1000ms;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
/* End Setup Progress */
.swiper .swiper-slide {
  height: auto;
}
.swiper.showcase-type-slider {
  padding-bottom: 30px;
}
.swiper.showcase-type-slider h2 {
  text-align: center;
  font-size: 16px;
}
.swiper.showcase-type-slider .image-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.swiper.showcase-type-slider .image-group .btn {
  margin-top: 10px;
}
.swiper.showcase-type-slider .image-group .image-container {
  height: 100%;
  padding: 3px;
  border: 1px solid #c9d2e3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.swiper.showcase-type-slider .swiper-pagination {
  bottom: 0;
}

#change-plan-container {
  margin: 0 auto;
}
#change-plan-container .charge-title {
  margin-bottom: 30px;
}
#change-plan-container .charge-selection {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #e6e7e7;
  transition: all ease 0.3s;
  background: #ffffff;
}
#change-plan-container .charge-selection .charge-title {
  margin-bottom: 30px;
}
#change-plan-container .charge-selection .charge-title h2 {
  color: #190c09;
  font-size: 18px;
}
#change-plan-container .charge-selection .charge-title p {
  color: #888381;
  font-size: 13px;
}
#change-plan-container .charge-selection .charge-price {
  margin-bottom: 20px;
}
#change-plan-container .charge-selection .charge-price h2 {
  font-size: 28px;
  color: #190c09;
}
#change-plan-container .charge-selection .charge-price p {
  color: #888381;
  font-size: 14px;
}
#change-plan-container .charge-selection .charge-button {
  display: block;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  border: 2px solid #3e3331;
  border-radius: 10px;
  color: #3e3331;
  margin-bottom: 20px;
  text-decoration: none;
  user-select: none;
  transition: all ease 0.3s;
}
#change-plan-container .charge-selection .charge-button.selected, #change-plan-container .charge-selection .charge-button:hover {
  background: #3e3331;
  color: #ffffff;
}
#change-plan-container .charge-selection .charge-detail div {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#change-plan-container .charge-selection .charge-detail div i {
  margin-right: 10px;
  color: #56e6a5;
}
#change-plan-container .charge-selection .charge-detail div p {
  margin-bottom: 0;
  color: #888381;
}
#change-plan-container .charge-selection .charge-detail div p strong {
  color: #190c09;
}
#change-plan-container .charge-selection:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#change-plan-container .included-plans h2 {
  margin-bottom: 30px;
  font-size: 30px;
}
#change-plan-container .included-plans .included-plan {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #e6e7e7;
  transition: all ease 0.3s;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
}
#change-plan-container .included-plans .included-plan i {
  font-size: 20px;
  margin-right: 20px;
}
#change-plan-container .included-plans .included-plan div h4 {
  font-size: 18px;
  color: #212837;
}
#change-plan-container .included-plans .included-plan div p {
  color: #212837;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

.success-notes .card {
  height: 100%;
}

.tour-content {
  width: 600px;
  background: #ffffff;
  padding: 30px;
  border: 1px solid #c9d2e3;
  border-radius: 6px;
}

.tour-pictures {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tour-pictures a {
  margin: 0 10px;
  display: block;
}
.tour-pictures a img {
  border: 1px solid #c9d2e3;
}

.tour-article-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.tour-articles div p {
  font-size: 13px;
  margin-bottom: 10px;
}
.tour-articles div p:last-child {
  margin-bottom: 0;
}

.introjs-tooltip {
  max-width: 450px !important;
  width: 450px !important;
}

.included-plans h2 {
  margin-bottom: 30px;
  font-size: 30px;
}
.included-plans .included-plan {
  border-radius: 6px !important;
  padding: 20px;
  border: 1px solid #e6e7e7;
  transition: all ease 0.3s;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.included-plans .included-plan img,
.included-plans .included-plan i {
  font-size: 20px;
  margin-right: 20px;
  color: #3c4e71;
}
.included-plans .included-plan div h4 {
  font-size: 18px;
  color: #3c4e71;
}
.included-plans .included-plan div p {
  color: #3c4e71;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

.setup-promotions {
  margin: 0 auto;
}
.setup-promotions .promotion-item {
  padding: 15px;
  border: 1px solid #EEEEEE;
  margin-right: 10px;
  height: 100%;
}
.setup-promotions .promotion-item:last-child {
  margin-right: 0;
}

.setup-text {
  width: 90%;
  margin: 0 auto;
  font-weight: 500;
}
.setup-text > div {
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.setup-text > div.setup-row {
  font-size: 16px;
  color: #212837;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.setup-text > div.setup-row i {
  margin-right: 10px !important;
  font-style: normal;
  font-family: Segoe UI Emoji;
  font-size: 1.8em;
}
.setup-text h2 {
  font-weight: 500;
}
.setup-text h4 {
  margin: 20px 0;
  text-align: left;
}
.setup-text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .setup-text {
    width: 100%;
  }
  .setup-text > div {
    font-size: 20px;
  }
  .setup-text > div.setup-row {
    font-size: 14px;
    align-items: flex-start;
  }
  .setup-text h4 {
    font-size: 18px;
  }
  .setup-text p {
    font-size: 15px;
  }
}

.setup-links {
  text-align: center;
}
.setup-links div a {
  font-size: 16px;
  text-decoration: none;
}
.setup-links div a i {
  margin-right: 5px;
  font-size: 16px;
  color: #1a1a1a;
}

#setup-content .setup-detail {
  text-align: center;
}
#setup-content .setup-detail .setup-image {
  height: 340px;
  margin: 0 auto;
}
@media (max-width: 1365px) {
  #setup-content .setup-detail .setup-image {
    height: 200px;
  }
}
#setup-content .setup-detail .setup-image img {
  max-height: 100%;
}
#setup-content .setup-detail .loader-content {
  text-align: center;
  display: flex;
  justify-content: center;
}
#change-plan-container .charge-title {
  margin-bottom: 30px;
}
#change-plan-container .charge-selection {
  border-radius: 6px;
  padding: 20px;
  border: 1px solid #e6e7e7;
  transition: all ease 0.3s;
  background: #ffffff;
}
#change-plan-container .charge-selection .charge-title {
  margin-bottom: 0;
}
#change-plan-container .charge-selection .charge-title h2 {
  color: #1a1a1a;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
#change-plan-container .charge-selection .charge-title h2 i {
  color: #3c4e71;
  font-weight: 300;
  cursor: pointer;
}
#change-plan-container .charge-selection .charge-title p {
  color: #212837;
  font-size: 13px;
}
@media (min-width: 1024px) {
  #change-plan-container .charge-selection .charge-title p {
    height: 50px;
  }
}
#change-plan-container .charge-selection .charge-price {
  margin-bottom: 20px;
}
#change-plan-container .charge-selection .charge-price h2 {
  font-size: 28px;
}
#change-plan-container .charge-selection .charge-price h2 span {
  color: #212837;
  font-size: 14px;
}
#change-plan-container .charge-selection .charge-price p {
  color: #212837;
  font-size: 14px;
}
#change-plan-container .charge-selection .btn {
  margin-bottom: 16px;
}
#change-plan-container .charge-selection .charge-detail div {
  display: flex;
  align-items: center;
}
#change-plan-container .charge-selection .charge-detail div:not(:last-child) {
  margin-bottom: 15px;
}
#change-plan-container .charge-selection .charge-detail div i {
  margin-right: 10px;
  color: #212837;
}
#change-plan-container .charge-selection .charge-detail div p {
  margin-bottom: 0;
  color: #212837;
}
#change-plan-container .charge-selection:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.overflow-unset {
  overflow: unset;
}

.overflow-column {
  word-break: break-all;
}

.CodeMirror-placeholder {
  color: #cccccc !important;
}

.dropzone {
  background: white;
  border-radius: 5px;
  border: 2px dashed #c9d2e3;
  border-image: none;
}
.dropzone .preview-image {
  margin-bottom: 10px;
}
.dropzone .preview-image i {
  font-size: 50px;
  color: #c9d2e3;
}
.dropzone .preview-text {
  color: #212837;
  font-size: 20px;
}
.dropzone.dz-started {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.template-showcase {
  padding: 10px;
  border: 1px solid #c9d2e3;
  border-radius: 6px;
}
.template-showcase .template-name {
  border: 1px solid #c9d2e3;
  border-radius: 6px;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  background: #3a3a3a;
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
}
.template-showcase .template-image {
  height: 940px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #c9d2e3;
  border-radius: 6px;
}
@media (max-width: 1367px) {
  .template-showcase .template-image {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .template-showcase .template-image {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .template-showcase .template-image {
    height: 300px;
  }
}
.template-showcase .template-image img {
  max-width: 100%;
  object-fit: contain;
}
.template-showcase .template-footer {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 10px;
}
.template-showcase .template-footer .template-preview {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #c9d2e3;
  border-radius: 6px;
  text-decoration: none;
}
.template-showcase .template-footer .template-preview i {
  color: #3a3a3a;
}
.template-showcase .template-footer .btn {
  padding: 9.5px 0.75rem;
}
.template-showcase .template-footer .btn.selected {
  background: green;
}

.swiper-content {
  padding: 0 40px;
}

.swiper .swiper-wrapper {
  padding-bottom: 50px;
}
.swiper .swiper-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #1a1a1a;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #1a1a1a;
}

.background-gradient-gray {
  background: linear-gradient(to left, rgba(67, 82, 88, 0.6), rgb(67, 82, 88)) !important;
}

.background-gradient-blue {
  background: linear-gradient(to left, rgba(28, 151, 211, 0.6), rgb(28, 151, 211)) !important;
}

.background-gradient-orange {
  background: linear-gradient(to left, rgba(242, 106, 44, 0.6), rgb(242, 106, 44)) !important;
}

.background-gradient-green {
  background: linear-gradient(to left, rgba(93, 187, 71, 0.6), rgb(93, 187, 71)) !important;
}

.background-dark-green {
  background: rgb(65, 127, 69);
}

.light-blue-color {
  color: #3a3a3a;
}

a:focus {
  outline: none;
}

.payment-gateway-section-top p {
  margin: 0;
}

.payment-gateway-section-logo {
  width: 40px !important;
  margin-right: 20px;
}

#sidebar-container .sidebar {
  border: 1px solid #c9d2e3;
  background: #ffffff;
  border-radius: 6px;
}
#sidebar-container .sidebar .sidebar-heading {
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  border-bottom: 1px solid #c9d2e3;
  border-radius: 6px 6px 0 0;
}
#sidebar-container .sidebar .sidebar-content {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item {
  overflow: hidden;
  border-radius: 6px;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-heading {
  font-size: 15px;
  font-weight: 600;
  padding: 20px;
  background: #ffffff;
  user-select: none;
  cursor: pointer;
  border-bottom: 1px solid #c9d2e3;
  position: relative;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-heading > i {
  margin-right: 10px;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-heading > i:not(.navigate) {
  color: #3a3a3a;
  font-size: 18px;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-heading > i.navigate {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  border-radius: 6px;
  transform: translateX(-500px);
  transition: all ease 0.4s;
  z-index: 3;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-item-title {
  display: none;
  padding: 20px;
  user-select: none;
  border-bottom: 1px solid #c9d2e3;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background: #f5f5f5;
  height: 64px;
  border-radius: 6px 6px 0 0;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-item-title i {
  margin-right: 20px;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-item-list {
  max-height: 436px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-item-list .sidebar-item-line {
  padding: 10px 20px;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-item-list .sidebar-item-line .form-group {
  margin-bottom: 0;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-item-list .sidebar-item-line .form-group .form-label {
  font-size: 14px;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-item-list .sidebar-item-line .form-group .form-control {
  font-size: 14px !important;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-item-list .sidebar-item-line .form-group .form-check label {
  user-select: none;
  cursor: pointer;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-accordion .sidebar-accordion-title {
  padding: 20px;
  background: #f5f5f5;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-accordion .sidebar-accordion-content {
  display: none;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content .sidebar-accordion.sidebar-accordion-active .sidebar-accordion-content {
  display: none;
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content.sidebar-active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
#sidebar-container .sidebar .sidebar-content .sidebar-item .sidebar-item-content.sidebar-active .sidebar-item-title {
  display: block;
}

body.page-template .app-content {
  margin-left: 0;
}

.group-account-container {
  position: relative;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #c9d2e3;
  padding-left: 40px;
  cursor: pointer;
}
.group-account-container > i {
  font-size: 16px;
}
.group-account-container > i.fa-shopify {
  font-size: 30px;
  margin-right: 10px;
}
.group-account-container > .group-account-list {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  background: #202123;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  min-width: 260px;
  max-width: 340px;
  max-height: 434px;
  overflow: auto;
}
.group-account-container > .group-account-list .group-account-list-item {
  padding: 10px 40px 10px 20px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.group-account-container > .group-account-list .group-account-list-item div {
  font-size: 15px;
  font-weight: 500;
}
.group-account-container > .group-account-list .group-account-list-item p {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
}
.group-account-container > .group-account-list .group-account-list-item:hover {
  background: #515358;
}
.group-account-container > .group-account-list .group-account-list-item.selected {
  background: #383a3e;
}
.group-account-container > .group-account-list .group-account-list-item.selected:after {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.group-account-container.group-account-list-active .group-account-list {
  display: block;
}

.list-group-container {
  overflow-y: auto;
  max-height: 450px;
}
@media (min-width: 1366px) {
  .list-group-container {
    max-height: 420px;
  }
}
@media (min-width: 1440px) {
  .list-group-container {
    max-height: 310px;
  }
}

.template-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.template-cards .template-card {
  color: #ffffff;
}
.template-cards .template-card.template-card-passive .template-card-overlay {
  opacity: 0;
  transition: all ease 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: rgba(204, 204, 204, 0.5);
  z-index: 1000;
  cursor: not-allowed;
  border-radius: 6px;
}
.template-cards .template-card.template-card-passive:hover .template-card-overlay {
  opacity: 1;
}
.template-cards .template-card.template-card-passive:hover .template-card-overlay a {
  cursor: pointer;
  user-select: none;
}
@media (max-width: 1025px) {
  .template-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .template-cards {
    grid-template-columns: 1fr;
  }
}

.template-title {
  background-color: #ffffff;
  border: 1px solid #c9d2e3;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.template-title h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.template-title .template-description {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-column-gap: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  .template-title .template-description {
    align-items: start;
    grid-template-columns: 1fr;
  }
  .template-title .template-description .template-description-left {
    margin-bottom: 20px;
    text-align: center;
  }
}

.template-card {
  height: 100%;
  width: 100%;
}

.template-card-front,
.template-card-back {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
}

.template-cards {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
.template-cards .template-card {
  position: relative;
  height: 550px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  cursor: pointer;
  text-align: center;
}
.template-cards .template-card .template-card-front {
  border: 1px solid #c9d2e3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 1em;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 900;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.template-cards .template-card .template-card-front .card-title {
  font-weight: 600;
  font-size: 30px;
}
.template-cards .template-card .template-card-front .card-description {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #212837;
}
.template-cards .template-card .template-card-front .card-symbol {
  background-color: rgba(255, 255, 255, 0.75);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
}
.template-cards .template-card .template-card-front .card-symbol img {
  height: 40px;
}
.template-cards .template-card .template-card-front .card-symbol:hover {
  box-shadow: 0 0 25px 0 rgba(51, 51, 51, 0.15);
  transform: scale(1.1) rotate(10deg);
}
.template-cards .template-card .template-card-back {
  height: 100%;
  border: 1px solid #c9d2e3;
  padding: 1em;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 800;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.template-cards .template-card .template-card-back .card-title {
  font-weight: 600;
  font-size: 30px;
}
.template-cards .template-card .template-card-back .card-image {
  height: 450px;
  display: inline-block;
}
.template-cards .template-card .template-card-back .card-image a img {
  height: 450px;
}
.template-cards .template-card .template-card-back .card-zoom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  z-index: 2;
  text-decoration: none;
  color: #3c4e71;
}
.template-cards .template-card.template-card-active .template-card-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.template-cards .template-card.template-card-active .template-card-back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
.template-cards .template-card.template-card-selected .template-card-front,
.template-cards .template-card.template-card-selected .template-card-back {
  border: 2px solid #1a1a1a;
}

.download-button-container {
  border-radius: 6px;
}
.download-button-container h4 {
  text-align: center;
}
.download-button-container a {
  pointer-events: none;
}
.download-button-container br {
  display: none;
}
.download-button-container .download-button-html {
  position: relative;
  background: rgba(218, 224, 236, 0.25);
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 6px;
}
.download-button-container .download-button-html .copy-code {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 5px;
  border-radius: 6px;
  user-select: none;
  margin-top: 5px;
}
.download-button-container .download-button-html #code {
  color: #212837;
}

.setting-form-right {
  position: relative;
}
@media (max-width: 768px) {
  .setting-form-right {
    padding-top: 0;
  }
}

.concept-template-content .setting-form-right {
  padding-left: 0;
  height: 100%;
}
.concept-template-content .datepicker table tr th {
  width: 40px;
}

.draggable-edit-widget {
  position: fixed;
  right: 0;
  width: 130px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #c9d2e3;
  border-radius: 6px;
  z-index: 9999;
}
.draggable-edit-widget .draggable-edit-widget-line:not(:last-child) {
  margin-bottom: 10px;
}

.template-container {
  max-width: 900px;
}

.drag-drop-template-content #draggables {
  position: relative;
}
.drag-drop-template-content .template-preview {
  padding: 40px 50px;
}
@media (max-width: 768px) {
  .drag-drop-template-content .bs-tooltip-bottom {
    transform: translate3d(20px, 96px, 0) !important;
    max-width: 260px;
  }
}

.quick-edit-page [contenteditable] {
  outline: 0 solid transparent;
}
.quick-edit-page .setting-form-right {
  position: relative;
  height: 31cm;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .quick-edit-page .setting-form-right {
    padding-top: 0;
    margin-bottom: 220px;
  }
}
.quick-edit-page .template-preview {
  background: #ffffff;
  padding: 40px;
  border: 1px solid #c9d2e3;
  border-radius: 6px;
  overflow-y: hidden;
}
@media (max-width: 1366px) {
  .quick-edit-page .template-preview {
    max-width: 23cm;
    overflow-x: scroll;
  }
}
.quick-edit-page.concept-template .template-preview #container {
  margin: 0 auto;
}
.quick-edit-page.drag-drop-template .template-preview {
  height: calc(100% + 30px);
}

.drag-drop-template-content .template-preview {
  overflow-y: hidden;
  overflow-x: scroll;
}

@media (max-width: 1365px) {
  .wholesale-payment-page .template-preview {
    overflow-x: scroll;
  }
}
.wholesale-payment-page .app-content {
  margin-left: 0;
}

.drag-drop-template-content .template-setting-wrapper,
.concept-template-content .template-setting-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .drag-drop-template-content .template-setting-wrapper,
  .concept-template-content .template-setting-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .drag-drop-template-content .settings-form-content,
  .concept-template-content .settings-form-content {
    order: 1;
  }
}
.drag-drop-template-content .template-page-links .dropdown-menu,
.concept-template-content .template-page-links .dropdown-menu {
  z-index: 1021;
}
@media (max-width: 1366px) {
  .drag-drop-template-content .setting-form-right,
  .concept-template-content .setting-form-right {
    height: 32cm;
  }
}
.drag-drop-template-content .template-preview,
.concept-template-content .template-preview {
  background: url("../img/pattern.png");
  padding: 40px;
  border: 1px solid #c9d2e3;
  border-radius: 6px;
}
@media (max-width: 1366px) {
  .drag-drop-template-content .template-preview,
  .concept-template-content .template-preview {
    overflow-x: scroll;
    max-width: 23cm;
  }
}
.drag-drop-template-content .template-preview #container,
.concept-template-content .template-preview #container {
  position: relative;
}
.drag-drop-template-content .template-preview #container,
.concept-template-content .template-preview #container {
  margin: 0 auto;
}
.drag-drop-template-content .template-preview #container.loading-active,
.concept-template-content .template-preview #container.loading-active {
  position: relative;
}
.drag-drop-template-content .template-preview #container.loading-active:after,
.concept-template-content .template-preview #container.loading-active:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #fafafa 8%, #ededed 38%, #fafafa 54%);
  background-size: 1000px 640px;
  opacity: 0.8;
  z-index: 6;
}
.drag-drop-template-content .template-preview #container #template_content.loading-active,
.concept-template-content .template-preview #container #template_content.loading-active {
  position: relative;
}
.drag-drop-template-content .template-preview #container #template_content.loading-active:after,
.concept-template-content .template-preview #container #template_content.loading-active:after {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  left: -20px;
  top: -20px;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #fafafa 8%, #ededed 38%, #fafafa 54%);
  background-size: 1000px 640px;
  opacity: 0.8;
  z-index: 2;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.drag-drop-template-content .mobile-toggler,
.concept-template-content .mobile-toggler {
  position: relative;
  z-index: 10000;
  margin-left: 15px;
  margin-right: 10px;
}
.drag-drop-template-content.app-sidebar-mobile-toggled .app-sidebar,
.concept-template-content.app-sidebar-mobile-toggled .app-sidebar {
  z-index: 1040;
  left: 0;
}
@media (min-width: 991.98px) {
  .drag-drop-template-content .app-content,
  .concept-template-content .app-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.drag-drop-template-content .settings-form-content,
.concept-template-content .settings-form-content {
  max-width: 900px;
  width: 900px;
}
.drag-drop-template-content .template-page-links,
.drag-drop-template-content .template-configuration-text,
.concept-template-content .template-page-links,
.concept-template-content .template-configuration-text {
  width: 1291px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .drag-drop-template-content .settings-form-content,
  .concept-template-content .settings-form-content {
    max-width: 720px;
    width: 720px;
  }
  .drag-drop-template-content .template-page-links,
  .drag-drop-template-content .template-configuration-text,
  .concept-template-content .template-page-links,
  .concept-template-content .template-configuration-text {
    width: 1111px;
  }
}
@media (max-width: 1150px) {
  .drag-drop-template-content .settings-form-content,
  .concept-template-content .settings-form-content {
    max-width: 660px;
    width: 660px;
  }
  .drag-drop-template-content .template-page-links,
  .drag-drop-template-content .template-configuration-text,
  .concept-template-content .template-page-links,
  .concept-template-content .template-configuration-text {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .drag-drop-template-content .settings-form-content,
  .concept-template-content .settings-form-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.drag-drop-template-content .app-sidebar,
.concept-template-content .app-sidebar {
  background: #ffffff;
  border-radius: 6px;
  width: 361px;
  position: relative;
  border: 1px solid #c9d2e3;
  margin-left: 30px;
}
@media (min-width: 1101px) {
  .drag-drop-template-content .app-sidebar,
  .concept-template-content .app-sidebar {
    height: fit-content;
    min-height: 782px;
  }
}
@media (max-width: 768px) {
  .drag-drop-template-content .app-sidebar,
  .concept-template-content .app-sidebar {
    width: 361px;
  }
}
.drag-drop-template-content .app-sidebar .menu-item-separator,
.concept-template-content .app-sidebar .menu-item-separator {
  height: 1px;
  background: #c9d2e3;
  margin: 10px 0;
}
.drag-drop-template-content .app-sidebar .app-sidebar-content,
.concept-template-content .app-sidebar .app-sidebar-content {
  width: 100%;
  overflow-y: auto;
}
@media (min-width: 991.98px) {
  .drag-drop-template-content .app-sidebar .menu,
  .concept-template-content .app-sidebar .menu {
    min-height: auto;
  }
}
.drag-drop-template-content .app-sidebar .menu .menu-item,
.concept-template-content .app-sidebar .menu .menu-item {
  margin-bottom: 5px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content {
  opacity: 0;
  pointer-events: none;
  padding: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  width: 359px;
  height: 100%;
  min-height: 780px;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content,
  .concept-template-content .app-sidebar .menu .menu-item .menu-item-content {
    width: 360px;
    transition: all ease 0.3s;
    transform: translateX(-300px);
    border-radius: 0;
  }
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-bottom: 70px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list.edit-active,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list.edit-active {
  overflow: hidden;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list.product-active,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list.product-active {
  overflow-y: scroll;
  padding-bottom: 60px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-header,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-header {
  margin: 0;
  background: #efefef;
  padding: 10px 20px;
  margin-bottom: 5px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-header:not(:first-child),
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-header:not(:first-child) {
  margin-top: 10px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row {
  padding: 5px 20px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row:first-child,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row:first-child {
  padding-top: 15px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .sidebar-title,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .sidebar-title {
  font-size: 15px !important;
  font-weight: 500;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .form-check,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .form-check {
  display: flex;
  align-items: center;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .form-check .form-check-input,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .form-check label,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .form-check label {
  margin-top: 3px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .cke_editable,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .cke_editable {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212837;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c9d2e3;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 100px;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .form-label,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .form-label {
  font-size: 14px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .menu-item-row-badge-content,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .menu-item-row-badge-content {
  display: flex;
  margin-top: 5px;
  align-items: center;
  justify-content: space-between;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .menu-item-row-badge-content label,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .menu-item-row-badge-content label {
  margin-right: 5px;
  margin-bottom: 0;
  max-width: 125px;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .menu-item-row-badge-content.only-horizontal label, .drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .menu-item-row-badge-content.only-vertical label,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .menu-item-row-badge-content.only-horizontal label,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .menu-item-row-badge-content.only-vertical label {
  max-width: 100%;
}
.drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .menu-item-row-badge-content div span,
.concept-template-content .app-sidebar .menu .menu-item .menu-item-content .menu-item-list .menu-item-row .menu-item-row-badge-content div span {
  cursor: pointer;
  font-weight: 500;
  user-select: none;
}
.drag-drop-template-content .app-sidebar .menu .menu-item.content-active .menu-item-content,
.concept-template-content .app-sidebar .menu .menu-item.content-active .menu-item-content {
  transform: translateX(0);
  background: #ffffff;
  opacity: 1;
  pointer-events: all;
  z-index: 2;
  padding: 0;
  top: 0;
}
@media (max-width: 768px) {
  .drag-drop-template-content .app-sidebar .menu .menu-item.content-active .menu-item-content,
  .concept-template-content .app-sidebar .menu .menu-item.content-active .menu-item-content {
    min-height: 1000px;
  }
}
.drag-drop-template-content .app-sidebar .menu .menu-item.content-active .menu-item-content .menu-link,
.concept-template-content .app-sidebar .menu .menu-item.content-active .menu-item-content .menu-link {
  padding: 20px;
  border-bottom: 1px solid #c9d2e3;
  font-weight: 500;
  background: #3a3a3a;
  color: #ffffff;
  border-radius: 0;
}
.drag-drop-template-content .app-sidebar .menu .menu-item.content-active .menu-item-content .menu-link .menu-icon,
.concept-template-content .app-sidebar .menu .menu-item.content-active .menu-item-content .menu-link .menu-icon {
  color: #ffffff;
}
.drag-drop-template-content .app-sidebar .font-selector,
.concept-template-content .app-sidebar .font-selector {
  cursor: pointer;
  position: relative;
}
.drag-drop-template-content .app-sidebar .font-selector .font-list,
.concept-template-content .app-sidebar .font-selector .font-list {
  display: none;
  max-height: 300px;
  width: 100%;
  overflow-y: scroll;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: linear-gradient(180deg, #fff, #f9fafb);
  z-index: 99;
  border: 1px solid #c4cdd5;
}
.drag-drop-template-content .app-sidebar .font-selector .font-list div,
.concept-template-content .app-sidebar .font-selector .font-list div {
  padding: 4px;
}
.drag-drop-template-content .app-sidebar .font-selector .font-list div.selected,
.concept-template-content .app-sidebar .font-selector .font-list div.selected {
  background: #ececec;
}
.drag-drop-template-content .app-sidebar .font-selector .font-list div:hover,
.concept-template-content .app-sidebar .font-selector .font-list div:hover {
  background: #ececec;
}
.drag-drop-template-content .app-sidebar .font-selector.active .font-list,
.concept-template-content .app-sidebar .font-selector.active .font-list {
  display: block;
}
@media (max-width: 991px) {
  .drag-drop-template-content .app-sidebar,
  .concept-template-content .app-sidebar {
    order: 0;
    margin-bottom: 20px;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 0;
  }
  .drag-drop-template-content .app-sidebar .menu .menu-item .menu-item-content,
  .concept-template-content .app-sidebar .menu .menu-item .menu-item-content {
    width: 100%;
  }
}
.drag-drop-template-content .app-content,
.concept-template-content .app-content {
  margin-left: 360px;
}
@media (min-width: 991.98px) {
  .drag-drop-template-content .app-content,
  .concept-template-content .app-content {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .drag-drop-template-content .app-content,
  .concept-template-content .app-content {
    margin-left: 0;
  }
}

.upgrade-your-plan {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  background: rgba(14, 12, 12, 0.4);
  transition: all ease 0.5s;
  cursor: not-allowed;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upgrade-your-plan:hover {
  opacity: 1;
}

.blurred-content {
  transition: all ease 0.3s;
}
.blurred-content:hover label,
.blurred-content:hover select,
.blurred-content:hover small,
.blurred-content:hover input,
.blurred-content:hover div:not(.upgrade-your-plan) {
  opacity: 0.8;
}

.menu-item-row-plan-container {
  position: relative;
}
.menu-item-row-plan-container .upgrade-your-plan {
  top: 0 !important;
  height: 100% !important;
}

.card .upgrade-your-plan {
  top: 0 !important;
  height: 100% !important;
  background: rgba(14, 12, 12, 0.4);
}

.template-language {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.template-language .template-language-title {
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
  margin-top: 10px;
}
.template-language > a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  margin: 10px 10px 0 0;
  display: flex;
  align-items: center;
  padding: 7px 11px;
  background: #c9d2e3;
  color: #212837;
  border: 2px solid #c9d2e3;
}
.template-language > a i.fa-circle {
  font-size: 15px;
  margin-right: 5px;
  color: #ffffff;
}
.template-language > a span {
  display: inline-block;
}
.template-language > a.badge-active {
  border: 2px solid #1a1a1a;
}
.template-language .dropdown-menu a {
  font-size: 13px;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

.customer-list-container,
.product-list-container {
  position: relative;
}

.concept-template-content .dropdown-menu.shipping-billing-dropdown {
  z-index: 10020;
}

#customer-list {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100001;
}
#customer-list .list-container {
  min-height: 180px;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#customer-list .list-container i {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
#customer-list:not(:empty) {
  max-height: 320px;
  overflow-y: auto;
  padding: 0 10px;
  border: 1px solid #c9d2e3;
  margin-top: 10px;
  border-radius: 6px;
}

#product-list {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100001;
}
#product-list .list-container {
  min-height: 200px;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#product-list .list-container i {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
#product-list:not(:empty) {
  max-height: 320px;
  overflow-y: auto;
  padding: 0 10px;
  border: 1px solid #c9d2e3;
  margin-top: 10px;
  border-radius: 6px;
}

.sidebar-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 100;
}
.sidebar-overlay.active {
  display: block;
}

#customer_search,
#product_search {
  position: relative;
  z-index: 1001;
}

.shipping-and-billing-item {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px;
}
.shipping-and-billing-item:not(:last-child) {
  border-bottom: 1px solid #c9d2e3;
}
.shipping-and-billing-item .shipping-and-billing-item-left {
  font-size: 13px;
  color: #212837;
}
.shipping-and-billing-item .shipping-and-billing-item-left .name {
  font-size: 15px;
  color: #212837;
}
.shipping-and-billing-item .shipping-and-billing-item-right {
  text-align: right;
  font-size: 13px;
}
.shipping-and-billing-item .shipping-and-billing-item-right a {
  text-decoration: none;
  padding: 10px;
}

.product-item {
  padding: 5px 0 15px 0;
  font-size: 13px;
  font-weight: 500;
}
.product-item .product-item-edit {
  display: none;
  margin-top: 10px;
  position: absolute;
  top: 50px;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 10002;
  overflow-y: scroll;
}
.product-item .product-item-edit .form-group {
  padding: 0 20px;
}
.product-item .product-item-edit .form-group:not(:last-child) {
  margin-bottom: 10px;
}
.product-item:not(:last-child) {
  border-bottom: 1px solid #c9d2e3;
}
.product-item.edit-active .product-item-edit {
  display: block;
}
.product-item .product-item-title-container {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  padding: 10px 20px 0 20px;
}
.product-item .product-item-title-container .product-item-image {
  margin-right: 10px;
  width: 40px;
}
.product-item .product-item-title-container .product-item-image img {
  max-width: 100%;
  max-height: 100%;
}
.product-item .product-item-title-container .product-item-title {
  font-size: 14px;
  color: #212837;
  display: flex;
  align-items: center;
}
.product-item .product-item-title-container .product-item-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-item .product-item-title-container .product-item-actions a {
  display: inline-block;
  margin-left: 10px;
}
.product-item .product-item-add {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .product-item-add.btn-loading:before {
  top: 3px;
}
.product-item .product-item-add i {
  font-size: 12px;
}
.product-item .product-item-add span {
  font-size: 12px;
}
.product-item > .product-item-content:not(.variant-list) {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  align-items: center;
  padding: 5px;
}
.product-item > .product-item-content:not(.variant-list) .product-item-image {
  width: 40px;
  margin-right: 10px;
}
.product-item > .product-item-content:not(.variant-list) .product-item-image img {
  max-width: 100%;
  max-height: 100%;
}
.product-item > .product-item-content .product-item-title {
  margin-right: 10px;
}
.product-item .variant-list {
  display: none;
}
.product-item .variant-list .variant-item {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  align-items: center;
  padding: 5px;
}
.product-item.variant-active .variant-list {
  display: block;
}

.template-preview .empty-column {
  margin-top: 10px;
  width: 90%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  border: 1px solid #c9d2e3;
  padding: 20px;
  background: #f0f0f0;
  transition: all ease 0.5s;
}
.template-preview .empty-column.product {
  width: 100%;
}
.template-preview .empty-column i {
  font-style: normal;
  margin-bottom: 10px;
}
.template-preview .empty-column i:after {
  font-family: "Font Awesome 5 Free";
  content: "\f25a";
  font-weight: 900;
  font-size: 20px;
  color: #3a3a3a;
}
.template-preview .empty-column:hover {
  background: #e0e0e0;
}

.action-modal .col-12 {
  margin-bottom: 10px;
}
.action-modal .col-12:last-child {
  margin-bottom: 0;
}

.shipping-and-billing-empty,
.product-item-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  border: 1px solid #c9d2e3;
  padding: 20px;
  border-radius: 6px;
  background: #f0f0f0;
  min-height: 140px;
  margin: 10px 20px;
}
.shipping-and-billing-empty i,
.product-item-empty i {
  font-size: 20px;
  color: #212837;
  margin-bottom: 5px;
  display: inline-block;
}

.selected-customer {
  display: none;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  padding-bottom: 40px;
}
.selected-customer.show {
  display: grid;
}
.selected-customer .selected-customer-left div {
  font-weight: 500;
  font-size: 15px;
}
.selected-customer .selected-customer-left span {
  font-size: 13px;
  color: #212837;
}
.selected-customer .selected-customer-right {
  text-align: right;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 30px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #212837;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.search-container {
  position: relative;
}
.search-container i {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1002;
}
.search-container input {
  padding-left: 35px;
}

.product-item-add-container .product-item-add-content {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 1003;
  background: #ffffff;
  overflow-y: auto;
}
.product-item-add-container .product-item-add-content .product-item-add-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 10px 20px;
}
.product-item-add-container .product-item-add-content .product-item-add-title div {
  font-weight: 500;
  font-size: 15px;
}
.product-item-add-container .product-item-add-content .form-group {
  padding: 0 20px;
}
.product-item-add-container .product-item-add-content .form-group:not(:last-child) {
  margin-bottom: 10px;
}
.product-item-add-container.product-item-add-active .product-item-add-content {
  display: block;
}

.app-sidebar-mobile-toggled {
  overflow: hidden;
}
.app-sidebar-mobile-toggled.wholesale_invoice, .app-sidebar-mobile-toggled.credit_note, .app-sidebar-mobile-toggled.proforma_invoice {
  overflow: hidden;
}

[data-selector=line-item-row] {
  position: relative;
  cursor: pointer;
}
[data-selector=line-item-row]:hover {
  background: rgba(0, 0, 0, 0.1);
}
[data-selector=line-item-row] .line-item-row-remove {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
[data-selector=line-item-row] .line-item-row-remove i {
  color: #e6180d;
}

[data-predefined="0"].wholesale_invoice .template-preview [data-selector=line-item-row],
[data-predefined="0"].credit_note .template-preview [data-selector=line-item-row] {
  cursor: pointer;
  transition: all ease 0.3s;
}
[data-predefined="0"].wholesale_invoice .template-preview [data-selector=line-item-row]:hover,
[data-predefined="0"].credit_note .template-preview [data-selector=line-item-row]:hover {
  background: rgba(0, 0, 0, 0.1);
}
[data-predefined="0"].wholesale_invoice .template-preview #sums_table,
[data-predefined="0"].credit_note .template-preview #sums_table {
  cursor: pointer;
  transition: all ease 0.3s;
}
[data-predefined="0"].wholesale_invoice .template-preview #sums_table:hover,
[data-predefined="0"].credit_note .template-preview #sums_table:hover {
  background: #f0f0f0;
}

@media (max-width: 768px) {
  #supportForm .list-group-item {
    padding-left: 0 !important;
  }
}

.upgrade-plan-container {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .upgrade-plan-container {
    background: #1a1a1a;
  }
}
.upgrade-plan-container .upgrade-plan {
  padding: 20px;
  background: url("../img/wave.png") no-repeat right top;
  background-size: 690px;
}
.upgrade-plan-container .upgrade-plan .upgrade-plan-left {
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.upgrade-plan-container .upgrade-plan .upgrade-plan-left img {
  height: 340px;
}
@media (max-width: 768px) {
  .upgrade-plan-container .upgrade-plan .upgrade-plan-left {
    height: 220px;
  }
  .upgrade-plan-container .upgrade-plan .upgrade-plan-left img {
    height: 200px;
  }
}
.upgrade-plan-container .upgrade-plan .upgrade-plan-right {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upgrade-plan-container .upgrade-plan .upgrade-plan-right h2 {
  color: #ffffff;
  margin: 20px 0;
}
.upgrade-plan-container .upgrade-plan .upgrade-plan-right .btn {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
  transition: all ease 0.3s;
}
.upgrade-plan-container .upgrade-plan .upgrade-plan-right .btn:hover {
  background: #f5f5f5;
}
.upgrade-plan-container .upgrade-plan .upgrade-plan-right p {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  width: 80%;
  margin: 0 auto;
}

.our-apps a {
  text-decoration: none;
}
.our-apps h5 {
  margin-bottom: 20px;
  font-size: 14px;
  color: #1a1a1a;
}
.our-apps .card-title {
  font-size: 24px;
  font-weight: 500;
}
.our-apps .card-description {
  font-size: 18px;
  line-height: 30px;
}
.our-apps .our-app {
  height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .our-apps .card-title {
    font-size: 18px;
  }
  .our-apps .card-title .card-description {
    font-size: 16px;
    line-height: 18px;
  }
}

.app-rating i {
  color: #ffd27d;
}

.setting-form-right {
  line-height: normal;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #000, 0 0 5px #000;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  -moz-transform: rotate(3deg) translate(0, -4px);
  -ms-transform: rotate(3deg) translate(0, -4px);
  -o-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 75px;
  right: 15px;
  width: 18px;
  height: 18px;
  border: solid 2px transparent;
  border-top-color: #000;
  border-left-color: #000;
  border-radius: 10px;
  -webkit-animation: pace-spinner 0.4s linear infinite;
  -moz-animation: pace-spinner 0.4s linear infinite;
  -ms-animation: pace-spinner 0.4s linear infinite;
  -o-animation: pace-spinner 0.4s linear infinite;
  animation: pace-spinner 0.4s linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.customized-stripe {
  background: #1f6bff !important;
  display: block !important;
  line-height: 1.5 !important;
  padding: 0 0.75rem !important;
  height: 35px !important;
}
.customized-stripe span {
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  color: #ffffff !important;
}
.customized-stripe:hover {
  color: #fff !important;
  background-color: #1a5bd9 !important;
  border-color: #1956cc !important;
}

.tax-line-html {
  position: relative;
}

.tax-tooltip {
  position: absolute;
  top: 2px;
  left: -20px;
}

.include-image-container img {
  border-radius: 6px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.error-page .error-page-content .error-img {
  margin: 0 auto !important;
}
.error-page .error-page-content .error-img .error-img-code {
  line-height: 1.4;
  padding-right: 0;
}
.error-page .error-page-content h1 {
  margin: 0;
  line-height: 1;
}
.error-page .error-page-content h3 {
  margin: 20px 0;
}

.coming-soon img {
  height: 500px;
  object-fit: scale-down;
}
@media (max-width: 768px) {
  .coming-soon img {
    height: 300px;
  }
}

#container [contenteditable]:focus {
  outline: 1px dotted #000000;
  background: #f7f7f7;
  cursor: context-menu;
  color: #000000;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.ui-draggable:hover {
  cursor: move;
}

.faq-number {
  width: 24px;
}

a.cke_dialog_ui_button.cke_dialog_ui_button_ok.btn-loading {
  pointer-events: none;
  position: relative;
}
a.cke_dialog_ui_button.cke_dialog_ui_button_ok.btn-loading:before {
  top: 5px;
}

.product-tour-js-active {
  overflow-y: hidden;
}

.template-configuration-text {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid #c9d2e3;
}

/* Start Box */
.box {
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.box .box-line-full {
  padding: 0 30% 0 50px;
  position: relative;
}
.box .box-line-full:after {
  content: "";
  width: 200px;
  height: 200px;
  background: url("../img/donation-landing/circles.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: 0;
}
@media (max-width: 767px) {
  .box .box-line-full:after {
    width: 50px;
    height: 50px;
    top: 30px;
  }
}
.box .box-line-full.success {
  background: url("../img/donation-landing/banner-1.png") no-repeat right top;
  background-size: 45%;
  padding: 70px 50% 70px 50px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .box .box-line-full.success {
    background-size: 35%;
  }
}
.box .box-line-full.success:after {
  display: none;
}
.box .box-line-full.success > .title {
  color: rgb(5, 155, 99);
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.box .box-line-full.success p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.box .box-line-full.success div {
  margin-top: 40px;
}
.box .box-line-full > .title {
  font-size: 50px;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 10px;
}
.box .box-line-full .span-content {
  margin-top: 50px;
}
.box .box-line-full .span-content span {
  display: block;
  font-size: 20px;
  font-weight: 300;
}
.box .box-line-full .box-line-buttons {
  margin-bottom: 100px;
}
.box .box-line {
  padding: 0 50px 50px;
  position: relative;
  margin-top: 60px;
}
.box .box-line .box-line-title {
  text-align: center;
  position: relative;
  z-index: 3;
}
.box .box-line .box-line-title div {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-top: 50px;
}
.box .box-line .box-line-title div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 6px;
  background: #31a95d;
  width: 20%;
}
.box .box-line .box-line-title p {
  font-size: 22px;
  font-weight: 500;
}
.box .box-line .inner-box {
  transition: all ease 0.5s;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  z-index: 2;
  margin-bottom: 20px;
}
.box .box-line .inner-box:after {
  content: "";
  transition: all ease 0.5s;
  width: 90px;
  height: 90px;
  background: url("../img/donation-landing/semi-circle.png") no-repeat right top;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  opacity: 0;
}
.box .box-line .inner-box .inner-box-image {
  position: relative;
  padding-top: 140px;
  margin-bottom: 35px;
}
.box .box-line .inner-box .inner-box-image img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  object-fit: scale-down;
  border-radius: 50%;
  margin: 0 auto;
}
.box .box-line .inner-box .inner-box-content {
  text-align: center;
}
.box .box-line .inner-box .inner-box-content .inner-box-title {
  font-size: 22px;
}
.box .box-line .inner-box .inner-box-content .inner-box-description {
  font-size: 18px;
  font-weight: 200;
}
@media (min-width: 1365px) {
  .box .box-line .inner-box:hover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .box .box-line .inner-box:hover:after {
    content: "";
    opacity: 1;
  }
}
.box .box-line:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../img/donation-landing/bubble-1.png") no-repeat right top;
  background-size: contain;
  position: absolute;
  top: -100px;
  right: 10%;
}
.box .box-about-line {
  padding: 100px 50px 50px 55%;
  background: url("../img/donation-landing/banner-2.png") no-repeat left center;
  background-size: 50%;
}
.box .box-about-line > .title {
  font-size: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.box .box-about-line p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 40px;
}
.box .box-about-line .separator {
  height: 6px;
  background: #31a95d;
  width: 50%;
  margin-bottom: 30px;
}
.box .donation-container {
  position: relative;
  padding: 100px;
  background: url("../img/donation-landing/banner-1.png") no-repeat right top;
  background-size: 25%;
  border-radius: 6px;
}
.box .donation-container .donation-inner {
  position: relative;
}
.box .donation-container .donation-inner h2 {
  text-align: center;
  max-width: 60%;
  margin: 0 auto 40px;
}
.box .donation-container .donation-inner:before {
  content: "";
  width: 200px;
  height: 200px;
  background: url("../img/donation-landing/leaf-2.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.box .donation-container .donation-inner:after {
  content: "";
  width: 200px;
  height: 200px;
  background: url("../img/donation-landing/leaf-3.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.box .donation-container .donation-inner .donation-box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: 70%;
  margin: 0 auto;
  border-radius: 6px;
  text-align: center;
  padding: 50px 100px 50px 100px;
  background: #ffffff;
}
.box .donation-container .donation-inner .donation-box p {
  font-size: 24px;
  margin-bottom: 30px;
}
.box .donation-container .donation-inner .donation-box div {
  margin-bottom: 40px;
}
.box .donation-container .donation-inner .donation-box input {
  border: none;
  border-bottom: 1px solid #c9d2e3;
  font-size: 24px;
  border-radius: 0;
  margin-bottom: 40px;
  text-align: center;
}
.box .donation-container:before {
  content: "";
  width: 200px;
  height: 200px;
  background: url("../img/donation-landing/leaf-1.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50px;
  top: 20px;
}
.box .custom-button {
  padding: 20px 50px;
  border-radius: 9999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 23px;
  transition: all ease 0.5s;
  display: inline-block;
}
.box .custom-button.green {
  color: #ffffff;
  border-color: #ffffff;
  background: linear-gradient(90deg, rgb(188, 218, 100) 0%, rgb(5, 155, 99) 100%);
  opacity: 0.9;
}
.box .custom-button.green:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .box .box-line-full {
    padding: 20px 25% 20px 20px;
    background-size: 30%;
  }
  .box .box-line-full .title {
    font-size: 24px;
    line-height: 30px;
  }
  .box .box-line-full .span-content {
    margin-top: 20px;
  }
  .box .box-line-full .span-content span {
    font-size: 14px;
    line-height: 20px;
  }
  .box .box-about-line {
    margin-top: 0;
    padding: 20px 20px 20px 30%;
    background-position: 0 20%;
    background-size: 30%;
  }
  .box .box-about-line .title {
    font-size: 24px;
    line-height: 30px;
  }
  .box .box-about-line p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .box .box-about-line .separator {
    margin-bottom: 10px;
    height: 3px;
  }
  .box .box-line {
    margin-top: 20px;
  }
  .box .box-line:before {
    width: 40px;
    height: 40px;
  }
  .box .box-line .box-line-title {
    padding-top: 20px;
  }
  .box .box-line .box-line-title div {
    font-size: 16px;
    padding-top: 20px;
  }
  .box .box-line .box-line-title div:before {
    height: 3px;
  }
  .box .box-line .box-line-title p {
    font-size: 16px;
  }
  .box .box-line .inner-box {
    padding: 10px;
  }
  .box .box-line .inner-box .inner-box-image {
    padding-top: 80px;
  }
  .box .box-line .inner-box .inner-box-content .inner-box-title {
    font-size: 16px;
  }
  .box .donation-container {
    padding: 20px;
  }
  .box .donation-container:before {
    width: 50px;
    height: 50px;
    top: 50px;
    left: 50px;
  }
  .box .donation-container:after {
    width: 50px;
    height: 50px;
    top: 80px;
    right: 70px;
  }
  .box .donation-container .donation-inner h2 {
    font-size: 20px;
  }
  .box .donation-container .donation-inner:before {
    width: 50px;
    height: 50px;
    bottom: 150px;
    left: 50px;
  }
  .box .donation-container .donation-inner:after {
    width: 50px;
    height: 50px;
    bottom: 180px;
    right: 70px;
  }
  .box .donation-container .donation-inner .donation-box {
    width: 90%;
  }
  .box .donation-container .donation-inner .donation-box p {
    font-size: 20px;
  }
  .box .donation-container .donation-inner .donation-box input {
    font-size: 16px;
  }
  .box .custom-button {
    padding: 10px 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .box .box-line-full.success {
    display: block;
    padding: 100px 20px 20px 20px;
    text-align: center;
  }
  .box .box-line-full.success .title {
    font-size: 20px;
  }
  .box .box-about-line {
    display: none;
  }
  .box .box-line {
    display: none;
  }
  .box .donation-container:before, .box .donation-container:after {
    display: none;
  }
  .box .donation-container .donation-inner:before, .box .donation-container .donation-inner:after {
    display: none;
  }
  .box .donation-container .donation-inner .donation-box {
    padding: 20px;
  }
  .box .donation-container .donation-inner .donation-box p {
    font-size: 15px;
  }
}

/* End Box */
.payment-status-container {
  display: flex;
  align-items: center;
}
.payment-status-container div:first-child {
  width: 160px;
  text-align: right;
  margin-right: 10px;
}
.payment-status-container select {
  width: 200px;
}

.tax-line-container .tax-line-item-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 15px;
}
.tax-line-container .tax-line-item-container:first-child {
  margin-top: 0;
}
.tax-line-container .tax-line-item-container i {
  position: absolute;
  left: -16px;
  top: 11px;
  cursor: pointer;
}

.custom-spinner {
  display: flex;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  font-size: 14px;
}

.app-content {
  top: 7px;
  margin-left: 0;
}
@media (min-width: 767.9px) {
  .app-content {
    padding: 30px;
  }
}

.grid-help-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

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

ui-modal,
ui-title-bar,
ui-save-bar,
ui-nav-menu {
  display: none;
}

a[variant=breadcrumb] {
  font-size: 16px;
  height: 50px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #212837;
  text-decoration: none;
  min-width: max-content;
}
a[variant=breadcrumb]:hover {
  color: #212837;
}
a[variant=breadcrumb] span:hover {
  text-decoration: underline;
  color: #212837;
}
@media (max-width: 767.98px) {
  a[variant=breadcrumb] {
    display: none;
  }
}

.promotion-container {
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(101, 126, 174, 0.25);
  border-radius: 6px;
}

.promotion-header {
  text-align: center;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border-bottom: 1px solid #f3f4f6;
}
@media (max-width: 768px) {
  .promotion-header {
    padding: 1.25rem 1rem 0.875rem 1rem;
  }
}

.promotion-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .promotion-title {
    font-size: 16px;
  }
}

.promotion-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .promotion-subtitle {
    font-size: 13px;
  }
}

.promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  padding: 20px;
}
@media (max-width: 768px) {
  .promotion-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.promotion-card {
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: row;
  position: relative;
}
.promotion-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #d1d5db;
  background: #ffffff;
}
.promotion-card:active {
  transform: translateY(-1px);
}

.promotion-card-image {
  width: 80px;
  min-width: 80px;
  height: auto;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.promotion-card-image::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(147, 197, 253, 0.08) 0%, transparent 70%);
  animation: pulse-slow 8s ease-in-out infinite;
}
.promotion-card-image img {
  max-width: 48px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  position: relative;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05));
}
@media (max-width: 768px) {
  .promotion-card-image {
    width: 60px;
    min-width: 60px;
    height: auto;
  }
  .promotion-card-image img {
    max-width: 40px;
    max-height: 40px;
  }
}

@keyframes pulse-slow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
}
.promotion-card-content {
  padding: 0.875rem 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
@media (max-width: 768px) {
  .promotion-card-content {
    padding: 1rem;
  }
}

.promotion-card-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0.375rem 0;
  line-height: 1.3;
}
.promotion-card-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
}
.promotion-card-title a:hover {
  color: #007ace;
}
.promotion-card-title a:active {
  transform: scale(0.98);
}

.promotion-card-description {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
  flex-grow: 1;
}

.promotion-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.625rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 4px;
  border: 1px solid #bae6fd;
  align-self: flex-start;
}
.promotion-card-badge span {
  font-size: 11px;
  color: #0369a1;
  font-weight: 500;
  line-height: 1.3;
}

/* Variables */
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.datagrid .datagrid-filter form {
  display: flex;
  position: relative;
}
.datagrid .datagrid-filter form > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.datagrid .datagrid-filter form > .btn i {
  margin-left: 10px;
}
.datagrid .datagrid-filter .datagrid-search {
  position: relative;
  flex: 1 0 0;
}
.datagrid .datagrid-filter .datagrid-search .datagrid-search-input {
  padding-left: 35px;
}
.datagrid .datagrid-filter .datagrid-search .datagrid-search-input.single {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.datagrid .datagrid-filter .datagrid-search input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.datagrid .datagrid-filter .datagrid-search i {
  position: absolute;
  top: 10px;
  left: 10px;
}
.datagrid .datagrid-filter .filter-menu-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #c9d2e3;
  z-index: 999;
  border-radius: 6px;
}
.datagrid .datagrid-filter .filter-menu-dropdown .filter-menu-dropdown-footer {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .datagrid .datagrid-filter .filter-menu-dropdown .filter-menu-dropdown-footer {
    margin-top: 10px;
  }
}
.datagrid .datagrid-filter.active .filter-menu-dropdown {
  display: block;
}
.datagrid .table-responsive {
  border: 1px solid #c9d2e3;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 1367px) {
  .datagrid .table-responsive {
    overflow-x: unset;
  }
}
.datagrid .table-responsive table {
  margin-bottom: 0;
}
.datagrid .table-responsive table thead tr {
  border: none;
}
.datagrid .table-responsive table thead tr th {
  border: none;
  border-right: 1px solid #c9d2e3;
  vertical-align: middle;
}
.datagrid .table-responsive table thead tr th .form-check-input {
  cursor: pointer;
}
.datagrid .table-responsive table thead tr th:last-child {
  border-right: none;
}
.datagrid .table-responsive table thead tr th.checkbox {
  text-align: center;
  height: 50px;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}
.datagrid .table-responsive table thead tr th.checkbox .form-check {
  padding-left: 33px;
}
.datagrid .table-responsive table thead tr th.checkbox .form-check input {
  width: 18px;
  height: 18px;
}
.datagrid .table-responsive table thead tr th.order-date .date-container, .datagrid .table-responsive table thead tr th.draft-order-date .date-container {
  display: flex;
  justify-content: space-between;
}
.datagrid .table-responsive table thead tr th.order-date .date-container .sort-actions i, .datagrid .table-responsive table thead tr th.draft-order-date .date-container .sort-actions i {
  cursor: pointer;
  font-size: 12px;
}
.datagrid .table-responsive table thead tr th.order-date .date-container .sort-actions i:first-child, .datagrid .table-responsive table thead tr th.draft-order-date .date-container .sort-actions i:first-child {
  margin-right: 5px;
}
.datagrid .table-responsive table thead tr th.hook-date {
  min-width: 120px;
}
@media (max-width: 1366px) {
  .datagrid .table-responsive table thead tr th.product-image {
    min-width: 80px;
  }
  .datagrid .table-responsive table thead tr th.product-name {
    min-width: 300px;
  }
  .datagrid .table-responsive table thead tr th.product-vendor {
    min-width: 130px;
  }
  .datagrid .table-responsive table thead tr th.product-price {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.order-id {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.order-customer {
    min-width: 240px;
  }
  .datagrid .table-responsive table thead tr th.order-date {
    min-width: 165px;
  }
  .datagrid .table-responsive table thead tr th.order-gateway {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.order-payment-status {
    min-width: 130px;
  }
  .datagrid .table-responsive table thead tr th.order-price {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.order-total {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.store-name {
    min-width: 150px;
  }
  .datagrid .table-responsive table thead tr th.promotion-subdomain {
    min-width: 160px;
  }
  .datagrid .table-responsive table thead tr th.promotion-shop-owner {
    min-width: 150px;
  }
  .datagrid .table-responsive table thead tr th.promotion-shop-email {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.promotion-service-fee {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.promotion-package-type {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.promotion-trial-day {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.promotion-status {
    min-width: 80px;
  }
  .datagrid .table-responsive table thead tr th.promotion-created-at {
    min-width: 165px;
  }
  .datagrid .table-responsive table thead tr th.hook-id {
    min-width: 130px;
  }
  .datagrid .table-responsive table thead tr th.hook-topic {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.hook-address {
    min-width: 250px;
  }
  .datagrid .table-responsive table thead tr th.hook-date {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-no {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-customer {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-date {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-terms {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-status {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.customer-fullname {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.customer-email {
    min-width: 140px;
  }
  .datagrid .table-responsive table thead tr th.customer-additional-email {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.customer-location {
    min-width: 250px;
  }
  .datagrid .table-responsive table thead tr th.customer-orders {
    min-width: 80px;
  }
  .datagrid .table-responsive table thead tr th.customer-last-order {
    min-width: 110px;
  }
  .datagrid .table-responsive table thead tr th.customer-date {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-no {
    min-width: 140px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-transaction-id {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-payment-type {
    min-width: 140px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-full-name {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-email {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-total-amount {
    min-width: 110px;
  }
  .datagrid .table-responsive table thead tr th.wholesale-invoice-created-date {
    min-width: 165px;
  }
  .datagrid .table-responsive table thead tr th.reminder-id {
    min-width: 110px;
  }
  .datagrid .table-responsive table thead tr th.reminder-title {
    min-width: 200px;
  }
  .datagrid .table-responsive table thead tr th.reminder-when {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.reminder-days {
    min-width: 140px;
  }
  .datagrid .table-responsive table thead tr th.reminder-date {
    min-width: 165px;
  }
  .datagrid .table-responsive table thead tr th.reminder-history-no {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.reminder-history-customer-fullname {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.reminder-history-customer-email {
    min-width: 160px;
  }
  .datagrid .table-responsive table thead tr th.reminder-history-mail-status {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.reminder-history-mail-sent-at {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.draft-order-draft-status {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.draft-order-last-update {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.draft-order-sent-date {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.draft-order-date {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.draft-order-customer {
    min-width: 240px;
  }
  .datagrid .table-responsive table thead tr th.draft-order-id {
    min-width: 110px;
  }
  .datagrid .table-responsive table thead tr th.draft-order-total {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.customer-last-order {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.credit-note-invoice-no {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.credit-note-customer-fullname {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.credit-note-customer-email {
    min-width: 130px;
  }
  .datagrid .table-responsive table thead tr th.credit-note-issue-date {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.credit-note-language {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.action-log-order-id {
    min-width: 110px;
  }
  .datagrid .table-responsive table thead tr th.action-log-customer-fullname {
    min-width: 160px;
  }
  .datagrid .table-responsive table thead tr th.action-log-customer-email {
    min-width: 160px;
  }
  .datagrid .table-responsive table thead tr th.action-log-type {
    min-width: 300px;
  }
  .datagrid .table-responsive table thead tr th.action-log-date {
    min-width: 165px;
  }
  .datagrid .table-responsive table thead tr th.template-name {
    min-width: 250px;
  }
  .datagrid .table-responsive table thead tr th.template-primary {
    min-width: 100px;
  }
  .datagrid .table-responsive table thead tr th.template-date {
    min-width: 165px;
  }
  .datagrid .table-responsive table thead tr th.proforma-invoice-no {
    min-width: 120px;
  }
  .datagrid .table-responsive table thead tr th.proforma-invoice-status {
    min-width: 140px;
  }
  .datagrid .table-responsive table thead tr th.proforma-invoice-customer-fullname {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.bulk-action-type {
    min-width: 300px;
  }
  .datagrid .table-responsive table thead tr th.bulk-action-status {
    min-width: 450px;
  }
  .datagrid .table-responsive table thead tr th.bulk-action-created-at {
    min-width: 180px;
  }
  .datagrid .table-responsive table thead tr th.bulk-action-updated-at {
    min-width: 180px;
  }
}
.datagrid .table-responsive table tbody tr:last-child {
  border-bottom: none;
}
.datagrid .table-responsive table tbody tr td {
  vertical-align: middle;
}
.datagrid .table-responsive table tbody tr td:first-child {
  border-left: none;
}
.datagrid .table-responsive table tbody tr td:last-child {
  border-right: none;
}
.datagrid .table-responsive table tbody tr td .datagrid-button {
  background: #ffffff;
  color: #212837;
  border: 1px solid #c9d2e3;
}
.datagrid .table-responsive table tbody tr td.datagrid-checkbox {
  text-align: center;
  max-width: 60px;
  width: 60px;
}
.datagrid .table-responsive table tbody tr td.datagrid-checkbox .form-check {
  padding-left: 33px;
}
.datagrid .table-responsive table tbody tr td.datagrid-checkbox .form-check input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.datagrid .pagination {
  margin: 0;
  align-items: center;
}
.datagrid .pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: none;
}
.datagrid .pagination .page-item.disabled {
  cursor: not-allowed;
  user-select: none;
}
.datagrid .datagrid-page-actions {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 10px;
}
.datagrid .datagrid-page-actions .records-per-page {
  display: flex;
  align-items: center;
  padding: 0;
}
.datagrid .datagrid-page-actions .records-per-page span {
  margin-left: 10px;
}
.datagrid .datagrid-page-actions .pagination-container {
  padding: 0;
}
.datagrid .datagrid-page-actions.footer-page-actions {
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .datagrid .datagrid-page-actions .records-per-page span {
    display: none;
  }
  .datagrid .datagrid-page-actions .pagination-container .pagination li {
    display: none;
  }
  .datagrid .datagrid-page-actions .pagination-container .pagination li.active, .datagrid .datagrid-page-actions .pagination-container .pagination li.previous, .datagrid .datagrid-page-actions .pagination-container .pagination li.next {
    display: block;
  }
  .datagrid .datagrid-page-actions.footer-page-actions {
    justify-content: flex-end;
  }
  .datagrid .datagrid-page-actions.footer-page-actions .records-per-page {
    display: none;
  }
}
.datagrid .search-results {
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.datagrid .search-results .filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #f1f1f1;
  border: 1px solid #c9cccf;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #212b36;
  gap: 8px;
  animation: filterSlideIn 0.2s ease;
}
.datagrid .search-results .filter-pill .filter-pill-label {
  color: #6d7175;
}
.datagrid .search-results .filter-pill .filter-pill-value {
  color: #212b36;
}
.datagrid .search-results .filter-pill .filter-pill-remove {
  cursor: pointer;
  color: #6d7175;
  margin-left: 4px;
  transition: color 0.15s;
  display: flex;
  align-items: center;
}
.datagrid .search-results .filter-pill .filter-pill-remove:hover {
  color: #bf0711;
}
.datagrid .search-results .filter-pill .filter-pill-remove i {
  font-size: 14px;
}
.datagrid .datagrid-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .datagrid .datagrid-footer {
    flex-direction: column;
  }
  .datagrid .datagrid-footer .datagrid-footer-total-count {
    margin: 20px 0;
  }
}
.datagrid .badge {
  font-weight: 500;
}

.form-check-input:checked[type=checkbox] {
  background: #1a1a1a url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
  border-color: #1a1a1a;
}

.form-check-input:focus {
  border-color: #1a1a1a;
  box-shadow: none;
}

.datagrid-action-bar {
  width: calc(100% - 60px);
  height: 49px;
  position: absolute;
  background: #ffffff;
  border-left: 1px solid #c9d2e3;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.datagrid-action-bar .action-bar-option {
  margin-left: 20px;
  cursor: pointer;
  padding: 0 20px;
}
.datagrid-action-bar .selected-count-container {
  white-space: nowrap;
  font-weight: 500;
}
.datagrid-action-bar .selected-count-container span {
  display: inline-block;
  width: 30px;
  text-align: right;
}
.datagrid-action-bar .menu-item {
  margin-left: 20px;
}
.datagrid-action-bar .menu-item > a {
  color: #212837;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .datagrid-action-bar {
    right: auto;
    left: 60px;
  }
}

@-moz-document url-prefix() {
  .datagrid-action-bar {
    width: calc(100% - 59.5px);
    left: auto;
  }
  @media (max-width: 1024px) {
    .datagrid-action-bar {
      left: 59.5px;
    }
  }
}
.custom-nav ul {
  margin: 0;
  padding: 0;
}
.custom-nav ul li {
  list-style-type: none;
  position: relative;
}
.custom-nav ul li.active > .dropdown-menu {
  display: block;
}
.custom-nav .first-level-nav {
  margin-left: 20px;
}
.custom-nav .first-level-nav > ul > li.active > a, .custom-nav .first-level-nav > ul > li:hover > a {
  background: #f0f2f6;
  line-height: 48px;
  border-bottom: 1px solid #c9d2e3;
  margin-top: 1px;
}
.custom-nav .first-level-nav > ul > li > a {
  line-height: 50px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #212837;
  border-left: 1px solid #c9d2e3;
  border-right: 1px solid #c9d2e3;
  padding: 0 16px;
  white-space: nowrap;
}
.custom-nav .second-level-nav > ul > li,
.custom-nav .third-level-nav > ul > li,
.custom-nav .forth-level-nav > ul > li,
.custom-nav .fifth-level-nav > ul > li {
  line-height: 20px;
}
.custom-nav .second-level-nav > ul > li a,
.custom-nav .third-level-nav > ul > li a,
.custom-nav .forth-level-nav > ul > li a,
.custom-nav .fifth-level-nav > ul > li a {
  line-height: 36px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #212837;
  padding: 0 16px;
  white-space: nowrap;
}
.custom-nav .second-level-nav > ul > li.active > a, .custom-nav .second-level-nav > ul > li:hover > a,
.custom-nav .third-level-nav > ul > li.active > a,
.custom-nav .third-level-nav > ul > li:hover > a,
.custom-nav .forth-level-nav > ul > li.active > a,
.custom-nav .forth-level-nav > ul > li:hover > a,
.custom-nav .fifth-level-nav > ul > li.active > a,
.custom-nav .fifth-level-nav > ul > li:hover > a {
  background: #f0f2f6;
}
.custom-nav .second-level-nav .dropdown-menu,
.custom-nav .third-level-nav .dropdown-menu,
.custom-nav .forth-level-nav .dropdown-menu,
.custom-nav .fifth-level-nav .dropdown-menu {
  left: 100%;
  top: 0;
}

.has-loading .empty-row,
.has-loading tbody {
  position: relative;
}
.has-loading .empty-row:before,
.has-loading tbody:before {
  content: "";
  width: 28px;
  height: 28px;
  vertical-align: -0.125em;
  border: 0.25em solid #3a3a3a;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 20px;
}
.has-loading .empty-row:after,
.has-loading tbody:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 555;
}
.has-loading .empty-row:before {
  width: 32px;
  height: 32px;
  top: 66px;
}

.empty-row {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #c9d2e3;
  background: #ebeef4;
  border-radius: 6px;
}
.empty-row i {
  color: #3a3a3a;
  font-size: 40px;
}
.empty-row div {
  margin-top: 10px;
  font-size: 16px;
  color: #212837;
}

.saved-filters {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid #c9d2e3;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
}
.saved-filters div {
  flex: 0 0 auto;
  margin-right: 16px;
}
.saved-filters div a {
  display: block;
  text-decoration: none;
  color: #212837;
  padding: 16px 8px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.saved-filters div a:hover {
  border-bottom-color: #c9d2e3;
  color: #212837;
}
.saved-filters div.active a {
  color: #212837;
  border-bottom-color: #1a1a1a;
}

#dashboard-invoices table thead tr th.no {
  padding-left: 0;
}
#dashboard-invoices table thead tr th.status {
  width: 90px;
}
#dashboard-invoices table thead tr th.donation {
  text-align: right;
  padding-right: 0;
  width: 90px;
}
#dashboard-invoices table thead tr th.tree {
  text-align: right;
  padding-right: 0;
  width: 90px;
}
@media (max-width: 991.98px) {
  #dashboard-invoices table thead tr th.no {
    min-width: 30px;
  }
  #dashboard-invoices table thead tr th.store {
    min-width: 240px;
  }
  #dashboard-invoices table thead tr th.status {
    min-width: 90px;
  }
  #dashboard-invoices table thead tr th.donation {
    min-width: 70px;
  }
  #dashboard-invoices table thead tr th.tree {
    min-width: 60px;
  }
}
#dashboard-invoices table tbody tr td {
  vertical-align: middle;
}
#dashboard-invoices .card .card-body {
  display: flex;
  flex-direction: column;
}
#dashboard-invoices .card .card-body .empty-row {
  flex: 1 0 0;
}
@media (max-width: 991.98px) {
  #dashboard-invoices .card .card-body .empty-row {
    flex: 0 0 200px;
  }
}

.custom-datagrid-button .first-level-nav.active > .dropdown-menu {
  display: block;
}

.action-log-table thead .action {
  min-width: 235px;
}
.action-log-table thead .date {
  min-width: 90px;
  padding-right: 0;
}

#paginator-limit {
  max-width: 75px;
}

.page-link {
  color: #212837;
}

.page-link:focus {
  color: #1a1a1a;
}

@keyframes filterSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.batch-stat-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.batch-stat-icon i {
  font-size: 34px;
  color: white;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}
.batch-stat-icon.batch-stat-yellow {
  background: linear-gradient(145deg, #f9c74f 0%, #f4a261 100%);
  box-shadow: 0 10px 25px -5px rgba(244, 162, 97, 0.4);
}
.batch-stat-icon.batch-stat-green {
  background: linear-gradient(145deg, #52c787 0%, #27ae60 100%);
  box-shadow: 0 10px 25px -5px rgba(39, 174, 96, 0.4);
}
.batch-stat-icon.batch-stat-red {
  background: linear-gradient(145deg, #e74c3c 0%, #c0392b 100%);
  box-shadow: 0 10px 25px -5px rgba(192, 57, 43, 0.4);
}
.batch-stat-icon.batch-stat-gray {
  background: linear-gradient(145deg, #6c7a89 0%, #4a5568 100%);
  box-shadow: 0 10px 25px -5px rgba(74, 85, 104, 0.4);
}

#batch-job-create .form-check-input[type=radio],
#create-job-form .form-check-input[type=radio] {
  width: 18px;
  height: 18px;
}

.job-category-card {
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid #dee2e6;
}
.job-category-card:hover {
  border-color: #212837;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.job-category-card:hover .card-body {
  background-color: rgba(33, 40, 55, 0.02);
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-primary-subtle {
  background-color: rgba(13, 110, 253, 0.1);
}

.bg-success-subtle {
  background-color: rgba(25, 135, 84, 0.1);
}

.bg-danger-subtle {
  background-color: rgba(220, 53, 69, 0.1);
}

.bg-info-subtle {
  background-color: rgba(13, 202, 240, 0.1);
}

#batch-job-create .card-body > p {
  color: #212529 !important;
}
#batch-job-create .workflow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#batch-job-create .workflow-steps .workflow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
#batch-job-create .workflow-steps .workflow-step .step-circle {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background: #e9ecef;
  border: 3px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #6c757d;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}
#batch-job-create .workflow-steps .workflow-step .step-label {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #6c757d;
  transition: all 0.4s ease;
}
#batch-job-create .workflow-steps .workflow-step.active .step-circle {
  background: #ebebeb;
  border-color: #b1b1b1;
  color: #000;
  box-shadow: 0 4px 16px rgba(177, 177, 177, 0.4);
}
#batch-job-create .workflow-steps .workflow-step.active .step-label {
  color: #000;
}
#batch-job-create .workflow-steps .workflow-step.completed .step-circle {
  background: #212837 !important;
  border-color: #212837 !important;
  color: white;
}
#batch-job-create .workflow-steps .workflow-step.completed .step-label {
  color: #212837 !important;
}
#batch-job-create .workflow-steps .workflow-step-connector {
  width: 120px;
  height: 3px;
  background: #dee2e6;
  position: relative;
  margin: 0 20px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}
#batch-job-create .workflow-steps .workflow-step-connector.active {
  background: #212837 !important;
  box-shadow: 0 2px 8px rgba(33, 40, 55, 0.3);
}
#batch-job-create .workflow-content {
  animation: slideInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#batch-job-create .workflow-content.hiding {
  animation: slideOutDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#batch-job-create .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #212837;
  color: white;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}
#batch-job-create .job-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}
#batch-job-create .job-type-card {
  position: relative;
}
#batch-job-create .job-type-card .job-type-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#batch-job-create .job-type-card .job-type-radio:checked + .job-type-label {
  border-color: #212837;
  background: rgba(33, 40, 55, 0.05);
  box-shadow: 0 0 0 3px rgba(33, 40, 55, 0.15);
  transform: translateY(-4px);
}
#batch-job-create .job-type-card .job-type-radio:checked + .job-type-label .job-type-icon {
  transform: scale(1.15);
}
#batch-job-create .job-type-card .job-type-radio:checked + .job-type-label .job-type-help {
  opacity: 1;
}
#batch-job-create .job-type-card .job-type-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 12px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  min-height: 130px;
  position: relative;
}
#batch-job-create .job-type-card .job-type-label:hover {
  border-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#batch-job-create .job-type-card .job-type-label:hover .job-type-help {
  opacity: 1;
}
#batch-job-create .job-type-card .job-type-label .job-type-icon {
  font-size: 32px;
  margin-bottom: 8px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#batch-job-create .job-type-card .job-type-label .job-type-title {
  font-weight: 600;
  font-size: 14px;
  color: #212837;
  margin-bottom: 4px;
}
#batch-job-create .job-type-card .job-type-label .job-type-desc {
  font-size: 11px;
  color: #6c757d;
  margin-bottom: 0;
}
#batch-job-create .job-type-card .job-type-label .job-type-help {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #6c757d;
  font-size: 16px;
  opacity: 0;
  transition: all 0.2s ease;
  cursor: help;
}
#batch-job-create .job-type-card .job-type-label .job-type-help:hover {
  color: #212837;
  transform: scale(1.1);
}
#batch-job-create .job-type-group {
  margin-bottom: 15px;
}
#batch-job-create .job-type-group:last-child {
  margin-bottom: 0;
}
#batch-job-create .job-type-group .group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 0;
}
#batch-job-create .job-type-group .group-header:hover {
  background: #e9ecef;
}
#batch-job-create .job-type-group .group-header.active {
  background: rgba(33, 40, 55, 0.05);
  border-color: #212837;
}
#batch-job-create .job-type-group .group-header.active .group-icon {
  color: #212837;
}
#batch-job-create .job-type-group .group-header.active .chevron-icon {
  transform: rotate(180deg);
}
#batch-job-create .job-type-group .group-header .group-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #212837;
  margin: 0;
}
#batch-job-create .job-type-group .group-header .group-title .group-icon {
  font-size: 16px;
  color: #6c757d;
  transition: color 0.2s;
}
#batch-job-create .job-type-group .group-header .chevron-icon {
  font-size: 14px;
  color: #6c757d;
  transition: transform 0.3s ease;
}
#batch-job-create .job-type-group .group-content {
  display: none;
  padding: 16px 0 0 0;
  animation: slideDown 0.3s ease;
}
#batch-job-create .job-type-group .group-content.show {
  display: block;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#batch-job-create .shopify-filter-container {
  position: relative;
}
#batch-job-create .shopify-filter-container #add-filter-shopify {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
  transform: none !important;
}
#batch-job-create .shopify-filter-container #add-filter-shopify:hover, #batch-job-create .shopify-filter-container #add-filter-shopify:focus, #batch-job-create .shopify-filter-container #add-filter-shopify:active {
  box-shadow: none !important;
  transform: none !important;
}
#batch-job-create .shopify-filter-container #add-filter-shopify i.fa-filter {
  font-size: 15px;
}
#batch-job-create .shopify-filter-container #add-filter-shopify i.fa-chevron-down {
  font-size: 11px;
  opacity: 0.7;
  transition: transform 0.2s ease;
}
#batch-job-create .shopify-filter-container #add-filter-shopify[aria-expanded=true] i.fa-chevron-down {
  transform: rotate(180deg);
}
#batch-job-create .card-body {
  overflow: visible !important;
}
#batch-job-create #filter-search-shopify {
  border-radius: 0 !important;
}
#batch-job-create #active-filters-shopify {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#batch-job-create #active-filters-shopify .no-filters-placeholder {
  font-size: 13px;
  padding: 8px 0;
}
#batch-job-create #active-filters-shopify .filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #f1f1f1;
  border: 1px solid #c9cccf;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #212b36;
  gap: 8px;
  animation: filterSlideIn 0.2s ease;
}
#batch-job-create #active-filters-shopify .filter-pill .filter-pill-label {
  color: #6d7175;
}
#batch-job-create #active-filters-shopify .filter-pill .filter-pill-value {
  color: #212b36;
}
#batch-job-create #active-filters-shopify .filter-pill .filter-pill-remove {
  cursor: pointer;
  color: #6d7175;
  margin-left: 4px;
  transition: color 0.15s;
  display: flex;
  align-items: center;
}
#batch-job-create #active-filters-shopify .filter-pill .filter-pill-remove:hover {
  color: #bf0711;
}
#batch-job-create #active-filters-shopify .filter-pill .filter-pill-remove i {
  font-size: 14px;
}
#batch-job-create .shopify-filter-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 5px;
  width: 260px;
  max-height: 320px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
  animation: dropdownFadeIn 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#batch-job-create .shopify-filter-dropdown .shopify-filter-search {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid #e9ecef;
  font-size: 13px;
  outline: none;
}
#batch-job-create .shopify-filter-dropdown .shopify-filter-search:focus {
  border-bottom-color: #2d3748;
  z-index: auto !important;
}
#batch-job-create .shopify-filter-dropdown .shopify-filter-search::placeholder {
  color: #9ca3af;
}
#batch-job-create .shopify-filter-dropdown .shopify-filter-list {
  max-height: 260px;
  overflow-y: auto;
}
#batch-job-create .shopify-filter-dropdown .shopify-filter-list .filter-list-item {
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.15s ease;
  font-size: 13px;
  color: #212529;
  border-bottom: 1px solid #f3f4f6;
}
#batch-job-create .shopify-filter-dropdown .shopify-filter-list .filter-list-item:hover {
  background: #f9fafb;
}
#batch-job-create .shopify-filter-dropdown .shopify-filter-list .filter-list-item:last-child {
  border-bottom: none;
}
#batch-job-create .shopify-filter-dropdown .shopify-filter-list .filter-list-item.selected {
  background: #f3f4f6;
  color: #1f2937;
  font-weight: 500;
}
#batch-job-create .card-footer {
  padding: 20px 24px;
  border-top: 1px solid #e9ecef;
}
#batch-job-create .priority-selector {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#batch-job-create .priority-selector .priority-option {
  cursor: pointer;
}
#batch-job-create .priority-selector .priority-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#batch-job-create .priority-selector .priority-option input[type=radio]:checked + label .priority-badge {
  border-color: currentColor;
  box-shadow: 0 0 0 3px rgba(33, 40, 55, 0.15);
  transform: scale(1.05);
}
#batch-job-create .priority-selector .priority-option label {
  cursor: pointer;
  margin-bottom: 0;
}
#batch-job-create .priority-selector .priority-option .priority-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s ease;
  cursor: pointer;
}
#batch-job-create .priority-selector .priority-option .priority-badge:hover {
  border-color: currentColor;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#batch-job-create .priority-selector .priority-option .priority-badge.priority-low {
  color: #6c757d;
}
#batch-job-create .priority-selector .priority-option .priority-badge.priority-normal {
  color: #0dcaf0;
}
#batch-job-create .priority-selector .priority-option .priority-badge.priority-high {
  color: #ffc107;
}
#batch-job-create .priority-selector .priority-option .priority-badge.priority-urgent {
  color: #dc3545;
}

.save-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a1a;
  color: white;
  padding: 16px 24px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: slideUpBar 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.save-bar .save-bar-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.save-bar .save-bar-message {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.save-bar .save-bar-message i {
  font-size: 16px;
}
.save-bar .save-bar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.save-bar .save-bar-actions .btn-link {
  text-decoration: none;
  font-size: 14px;
  padding: 8px 16px;
}
.save-bar .save-bar-actions .btn-link:hover {
  text-decoration: underline;
}
.save-bar .save-bar-actions .btn-success {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border: none;
  background: #198754;
}
.save-bar .save-bar-actions .btn-success:hover {
  background: #157347;
}

@keyframes slideUpBar {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-30px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes filterSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes checkmark {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#batch-job-detail .stat-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
#batch-job-detail .filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #f1f1f1;
  border: 1px solid #c9cccf;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #212b36;
  gap: 8px;
}
#batch-job-detail .filter-pill .filter-pill-label {
  color: #6d7175;
}
#batch-job-detail .filter-pill .filter-pill-value {
  color: #212b36;
}
#batch-job-detail .items-filter-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#batch-job-detail .item-row.hidden {
  display: none;
}
#batch-job-detail .card-body table.table-striped {
  border: 1px solid #dee2e6;
}
#batch-job-detail .card-body .table-sm > :not(caption) > * > * {
  padding: 10px 10px !important;
}
@media (max-width: 576px) {
  #batch-job-detail #overall-progress-card .card-title {
    font-size: 1rem;
  }
  #batch-job-detail #overall-progress-card .badge {
    font-size: 0.75rem;
  }
  #batch-job-detail #overall-progress-card .fs-5 {
    font-size: 1.1rem !important;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1366px) {
  #batch-job-list .table[data-job-type=scheduled] th:nth-child(2), #batch-job-list .table[data-job-type=scheduled] td:nth-child(2) {
    min-width: 80px;
  }
  #batch-job-list .table[data-job-type=scheduled] th:nth-child(3), #batch-job-list .table[data-job-type=scheduled] td:nth-child(3) {
    min-width: 250px;
  }
  #batch-job-list .table[data-job-type=scheduled] th:nth-child(4), #batch-job-list .table[data-job-type=scheduled] td:nth-child(4) {
    min-width: 180px;
  }
  #batch-job-list .table[data-job-type=scheduled] th:nth-child(5), #batch-job-list .table[data-job-type=scheduled] td:nth-child(5) {
    min-width: 240px;
  }
  #batch-job-list .table[data-job-type=scheduled] th:nth-child(6), #batch-job-list .table[data-job-type=scheduled] td:nth-child(6) {
    min-width: 150px;
  }
  #batch-job-list .table[data-job-type=scheduled] th:nth-child(7), #batch-job-list .table[data-job-type=scheduled] td:nth-child(7) {
    min-width: 130px;
  }
  #batch-job-list .table[data-job-type=scheduled] th:nth-child(8), #batch-job-list .table[data-job-type=scheduled] td:nth-child(8) {
    min-width: 180px;
  }
  #batch-job-list .table[data-job-type=scheduled] th:nth-child(9), #batch-job-list .table[data-job-type=scheduled] td:nth-child(9) {
    min-width: 100px;
  }
  #batch-job-list .table[data-job-type=batch] th:nth-child(2), #batch-job-list .table[data-job-type=batch] td:nth-child(2) {
    min-width: 80px;
  }
  #batch-job-list .table[data-job-type=batch] th:nth-child(3), #batch-job-list .table[data-job-type=batch] td:nth-child(3) {
    min-width: 250px;
  }
  #batch-job-list .table[data-job-type=batch] th:nth-child(4), #batch-job-list .table[data-job-type=batch] td:nth-child(4) {
    min-width: 140px;
  }
  #batch-job-list .table[data-job-type=batch] th:nth-child(5), #batch-job-list .table[data-job-type=batch] td:nth-child(5) {
    min-width: 400px;
  }
  #batch-job-list .table[data-job-type=batch] th:nth-child(6), #batch-job-list .table[data-job-type=batch] td:nth-child(6) {
    min-width: 180px;
  }
  #batch-job-list .table[data-job-type=batch] th:nth-child(7), #batch-job-list .table[data-job-type=batch] td:nth-child(7) {
    min-width: 180px;
  }
  #batch-job-list .table[data-job-type=batch] th:nth-child(8), #batch-job-list .table[data-job-type=batch] td:nth-child(8) {
    min-width: 100px;
  }
  #batch-job-detail .table-responsive .table th:nth-child(1), #batch-job-detail .table-responsive .table td:nth-child(1) {
    min-width: 60px;
  }
  #batch-job-detail .table-responsive .table th:nth-child(2), #batch-job-detail .table-responsive .table td:nth-child(2) {
    min-width: 150px;
  }
  #batch-job-detail .table-responsive .table th:nth-child(3), #batch-job-detail .table-responsive .table td:nth-child(3) {
    min-width: 140px;
  }
  #batch-job-detail .table-responsive .table th:nth-child(4), #batch-job-detail .table-responsive .table td:nth-child(4) {
    min-width: 120px;
  }
  #batch-job-detail .table-responsive .table th:nth-child(5), #batch-job-detail .table-responsive .table td:nth-child(5) {
    min-width: 300px;
  }
  #batch-job-detail .table-responsive .table th:nth-child(6), #batch-job-detail .table-responsive .table td:nth-child(6) {
    min-width: 160px;
  }
  #batch-job-detail .table-responsive .table th:nth-child(7), #batch-job-detail .table-responsive .table td:nth-child(7) {
    min-width: 100px;
  }
}
/* Variables */
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.modal *:focus {
  z-index: auto !important;
}

.form-control:focus,
.form-select:focus,
.btn:focus {
  box-shadow: none !important;
}

.app {
  padding-top: 2.75rem;
}

.app-sidebar {
  top: 0;
}
@media (max-width: 991.98px) {
  .app-sidebar {
    top: 0;
  }
}

.app-header {
  height: 50px;
}
.app-header .menu .menu-item .menu-link {
  height: 50px;
}
.app-header .menu-toggler {
  height: 50px;
}
.app-header .brand {
  height: 50px;
}
@media (min-width: 767.98px) {
  .app-header .brand {
    margin-left: 5px;
  }
}
.app-header .mini-brand {
  height: 50px;
}

@media (max-width: 767.98px) {
  .pace .pace-activity {
    display: none !important;
  }
  .pace .pace-progress {
    display: none !important;
  }
}
.container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1660px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.alert {
  color: inherit !important;
  border: 1px solid rgba(101, 126, 174, 0.25);
}
.alert .btn-close {
  padding: 10px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
  opacity: 0.8;
  color: #212837;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-primary:hover {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #1a1a1a;
}

.page-item.active .page-link {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.nav-tabs {
  border-bottom: 1px solid #c9d2e3;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.nav.nav-tabs.nav-tabs-v2 > .nav-item > .nav-link {
  color: #212837;
  padding: 0 20px 10px 20px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 991px) {
  .nav.nav-tabs.nav-tabs-v2 > .nav-item > .nav-link {
    width: 175px;
  }
}

.nav.nav-tabs.nav-tabs-v2 > .nav-item > .nav-link.active {
  border-bottom-color: #1a1a1a;
}

.navbar.navbar-sticky .nav .nav-link {
  color: #212837;
  font-weight: 500 !important;
}

.page-header .small, .page-header small {
  color: #212837;
}

.app-sidebar .menu .menu-header,
.app-sidebar .menu .menu-item .menu-link {
  color: #212837;
  font-size: inherit;
}

.btn-scroll-top {
  background: #212837;
}
.btn-scroll-top:hover {
  background: #1a1a1a;
}

.app-sidebar .menu .menu-item .menu-icon {
  color: #212837;
}

.text-black {
  color: #212837 !important;
}

.btn-secondary {
  background: #ffffff !important;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  background: #ffffff;
  color: #212837;
}

.form-select:focus {
  border-color: #c9d2e3;
}

.form-control:focus {
  border-color: #c9d2e3;
}

.form-range::-webkit-slider-thumb {
  background-color: #1a1a1a;
}

.form-range::-webkit-slider-thumb:active {
  background-color: #212837;
}

input::placeholder {
  opacity: 0.5 !important;
  color: #212837 !important;
}

textarea::placeholder {
  opacity: 0.5 !important;
  color: #212837 !important;
}

label.form-label,
label.form-check-label {
  font-weight: 500;
}

.form-select,
.form-control {
  color: #212837;
}

th,
strong {
  font-weight: 600 !important;
}

.btn-default {
  color: #212837;
}

.cke_1,
.cke_1 .cke_top,
.cke_1 .cke_bottom {
  border-color: #c9d2e3 !important;
}

.cke_1,
.cke_1 .cke_top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.cke_1,
.cke_1 .cke_bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.cke_1 .cke_inner {
  border-radius: 6px;
}

.cke_button.cke_button__source {
  display: none;
}

#chatbase-message-bubbles {
  display: none !important;
}

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