.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-8b35865d-d79f-c75d-4130-40ae8b8f7f2b {

}
html.rtl body .tag {
    transform: rotate(90deg);
}.lfr-layout-structure-item-93e60d0e-188b-7d75-b318-40b2f0933853 {
margin-bottom: var(--spacer-5,3rem) !important;
}
.lfr-layout-structure-item-1e20747e-d20c-f6f1-9ab1-b84971952b7f {
display: none !important;
}
.lfr-layout-structure-item-3e355f12-8e3b-da6a-4046-947c407ac710 {
  .collapse {
    visibility: visible;
  }
  ul.navbar-nav {
    width: 100%;
  }
  li.nav-item {
    width: 25%;
  }
  button.nav-link {
    width: 100%;
  }
  .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
    background-color: var(--brand-bg);
  }
  .navigation-bar .navbar-nav .nav-link,
  .navigation-bar .navbar-nav .navbar-text {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .navigation-bar-light {
    background-color: transparent !important;
    border-bottom: 1px solid var(--brand-bg);
  }
  .navbar-expand-md .nav-item .navbar-text-truncate {
    max-width: unset;
  }
  @media (max-width: 767px) {
    .component-tabs .navbar {
      padding: 0 !important;
      position: relative !important;
    }
    .component-tabs .navbar-toggler {
      display: none !important;
    }
    .component-tabs .navbar-collapse {
      display: flex !important;
      flex-wrap: nowrap !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      -webkit-overflow-scrolling: touch !important;
      scrollbar-width: none !important;
    }
    .component-tabs .navbar-collapse::-webkit-scrollbar {
      display: none !important;
    }
    .component-tabs .navbar-nav {
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      gap: 4px !important;
      min-width: max-content !important;
      padding-left: 20px;
    }
    .component-tabs .nav-item {
      flex: 0 0 auto !important;
      width: max-content !important;
    }
    .navigation-bar .navbar-nav .nav-link,
    .navigation-bar .navbar-nav .navbar-text {
      padding: 5px !important;
      white-space: nowrap !important;
    }
    .component-tabs .nav-link.active {
  padding: 5px !important;
      border-bottom: 2px solid #76BC21 !important;
    }
.modal .modal-header {
    height: unset !important;
    }
  }
}
<style>
.modal-backdrop,
.modal-backdrop.fade,
.modal-backdrop.show {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.modal.show {
  display: block !important;
}
body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}
.modal-open .modal {
  display: none;
}
.modal-body {
  border-top: unset;
}
.modal-body::-webkit-scrollbar {
  width: 0.26vw;
  background-color: var(--navy-500);
  border-radius: 80px;
}
.modal-body::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.office-card-wrapper {
  border: 1px solid #D5E8EF
}
.horizontal-card-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: unset !important;
}
.office-card-image img {
  width: 100%;
  height: 200px;
}
.modal-dialog {
  max-width: 60%;
}
.dic-modal .modal-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.25);
}
.dic-modal .modal-top-bar {
  height: 6px;
  background: linear-gradient(90deg, #003764 0%, #76BC21 100%);
}
.dic-modal .modal-header {
  border: none;
  padding: 12px 24px;
  align-items: flex-start;
}
.dic-modal .modal-icon {
  width: 40px;
  height: 40px;
  background: #003764;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dic-modal .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #003764;
  margin: 0;
}
.dic-modal .badge-city {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #EAF4FF;
  color: #003764;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
}
.dic-modal .modal-banner {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 28px;
}
.dic-modal .modal-section {
  padding: 0 28px;
  border-left: 3px solid #76BC21;
  margin-left: 28px;
  padding-left: 14px;
}
.dic-modal .modal-section.details {
  border-color: #003764;
}
.dic-modal .section-label {
  font-size: 16px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0 0 4px;
}
.dic-modal .modal-body {
  padding: 24px 0;
}
.dic-modal .modal-footer {
  border-top: 1px solid #f0f0f0;
  padding: 16px 28px 24px;
  gap: 10px;
}
.dic-modal .btn-primary-custom {
  background: #003764;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: background .2s;
}
.dic-modal .btn-primary-custom:hover {
  background: #002548;
  color: #fff;
}
.dic-modal .btn-outline-custom {
  background: #fff;
  color: #333;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .2s;
}
.dic-modal .btn-outline-custom:hover {
  border-color: #aaa;
}
.dic-modal .close {
  width: 32px;
  height: 32px;
  background: #f4f4f4;
  border-radius: 50%;
  opacity: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dic-modal .close:hover {
  background: #e0e0e0;
}
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 100%;
  }
}
</style>.lfr-layout-structure-item-d7ae40ec-3a2d-3cd7-02dc-122dc733e341 {
.content-top.\32 xl\:dc-px-32.dc-px-16.dc-pb-20.xl\:dc-py-80.lg\:dc-py-64.dc-pt-32.dc-flex.dc-flex-col.dc-gap-y-16 {
    justify-content: space-between;
}
}.login-container {
  margin-top: 150px;
}
body .layout-content.portlet-layout {
	margin-top: 150px;
}
body .news-title-big h5
{
  -webkit-line-clamp: 1;
}
.rtl .clear-button
{
  left:50px;
  right:unset;
}
@media (max-width: 480px) {
  .dc-v2-header .js-accessibility-container {
    min-height: 24px;
  }
}.lfr-layout-structure-item-ae5a2cf0-8afc-4907-aa46-9da3b4b39114 {
.js-happiness-meter-modal, .js-fancybox-frame-modal{
z-index: 989;
}
}@media screen and (max-width: 575px) {.lfr-layout-structure-item-3e355f12-8e3b-da6a-4046-947c407ac710 {
padding-left: var(--spacer-3,1rem) !important;
padding-right: var(--spacer-3,1rem) !important;
}
.lfr-layout-structure-item-3e355f12-8e3b-da6a-4046-947c407ac710 {
  .collapse {
    visibility: visible;
  }
  ul.navbar-nav {
    width: 100%;
  }
  li.nav-item {
    width: 25%;
  }
  button.nav-link {
    width: 100%;
  }
  .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
    background-color: var(--brand-bg);
  }
  .navigation-bar .navbar-nav .nav-link,
  .navigation-bar .navbar-nav .navbar-text {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .navigation-bar-light {
    background-color: transparent !important;
    border-bottom: 1px solid var(--brand-bg);
  }
  .navbar-expand-md .nav-item .navbar-text-truncate {
    max-width: unset;
  }
  @media (max-width: 767px) {
    .component-tabs .navbar {
      padding: 0 !important;
      position: relative !important;
    }
    .component-tabs .navbar-toggler {
      display: none !important;
    }
    .component-tabs .navbar-collapse {
      display: flex !important;
      flex-wrap: nowrap !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      -webkit-overflow-scrolling: touch !important;
      scrollbar-width: none !important;
    }
    .component-tabs .navbar-collapse::-webkit-scrollbar {
      display: none !important;
    }
    .component-tabs .navbar-nav {
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      gap: 4px !important;
      min-width: max-content !important;
    
    }
    .component-tabs .nav-item {
      flex: 0 0 auto !important;
      width: max-content !important;
    }
    .navigation-bar .navbar-nav .nav-link,
    .navigation-bar .navbar-nav .navbar-text {
      padding: 5px !important;
      white-space: nowrap !important;
    }
    .component-tabs .nav-link.active {
  padding: 5px !important;
      border-bottom: 2px solid #76BC21 !important;
    }
.modal .modal-header {
    height: unset !important;
    }
  }
}
<style>
.modal-backdrop,
.modal-backdrop.fade,
.modal-backdrop.show {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.modal.show {
  display: block !important;
}
body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}
.modal-open .modal {
  display: none;
}
.modal-body {
  border-top: unset;
}
.modal-body::-webkit-scrollbar {
  width: 0.26vw;
  background-color: var(--navy-500);
  border-radius: 80px;
}
.modal-body::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.office-card-wrapper {
  border: 1px solid #D5E8EF
}
.horizontal-card-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: unset !important;
}
.office-card-image img {
  width: 100%;
  height: 200px;
}
.modal-dialog {
  max-width: 60%;
}
.dic-modal .modal-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.25);
}
.dic-modal .modal-top-bar {
  height: 6px;
  background: linear-gradient(90deg, #003764 0%, #76BC21 100%);
}
.dic-modal .modal-header {
  border: none;
  padding: 12px 24px;
  align-items: flex-start;
}
.dic-modal .modal-icon {
  width: 40px;
  height: 40px;
  background: #003764;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dic-modal .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #003764;
  margin: 0;
}
.dic-modal .badge-city {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #EAF4FF;
  color: #003764;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
}
.dic-modal .modal-banner {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 28px;
}
.dic-modal .modal-section {
  padding: 0 28px;
  border-left: 3px solid #76BC21;
  margin-left: 28px;
  padding-left: 14px;
}
.dic-modal .modal-section.details {
  border-color: #003764;
}
.dic-modal .section-label {
  font-size: 16px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0 0 4px;
}
.dic-modal .modal-body {
  padding: 24px 0;
}
.dic-modal .modal-footer {
  border-top: 1px solid #f0f0f0;
  padding: 16px 28px 24px;
  gap: 10px;
}
.dic-modal .btn-primary-custom {
  background: #003764;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: background .2s;
}
.dic-modal .btn-primary-custom:hover {
  background: #002548;
  color: #fff;
}
.dic-modal .btn-outline-custom {
  background: #fff;
  color: #333;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .2s;
}
.dic-modal .btn-outline-custom:hover {
  border-color: #aaa;
}
.dic-modal .close {
  width: 32px;
  height: 32px;
  background: #f4f4f4;
  border-radius: 50%;
  opacity: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dic-modal .close:hover {
  background: #e0e0e0;
}
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 100%;
  }
}
</style>}