@charset "UTF-8";
#dashboardWeeklyUserBarChartContainer #dashboardWeeklyUserBarChart {
  max-height: 320px !important;
}

#incomeChartCanvas #dashboardIncomeChart {
  max-height: 320px !important;
}

.ql-editor p strong {
  font-weight: 800 !important;
}

strong {
  font-family: Inter, Poppins, Helvetica, sans-serif !important;
  font-weight: 800 !important;
}

.ql-editor.ql-blank::before {
  font-style: unset !important;
}

.btn-group-toggle input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.btn-group-toggle input[type=radio]:checked + label {
  color: #fff;
}

.btn-group-toggle input[type=radio]:checked + label,
.btn-group-toggle input[type=radio]:focus + label {
  background-color: #019aff;
  border: 1px solid #019aff !important;
  border-radius: 0.3rem;
}

.btn-group-toggle label {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.475rem;
  display: inline-block;
  font-family: sans-serif, Arial;
  font-size: 12px;
  padding: 8.15px 17.225px;
}

@media (min-width: 501px) {
  .swal-modal {
    width: 381px !important;
  }
}
.product_url {
  word-break: break-word;
}

.withdraw-approval-dropdown {
  min-width: 186px !important;
  transition: unset !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.flatpickr-disabled {
  color: #C3C9D1 !important;
}

.new-adding-marked .image {
  opacity: 0.9;
  border: 1px solid #5bab4a;
}
.new-adding-marked .picker-edit {
  color: white !important;
  background: #5bab4a;
}

.remove-marked .image {
  opacity: 0.5;
  border: 1px solid #bd362f;
}
.remove-marked .picker-edit {
  color: white !important;
  background: #bd362f;
}

.preview-bg {
  overflow: hidden;
  position: relative;
  padding: 17px;
  width: 320px;
  height: 590px;
}
@media (max-width: 1024px) {
  .preview-bg {
    width: 290px;
    height: 560px;
  }
}
@media (max-width: 424px) {
  .preview-bg {
    width: 260px;
    height: 530px;
  }
}
.preview-bg .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.css-selector {
  animation: AnimationName 14s ease infinite;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gateway-preview-box,
.preview-box {
  overflow: scroll !important;
  scrollbar-width: none !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 91%;
  height: 96%;
  border-radius: 40px;
  position: absolute;
  top: 11px;
  left: 15px;
}
@media (max-width: 1024px) {
  .gateway-preview-box,
  .preview-box {
    left: 13px;
  }
}
@media (max-width: 424px) {
  .gateway-preview-box,
  .preview-box {
    width: 90%;
    height: 96%;
    border-radius: 30px;
  }
}

.input-box-form {
  border: 1px solid #E6E7EA !important;
  border-radius: 12px !important;
  padding: 18px !important;
}

.favicon-url {
  border: 2px solid black;
  padding: 2px;
  padding-left: 14px;
  background: white;
  border-radius: 10px;
}
.favicon-url p {
  display: inline-block !important;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.image-download-area {
  border-radius: 10px !important;
  background: white !important;
  height: 200px;
  width: 250px;
  margin-left: 12px;
}
.image-download-area .image-download-title p {
  padding: 9px;
  margin: 0;
  background: whitesmoke;
  font-size: 14px;
  border-radius: 10px 10px 0 0 !important;
}
.image-download-area .image-download-title .download-btn {
  vertical-align: end;
}
@media (max-width: 501px) {
  .image-download-area {
    width: 208px !important;
  }
}

.exit-page-btn {
  border-radius: 20px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.image-download-title {
  display: block !important;
  background: whitesmoke !important;
  padding: 10px !important;
}
.image-download-title p {
  margin: 0 !important;
}

.general-info {
  margin-top: 40px;
  padding: 14px 16px 16px;
  padding-left: 14px;
  background: white;
  border-radius: 10px;
}
.general-info .general-info-title {
  font-size: 14px !important;
  margin: 0;
}
.general-info .general-info-description {
  color: #2B59FF;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.svg-fixed-size {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.inset-shadow-btn {
  background-color: #fbfbfb;
  border: 2px solid #e0e6ed;
  color: #374151;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.inset-shadow-btn:hover {
  background-color: #f8fafc;
  border-color: #d1d9e0;
  color: #1f2937;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(0px);
}

.inset-shadow-btn:active {
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(2px);
}

.inset-shadow-btn:focus {
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Icon styling */
.btn-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

/* Variations */
.inset-shadow-btn-primary {
  background-color: #3b82f6;
  border-color: #2563eb;
  color: white;
}

.inset-shadow-btn-primary:hover {
  background-color: #2563eb;
  border-color: #1d4ed8;
  color: white;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.inset-shadow-btn-success {
  background-color: #10b981;
  border-color: #059669;
  color: white;
}

.inset-shadow-btn-success:hover {
  background-color: #059669;
  border-color: #047857;
  color: white;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Demo section styling */
.demo-section {
  margin: 30px 0;
}

.demo-title {
  margin-bottom: 15px;
  color: #374151;
  font-size: 18px;
  font-weight: 600;
}

.button-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.btn-confirm {
  color: #ffffff !important;
  background-color: #2B59FF !important;
}

.btn-dismiss {
  color: #ffffff !important;
  background-color: #f62946 !important;
  padding: 10px 130px !important;
}

.social-link {
  margin-top: 12px;
  padding-left: 0px;
  background: white;
  border-radius: 10px;
}

.selected-box {
  border: 3px solid #F4F4F6;
  border-radius: 0px;
}
.selected-box .form-check {
  padding: 16px;
  margin-bottom: 0;
}
.selected-box .form-check-input {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 50% !important;
  border: 2px solid #2d2d2d !important;
  background-color: white !important;
}
.selected-box .form-check-input:focus, .selected-box .form-check-input:active {
  background-color: white !important;
  filter: brightness(90%);
}
.selected-box .form-check-input:checked {
  background-color: #F5F6F9 !important;
}
.selected-box.checked {
  background-color: #fafafa !important;
  border: 4px solid #11f22b !important;
}

.photo-filter-box {
  border-radius: 0px;
  max-width: 300px;
}
.photo-filter-box .form-check {
  margin-bottom: 0;
  padding-left: 0;
}
.photo-filter-box .form-check h4 {
  border-radius: 0 0px 15px 0;
  padding: 13px 30px;
}
.photo-filter-box .form-check-input {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 50% !important;
  border: 1px solid #D9D9D9 !important;
  background-color: white !important;
}
.photo-filter-box .form-check-input:focus, .photo-filter-box .form-check-input:active {
  background-color: white !important;
  filter: brightness(100%);
}
.photo-filter-box .form-check-input:checked {
  background-color: #F5F6F9 !important;
}
.photo-filter-box.checked {
  background-color: #fafafa !important;
  border: 1px solid #222834 !important;
}

.selected-folder {
  border: 1px solid #f7f7f7 !important;
  background-color: #F5F6F9 !important;
  border-radius: 12px !important;
}

.feature:checked[type=checkbox] {
  border: 1px solid #28282b !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.checkbox-checked,
.radio-checked {
  background-color: #f5f6f9 !important;
  border: 3px solid #2D69CF !important;
}

.capture:checked[type=radio] {
  border: 1px solid #141522 !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.capture-img {
  max-width: 80px;
  height: 60px;
}

.switch-accordion .accordion-item {
  border-radius: 1rem !important;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.switch-accordion .accordion-item .accordion-header {
  padding: 20px 25px;
}
.switch-accordion .accordion-item .accordion-button {
  text-align: end;
  background-color: transparent;
  box-shadow: none !important;
}
.switch-accordion .accordion-item .accordion-button:after {
  display: none;
}
.switch-accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.switch-accordion .accordion-item .accordion-body {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sticky-card {
  position: sticky;
  top: 30px;
  border-radius: 14px;
}

.sticky-frame {
  position: sticky;
  top: 20px;
}

.sticky-unsaved {
  position: fixed;
  top: 10px;
  right: 11px;
  width: 350px;
  max-width: 100%;
  border-radius: 11px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  gap: 12px;
  font-size: 15px;
  pointer-events: none;
  z-index: 1050;
}

.width-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.fs-13 {
  font-size: 13px;
  color: #3C3E41;
  font-weight: 600;
}

.fs-xs {
  font-size: 8px;
}

.fs-13b {
  font-size: 13px;
  font-weight: 700;
}

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

.fs-12 {
  font-size: 12px !important;
  font-weight: 400;
  color: black;
}

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

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

.fs-doch {
  color: #252525;
  font-size: 20px !important;
  font-weight: 900;
}

.fs-docsh {
  color: #495057;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 28px;
}

.fs-doc {
  color: #0026ff !important;
  font-weight: 600;
  font-size: 15px !important;
}

.fs-docp {
  color: #4F5051;
  font-weight: 500;
  font-size: 16px !important;
}

.fs-14,
.fs14-h {
  color: #212121;
  font-size: 18px !important;
  font-weight: 700;
}

.fs-14sh {
  font-weight: 500;
  letter-spacing: normal;
  color: #737984;
  font-size: 15px !important;
}

.fs-14p {
  color: #212121;
  font-weight: 500;
  font-size: 16px !important;
}

.flex-1 {
  flex: 1;
}

.flex-0 {
  flex: 0 !important;
}

.line {
  position: relative;
  width: 1px;
  height: 80%;
}
.line::after {
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  background-color: #dee2e6;
  left: 0;
  top: 0;
}

.facebook-icon {
  width: 50px;
  height: 50px;
  min-width: 44px;
  border-radius: 12px;
  background-color: #0863ff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-frame-btn {
  border: 1px solid #C3C9D1;
  background-color: #515acc !important;
  border-color: #515acc;
  color: #fff;
}

.remove-frame-btn {
  border: 1px solid #C3C9D1;
  background-color: red !important;
  border-color: red !important;
  color: #fff;
}

.add-card {
  border: 1px #ADB5BD;
  background-color: #ffffff;
  min-height: 235px !important;
}

.image-wrapper {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-badges {
  background-color: #f2f2f2 !important;
  border-radius: 5px !important;
  color: #121212 !important;
}
.status-badges .badge {
  padding: 5px 10px;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
}

.middle {
  width: 75%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Three dots */
.dot {
  margin-top: 4px;
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

/* Style the input field */
.mac-url {
  width: 100%;
  border-radius: 3px;
  border: none;
  background-color: white;
  margin-top: -8px;
  height: 25px;
  color: #666;
  padding: 5px;
}

/* Three bars (hamburger menu) */
.bar {
  width: 17px;
  height: 3px;
  background-color: #aaa;
  margin: 3px 0;
  display: block;
}

/* Page content */
.content {
  padding: 10px;
}

.form-control-color::-webkit-color-swatch {
  height: 46px !important;
}

.color-code-input {
  height: 46px;
  padding: 0;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 1rem;
  color: #000;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
}

.btn-white {
  border: 0px solid #27292B;
  background-color: #121827;
  color: #ffffff;
  border-radius: 4px;
  vertical-align: -webkit-baseline-middle;
}
.btn-white:hover {
  background: #000;
  color: #ffffff;
  border: 0px solid #c7c7c7;
}

.ui-btn {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.ui-btn:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
  color: #212529;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-dark {
  background-color: #2B2F43;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: -webkit-baseline-middle;
}

.btn-dark:hover {
  background: #1f7bf4;
  color: #ffffff;
}

.btn-boot-secondary {
  background-color: #a0a0a0;
  color: #ffffff;
}

.btn-boot-secondary:hover {
  background: #858585;
  color: #ffffff;
}

.btn-secondary {
  border: 0px solid #000000;
  background-color: #30353D;
  color: #ffffff;
  border-radius: 15px;
  vertical-align: -webkit-baseline-middle;
}

.btn-secondary:hover {
  background: #1f7bf4;
  color: #ffffff;
}

.btn-next {
  border: 0px solid #000000;
  background-color: #222834;
  color: #fff;
  border-radius: 90px;
}

.btn-next:hover {
  background: #8fe69c;
  color: #ffffff;
  border: 0px solid #ffffff;
}

.btn-yes {
  padding: 0.375rem 1.5rem;
  border-radius: 20px;
  border: 1px solid;
  background: #27292B;
  color: #ffffff;
  border-color: #7d7d7d;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.btn-yes:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}

.btn-save {
  background-color: #2b59ff;
  border: 0px solid #1f7bf4;
  border-radius: 0px;
  padding: 0.75rem 1.5rem;
  white-space: nowrap;
  color: #fff;
  vertical-align: -webkit-baseline-middle;
  transition: background-color 0.3s, color 0.3s;
}

.btn-save:hover {
  background: #3e8cf2;
  color: #ffffff;
  border: 0px solid #0f036c;
}

.btn-save-continue {
  border: 0px solid #51cd89;
  background-color: #51cd89;
  padding: 0.75rem 1.5rem;
  color: #ffffff;
  border-radius: 0px;
  vertical-align: -webkit-baseline-middle;
}

.btn-save-continue:hover {
  background-color: #67ba8d;
  color: #ffffff;
  border: 0px solid #c7c7c7;
}

.btn-discard {
  background-color: #f1f1f1;
  color: #000000;
  border-radius: 0px;
  vertical-align: -webkit-baseline-middle;
}

.btn-discard:hover {
  background-color: #f9f9f9;
  color: #f55757;
}

@media (max-width: 575px) {
  .custom-col {
    width: 50%;
  }
}
@media (max-width: 370px) {
  .custom-col {
    width: 100%;
  }
}

.assists-card {
  min-width: 110px;
  min-height: 125px;
  max-width: 110px;
  border-radius: 12px;
  padding: 12px !important;
  background-color: white !important;
}

.add-assists-card {
  min-width: 110px;
  min-height: 125px;
  max-width: 110px;
  background-color: #0863ff;
}
.add-assists-card button {
  width: 100%;
  height: 100%;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0863ff;
}

.nav-item1 .count-text {
  color: #252526 !important;
  white-space: nowrap;
  padding: 0.75rem 1.5rem;
  vertical-align: -webkit-baseline-middle;
  transition: background-color 0.3s, color 0.3s;
  width: 80%;
  font-weight: 400 !important;
}
.nav-item1 .count-text:hover {
  border-radius: 5px;
  color: #2B2F43 !important;
  font-weight: 500 !important;
}
.nav-item1.completed .count-box {
  background-color: #34CAA5;
  color: #ffffff;
  padding: 0px;
}
.nav-item1.completed .round-box {
  background-color: #EBF9F1;
}
.nav-item1 .custom-assets-nav-link {
  font-size: 14px !important;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0px;
  border-radius: 10px !important;
  margin-bottom: 4px !important;
  text-wrap: wrap !important;
}
.nav-item1 .custom-assets-nav-link:hover {
  background-color: #f4f6f9 !important;
  font-weight: 500 !important;
}
.nav-item1::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0px;
  background: #34CAA5;
  left: 0;
  border-radius: 0px 10px 10px 0px;
  bottom: 0px;
}
.nav-item1.active .count-text {
  background: #f4f6f9;
  color: #252526 !important;
  border: #f4f6f9 solid 1px;
  border-radius: 8px;
  font-weight: 500 !important;
  width: 80%;
  letter-spacing: normal;
  vertical-align: -webkit-baseline-middle;
}
.nav-item1.active::before {
  width: 4px;
}

.count-box {
  background-color: #ffffff;
  border: 1px solid #34CAA5;
  border-radius: 20px;
  padding: 1px;
  color: #171719;
  font-size: 14px;
  height: 33px;
  width: 33px;
}
.count-box::after {
  position: absolute;
  content: "";
  height: 18px;
  width: 0.5px;
  border: 0.5px solid #34CAA5;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
}
.count-box.last-item::after {
  content: none !important;
}

.round-box {
  background-color: #fafafa;
  border: solid #2A64E8 9px;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  color: #2A64E8;
  font-size: 14px;
}

.custom-nav-link {
  text-decoration: none;
  padding: 9px 0px 8px;
  border-left: 0 !important;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 10px !important;
  margin-bottom: 6px !important;
  overflow-wrap: anywhere !important;
  color: #ffffff !important;
}
.custom-nav-link .aside-menu-icon i {
  color: rgba(16, 41, 165, 0.357) !important;
}
.custom-nav-link .aside-menu-icon svg {
  stroke: #ffffff !important;
}
.custom-nav-link .aside-menu-icon,
.custom-nav-link .aside-menu-icon i {
  color: #ffffff !important;
}
.custom-nav-link .aside-menu-title {
  margin-top: 3px !important;
  color: #ffffff !important;
}
.custom-nav-link:hover {
  background-color: #ffffff !important;
  color: #ffffff !important;
}

.nav-item {
  color: #000000 !important;
  margin-left: 1px;
}
.nav-item .aside-menu-icon i {
  color: black !important;
}
.nav-item .aside-menu-icon svg {
  stroke: #000000 !important;
}
.nav-item .aside-menu-icon,
.nav-item .aside-menu-icon i {
  color: #000000 !important;
}
.nav-item .aside-menu-title {
  color: #000000 !important;
}
.nav-item.active .custom-nav-link {
  background-color: rgba(0, 0, 0, 0.062745098) !important;
  color: #ffffff !important;
  margin-bottom: 4px !important;
  font-weight: 500 !important;
}

.sticker-modal {
  left: auto !important;
  right: 0 !important;
}
.sticker-modal .modal-dialog {
  transform: translateY(0) !important;
  width: 100%;
  max-width: 100% !important;
}
.sticker-modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 500px;
  border-radius: 0 !important;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  background-color: #28282b;
  color: white !important;
  margin-left: auto;
  border-left: solid 1px #060917;
  box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 575px) {
  .sticker-modal .modal-dialog .modal-content {
    max-width: 360px;
  }
}
.sticker-modal .modal-dialog .modal-content .modal-body {
  overflow: hidden;
}
.sticker-modal .modal-dialog .modal-content .modal-body .select2-container--bootstrap-5 .select2-selection {
  background-color: #fafafa !important;
  border: 1px solid #121212 !important;
  color: #121212 !important;
}
.sticker-modal .modal-dialog .modal-content .modal-body .select2-dropdown {
  background-color: #FFFFFF !important;
  border-color: #121212 !important;
  color: #121212 !important;
}
.sticker-modal .modal-dialog .modal-content .body-content {
  max-height: 100%;
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sticker-modal .modal-dialog .modal-content .modal-header:after {
  border-bottom: 0rem solid #2b2f31;
  width: calc(100% - 2.75rem);
}
.sticker-modal .modal-dialog .modal-content .form-select {
  color: white !important;
  background-color: #1a1d1e !important;
}
.sticker-modal .modal-dialog .modal-content .image-card {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.sticker-modal .modal-dialog .modal-content .ar-add-btn,
.sticker-modal .modal-dialog .modal-content .frame-editor-add-btn,
.sticker-modal .modal-dialog .modal-content .add-btn {
  background-color: #b5e4ca !important;
  border: 1px solid #b5e4ca !important;
  color: #000000 !important;
}
.sticker-modal .modal-dialog .modal-content .ar-remove-btn,
.sticker-modal .modal-dialog .modal-content .frame-editor-remove-btn,
.sticker-modal .modal-dialog .modal-content .remove-btn {
  background-color: #ff9999 !important;
  border: 1px solid #ff9999 !important;
  color: #000000 !important;
}
.sticker-modal.show .modal-content {
  transform: none;
}

.react-modal {
  left: auto !important;
  right: 0 !important;
  background: rgba(33, 33, 37, 0.9) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.react-modal .modal-dialog {
  transform: translateY(0) !important;
  width: 100%;
  max-width: 100% !important;
}
.react-modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 500px;
  border-radius: 0 !important;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  background-color: #1a1d1e !important;
  color: white !important;
  margin-left: auto;
}
.react-modal .modal-dialog .modal-content .modal-body {
  overflow: hidden;
}
.react-modal .modal-dialog .modal-content .modal-body .select2-container--bootstrap-5 .select2-selection {
  background-color: #F5F6F9 !important;
  border: 1px solid #121212 !important;
  color: #121212 !important;
}
.react-modal .modal-dialog .modal-content .modal-body .select2-dropdown {
  background-color: #FFFFFF !important;
  border-color: #121212 !important;
  color: #121212 !important;
}
.react-modal .modal-dialog .modal-content .body-content {
  max-height: none !important;
  overflow-y: hidden !important;
  height: 100%;
  overflow-x: hidden;
}
.react-modal .modal-dialog .modal-content .modal-header:after {
  border-bottom: 0.063rem solid #f3f3f3;
  width: 100%;
}
.react-modal.show .modal-content {
  transform: none;
}

.app-preview-react-modal {
  left: auto !important;
  right: 0 !important;
  background-color: rgba(158, 158, 158, 0.154);
}
.app-preview-react-modal .modal-dialog {
  transform: translateY(0) !important;
  background-color: transparent !important;
}

/*Style 4*/
.switch2 {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch2 > span {
  position: absolute;
  top: 30%;
  pointer-events: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #ffffff;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #000000;
}

.switch2 > span.on {
  left: 0;
  padding-left: 2px;
  color: #ffffff;
}

.switch2 > span.off {
  right: 0;
  padding-right: 4px;
  color: #000000;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  width: 200px;
  height: 41px;
  background-color: #d4d7d4;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #ffffff;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:after {
  top: 1px;
  left: 1px;
  bottom: 1px;
  width: 101px;
  background-color: #000000;
  border-radius: 52px;
  transition: margin 0.2s;
  margin: 2px;
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 94px;
}

.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
}

.checkbox-label .ball {
  background-color: #fff;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 2px;
  top: 3px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(40px);
}

.modal-backdrop {
  opacity: 0 !important;
}

.aside-menu-icon {
  width: 40px !important;
  color: #000000;
}
.aside-menu-icon i,
.aside-menu-icon svg {
  width: 24px !important;
  height: 24px !important;
  stroke: black !important;
}

.aside-menu-title {
  color: #ffffff !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.app-view-change svg {
  stroke: #C3C9D1;
  fill: #fafafa;
}
.app-view-change:hover svg, .app-view-change.active svg {
  fill: #28282B !important;
  stroke: #E4E4E7 !important;
}

.dashboard-btn {
  border: 1px solid black;
  padding: 1px 10px;
  border-radius: 20px;
}

.rounded-50px {
  border-radius: 40px;
}

.rounded-30px {
  border-radius: 15px;
}

.rounded-20px {
  border-radius: 10px;
}

.vcard-container {
  border-radius: 1.5rem;
  border: 1px solid #E5E5e5;
  background-color: #FFFFFF;
}
.vcard-container:hover, .vcard-container:focus {
  border: 1px solid #a2a2a2;
  background-color: #FCFDFE;
}

.custom-add-images {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  height: 64px !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  border: 2px dashed rgba(113, 128, 150, 0.2509803922) !important;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 300ms !important;
  background-color: #f7fafc !important;
  width: 100% !important;
}

.selected-image {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  height: 64px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid rgba(113, 128, 150, 0.2509803922) !important;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 300ms !important;
  background-color: #f7fafc !important;
  width: 100% !important;
}

.image-view-card .image {
  width: 64px;
  height: 64px;
  min-width: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.image-view-card .image .add-svg {
  display: none;
}
.image-view-card .image:hover .add-svg {
  display: block;
}

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

.fs-18 {
  font-size: 18px;
  font-weight: 600;
}

#search::-moz-placeholder {
  color: #000000 !important;
}

#search::placeholder {
  color: #000000 !important;
}

.app-page span.select2-selection.select2-selection--single {
  border-radius: 12px !important;
}

.custom-dark {
  color: #121212 !important;
}

.ql-toolbar.ql-snow {
  border-radius: 12px 12px 0 0 !important;
}

.ql-container {
  border-radius: 0 0 12px 12px !important;
}

.background-table {
  white-space: nowrap;
}
.background-table thead th {
  background-color: #f7f7f7;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border: none;
  padding: 10px 20px;
}
.background-table thead th:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.background-table thead th:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.background-table td {
  white-space: nowrap;
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom: 2px dashed #e2e3e3;
}
.background-table .image {
  width: 50px;
  height: 70px;
  min-width: 50px;
  border-radius: 5px;
  overflow: hidden;
}
.background-table .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background-table .image-wrapper {
  width: 50px;
  height: 70px;
  min-width: 50px;
}

.ps-85px {
  padding-left: 85px;
}

/* The overlay for screen lock */
#screenOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  z-index: 9998;
  /* Ensure it is on top of other elements */
  display: none;
  /* Hidden by default */
}

/* The loader element */
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  /* Ensure it is on top of the overlay */
  display: none;
  /* Hidden by default */
}

/* A simple spinner style for the loader */
#loader .spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-left: 8px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sticker-image-card {
  background-color: #f3f5f6;
  border-radius: 15px;
  padding: 15px;
}
.sticker-image-card .img-box {
  background-color: white;
  border-radius: 10px;
}

.control-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.panel-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #c5c7ca, transparent);
  margin: 0 24px;
}

.modern-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.modern-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modern-btn:active {
  transform: translateY(0);
}

.editer-frame-modal {
  background: rgba(31, 30, 30, 0.9) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 575px) {
  .editer-frame-modal {
    padding: 0 12px;
  }
}
.editer-frame-modal .modal-dialog {
  max-width: 1110px !important;
}
.editer-frame-modal .modal-header::after {
  display: none;
}
.editer-frame-modal .modal-title {
  font-weight: 700;
}

.upload-frame-modal {
  background: rgba(31, 30, 30, 0.4) !important;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
@media (min-width: 575px) {
  .upload-frame-modal {
    padding: 12px;
  }
}
.upload-frame-modal .modal-dialog {
  max-width: 676px;
}
.upload-frame-modal .modal-header::after {
  display: none;
}
.upload-frame-modal .modal-title {
  font-weight: 700;
}

.stickerPacker-group {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
}

.stickerPacker-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  margin-bottom: 10px;
  margin-left: -20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3764705882);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.stickerPacker-image:first-child {
  margin-left: 0px;
}

.framecardbg {
  background-color: #BABEC2;
}

button.pcr-button {
  border: 1px solid #2b2b2b !important;
}

.rounded-10px {
  border-radius: 5px;
}

.border-right {
  border-right: 1px solid #E2E2E4 !important;
}

.whitespace-nowrap {
  white-space: nowrap;
}

a.bg-gray-100:hover {
  background-color: #F1F2F4 !important;
}

.action-icon {
  background-color: #F9FAFB !important;
}
.action-icon:hover {
  background-color: #f1f2f4 !important;
}

#file-upload-button {
  display: block;
}

.image-add-btn {
  background-color: #e9ecef !important;
  color: #060917;
}
.image-add-btn:hover {
  background-color: #dde0e3 !important;
}

.swal-icon--custom img {
  height: 100% !important;
}

.media-library-progress {
  width: 100%;
  height: 9px;
  border-radius: 90px;
  overflow: hidden;
  border: none;
}

.media-library-progress::-webkit-progress-bar {
  background-color: #e0e0e0 !important;
}

.media-library-progress::-webkit-progress-value {
  background-color: #2cd390 !important;
}

.media-library-progress::-moz-progress-bar {
  background-color: #2cd390 !important;
}

.media-library-thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

.media-library-thumb {
  position: relative;
  flex: none;
  width: 5rem;
  height: 5rem;
  margin: 1rem;
}

.hr-80 {
  color: #E6E7EA !important;
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

.hr-90 {
  color: #313131 !important;
  width: 90%;
  height: 2px;
  margin-top: 3px;
}

.qr-code-msg {
  background: #d4edda;
  padding: 7px 12px;
  border-radius: 9px;
  width: 75%;
  color: #155724;
  border: 1px solid #c3e6cb;
  font-weight: 600;
}

.enabled-badge {
  color: #2227f7;
  background-color: #F4F7FC;
}

.share-app-preview {
  max-width: 600px;
}
.share-app-preview .preview-banner {
  width: 600px;
  height: 315px;
  max-width: 600px;
  max-height: 325px;
}
.share-app-preview .preview-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.share-app-preview .preview-info {
  width: 100%;
  border-radius: 0px 0px 20px 20px;
}
.share-app-preview .preview-info .app-name {
  font-weight: 600;
  font-size: 19px;
  margin: 0;
}
.share-app-preview .preview-info .app-description {
  font-size: 12px;
  margin: 0;
}
.share-app-preview .preview-info .app-link {
  font-size: 11px;
  margin: 0;
}
.share-app-preview .preview-info .preview-logo {
  width: 40px;
  height: 40px;
}
.share-app-preview .preview-info .preview-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.preview-close-icon {
  background: #ffffff;
  border-radius: 50%;
  border: 0px;
  padding: 1px;
}

.container-video {
  width: 250px;
  overflow: hidden;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  padding-right: 5px;
}

.choose-app-preview {
  color: #000000;
  background-color: #F5F6F9;
}
.choose-app-preview .card-app-preview .icon svg {
  width: 100px;
  height: 100px;
  color: #000000;
}
.choose-app-preview .card-app-preview hr {
  color: #000000 !important;
  background-color: #000000 !important;
  width: 80%;
  height: 2px;
}
.choose-app-preview .card-app-preview .preview-btn {
  color: #ffffff;
  background-color: #000000;
  border: 0px;
  width: 100%;
  min-width: 250px;
  max-width: 300px;
}

.app-preview-modal {
  color: #000000;
  background-color: #F5F6F9;
}
.app-preview-modal .title {
  font-size: 22px;
  font-weight: 600;
}

.ql-emoji::before {
  content: "😀";
  font-size: 16px;
  display: inline-block;
  line-height: 1;
}

.btn-design {
  border: 0px solid #EBEBEF;
  background-color: #F9F9FB;
  white-space: nowrap;
  padding: 0.75rem 1.5rem;
  color: #121212;
  border-radius: 0px;
  transition: background-color 0.3s;
}

.btn-design:hover {
  background-color: #010101;
  border: 0px solid #ababab;
  color: #ffffff;
}

.card-title {
  min-width: 300px;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

.camera-lens-filter-btn,
.ai-effect-btn {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  border-radius: 20px;
  padding: 3px 30px;
}
.camera-lens-filter-btn.active, .camera-lens-filter-btn:hover,
.ai-effect-btn.active,
.ai-effect-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.ar-assets-btn {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  border-radius: 20px;
  padding: 3px 30px;
}
.ar-assets-btn.active, .ar-assets-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.priviewImageHover {
  display: none;
}

.ai-image-body:hover .priviewImage {
  display: none;
}

.ai-image-body:hover .priviewImageHover {
  display: block;
}

.help-modal {
  left: auto !important;
  right: 0 !important;
}
.help-modal .modal-dialog {
  transform: translateY(0) !important;
  width: 100%;
  max-width: 100% !important;
}
.help-modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 850px;
  border-radius: 0 !important;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  background-color: #28282b;
  color: white !important;
  margin-left: auto;
  border-left: solid 1px #060917;
  box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.03);
}
.help-modal.show .modal-content {
  transform: none;
}
.help-modal .modal-body {
  background-color: #ffffff;
}
.help-modal .modal-body .main-title {
  color: #252525;
  font-size: 22px;
  font-weight: 600;
}
.help-modal .modal-body .text {
  color: #9a9a9a;
}
.help-modal .modal-body .ul-title {
  color: #353535;
  font-size: 16px !important;
  font-weight: 600;
}
.help-modal .modal-body .ul-list {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.5;
  font-size: 16px !important;
  margin-bottom: 30px !important;
  margin-top: 10px !important;
  padding-left: 20px;
  color: #505050;
}
.help-modal .modal-body .ul-list li::marker {
  color: #D2D5DB;
}
.help-modal .modal-body .ul-list li {
  margin-bottom: 0.4rem;
}
.help-modal .modal-body .normal-title {
  color: #429175;
  font-size: 22px !important;
  font-weight: 800;
}
.help-modal .modal-body .hr {
  margin-block: 25px;
}

.help-lightbox-slider a.lightbox-img {
  width: 100px;
  height: 120px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  overflow: hidden;
}
.help-lightbox-slider a.lightbox-img:hover {
  border: 1px solid #090909;
}
.help-lightbox-slider a.lightbox-img img.img-fluid {
  width: 100%;
  height: 100%;
  padding: 1px;
  -o-object-fit: cover;
     object-fit: cover;
}
.help-lightbox-slider.square a.lightbox-img {
  width: 100px;
  height: 100px;
}

.cardhelp {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.cardhelp.cardhelpred {
  border-left: 4px solid #ff4757;
}

.card-content-red {
  display: flex;
  background-color: #F7EAF1;
  border-left: 4px solid #ff4757;
  border: #F9D9EB 1px solid;
  padding: 1.5rem;
  gap: 1.5rem;
}

.icon-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0.25rem;
}
.icon-column i {
  font-size: 1.5rem;
  color: #ff4757;
}
@media (max-width: 480px) {
  .icon-column {
    justify-content: flex-start;
  }
}

.text-column {
  flex: 1;
}

.text-red {
  color: #681D21;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .card-content {
    flex-direction: column;
    gap: 1rem;
  }
}
.cardhelpblu {
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
}

.cardhelpblu.cardhelpblue {
  border-left: 0px solid #2D5CF2;
}

.card-content-blue {
  display: flex;
  background-color: #F0F6FE;
  border: #C4DAFC 1px solid;
}

.text-blue {
  color: #2D5CF2;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .card-content {
    flex-direction: column;
    gap: 1rem;
  }
}
.cardhelpwarning {
  box-sizing: border-box;
  border: 1px solid #F9D9EB;
  border-radius: 0.8rem;
  padding: 15px;
  margin: 15px;
  word-wrap: break-word;
  background-clip: border-box;
  color: #681D21;
  background-color: #F7EAF1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.lb-image {
  max-width: 600px !important;
  max-height: 600px !important;
  width: 100% !important;
  height: 100% !important;
}

.lightbox {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  top: 0 !important;
}
@media (max-width: 767px) {
  .lightbox {
    top: 100px !important;
  }
}
@media (max-width: 550px) {
  .lightbox {
    top: 100px !important;
  }
}
@media (max-width: 425px) {
  .lightbox {
    top: 100px !important;
  }
}
@media (max-width: 375px) {
  .lightbox {
    top: 100px !important;
  }
}
@media (max-width: 320px) {
  .lightbox {
    top: 100px !important;
  }
}
.lightbox .lb-outerContainer {
  width: 450px !important;
  height: 450px !important;
}
@media (max-width: 450px) {
  .lightbox .lb-outerContainer {
    width: 300px !important;
    height: 300px !important;
  }
}
.lightbox .lb-dataContainer {
  width: 450px !important;
}
@media (max-width: 450px) {
  .lightbox .lb-dataContainer {
    width: 300px !important;
  }
}

.text-xl {
  font-size: 20px !important;
}

.text-md {
  font-size: 18px !important;
}

.number-control {
  -moz-appearance: textfield;
  /* Remove default styling in Firefox */
  padding: 8px 4px 8px 8px;
  min-width: 80px;
}

/* Hide the spinner arrows by default */
.number-control::-webkit-inner-spin-button,
.number-control::-webkit-outer-spin-button {
  opacity: 0;
  /* Hide initially */
  -webkit-appearance: none;
          appearance: none;
  /* Remove spinner */
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* Show the spinner on hover */
.number-control:hover::-webkit-inner-spin-button,
.number-control:hover::-webkit-outer-spin-button {
  opacity: 1;
  /* Show on hover */
  -webkit-appearance: auto;
          appearance: auto;
}

.min-age-input {
  max-width: 200px;
}

.password-in {
  font-size: 20px;
  padding: 8px;
  text-align: center;
}

.pass-view {
  font-size: 18px;
  margin-top: 2px;
}

.pass-view i {
  cursor: pointer;
}

.text-editor-preview {
  font-size: 14px;
}
.text-editor-preview p {
  font-size: 14px;
}
.text-editor-preview .ql-font-serif {
  font-family: helvetica, Times New Roman, serif !important;
}
.text-editor-preview .ql-font-monospace {
  font-family: Monaco, Courier New, monospace !important;
}
.text-editor-preview .ql-size-small {
  font-size: 0.75em;
}
.text-editor-preview .ql-size-large {
  font-size: 1.5em;
}
.text-editor-preview .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor {
  font-family: Inter, Poppins, Helvetica, sans-serif !important;
  font-size: 14px !important;
  background: white !important;
  border-radius: 12px !important;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif !important;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace !important;
}

.accordion-button.collapsed .form-switch svg {
  rotate: 180deg;
  transition: all 0.2s ease-in-out;
}

.pickr {
  min-width: 150px;
  max-height: 55px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0px;
  padding: 0px;
}
.pickr .pcr-button {
  width: 100%;
  height: 100%;
  min-height: 40px;
  border-radius: 0px;
  border: 1px solid #ededed !important;
  overflow: hidden;
}

.model-path {
  color: #1a1a1a;
  font-weight: 500;
}

.video-modal {
  background-color: rgba(0, 0, 0, 0.3490196078);
}
.video-modal .modal-dialog {
  max-width: 800px;
  height: 100%;
  margin: auto;
  margin-top: 100px;
}
.video-modal .modal-dialog .modal-content {
  background-color: transparent;
}
.video-modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: -30px;
  right: 0px;
  color: #ffffff;
}
.video-modal .modal-dialog .modal-content .btn-close:hover {
  background-color: transparent;
  color: #ffffff;
}
.video-modal .modal-dialog .modal-content .modal-body .video-iframe {
  width: 100%;
  min-height: 450px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.2392156863);
}

.font-btn {
  font-size: 14px !important;
  padding: 13px 35px !important;
}

.btn-light.active {
  background-color: #e7e7e7;
}

.preview-qr-code svg {
  width: 100% !important;
  height: 100% !important;
}

.btn-cancel {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.exit-preview-card {
  background-color: #ffffff;
  color: #000;
  border-radius: 20px;
  margin: 10px;
  padding: 2px;
}

.gatewayPreviewBtn.noImNotBtn {
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.gatewayPreviewBtn.noImNotBtn:hover {
  opacity: 1;
}

.custom-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 49;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.custom-sheet-container {
  width: 100%;
  height: 60%;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 50;
}

.custom-sheet-backdrop.show .custom-sheet-container {
  transform: translateY(0);
  opacity: 1;
}

.custom-bottom-sheet {
  background: white;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.custom-sheet-backdrop.show .custom-bottom-sheet {
  transform: translateY(0);
}

.preview-container {
  display: grid;
  gap: 20px;
  grid-template-columns: auto 27%;
}
@media (max-width: 1567px) {
  .preview-container {
    grid-template-columns: 65% 35%;
  }
}
@media (max-width: 1400px) {
  .preview-container {
    grid-template-columns: 50% 45%;
  }
}
@media (max-width: 1024px) {
  .preview-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .preview-container .second-card {
    width: 100%;
  }
}

.status-filter {
  min-width: 200px;
  max-width: 200px;
}

.photo-filter-card {
  border: 2px solid #F4F4F6;
  border-radius: 20px;
}
.photo-filter-card .card-img.bg-img {
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
}

.camera-lens-card {
  border: 2px solid #F4F4F6;
  border-radius: 20px;
}
.camera-lens-card .card-img.bg-img {
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
}

.reset-container .photo-box {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.reset-container .photo-box .btn-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reset-container .photo-box .btn-circle.btn-red {
  background-color: #ff5c5c;
  color: white;
  border: none;
}
.reset-container .photo-box .btn-circle.btn-blue {
  background-color: #000aff;
  color: white;
  border: none;
}
.reset-container .reset-button {
  margin-top: 20px;
  background-color: #000aff;
  color: white;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}
@media (max-width: 575px) {
  .w-100px {
    width: 100% !important;
  }
}

#preview-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 80vh;
}

.cropper-container {
  max-width: 100%;
  background-color: #fafafa;
  margin: 0 auto;
}

.cropper-view-box {
  background-color: rgba(52, 152, 219, 0.5);
}

.cropper-container .cropper-crop-box::before {
  background: none;
}

.unsaved-changes-badge {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FAE9F2;
  color: #94192B;
  padding: 3px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 310px;
  max-width: 90%;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.451);
  font-size: 14px;
}
.unsaved-changes-badge span {
  flex-grow: 1;
  text-align: left;
}
.unsaved-changes-badge .close-btn {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 27px;
  cursor: pointer;
}
.unsaved-changes-badge .close-btn:hover {
  color: #fff;
}

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

.pricing-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1100px;
}
.pricing-container .pricing-header {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
.pricing-container .pricing-header h1 {
  margin: 0;
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}
.pricing-container .toggle-wrapper {
  display: inline-flex;
  flex-shrink: 0;
  background: #bfbfbf;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-container .toggle-btn {
  padding: 12px 30px;
  border: none;
  background: transparent;
  color: white;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}
.pricing-container .toggle-btn.active {
  background: #000000;
}
.pricing-container .pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.pricing-container .pricing-cards .pricing-card {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
}
.pricing-container .pricing-cards .pricing-card.selected {
  border: 2px solid #4285f4;
  background-color: #f5f6f9;
}
.pricing-container .pricing-cards .pricing-card.selected .radio-btn {
  border: 2px solid #4285f4 !important;
}
.pricing-container .pricing-cards .pricing-card.selected .radio-btn::after {
  background: #4285f4 !important;
}
.pricing-container .pricing-cards .pricing-card .plan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.pricing-container .pricing-cards .pricing-card .plan-header .plan-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pricing-container .pricing-cards .pricing-card .plan-header .plan-title .radio-btn {
  width: 25px;
  height: 25px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  background: white;
}
.pricing-container .pricing-cards .pricing-card .plan-header .plan-title .radio-btn::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #e0e0e0;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}
.pricing-container .pricing-cards .pricing-card .plan-header .plan-title .plan-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.pricing-container .pricing-cards .pricing-card .plan-header .current-badge {
  background: #e8f0fe;
  color: #4285f4;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 16px;
}
.pricing-container .pricing-cards .pricing-card .pay-as-go {
  color: #5f6368;
  font-size: 14px;
  font-weight: 500;
}
.pricing-container .pricing-cards .pricing-card .plan-subtitle {
  color: #5f6368;
  font-size: 14px;
  margin: 0;
  text-align: left;
}
.pricing-container .pricing-cards .pricing-card .features-list {
  margin: 0 0 20px 32px;
  padding: 0;
  list-style: none;
}
.pricing-container .pricing-cards .pricing-card .features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: #5f6368;
  font-size: 14px;
}
.pricing-container .pricing-cards .pricing-card .features-list li .check-icon {
  color: #34a853;
  font-size: 16px;
}
.pricing-container .pricing-cards .pricing-card .features-list li .show-features {
  color: #4285f4;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.pricing-container .pricing-cards .pricing-card .show-more {
  color: #4285f4;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 32px;
}
.pricing-container .pricing-cards .pricing-card .show-more:hover {
  color: #3367d6;
  text-decoration: underline;
}
.pricing-container .pricing-cards .pricing-card .modal-content .modal-body {
  padding: 25px !important;
}
.pricing-container .pricing-cards .pricing-card .modal-content .modal-body .pricing-card .plan-header {
  align-items: start;
  flex-direction: column;
}
.pricing-container .pricing-cards .pricing-card .modal-content .modal-body .pricing-card .plan-header .price-section .price {
  font-size: 18px;
}
.pricing-container .pricing-cards .pricing-card .modal-content .modal-body .pricing-card .features-list {
  margin: 0;
  margin-top: 15px;
}
.pricing-container .pricing-cards .pricing-card .modal-content .modal-header {
  padding: 18px 20px;
  text-align: left;
}
.pricing-container .pricing-cards .pricing-card .modal-content .modal-header .btn-close {
  margin: 0;
}
@media (max-width: 640px) {
  .pricing-container .pricing-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pricing-container .proceed-button {
  margin-top: 15px;
  padding: 12px 30px;
  background: linear-gradient(135deg, #3336ff, #0d00fd);
  color: white;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  margin-left: auto;
  gap: 10px;
  align-items: center;
}
.pricing-container .proceed-button.show {
  opacity: 1;
  visibility: visible;
}
.pricing-container .proceed-button:hover {
  background: linear-gradient(135deg, #4040ed, #220aba);
  transform: translateX(2px);
}
.pricing-container .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.pricing-container .slick-list .slick-slide {
  margin: 0 15px;
}
.pricing-container .slick-track {
  display: flex;
  align-items: center;
}
.pricing-container .slick-dots {
  bottom: -80px;
}
.pricing-container .slick-dots li button::before {
  color: white;
  font-size: 12px;
  opacity: 0.5;
}
.pricing-container .slick-dots li.slick-active button::before {
  color: white;
  opacity: 1;
}
.pricing-container .slick-prev,
.pricing-container .slick-next {
  z-index: 3;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.pricing-container .slick-prev::before,
.pricing-container .slick-next::before {
  color: white;
  font-size: 20px;
  opacity: 1;
}
.pricing-container .slick-prev {
  left: -70px;
}
.pricing-container .slick-next {
  right: -70px;
}

.img-box > input {
  display: none;
}

.btn-check:focus + .btn {
  outline: unset !important;
  box-shadow: unset !important;
}

.btn:focus {
  outline: #019aff !important;
  box-shadow: unset !important;
}

.screen.image {
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  height: auto;
}
.screen.image img {
  width: 100%;
  transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 400px;
  transition: 5s all ease;
}
.screen.image:hover img {
  -o-object-position: left;
     object-position: left;
}
.screen.image .background-image {
  width: 100px !important;
  height: 100px !important;
}
.screen.image .sticker-image {
  width: 100px !important;
  height: 100px !important;
}
.screen.image .photoFrame-image {
  width: 100px !important;
  height: 100px !important;
}
.screen.image .ar-image {
  width: 100px !important;
  height: 100px !important;
}

.image-card {
  align-items: center;
  border-radius: 0;
  padding: 10px !important;
}
.image-card .img-box {
  border: solid 1px d8d8d8d;
}
.image-card .form-check-input:checked {
  background-color: #55ad73 !important;
  border-color: #0ac074 !important;
  font-size: 10px !important;
}
.image-card .form-check-input {
  font-size: 10px !important;
}

.iti {
  display: block !important;
  width: 100%;
}

.swal-modal .swal-text {
  text-align: center;
}

.logo-fix-size {
  max-height: 60px !important;
  max-width: 120px !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.bg-dark-white {
  color: black !important;
  background: white !important;
}

.bg-dark-frame {
  color: #ddf600 !important;
  background-color: #222834 !important;
}

.sidebar-app-logo {
  max-height: 60px;
  max-width: 120px;
}

/* From Uiverse.io by Samalander0 */
.card-new {
  width: 100%;
  background: #fff480;
  color: black;
  position: relative;
  border-radius: 2.5em;
  padding: 2em;
  transition: transform 0.4s ease;
}

.card-new .card-content-new {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5em;
  height: 100%;
  transition: transform 0.4s ease;
}

.card-new .card-top-new,
.card-new .card-bottom-new {
  display: flex;
  justify-content: space-between;
}

.card-new .card-top-new p,
.card-new .card-top-new .card-title-new,
.card-new .card-bottom-new p,
.card-new .card-bottom-new .card-title {
  margin: 0;
}

.card-new.card-title-new {
  font-weight: bold;
}

.card-new .card-top-new p,
.card-new .card-bottom-new p {
  font-weight: 600;
}

.card-new .card-bottom-new {
  align-items: flex-end;
}

.card-new .card-image-new {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.card-new.card-image-new svg {
  width: 4em;
  height: 4em;
  transition: transform 0.4s ease;
}

.card-new:hover {
  cursor: pointer;
  transform: scale(0.97);
}

.card-new:hover .card-content-new {
  transform: scale(0.96);
}

.card-new:hover .card-image-new svg {
  transform: scale(1.05);
}

.card-new:active {
  transform: scale(0.9);
}

body {
  overflow-x: hidden;
}

#toast-container > div {
  min-width: 400px !important;
}
@media (max-width: 575px) {
  #toast-container > div {
    min-width: 300px !important;
  }
}
