@charset "UTF-8";
@import "../scss-css/fontcss.css";
@import "../bootsrtap/bootstrap.min.css";
:root {
  /* ******************************* FONTS TYPE ****************************/
  --font-family-main: "Tajawal", sans-serif;
  --font-family-secondary: "Almarai", sans-serif;
  --font-family-base: "Cairo", sans-serif;
  --font-optional-1: "Vast Shadow", sans-serif;
  /******************************** COLOR PALETTE ****************************/
  --color-primary: #777777;
  --color-primary-contrast: #ffffff;
  --color-primary-hover: #959595;
  --color-background: #eff7ff;
  --color-white: #ffffff;
  --color-default-background: #ffffff;
  --color-default-txt: #000000;
  --color-base: #ababab;
  --color-base-hover: #1b1b1b;
  --color-base-sec: #777777;
  --letter-spacing-default: 0.03em;
  --dir-default: ltr;
  --whatsapp-green: #25d366;
  --whatsapp-dark-green: #128c7e;
  --whatsapp-teal-green: #075e54;
  --whatsapp-light-green: #dcf8c6;
  --whatsapp-blue: #34b7f1;
  --navbar-admin-color: #0081fe;
  --navbar-admin-bk-color: #FFFFFF;
  --navbar-admin-color-contrast: #ffffff;
  --navbar-admin-color-contrast-hover: #1b1b1b;
  --navbar-color-bran-btn: #FFFFFF;
}

:root.dir-rtl {
  --dir-default: rtl;
}

:root.abran {
  --navbar-admin-color: #2ecdf2;
  --navbar-admin-color-contrast: #000000;
  --navbar-admin-color-contrast-hover: #FFFFFF ;
  --navbar-color-bran-btn: #FFFFFF;
  --navbar-admin-bk-color: #2ecdf2;
}

.dir-rtl .modal-content .modal-header {
  flex-direction: row-reverse;
}

.dir-ltr {
  direction: ltr !important;
  /* just if strong needed*/
}

body {
  font-family: var(--font-family-main);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  color: var(--color-default-txt);
  direction: var(--dir-default);
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}

.s-lines-2 {
  display: -webkit-box !important;
  line-clamp: 2;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.s-lines-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3 !important;
}

.s-lines-4 {
  line-clamp: 4;
  -webkit-line-clamp: 4 !important;
}

.ellipsis-40 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  direction: ltr;
  max-width: 40ch;
}

/*BACKGROUNDs*/
.bak-primary {
  color: var(--color-primary-contrast) !important;
  background-color: var(--color-primary) !important;
}

.primary-hover {
  color: var(--color-primary-hover) !important;
}

.bak-secondary {
  color: var(--color-secondary-contrast) !important;
  background-color: var(--color-secondary) !important;
}

.bak-background {
  background-color: var(--color-background);
}

/*COLORS*/
.color-primary {
  color: var(--color-primary) !important;
}

.color-default-txt {
  color: var(--color-default-txt) !important;
}

.color-base {
  color: var(--color-base) !important;
}

.color-base-sec {
  color: var(--color-base-sec) !important;
}

.color-base-hover {
  color: var(--color-base-hover) !important;
}

.base-hover:hover {
  color: var(--color-base-hover) !important;
}

.bak-hover-optional:hover {
  background-color: #1978f2 !important;
}

.bak-hover-X:hover {
  background-color: black !important;
}

.bak-hover-facebook:hover {
  background-color: #4267b2 !important;
}

.facebook-color {
  color: #4267b2 !important;
}

.youtub-color {
  color: #ff5449 !important;
}

.whatsapp-color {
  color: #0add3b !important;
}

.pinterest-color {
  color: #de3730 !important;
}

.bak-hover-snap:hover {
  background-color: #fffc00 !important;
}

