.home-demo .item {
  background: #ff3f4d;
}
.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.codepen-wrapper {
  width: 25%;
  margin: 50px 37.5%;
}
.registration-ui {
  padding: 0.25em 1em 0.25em 1.75em;
  font-weight: 700;
  font-size: 1.8em;
  border-radius: 5px;
  border: 1px solid #000;
  box-shadow: 1px 1px 1px #ddd;
  position: relative;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  max-width: fit-content;
  color: #000;
}
.unit:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 1px dashed #f8d038;
}
.input-box {
  position: relative;
  margin-bottom: 2%;
}
input {
  display: block;
  border: 1px solid #d7d6d6;
  background: #fff;
  padding: 10px 10px 10px 20px;
  width: 195px;
}
.unit {
  content: "FIN";
  font-family: helvetica, arial, sans-serif;
  font-weight: 700;
  display: block;
  width: 30px;
  height: 100%;
  font-size: 1em;
  background: #063298;
  position: absolute;
  top: 0;
  border-radius: 5px 0 0 5px;
  color: #fff;
  line-height: 85px;
  padding-left: 5px;
}
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0 14px 22px -9px #bbcbd8;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  position: absolute;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: gray;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #fff;
  box-shadow: 0 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0 15px 25px 15px;
  }
}
.accordion-button > span > i,
.action-btn {
  font-size: 20px;
}
.price-card,
.price-section,
.price-section > * {
  position: relative;
}
.colorinput,
.pointer,
.slider {
  cursor: pointer;
}
:root {
  --theme1-color: #0caf60;
  --theme2-color: #75c251;
  --theme3-color: #584ed2;
  --theme4-color: #145388;
  --theme5-color: #b9406b;
  --theme6-color: #008ecc;
  --theme7-color: #922c88;
  --theme8-color: #c0a145;
  --theme9-color: #48494b;
  --theme10-color: #0c7785;
}
.action-btn {
  width: 29px;
  height: 28px;
  border-radius: 9.3552px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dash-sidebar .main-logo {
  justify-content: center;
  min-height: 80px;
  max-height: 80px;
  width: 100%;
  min-width: 255px;
}
.dash-sidebar .main-logo a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.choose-files input[type="file"],
.lang-dropdown-only-mobile,
.switch input,
.tox-statusbar__branding {
  display: none;
}
.faq .accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  margin-bottom: 10px;
}
.faq .accordion .accordion-item .accordion-button {
  font-weight: 700;
  padding: 1.3rem 1.25rem;
}
.faq .accordion .accordion-item .accordion-button span > i {
  font-size: 20px;
  margin-right: 8px;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  border-radius: 10px;
  background: 0 0;
  box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}
