.particle-snow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none
}

.particle-snow canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.christmas-garland {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  padding: 0;
  pointer-events: none;
  width: 100%;
  height: 85px
}

.christmas-garland .christmas-garland__item {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px
}

.christmas-garland .christmas-garland__item .shape {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.christmas-garland .christmas-garland__item .apple {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px
}

.christmas-garland .christmas-garland__item .pear {
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px
}

.christmas-garland .christmas-garland__item:nth-child(2n+1) .shape {
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.christmas-garland .christmas-garland__item:nth-child(4n+2) .shape {
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s
}

.christmas-garland .christmas-garland__item:nth-child(odd) .shape {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s
}

.christmas-garland .christmas-garland__item:nth-child(3n+1) .shape {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s
}

.christmas-garland .christmas-garland__item:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  top: -1px;
  left: 9px
}

.christmas-garland .christmas-garland__item:after {
  content: "";
  top: -9px;
  left: 14px;
  position: absolute;
  width: 52px;
  height: 18px;
  border-bottom: solid #222 2px;
  border-radius: 50%
}

.christmas-garland .christmas-garland__item:last-child:after {
  content: none
}

.christmas-garland .christmas-garland__item:first-child {
  margin-left: -40px
}
#service_description>span>img {
margin-right: 5px;
}

.google-login-btn:hover {
color: #fff !important;
text-decoration: none;
font-size: 16.5px;
}
.google-login-btn .fab.fa-google {
margin-right: 1rem;
background: transparent;
color: #fff;
-webkit-text-fill-color: #fff;
}
.select2-dropdown {
border: none !important;
}
.select2-container--bootstrap .select2-results__option {
padding: 5px 10px !important;
font-size: 97%;
}
#searchServicesResultsDropdown::-webkit-scrollbar {
background-color: rgb(6 6 6 / 10%);
width: 8px;
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
}
#searchServicesResultsDropdown::-webkit-scrollbar-track {
background-color: transparent;
}
#searchServicesResultsDropdown::-webkit-scrollbar-thumb {
background-color: #c4c5c8;
border-radius: 16px;
border: none;
}
#searchServicesResultsDropdown::-webkit-scrollbar-button {
display: none;
}
.select2-results__options::-webkit-scrollbar {
background-color: rgb(155 155 155 / 10%);
width: 5px;
}
.select2-results__options::-webkit-scrollbar-track {
background-color: transparent;
}
.select2-results__options::-webkit-scrollbar-thumb {
background-color: #d5d5d5;
border-radius: 10px;
border: none;
}
.select2-results__options::-webkit-scrollbar-button {
display: none;
}
.select2-container--bootstrap .select2-results>.select2-results__options {
max-height: 400px;
overflow-y: auto;
}
.select2-container.select2-container--bootstrap .select2-dropdown.select2-dropdown--below {
margin-top: 8px;
border-radius: 8px;
}
.select2-container--bootstrap .select2-selection--single {
border-radius: 8px;
height: 40px !important;
}
.select2-container--bootstrap.select2-container--open .select2-selection--single {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
table .category-icon .category-icon__img {
width: 20px;
height: 20px;
margin-right: 5px;
}
table .category-icon .category-icon__icon {
font-size: 20px;
vertical-align: middle;
}
table .category-icon .category-icon__emoji {
font-size: 20px;
vertical-align: middle;
}
.body .table-responsive thead tr th {
white-space: nowrap;
font-size: large;
}

#dropdown_for_search {
  max-height: 400px; /* تحديد طول القائمة */
  overflow-y: auto;  /* تمكين التمرير إذا كانت العناصر تتجاوز الحجم */
}

.dropdown-item {
  padding: 8px 10px; /* المسافة بين العناصر */
  border-bottom: 1px solid #ddd; /* إضافة خط فاصل صغير بين العناصر */
}

.dropdown-item:last-child {
  border-bottom: none; /* إزالة الخط الفاصل من العنصر الأخير */
}

.search-dropdown .select2-container--default .select2-selection--single {
  height: 40px; /* تحديد ارتفاع مربع البحث */
}
#search_services_field {
  color: #ffffff !important;
  background-color: #222222; /* اجعل الخلفية غامقة لتوضيح اللون الأبيض */
}