<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
  direction: rtl;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-upload:before {
  content: "\e9c8";
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 24px;
}

.field-validation-error {
  color: red;
}

.star {
  color: red;
}

.button-style-change {
  padding: 2px 25px !important;
}

.other-sites-underline:focus {
  text-decoration: underline;
}

.other-sites-underline:hover {
  text-decoration: none;
}

.experience-editor .main-menu-wrapper .scEnabledChrome {
  display: contents;
}

.experience-editor .top-header .scEnabledChrome {
  display: inline-flex;
}

.experience-editor .top-header .dropdown-menu .scEnabledChrome {
  display: block;
}

.experience-editor .quick-nav-links .scEnabledChrome {
  display: flex;
}

.experience-editor .quick-link.scEnabledChrome,
.experience-editor .quick-link .scEnabledChrome {
  display: block;
}

.experience-editor footer .scEnabledChrome {
  display: flex;
}

.experience-editor footer .row {
  display: flex;
}

.experience-editor footer .order-first {
  display: block;
}

.experience-editor footer .footer-bottom .scEnabledChrome {
  display: block;
}

.experience-editor .footer-links .scEnabledChrome {
  flex-direction: column;
}

.experience-editor .landing-slider.slick-slider {
  padding-top: 0;
}

.experience-editor
  .products-carousel
  .slick-slide
  .card-footer
  .cta-link:nth-last-child(2) {
  color: #7aabde;
  border-inline-end: 0;
}

.experience-editor .nav-item {
  display: flex;
  align-items: center;
}

.alinma-products .nav[role="tablist"] .nav-item .nav-link {
  margin-inline-end: 2rem !important;
}

.experience-editor .dropdown-menu {
  top: 100%;
}

.member-img-wrapper{
  height: 100%;
}
</pre></body></html>