.bak-hover-instgram:hover {
  background-image: linear-gradient(#405de6, #777737);
}

.bak-hover-telegram:hover {
  background-color: #24a1de !important;
}

.bak-hover-likedin:hover {
  background-color: #0a66c2 !important;
}

.comp-icon.bak-hover-snap:hover .link-icon {
  color: #000000 !important;
}

/*FONTS*/
.font-fam-secondary {
  font-family: var(--font-family-secondary);
}

.font-fam-base {
  font-family: var(--font-family-base);
}

.font-fam-optional-1 {
  font-family: var(--font-optional-1);
}

/*COLORS OPTIONAL*/
.color-optional-0 {
  color: #474747 !important;
}

.color-optional-1 {
  color: #334253 !important;
}

.color-optional-2 {
  color: #67727e !important;
}

.color-optional-3 {
  color: #6b6b6b !important;
}

.color-optional-4 {
  color: #525252 !important;
}

.color-optional-5 {
  color: #0081fe !important;
}

.color-optional-6 {
  color: #919191 !important;
}

.color-optional-7 {
  color: #777777 !important;
}

.color-optional-8 {
  color: #242424 !important;
}

.color-optional-9 {
  color: #8f8f8f;
}

.color-optional-10 {
  color: #0a142f;
}

.color-optional-11 {
  color: orange;
}

.blog-1 .c-optional-1 {
  color: #474747 !important;
}

/*RESPONSIVE FONT-SIZES*/
.s-ts-1 {
  font-size: 10px;
  line-height: 12px;
}

.s-ts-2 {
  font-size: 12px;
  line-height: 14px;
}

.s-ts-3 {
  font-size: 12px;
  line-height: 14px;
}

.s-ts-3-1 {
  font-size: 14px;
  line-height: 23px;
}

.s-ts-4 {
  font-size: 14px;
  line-height: 16.8px;
}

.s-ts-5 {
  font-size: 14px;
  line-height: 16.8px;
}

.s-ts-6 {
  font-size: 14px;
  line-height: 16.8px;
}

.s-ts-6-1 {
  font-size: 16px;
}

.s-ts-7 {
  font-size: 18px;
  line-height: 18px;
}

.s-ts-8 {
  font-size: 16px;
  line-height: 19.2px;
}

.s-ts-8-1 {
  font-size: 18px;
  line-height: 22px;
}

.s-ts-9 {
  font-size: 18px;
  line-height: 22px;
}

.s-ts-10 {
  font-size: 16px;
  line-height: 19.2px;
}

.s-ts-11 {
  font-size: 18px;
}

.s-ts-12 {
  font-size: 22px;
}

.s-ts-13 {
  font-size: 24px;
}

.s-ts-14 {
  font-size: 25px;
}

@media (min-width: 768px) {
  /*RESPONSIVE FONT-SIZES*/
  .s-ts-1 {
    font-size: 12px;
    line-height: 14px;
  }
  .s-ts-2 {
    font-size: 14px;
    line-height: 20px;
  }
  .s-ts-3,
  .s-ts-3-1 {
    font-size: 16px;
    line-height: 23px;
  }
  .s-ts-4 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .s-ts-5 {
    font-size: 20px;
    line-height: 24px;
  }
  .s-ts-6 {
    font-size: 22px;
    line-height: 26.4px;
  }
  .s-ts-6-1 {
    font-size: 24px;
  }
  .s-ts-7 {
    font-size: 26px;
    line-height: 31.2px;
  }
  .s-ts-8 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .s-ts-8-1 {
    font-size: 30px;
    line-height: 36px;
  }
  .s-ts-9 {
    font-size: 30px;
    line-height: 45px;
  }
  .s-ts-10 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .s-ts-11 {
    font-size: 37px;
  }
  .s-ts-12 {
    font-size: 40px;
  }
  .s-ts-13 {
    font-size: 42px;
  }
  .s-ts-14 {
    font-size: 43px;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.border-dash {
  border: 1.5px dashed #dee2e6;
  border-radius: 5px;
}

@keyframes slideup-dropdown-menu-1 {
  from {
    transform: translateY(10%);
  }
}
/* تصميم شاشة التحميل (الطبقة المعتمة) */
#loading-screen {
  /* تجعل الشاشة تغطي كامل مساحة العرض */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* اللون الأسود شبه الشفاف هو ما يعطي تأثير التعتيم */
  /* background-color: rgba(0, 0, 0, 0.7); */
  /* تعتيم خفيف */
  background-color: rgba(0, 0, 0, 0.4);
  /* استخدام flexbox لتوسيط العناصر بسهولة */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* تأكد من أنها فوق كل شيء آخر في الصفحة */
  z-index: 1000;
  color: white;
}

/* تصميم مؤشر التقدم (الرسوم المتحركة) */
.progress-indicator {
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-top: 8px solid #007BFF;
  /* لون الجزء المتحرك */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  /* تطبيق الحركة */
  margin-bottom: 20px;
  transition: opacity 0.5s ease-out;
}

/* تعريف الحركة (الدوران) */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* تصميم الرسالة النصية */
#loading-screen p {
  font-size: 1.2rem;
  /* ظل أسود خفيف لزيادة الوضوح على الخلفيات المعتمة */
  text-shadow: 1px 1px 3px #000000, 1px 1px 3px #333333;
}

#no_purchase_packages {
  /* تجعل الشاشة تغطي كامل مساحة العرض */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* اللون الأسود شبه الشفاف هو ما يعطي تأثير التعتيم */
  background-color: rgba(0, 0, 0, 0.7);
  /* تعتيم خفيف */
  /* استخدام flexbox لتوسيط العناصر بسهولة */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* تأكد من أنها فوق كل شيء آخر في الصفحة */
  z-index: 1000;
  color: white;
}
#no_purchase_packages p {
  font-size: 1.2rem;
  font-weight: bold;
  /* ظل أسود خفيف لزيادة الوضوح على الخلفيات المعتمة */
}
@media (min-width: 992px) {
  #no_purchase_packages p {
    padding-right: 250px;
  }
  #no_purchase_packages.shift-left-content {
    left: 260px;
  }
}