.faq .accordion .accordion-item .accordion-body {
  padding: 2.3rem 2.3rem 2.3rem 3rem;
}
.price-card {
  text-align: center;
  margin-top: 30px;
}
.price-card.price-2,
a.btn-primary i {
  color: #fff;
}
.price-card.price-2 .price-badge {
  color: #fff;
  background: #1c232f;
}
.price-card .p-price {
  font-size: 80px;
}
.price-card .price-badge {
  color: #fff;
  padding: 7px 24px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price-card .list-unstyled {
  display: inline-block;
}
.create-packge-tab,
.custome-design-tab,
.price-card .list-unstyled li,
.subscription-summery ul li .cart-sum-left {
  display: flex;
  align-items: center;
}
.price-card .list-unstyled li + li {
  margin-top: 8px;
}
.price-card .list-unstyled .theme-avtar {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #fff;
  margin-right: 15px;
}
.price-section > * {
  z-index: 5;
}
.price-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  z-index: 1;
  background: linear-gradient(180deg, #cecece 0, #fff 100%);
}
.zoom_modal_url_link a {
  contain: content;
  text-overflow: ellipsis;
  max-width: 250px;
  display: table-caption;
}
.active_color {
  border: 2px solid #000 !important;
}
.permission {
  white-space: inherit !important;
}
.list_colume_notifi {
  position: relative;
  display: block;
  padding: 16.66667px 25px;
  color: #212529;
  border: 1px solid #f1f1f1;
}
body.theme-1 .btn_tab.bg-primary,
body.theme-10 .btn_tab.bg-primary,
body.theme-2 .btn_tab.bg-primary,
body.theme-3 .btn_tab.bg-primary,
body.theme-4 .btn_tab.bg-primary,
body.theme-5 .btn_tab.bg-primary,
body.theme-6 .btn_tab.bg-primary,
body.theme-7 .btn_tab.bg-primary,
body.theme-8 .btn_tab.bg-primary,
body.theme-9 .btn_tab.bg-primary {
  background: #bdbdbd !important;
}
body.theme-1 .btn_tab.bg-primary.active,
body.theme-1 .btn_tab.bg-primary.checked {
  background: var(--theme1-color) !important;
}
body.theme-2 .btn_tab.bg-primary.active,
body.theme-2 .btn_tab.bg-primary.checked {
  background: var(--theme2-color) !important;
}
body.theme-3 .btn_tab.bg-primary.active,
body.theme-3 .btn_tab.bg-primary.checked {
  background: var(--theme3-color) !important;
}
body.theme-4 .btn_tab.bg-primary.active,
body.theme-4 .btn_tab.bg-primary.checked {
  background: var(--theme4-color) !important;
}
body.theme-5 .btn_tab.bg-primary.active,
body.theme-5 .btn_tab.bg-primary.checked {
  background: var(--theme5-color) !important;
}
body.theme-6 .btn_tab.bg-primary.active,
body.theme-6 .btn_tab.bg-primary.checked {
  background: var(--theme6-color) !important;
}
body.theme-7 .btn_tab.bg-primary.active,
body.theme-7 .btn_tab.bg-primary.checked {
  background: var(--theme7-color) !important;
}
body.theme-8 .btn_tab.bg-primary.active,
body.theme-8 .btn_tab.bg-primary.checked {
  background: var(--theme8-color) !important;
}
body.theme-9 .btn_tab.bg-primary.active,
body.theme-9 .btn_tab.bg-primary.checked {
  background: var(--theme9-color) !important;
}
body.theme-10 .btn_tab.bg-primary.active,
body.theme-10 .btn_tab.bg-primary.checked {
  background: var(--theme10-color) !important;
}
.status-filter button {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
.status-filter button:focus {
  box-shadow: none !important;
}
.fix_img {
  width: 40px !important;
  border-radius: 50%;
}
.timeline-one-side .timeline-block span.timeline-step {
  border-width: 2px !important;
  width: 30px;
  height: 30px;
  border-radius: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.timeline-one-side .timeline-block span.timeline-step i {
  color: #162c4e;
}
.last_notification_text {
  display: flex !important;
  padding: 0 0 0 15px;
}
.last_notification_text p {
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.267926px;
  color: #153364;
  margin: 0 20px 5px 0 !important;
}
.notification_time_main p {
  color: #b6bfce;
  margin: 0;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0 !important;
}
.choices__list--dropdown .choices__item--selectable {
  padding-right: 0 !important;
}
input[type="color"] {
  -webkit-appearance: none;
  width: 55px;
  height: 30px !important;
  margin-bottom: 0 !important;
  padding: 5px;
}
.image-upload {
  display: block;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  max-width: 250px;
}
.settings-card .themes-color,
.small-logo {
  max-width: 200px;
}
.w-20 {
  width: 20%;
}
.top-10-scroll {
  overflow: auto;
  outline: 0;
}
.dz-image img {
  width: 100% !important;
}
.swal2-container {
  z-index: 9999999999999999999 !important;
}
.display-total-time {
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  border: 1px solid #ddd;
  padding: 12px;
  background: #f1f1f1;
  margin: 14px 0;
  text-align: center;
  border-radius: 4px;
  width: 100%;
}
.dark_background_color {
  background: #000 !important;
}
.colorinput-color {
  background-color: #fdfdff;
  border: 1px solid #e4e6fc;
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}
.colorinput-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.colorinput {
  margin: 0;
  position: relative;
}
.colorinput-color:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  transition: opacity 0.3s;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
    center center/50% 50% no-repeat;
}
.colorinput-input:checked ~ .colorinput-color:before {
  opacity: 1;
}
.deal-card {
  height: 416px;
}
.loader {
  margin: auto;
  width: 85px !important;
  left: 45%;
}
.img_setting {
  filter: drop-shadow(2px 3px 7px #000000);
  filter: drop-shadow(2px 3px 7px #011c4b);
}
.message-counter {
  position: absolute;
  top: 3px;
  right: 4px !important;
  border-radius: 50%;
  font-size: 10px;
  width: 15px !important;
  text-align: center !important;
  color: #fff !important;
}
.slider,
.switch {
  position: relative;
}
.list-group .list-group-item {
  border: none;
}
.choose-files div {
  cursor: pointer;
  color: #fff;
  background: #584ed2 !important;
  border: none;
  border-radius: 10px;
  padding: 8px 15px;
  max-width: 155px !important;
  font-size: 12px;
  font-weight: 500;
}
.small-logo {
  height: auto;
  width: 100%;
}
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
body.theme-1 .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--theme1-color);
  border-color: var(--theme1-color);
}
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
body.theme-2 .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--theme2-color);
  border-color: var(--theme2-color);
}
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
body.theme-3 .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--theme3-color);
  border-color: var(--theme3-color);
}
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
body.theme-4 .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--theme4-color);
  border-color: var(--theme4-color);
}
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
body.theme-5 .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--theme5-color);
  border-color: var(--theme5-color);
}
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
body.theme-6 .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--theme6-color);
  border-color: var(--theme6-color);
}
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
body.theme-7 .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--theme7-color);
  border-color: var(--theme7-color);
}
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
body.theme-8 .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--theme8-color);
  border-color: var(--theme8-color);
}
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
body.theme-9 .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--theme9-color);
  border-color: var(--theme9-color);
}
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
body.theme-10 .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--theme10-color);
  border-color: var(--theme10-color);
}
.active_module,
.enable_module {
  border: 1.9px solid #6fd943 !important;
}
.disable_module {
  border: 1.9px solid #ff3a6e !important;
}
.product-card,
.summery-footer .user-qty {
  margin-bottom: 15px;
}
.product-card .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 18px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.product-img {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card .product-content .lbl {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 5px;
}
.product-card .price {
  display: flex;
  align-items: center;
  font-size: 20px;
  flex-wrap: wrap;
  font-weight: 600;
}
.product-card ins {
  display: inline-flex;
  align-items: center;
  text-decoration: unset;
}
.product-card .price .currency-type {
  margin-left: 5px;
}
.product-card .time-lbl {
  font-weight: 700;
  font-size: 14px;
}
.plan_card .card,
.product-card .product-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card .product-content h4 {
  margin-bottom: 15px;
  flex: 1;
}
.package-itm.theme-avtar {
  width: 85px;
  height: 85px;
  border-radius: 20px;
  padding: 10px;
}
.package-itm.theme-avtar img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: scale-down;
}
.package-card-inner .price ins {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
ins {
  text-decoration: none;
}
.subscription-summery ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.subscription-summery ul li .cart-sum-left svg {
  margin-right: 10px;
}
.summery-footer {
  padding-top: 12px;
  border-top: 1px solid #d5edf2;
}
.user-qty .lbl {
  margin-bottom: 5px;
  font-weight: 600;
}
.qty-spinner {
  border: 1px solid #d5edf2;
  display: flex;
  padding: 15px;
  width: 100%;
  box-shadow: -2.61824px 26px 49px rgba(182, 186, 203, 0.3);
  border-radius: 12px;
}
.reset-btn,
.switch {
  display: inline-flex;
}
.qty-spinner button {
  background: 0 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.qty-spinner button svg {
  margin: auto;
  height: 20px;
  width: 20px;
}
.qty-spinner input {
  border: 0;
  flex: 1;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.reset-btn {
  align-items: center;
  color: var(--grey-color);
}
.reset-btn svg {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
.qty-spinner input::-webkit-inner-spin-button,
.qty-spinner input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-spinner input[type="number"] {
  -moz-appearance: textfield;
}
.switch {
  align-items: center;
}
.switch .lbl {
  color: var(--second-color);
}
.switch .lbl.active {
  color: var(--theme-color);
}
.slider {
  margin: 0 10px;
  width: 3.4rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.theme-1 .slider {
  background-color: var(--theme1-color);
  border-color: var(--theme1-color);
}
body.theme-2 .slider {
  background-color: var(--theme2-color);
  border-color: var(--theme2-color);
}
body.theme-3 .slider {
  background-color: var(--theme3-color);
  border-color: var(--theme3-color);
}
body.theme-4 .slider {
  background-color: var(--theme4-color);
  border-color: var(--theme4-color);
}
body.theme-5 .slider {
  background-color: var(--theme5-color);
  border-color: var(--theme5-color);
}
body.theme-6 .slider {
  background-color: var(--theme6-color);
  border-color: var(--theme6-color);
}
body.theme-7 .slider {
  background-color: var(--theme7-color);
  border-color: var(--theme7-color);
}
body.theme-8 .slider {
  background-color: var(--theme8-color);
  border-color: var(--theme8-color);
}
body.theme-9 .slider {
  background-color: var(--theme9-color);
  border-color: var(--theme9-color);
}
body.theme-10 .slider {
  background-color: var(--theme10-color);
  border-color: var(--theme10-color);
}
.slider:before {
  position: absolute;
  content: "";
  height: 1.4rem;
  width: 1.4rem;
  left: 0.3rem;
  top: 50%;
  margin-top: -0.7rem;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(1.4rem);
  -ms-transform: translateX(1.4rem);
  -moz-transform: translateX(1.4rem);
  transform: translateX(1.4rem);
}
.slider.round {
  border-radius: 1.8rem;
}
.slider.round:before {
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .package-card-inner .package-content {
    flex-grow: unset !important;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .package-card-inner {
    flex-wrap: wrap;
  }
}
.import-data-table select {
  width: auto;
  padding-right: 35px;
  min-width: 100%;
}
.searchBoxElement {
  background-color: #fff;
  border: 1px solid #aaa;
  position: absolute;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 23px;
  list-style: none;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.formTextbox {
  display: block;
  width: 100%;
  padding: 0.575rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #293240;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body.theme-1 .formTextbox:focus {
  border-color: var(--theme1-color);
  box-shadow: 0 0 0 0.2rem #0caf60;
}
body.theme-2 .formTextbox:focus {
  border-color: var(--theme2-color);
  box-shadow: 0 0 0 0.2rem #75c251;
}
body.theme-3 .formTextbox:focus {
  border-color: var(--theme3-color);
  box-shadow: 0 0 0 0.2rem rgb(88, 78, 210, 25%);
}
body.theme-4 .formTextbox:focus {
  border-color: var(--theme4-color);
  box-shadow: 0 0 0 0.2rem rgb(20, 83, 136, 25%);
}
body.theme-5 .formTextbox:focus {
  border-color: var(--theme5-color);
  box-shadow: 0 0 0 0.2rem rgb(185, 64, 107, 25%);
}
body.theme-6 .formTextbox:focus {
  border-color: var(--theme6-color);
  box-shadow: 0 0 0 0.2rem rgb(0, 142, 204, 25%);
}
body.theme-7 .formTextbox:focus {
  border-color: var(--theme7-color);
  box-shadow: 0 0 0 0.2rem rgb(146, 44, 136, 25%);
}
body.theme-8 .formTextbox:focus {
  border-color: var(--theme8-color);
  box-shadow: 0 0 0 0.2rem rgb(192, 161, 69, 25%);
}
body.theme-9 .formTextbox:focus {
  border-color: var(--theme9-color);
  box-shadow: 0 0 0 0.2rem rgb(72, 73, 75, 25%);
}
body.theme-10 .formTextbox:focus {
  border-color: var(--theme10-color);
  box-shadow: 0 0 0 0.2rem rgb(12, 119, 133, 25%);
}
.searchBoxElement span {
  padding: 0 5px;
}
.searchBoxElement li {
  background-color: #fff;
  color: #000;
}
.searchBoxElement li.selected,
.searchBoxElement li:hover {
  background-color: #50a0ff;
  color: #fff;
}
.product-card-inner {
  height: 100%;
}
.extension-trigger {
  justify-content: start !important;
  position: relative;
}
.extension-trigger .cart-sum-right {
  margin-left: 10px;
}
.extension-trigger::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: auto;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  transition: transform 0.2s ease-in-out;
}
.extension-trigger[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}
.product-img .theme-avtar img {
  border-radius: 7px;
}
[dir="rtl"] .me-auto {
  margin-right: 0 !important;
}
[dir="rtl"] .header-wrapper .ms-auto,
[dir="rtl"] .ms-auto {
  margin-left: 0 !important;
}
.dash-header .dash-head-link {
  gap: 5px;
}
[dir="rtl"] .end-0 {
  left: 0 !important;
  right: auto !important;
}
[dir="rtl"].toast > .d-flex {
  flex-direction: row-reverse;
}
.setting-sidebar {
  height: 100vh !important;
  overflow-y: auto;
}
.setting-sidebar::-webkit-scrollbar {
  width: 5px;
}
.setting-sidebar::-webkit-scrollbar-track {
  border-radius: 10px;
}
.setting-sidebar::-webkit-scrollbar-thumb {
  background: #a9b5e6;
  border-radius: 10px;
}
.setting-sidebar::-webkit-scrollbar-thumb:hover {
  width: 8px;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  z-index: 9999999;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.site-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  margin-right: 12px; /* Add margin for spacing between loader and text */
  border-color: #fff #fff transparent transparent;
  -webkit-animation: 1s linear infinite rotation;
  animation: 1s linear infinite rotation;
}

.loader-text {
  color: #ffffff;
  font-size: 16px;
}
.lang-dropdown-only-desk,
a.b-brand {
  display: block;
}
.site-loader:after,
.site-loader:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent var(--bs-primary) var(--bs-primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-animation: 0.5s linear infinite rotationBack;
  animation: 0.5s linear infinite rotationBack;
  transform-origin: center center;
}
.theme-1 .site-loader:after {
  border-color: transparent transparent var(--theme1-color) var(--theme1-color);
}
.theme-2 .site-loader:after {
  border-color: transparent transparent var(--theme2-color) var(--theme2-color);
}
.theme-3 .site-loader:after {
  border-color: transparent transparent var(--theme3-color) var(--theme3-color);
}
.theme-4 .site-loader:after {
  border-color: transparent transparent var(--theme4-color) var(--theme4-color);
}
.theme-5 .site-loader:after {
  border-color: transparent transparent var(--theme5-color) var(--theme5-color);
}
.theme-6 .site-loader:after {
  border-color: transparent transparent var(--theme6-color) var(--theme6-color);
}
.theme-7 .site-loader:after {
  border-color: transparent transparent var(--theme7-color) var(--theme7-color);
}
.theme-8 .site-loader:after {
  border-color: transparent transparent var(--theme8-color) var(--theme8-color);
}
.theme-9 .site-loader:after {
  border-color: transparent transparent var(--theme9-color) var(--theme9-color);
}
.theme-10 .site-loader:after {
  border-color: transparent transparent var(--theme10-color)
    var(--theme10-color);
}
.site-loader:before {
  width: 32px;
  height: 32px;
  border-color: #fff #fff transparent transparent;
  -webkit-animation: 1.5s linear infinite rotation;
  animation: 1.5s linear infinite rotation;
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.knw_desc {
  white-space: normal !important;
}
[dir="rtl"] .dash-sidebar {
  left: auto !important;
}
[dir="rtl"] .dash-header:not(.transprent-bg) .header-wrapper {
  padding: 0 0 0 30px;
}
[dir="rtl"]
  .dash-header:not(.transprent-bg):not(.dash-mob-header)
  ~ .dash-container {
  margin-left: 0;
}
[dir="rtl"] .me-auto.dash-mob-drp {
  margin-right: 10px !important;
}
[dir="rtl"] .me-auto {
  margin-left: 10px !important;
}
[dir="rtl"] .dash-header {
  left: 0 !important;
  right: 280px !important;
}
[dir="rtl"] .list-group-flush > .list-group-item .float-end {
  float: left !important;
}
.seo_image {
  max-width: 90% !important;
}
.auth-wrapper .custom-select,
.auth-wrapper .dataTable-input,
.auth-wrapper .dataTable-selector,
.auth-wrapper .form-control,
.auth-wrapper input {
  background: #fff !important;
  color: #293240 !important;
}
a.b-brand {
  height: 100%;
  width: 100%;
  max-width: 135px;
}
.drp-language {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .auth-wrapper .auth-content {
    width: 100vw !important;
  }
  .lang-dropdown-only-mobile {
    display: block;
    margin-left: auto;
    margin-right: 20px;
  }
  .lang-dropdown-only-desk {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .lang-dropdown-only-mobile .dropdown-toggle {
    padding: 10px !important;
  }
}
.plan_card {
  width: 33%;
  padding: 0 15px;
  float: left;
  margin-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tab-main-div {
  width: auto;
  margin: 0 auto 15px;
  display: flex;
  border: 1px solid #1cae65;
  border-radius: 11px;
}
.card-main-div {
  padding: 0 !important;
}
.button-tab-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.plan_card .card-body {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.price-card-top {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.create-packge-tab h5,
.custome-design-tab h5 {
  margin-bottom: 0 !important;
}
.create-packge-tab .custom-switch-v1,
.custome-design-tab .custom-switch-v1 {
  margin-left: 15px;
}
.prize-card-bottom .bottom-btn {
  max-width: 300px;
  margin: 0 auto;
}
.prize-card-bottom .bottom-btn a {
  width: 100%;
}
@media only screen and (max-width: 1700px) {
  .plan_card {
    width: 33.33%;
    float: left;
  }
}
@media only screen and (max-width: 1440px) {
  .plan_card {
    width: 33.33%;
    float: left;
  }
}
@media only screen and (max-width: 1366px) {
  .plan_card {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 1199px) {
  .auth-wrapper {
    display: block !important;
  }
  .auth-wrapper .auth-content {
    min-height: unset !important;
    margin: auto;
  }
  .plan_card {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .plan_card {
    width: 100%;
    float: left;
  }
}
