:root {
  --Primary-Main: #6366F1;
  --Neutral-White: #FFF;
  --Primary-Radial-Gradient: radial-gradient(103.86% 118.66% at 34.23% -21.06%, #43AAFF 0%, #5863F0 50%, #4637D8 100%);
}

body {
  font-family: "Poppins", sans-serif;
}
.integration-fixed {
    position: fixed;
    z-index: 10000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    row-gap: 12px;
}
  .telegram-container {
      position: relative;
  }

  .telegram-button {
      width: 60px;
      height: 60px;
      bottom: 40px;
      right: 40px;
      background-color: transparent !important;
      color: #FFF !important;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #999;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none !important;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      transform: scale(0.9)
  }

  .telegram-button::after {
      content: '';
      position: absolute;
      width: 70%;
      height: 70%;
      background-color: #fff !important;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      z-index: -1;
  }

  .telegram-button svg {
      fill: #24A1DE;
      width: 60px;
  }

  .telegram-button:hover {
     transform: scale(1);
  }
.integration-fixed__bottom-right {
    bottom: 0;
    right: 0;
}
header {
  backdrop-filter: blur(7.5px);
}

section.hero{
  border-radius: 20px;
  background-color: #5863F0;
}

section.newsletter {
  border-radius: 20px;
  background: radial-gradient(124.13% 123.86% at 26.43% -11.36%, #43AAFF 0%, #5863F0 50%, #4637D8 100%);
}

section.signup {
  background: var(--Primary-Radial-Gradient, radial-gradient(103.86% 118.66% at 34.23% -21.06%, #43AAFF 0%, #5863F0 50%, #4637D8 100%));

}

section.benefits {
  border-radius: 20px;
  background: rgba(220, 221, 235, 0.70);
}

.btn-primary {
  border-radius: 100px;
  background: var(--Primary-Main, #6366F1);
}

.signin-form input {
  background: var(--Neutral-White, #FFF);
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f9;
}

::-webkit-scrollbar-thumb {
  background-color: #6E61E7;
  border-radius: 10px;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.form-control {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  outline: none;
  transition: all 0.2s;
}

.form-control:focus {
  border-color: #6366F1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.3);
}

.control-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.25rem;
}

select.form-control {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  outline: none;
  transition: all 0.2s;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236366F1'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.5em 1.5em;
}

select.form-control:focus {
  border-color: #6366F1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.3);
}

select.form-control option {
  background-color: #fff;
  color: #1f2937;
  font-size: 0.875rem;
}

.control-label {
  display: block;
  margin-bottom: 0.25rem;
}

/* Dropdown menu container */
.dropdown-menu {
  margin-top: 0.5rem;
  width: 12rem;
  border-radius: 0.5rem;
  background-color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 50;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  display: none;
  position: absolute;
}

.dropdown-menu.show {
  display: block;
}

/* Dropdown items */
.dropdown-menu>li>a {
  display: block;
  padding: 0.5rem 1rem;
  color: #374151;
  text-decoration: none;
  transition: background 0.2s ease;
}

.dropdown-menu>li>a:hover {
  background-color: #f3f4f6;
  color: #111827;
}

.dropdown-menu .divider {
  border-top: 1px solid #e5e7eb;
  margin: 0.5rem 0;
  height: 1px;
}

.dropdown-toggle::after {
  display: none !important;
}


/*** SELECT2 **/
.select2-container {
  width: 100% !important;
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
}

.select2-selection--single {
  height: 42px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.select2-selection--single:focus,
.select2-selection--single:focus-visible {
  outline: none;
  border-color: #6366F1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.4);
}

.select2-selection__arrow {
  height: 100%;
  right: 0.75rem;
}

.select2-selection__rendered {
  color: #374151;
  line-height: 1.25rem;
  padding-right: 1.5rem;
}

.select2-dropdown {
  margin-top: 4px;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 50;
  font-size: 0.875rem;
}

.select2-results__option {
  color: #374151;
  transition: background 0.2s;
}

.select2-results__option--highlighted {
  background-color: #f3f4f6;
  color: #111827;
}

.select2-results__option[aria-disabled=true] {
  color: #9ca3af;
}

.select2-container--open .select2-selection--single {
  border-color: #6366F1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.4);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal !important;
}

input.form-control.datetime {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  font-size: 0.875rem;
  outline: none;
}

input.form-control.datetime:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 1px #a5b4fc;
}

.input-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.input-group-btn>button {
  margin-left: 0.5rem;
  color: #6b7280;
  transition: color 0.2s;
}

.input-group-btn>button:hover {
  color: #ef4444;
}

#order_delay .col-md-6 {
  margin-bottom: 1rem;
}

[x-cloak] {
  display: none !important;
}

tr {
  border-bottom: 1px solid #e5e7eb;
}

.instruction {
  background-color: #F4F5FB;
  border: 1px solid #E0E2F1;
  font-size: 0.875rem;
  color: #374151;
  border-radius: 0.5rem;
  padding: 1rem;
}

.dt-search-0 {
  display: none !important;
}

.dt-search {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.dt-input {
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: none;
  width: 100%;
}

.dt-input:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 1px #6366f1;
}

.dt-paging.paging_full_numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.paging_full_numbers nav {
  display: flex;
}

.dt-paging-button {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: #ffffff;
  color: #374151;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-right: 0.2rem;
}

.dt-paging-button:hover {
  background-color: #f9fafb;
}

.dt-paging-button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.dt-paging-button.first,
.dt-paging-button.previous {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.dt-paging-button.next,
.dt-paging-button.last {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.dt-paging-button.current {
  background-color: #4f46e5;
  color: #ffffff;
  font-weight: 600;
  border-color: #4f46e5;
}

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

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f97316;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 9999px;
  margin-left: 6px;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}

.badge:hover {
  background-color: #ea580c;
}

.select2-results__options {
  max-height: 600px !important;
}

.select2-search--dropdown.select2-search--hide:first-child {
  display: block !important;
}

#services-dropdown-menu {
  max-height: 460px !important;
  overflow-y: auto;
}

.services-list .dropdown-menu {
  padding: 0 !important;
  max-height: 460px;
  overflow-y: auto;
}

.open>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.services-list .dropdown-menu>button {
  font-weight: 500;
}

.select2-container--default .select2-selection--single {
  font-weight: 600;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-hidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

  .notifyjs-corner {
    position: fixed !important;
    top: 1rem !important;
    right: 1rem !important;
    z-index: 9999 !important;
  }

  .notifyjs-wrapper {
    width: 100%;
    max-width: 20rem;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    font-size: 0.875rem;
    border: 1px solid #e5e7eb;
    background-color: #fff;
  }

  .notifyjs-bootstrap-success {
    background-color: #d1fae5;
    color: #065f46;
  }

  .notifyjs-bootstrap-error {
    background-color: #fee2e2;
    color: #991b1b;
  }

  .notifyjs-bootstrap-info {
    background-color: #dbeafe;
    color: #1e3a8a;
  }

  .notifyjs-container {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .notifyjs-arrow {
    display: none;
  }

  .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 4px;
  /* background-color: #f4f4f4; */
  font-size: 14px;
}
.icon-box i, .icon-box .iconify {
  font-size: 16px;
}

.service-category-btn.active-category {
  background-color: #eef2ff;
  border-color: #6366f1;
  color: #4338ca;
}

.services-list .empty-message {
  text-align: center;
}.hero-title {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
.hero-paragraph {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #ffffff;
  max-width: 600px;
}
:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}