@media (min-width: 992px) {
  .dir-rtl #no_purchase_packages p {
    padding-right: unset;
    padding-left: 120px;
  }
  .dir-rtl #no_purchase_packages.shift-left-content {
    left: unset;
    right: 260px;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    top: 0;
  }
  10% {
    opacity: 1;
    top: 20px;
  }
  90% {
    opacity: 1;
    top: 20px;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}
/***************CARDS******************/
.comp-card-size-0 {
  min-width: 200px;
  min-height: 120px !important;
  flex: 1 0 0px;
}
@media (min-width: 768px) {
  .comp-card-size-0 {
    max-width: 200px;
  }
}

.comp-card-size-1 {
  min-width: 230px;
  min-height: 150px !important;
  flex: 1 0 0px;
}
@media (min-width: 768px) {
  .comp-card-size-1 {
    max-width: 250px;
  }
}

.comp-card {
  -webkit-user-select: none;
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  transition: 0.5s ease;
  border-radius: 8px;
  background-color: var(--color-primary-contrast);
  font-family: var(--font-family-base);
}

.comp-card-action-st-1 {
  color: var(--color-base-sec);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px dashed var(--color-base-sec);
  padding: 1rem;
  gap: 1rem;
}
.comp-card-action-st-1:hover {
  opacity: 70%;
  transform: scale(1.02);
}

.comp-card-info-st-1 {
  border: 1px solid var(--color-base);
  overflow: hidden;
  padding: 15px;
}
.comp-card-info-st-1 .phon-number {
  font-size: 16px;
}
.comp-card-info-st-1:hover {
  border: 1px solid #0081fe;
}

.comp-card-head-st-1 {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

.comp-card-head-st-1.color-h2 {
  color: darkblue !important;
}

.comp-card-head-st-1.color-h3 {
  color: green !important;
}

.comp-card-footer-st-1 .item {
  color: #418b7e;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #d8d8d8;
  border-radius: 8px;
  padding: 0.5rem;
}

/***************END CARDS******************/
/***************START Forms******************/
.comp-signin-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
}
.comp-signin-form .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.comp-signin-form .content .signins-div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.comp-signin-form .content .signins-div .signin-type {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--color-background);
}
.comp-signin-form .content .signins-div .signin-type img {
  width: 20px;
  height: 20px;
}
.comp-signin-form .signin-btn {
  color: var(--color-primary-contrast);
  background-color: var(--color-primary);
  border-radius: 10px;
  padding: 10px;
  width: 200px;
  border: 0;
}
.comp-signin-form .signin-btn:hover {
  color: var(--color-base-hover);
}
.comp-signin-form.style-1 .content .signins-div .signin-type .txt-type {
  display: none;
}
.comp-signin-form.style-1 .content .signins-div .signin-type img {
  width: 50px;
  height: 50px;
}
.comp-signin-form.style-1 .content .already-txt {
  display: none !important;
}
.comp-signin-form.style-2 .content .already-txt {
  display: none !important;
}
@media (min-width: 768px) {
  .comp-signin-form.mw-400 {
    max-width: 400px !important;
  }
}
@media (min-width: 768px) {
  .comp-signin-form.mw-500 {
    max-width: 500px !important;
  }
}

.comp-signin-form.admin .content .signins-div,
.comp-signin-form.admin .content .hint-use-email,
.comp-signin-form.admin .content .already-txt {
  display: none !important;
}

/***************END FORMS******************/
/***************Others Tools******************/
.comp-div-thumbnail {
  background: #f5f6fa;
  border-radius: 12px;
  padding: 16px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drop-down-animation-1 {
  animation: 0.5s slideup-dropdown-menu-1;
}

.comp-bell-notify-v2 {
  position: relative;
}
.comp-bell-notify-v2 .span-badge {
  top: -5px;
  left: 85%;
  position: absolute;
  font-size: 8px;
  font-family: var(--font-family-base);
}

.comp-bell-notify-dropdown .item-icon-link {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 420px) {
  .comp-bell-notify-dropdown .item-icon-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  .comp-bell-notify-dropdown .item-icon-link .bi {
    width: 17px;
    height: 17px;
  }
  .comp-bell-notify-dropdown .item-icon-link a.dropdown-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 500px) {
  .comp-bell-notify-dropdown .dropdown-menu {
    max-width: 250px;
  }
  .comp-bell-notify-dropdown .dropdown-menu .item-icon-link a {
    overflow: hidden;
  }
}
@media (max-width: 420px) {
  .comp-bell-notify-dropdown .dropdown-menu {
    max-width: 220px;
  }
  .comp-bell-notify-dropdown .dropdown-menu .item-icon-link a {
    overflow: hidden;
  }
}
.com-div-user-signed {
  padding-left: 10px;
  display: flex !important;
}
.com-div-user-signed.in-header .comp-user-signed {
  color: var(--color-primary-contrast);
}
.com-div-user-signed.in-header .comp-bell-notify-dropdown .bi-bell {
  color: var(--color-primary-contrast);
}

.comp-user-signed {
  display: flex;
  align-items: center;
  gap: 5px;
}
.comp-user-signed img {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}

.comp-user-signed-dropdown .item-icon-link {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.dir-rtl .comp-bell-notify-v2 .dropdown-menu,
.dir-rtl .comp-bell-notify-dropdown .dropdown-menu,
.dir-rtl .comp-user-signed-dropdown .dropdown-menu {
  text-align: right;
}

.comp-chat-container-wh {
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #e5ddd5;
  color: #333;
  max-width: 600px;
  margin: 0px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  /* Header Styles */
  /* Chat Container */
  /* Input Area */
  /* TODO Add LTR Dir */
}
.comp-chat-container-wh .header {
  background-color: var(--whatsapp-teal-green);
  color: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.comp-chat-container-wh .header .info-chat {
  margin-left: 15px;
}
.comp-chat-container-wh .header .info-chat .name {
  font-weight: bold;
}
.comp-chat-container-wh .header .info-chat .from {
  font-size: 12px;
}
.comp-chat-container-wh .header .header-icons {
  margin-left: auto;
  display: flex;
  gap: 20px;
}
.comp-chat-container-wh .chat-container {
  background-color: #f5f5f5;
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  /* Message Bubbles */
}
.comp-chat-container-wh .chat-container .message {
  max-width: 70%;
  padding: 8px 12px;
  margin: 5px 0;
  border-radius: 8px;
  position: relative;
  clear: both;
  font-size: 15px;
  line-height: 1.4;
}
.comp-chat-container-wh .chat-container .received {
  background-color: white;
  float: left;
}
.comp-chat-container-wh .chat-container .received:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent white;
}
.comp-chat-container-wh .chat-container .sent {
  background-color: var(--whatsapp-light-green);
  float: right;
}
.comp-chat-container-wh .chat-container .sent:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  border-width: 0 0 10px 10px;
  border-style: solid;
  border-color: transparent var(--whatsapp-light-green);
}
.comp-chat-container-wh .chat-container .message-time {
  font-size: 11px;
  color: #666;
  float: right;
  margin-left: 10px;
  margin-top: 5px;
  direction: ltr;
  clear: both;
}
.comp-chat-container-wh .chat-container .message-date {
  text-align: center;
  color: #888;
  font-size: 14px;
  padding-top: 20px;
  clear: both;
}
.comp-chat-container-wh .input-container {
  background-color: #f0f0f0;
  padding: 10px;
  display: flex;
  align-items: center;
}
.comp-chat-container-wh .input-box {
  flex-grow: 1;
  padding: 10px 15px;
  border-radius: 20px;
  border: none;
  margin: 0 10px;
  font-size: 16px;
}
.comp-chat-container-wh .icon-button.send {
  color: white;
  background-color: var(--whatsapp-green);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-chat-container-wh .emoji-picker {
  bottom: 70px;
  right: 20px;
}

.dir-rtl .comp-chat-container-wh .header {
  flex-direction: row-reverse;
}
.dir-rtl .comp-chat-container-wh .icon-button.send {
  transform: rotate(270deg);
}

/***************END Others Tools******************/
section.section-header-2 .nav-logo-responsive {
  display: none;
}
section.section-header-2 .navbar .navbar-toggler,
section.section-header-2 #navbarMenu .navbar-toggler {
  box-shadow: none !important;
}
section.section-header-2 .navbar .navbar-brand,
section.section-header-2 #navbarMenu .navbar-brand {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
section.section-header-2 .navbar .nav-link,
section.section-header-2 #navbarMenu .nav-link {
  line-height: 1;
}
section.section-header-2 .navbar .dropdown-item,
section.section-header-2 #navbarMenu .dropdown-item {
  text-align: start;
}
section.section-header-2 .navbar ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a,
section.section-header-2 #navbarMenu ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a {
  color: var(--color-base-hover);
  font-weight: 600;
  font-size: 16px;
}
section.section-header-2 .navbar ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a.active,
section.section-header-2 #navbarMenu ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a.active {
  color: var(--color-base-hover) !important;
}
section.section-header-2 .navbar .comp-form-search,
section.section-header-2 #navbarMenu .comp-form-search {
  width: 60px;
}
section.section-header-2 .navbar .div-nav-serach,
section.section-header-2 #navbarMenu .div-nav-serach {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  padding-left: 20px;
}
section.section-header-2 .navbar .div-user-signed,
section.section-header-2 #navbarMenu .div-user-signed {
  padding-left: 20px;
  display: flex !important;
}
section.section-header-2 .navbar .container-fluid,
section.section-header-2 #navbarMenu .container-fluid {
  flex-wrap: nowrap;
}
section.section-header-2 .navbar .comp-bell-notify-dropdown,
section.section-header-2 #navbarMenu .comp-bell-notify-dropdown {
  padding-top: 7px;
}
@media (max-width: 400px) {
  section.section-header-2 .navbar .div-nav-serach,
  section.section-header-2 #navbarMenu .div-nav-serach {
    flex-direction: column-reverse;
    gap: 10px !important;
  }
  section.section-header-2 .navbar .comp-form-search,
  section.section-header-2 #navbarMenu .comp-form-search {
    width: auto;
  }
}
@media (max-width: 992px) {
  section.section-header-2 .navbar #bodyOverlay.menu-opend,
  section.section-header-2 #navbarMenu #bodyOverlay.menu-opend {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 19;
  }
  section.section-header-2 .navbar #navbarSupportedContent,
  section.section-header-2 .navbar .navbar-collapse,
  section.section-header-2 #navbarMenu #navbarSupportedContent,
  section.section-header-2 #navbarMenu .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0px;
    background-color: white;
    left: 0;
    padding: 10px;
    width: 85%;
    z-index: 20;
    overflow: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  }
  section.section-header-2 .navbar ul.dropdown-menu:not(.comp-bell-notify-dropdown ul,
  .comp-user-signed-dropdown ul),
  section.section-header-2 #navbarMenu ul.dropdown-menu:not(.comp-bell-notify-dropdown ul,
  .comp-user-signed-dropdown ul) {
    border: 0;
    margin-top: -5px !important;
    width: 100%;
    transform: unset !important;
    position: static !important;
  }
  section.section-header-2 .navbar ul.dropdown-menu.show .dropdown-item:not(.comp-bell-notify-dropdown ul.show .dropdown-item,
  .comp-user-signed-dropdown ul.show .dropdown-item),
  section.section-header-2 #navbarMenu ul.dropdown-menu.show .dropdown-item:not(.comp-bell-notify-dropdown ul.show .dropdown-item,
  .comp-user-signed-dropdown ul.show .dropdown-item) {
    animation-name: menu-item-animation;
    animation-duration: 1s;
  }
  section.section-header-2 .navbar ul.navbar-nav li:not(ul.dropdown-menu > li),
  section.section-header-2 #navbarMenu ul.navbar-nav li:not(ul.dropdown-menu > li) {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  section.section-header-2 .navbar .span-dropdown-txt,
  section.section-header-2 #navbarMenu .span-dropdown-txt {
    display: inline-block;
    width: 95%;
  }
  section.section-header-2 .navbar .navbar-brand,
  section.section-header-2 #navbarMenu .navbar-brand {
    display: none;
  }
  section.section-header-2 .navbar .nav-logo-responsive,
  section.section-header-2 #navbarMenu .nav-logo-responsive {
    display: block;
    position: relative;
    height: 130px;
    display: grid;
    place-items: center;
  }
  section.section-header-2 .navbar .close-nav,
  section.section-header-2 #navbarMenu .close-nav {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  section.section-header-2 .navbar,
  section.section-header-2 #navbarMenu {
    font-family: var(--font-family-base);
  }
  section.section-header-2 .navbar .comp-form-search,
  section.section-header-2 #navbarMenu .comp-form-search {
    width: 100px;
  }
  section.section-header-2 .navbar .container-fluid,
  section.section-header-2 #navbarMenu .container-fluid {
    justify-content: unset !important;
    align-items: baseline;
  }
  section.section-header-2 .navbar .navbar-collapse,
  section.section-header-2 #navbarMenu .navbar-collapse {
    flex-grow: 0;
  }
  section.section-header-2 .navbar ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) .dropdown:hover .dropdown-menu,
  section.section-header-2 #navbarMenu ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px; /* remove the gap so it doesn't close */
  }
  section.section-header-2 .navbar ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a,
  section.section-header-2 #navbarMenu ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a {
    font-weight: 400;
    font-size: 14px;
  }
  section.section-header-2 .navbar ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a:not(.navbar ul.dropdown-menu li a),
  section.section-header-2 #navbarMenu ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a:not(.navbar ul.dropdown-menu li a) {
    color: #8f8f8f;
  }
  section.section-header-2 .navbar ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a.active,
  section.section-header-2 #navbarMenu ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a.active {
    font-weight: 700;
  }
  section.section-header-2 .navbar ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a.active:not(.dropdown-toggle),
  section.section-header-2 #navbarMenu ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a.active:not(.dropdown-toggle) {
    border-bottom: 2px solid var(--color-base-hover);
  }
  section.section-header-2 .navbar ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a:hover,
  section.section-header-2 #navbarMenu ul:not(.comp-bell-notify-dropdown ul, .comp-user-signed-dropdown ul) li a:hover {
    color: var(--color-base-hover) !important;
  }
}/*# sourceMappingURL=style.css.map */