/* Overlay common styles */
[moroc-subdomain-terms-overlay],
[moroc-subdomain-privacy-overlay],
[moroc-terms-overlay],
[moroc-privacy-overlay] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgb(24 24 27 / 94%);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
}

/* Overlay headings */
[moroc-subdomain-terms-overlay] h2,
[moroc-subdomain-privacy-overlay] h2,
[moroc-terms-overlay] h2,
[moroc-privacy-overlay] h2 {
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}

/* Modal container common */
[moroc-subdomain-terms-container],
[moroc-subdomain-privacy-container],
[moroc-terms-container],
[moroc-privacy-container] {
  background-color: #111;
  border: 1px solid #303030;
  border-radius: 20px;
  width: 55%;
  height: 80%;
  padding: 22px 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  cursor: auto;
  transform: scale(.8);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(.6, .05, .28, .91),
    opacity 0.4s cubic-bezier(.6, .05, .28, .91);
  justify-content: center;
}

/* Active state for all containers */
[moroc-subdomain-terms-container].active,
[moroc-subdomain-privacy-container].active,
[moroc-terms-container].active,
[moroc-privacy-container].active {
  opacity: 1;
  transform: scale(1);
}

/* Close buttons */
button[moroc-subdomain-close-terms],
button[close-moroc-subdomain-privacy],
button[moroc-terms-close-button],
button[close-moroc-privacy] {
  position: absolute;
  top: 22px;
  right: 25px;
  font-size: 35px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* Content areas */
[moroc-subdomain-terms],
[moroc-subdomain-privacy-policy],
[moroc-terms],
[moroc-privacy-policy] {
  color: #f5f5f5;
  line-height: 1.6;
  font-family: 'Source Sans 3';
  margin: 0 auto;
  padding: 20px 30px;
  box-shadow: 0 2px 4px rgb(0 0 0 / .1);
  overflow-y: auto;
  border-top: 1px solid #303030;
}

/* Headings in content */
[moroc-subdomain-terms] h2,
[moroc-subdomain-terms] h3,
[moroc-subdomain-privacy-policy] h2,
[moroc-subdomain-privacy-policy] h3,
[moroc-terms] h2,
[moroc-terms] h3,
[moroc-privacy-policy] h2,
[moroc-privacy-policy] h3 {
  color: #fff;
  font-family: 'inter';
  margin: 25px 0 15px;
  display: block;
  font-weight: 600;
}

/* Paragraphs */
[moroc-subdomain-terms] p,
[moroc-subdomain-privacy-policy] p,
[moroc-terms] p,
[moroc-privacy-policy] p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
  display: block;
  color: #f5f5f5;
}

/* Lists */
[moroc-subdomain-terms] ul,
[moroc-subdomain-privacy-policy] ul,
[moroc-terms] ul,
[moroc-privacy-policy] ul {
  margin-left: 20px;
  margin-bottom: 15px;
  display: block;
  padding-left: 0;
}

[moroc-subdomain-terms] li,
[moroc-subdomain-privacy-policy] li,
[moroc-terms] li,
[moroc-privacy-policy] li {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 10px;
  list-style: disc;
}

/* Links */
[moroc-subdomain-terms] a,
[moroc-subdomain-privacy-policy] a,
[moroc-terms] a,
[moroc-privacy-policy] a {
  color: #0079ff;
}

/* Scrollbars */
[moroc-subdomain-terms] ::-webkit-scrollbar,
[moroc-subdomain-privacy-policy] ::-webkit-scrollbar,
[moroc-terms] ::-webkit-scrollbar,
[moroc-privacy-policy] ::-webkit-scrollbar {
  width: 8px;
}

[moroc-subdomain-terms] ::-webkit-scrollbar-thumb,
[moroc-subdomain-privacy-policy] ::-webkit-scrollbar-thumb,
[moroc-terms] ::-webkit-scrollbar-thumb,
[moroc-privacy-policy] ::-webkit-scrollbar-thumb {
  background-color: rgb(92, 92, 92);
  border-radius: 4px;
}

[moroc-subdomain-terms] ::-webkit-scrollbar-track,
[moroc-subdomain-privacy-policy] ::-webkit-scrollbar-track,
[moroc-terms] ::-webkit-scrollbar-track,
[moroc-privacy-policy] ::-webkit-scrollbar-track {
  background-color: #ffffffa3;
}

/* Popover wrapper (unique) */
.popover-wrapper {
  visibility: hidden;
  position: fixed;
  align-items: end;
  width: calc(100% - 167px);
  height: 100dvh;
  background: rgb(24 24 27 / 94%);
  left: 167px;
  top: 0;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
  cursor: pointer;
  overflow: hidden;
  justify-content: center;
  display: flex;
}


/* ==== Existing styles ==== */
.location-changed {
  animation: locationChangeBlink 0.6s ease-out;
}

@keyframes locationChangeBlink {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

[sidebar-nav] ul>li>a, [sidebar-nav] ul>li>[location-trigger] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #9b9b9b;
  font-weight: normal;
}

[location-trigger].active {
    color: #0079ff !important;
}



[logo] {
  padding-top: 15px;
  padding-bottom: 10px;
}

a {
  all: unset;
}

.blog.blog {
  height: 100dvh;
  display: flex;
  width: 100vw;
}

[horizon-scroller] {
  display: flex !important;
  flex: 1;
  overflow: hidden !important;
}

[horizon] {
  display: flex;
  overflow: hidden;
  height: 100dvh;
}

#storageFullOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(24, 24, 27, 0.94);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
}

.storage-empty-container {
  background: rgb(17, 17, 17);
  border: 1px solid rgb(48, 48, 48);
  border-radius: 20px;
  padding: 40px 50px;
  width: 460px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  cursor: auto;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 0.4s cubic-bezier(0.6, 0.05, 0.28, 0.91);
}

.storage-empty-container.active {
  opacity: 1;
  transform: scale(1);
}

button.storageEmptyClose {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 22px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}


.storage-empty-internal {
  color: #f5f5f5;
  line-height: 1.6;
  font-family: 'Source Sans 3';
  margin: 0 auto;
  padding: 20px 0px;
  border-radius: 20px;
}

.storage-empty-internal h2,
.storage-empty-internal h3 {
  color: #fff;
  font-family: 'inter';
  margin: 25px 0 15px;
  font-weight: 600;
}

.storage-empty-internal p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
}

.storage-empty-internal a {
  color: #0079ff;
  text-decoration: none;
  font-weight: 600;
}

.storage-empty-internal a:hover {
  text-decoration: underline;
}

[absolute-menu] {
  position: absolute;
  left: 167px;
  top: 0;
}


joomla-alert .joomla-alert--close {
  background: transparent;
  border: 0;
  color: #ffffff !important;
  font-size: 50px !important;
  font-weight: 100 !important;
  opacity: 1.0 !important;
  position: absolute !important;
  top: 30px !important;
  right: 20px !important;
  cursor: pointer;
  border: none;
  box-shadow: none;
  padding: 0 !important;
}

a {
  cursor: pointer !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.owl-carousel.container {
  width: calc(100vw - 167px);
}

body#mhTemplateTop {
  background: #0a0a0a;
}

[sidebar-nav] {
  width: 167px;
  padding: 21px 25px;
  background-color: #030303;
  z-index: 5;
  transition: width 0.5s cubic-bezier(0.25, 0.1, 0, 1.22), padding 0.5s cubic-bezier(0.25, 0.1, 0.16, 1.22);
  border-right: 1px solid #191919;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: auto;
}



.fancybox__slide {
  overflow: visible !important;
}

[sidebar-nav]>header {
  width: 4vw;
  margin-bottom: 50px;
}

i.fa-duotone.fa-solid.fa-spinner-third.fa-spin.search-icon {
  position: absolute;
  left: 15px;
  top: 30%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #3b8a5b;
  pointer-events: none;
}

i.fa-duotone.fa-solid.fa-spinner-third.fa-spin.search-icon.typing {
  color: #9b9b9b;
}


input#search-query {
  height: 55px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  background: rgb(255 255 255 / 16%);
  border-radius: 12px;
  display: flex;
  padding: 0 20px 0 50px;
}

input#search-query:focus {
  border: 1px solid #000000;
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
  background: rgb(71 71 71);
}




[sidebar-nav]>div {
  margin-bottom: 19px;
  z-index: 2;
  overflow: hidden;
}

[sidebar-nav] h2 {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #515151;
  display: block;
  font-family: 'source sans 3';
}

a.breadcrumb-link {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 100%;
  font-family: 'inter';
}

aside[sidebar-nav] ul {
  all: unset;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.skip-link{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left:1rem;top:1rem;width:auto;height:auto;
  padding:.5rem 1rem;background:#000;color:#fff;z-index:10000;
}

[sidebar-nav] ul>li>a, [sidebar-nav] ul>li>button  {
  padding: 0px 8px 0px 0;
  font-size: 15px;
  color: #9b9b9b;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  font-family: 'inter';
  cursor: pointer;
}

img.moroc-logo {
  height: 35px;
  margin-bottom: 20px;
  position: relative;
}

body footer[footer] {
  position: absolute;
  bottom: 10px;
  left: 22px;
  font-size: 14px;
  color: #9b9b9b;
  width: 107px;
  display: flex;
  gap: 5px;
  flex-direction: column;
  z-index: 5;
  margin-bottom: 15px;
}

body footer ul li a,
body footer ul li button {
  line-height: 20px;
  color: #9b9b9b;
  cursor: pointer;
}

body footer ul li a:hover,
body footer ul li button:hover {
  color: #fff;
}

body footer ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}




.progress-container {
  width: 94%;
  background-color: #303030;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 3%;
}

progress::-webkit-progress-value {
  background: #fff;
}

progress::-moz-progress-bar {
  background: #fff;
}

progress {
  color: #fff;
}

.progress-bar {
  width: 0;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
  transition: width 0.4s ease;
}

.scroll-content {
  display: flow-root;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}



.scrollbarTrack {
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  height: 4px;
  background-color: transparent;
  overflow: hidden;
}

button {
  cursor: pointer;
  all: unset;
}

p {
  all: unset;
}

h3 {
  all: unset;
}

/* .n2-ss-slide { height: 100dvh  !important; } */

body {
  margin: 0;
  font-size: 18px;
  line-height: 19px;
  color: #212121;
  font-family: "Source Sans 3", serif;
  overscroll-behavior: none;
  overflow: hidden;
  cursor: auto !important;
  background: #0a0a0a;
  height: 100dvh;
  width: 100vw;
  display: flex;
}

aside {
  /* position: absolute; */
}


h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  text-rendering: optimizelegibility;
  font-family: "Inter", serif;
}

input,
textarea,
.uneditable-input {
  all: unset;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background: none !important;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  border-bottom: none;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}

.mhLogo {
  border: 0;
  color: #000;
  width: 150px;
}

.mhLogo>img {
  padding: 10px;
  margin-left: 2px;
}

.scrollbar-track {
  background: none !important;
}

.scrollbar-thumb {
  background: rgb(41 41 41) !important;
}

.blog .owl-stage,
.blog-featured .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  overflow-y: hidden;
  overflow-x: hidden;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}

#mhContent {
  float: left;
  width: 100vw !important;
  position: fixed;
}

section#horizon-body {
  background: #0a0a0a;
}

div#horizon-canvas {
  background: #0a0a0a;
  transition: background-color 0.2s ease;
  /* adjust the duration and easing as needed */
}

html.com_content.article {
  height: 100dvh;
  background: #0a0a0a;
  overflow-y: hidden;
  overflow-x: hidden !important;
}

div#system-message-container {
  position: fixed;
  bottom: 0;
  left: 167px;
  width: calc(100% - 167px);
  z-index: 10;
  max-width: 100%;
}

.owl-nav.disabled {
  display: none;
  visibility: hidden;
}

.hidden {
  display: none !important;
  transform: translateY(200%) !important;
  transition: transform 0.5s ease-in-out;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.horizon-5em {
  width: 5em;
}

.horizon-10em {
  width: 10em;
}

.horizon-15em {
  width: 15em;
}

.horizon-20em {
  width: 20em;
}

.horizon-25em {
  width: 25em;
}

.horizon-30em {
  width: 30em;
}

.horizon-35em {
  width: 35em;
}

.horizon-40em {
  width: 40em;
}

.horizon-45em {
  width: 45em;
}

.horizon-50em {
  width: 50em;
}

.horizon-55em {
  width: 55em;
}

.horizon-60em {
  width: 60em;
}

.horizon-65em {
  width: 65em;
}

.horizon-70em {
  width: 70em;
}

.horizon-75em {
  width: 75em;
}

.horizon-80em {
  width: 80em;
}

.horizon-85em {
  width: 85em;
}

.horizon-90em {
  width: 90em;
}

.horizon-95em {
  width: 95em;
}

.horizon-100vw {
  width: calc(100vw - 150px);
}

[horizon] > section {
    width: 100%;
    display: flex;
    z-index: 1;
}

[horizon] > hr {
    width: 0.5px;
    z-index: 2;
    background: #181818;
    flex-shrink: 0;
    border: none;
    padding: 0;
    margin: 0;
    margin-left: -1px;
}

  @media (max-width: 1399px) {
    .filter-popover p {
      box-sizing: border-box;
      width: 100% !important;
      max-width: 100% !important;
    }

        .filter-popover  {
      height: 100dvh !important;
      width: 100% !important;
      border-radius: 0 !important;
    }
  }


[sidebar-nav] ul>li>a.active {
    color: #fff;
}


.owl-carousel {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  height: 100dvh;
  display: block;
  transition: opacity 500ms ease-in-out;
}

.owl-item img {
  object-fit: cover;
  width: auto;
  height: 100%;
  display: block;
}

.owl-item {
  display: block;
  z-index: 1;
  position: relative;
  clip-path: fill-box;
  flex-shrink: 0;
  will-change: auto;
}

.scrollbar-track {
  z-index: 99999;
}

.owl-item.hidden {
  width: 0 !important;
}

.disabled {
  width: 0;
  display: none !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(92, 92, 92);
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background-color: #ffffffa3;
}

button#enquireBtn {
  background: #292929;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 500ms ease;
  cursor: pointer;
  height: 45px;
  width: 100%;
  justify-content: center;
  line-height: 20px;
  gap: 8px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

button#enquireBtn:hover {
  background: #232323;
}

a#enquireLink {
  width: 100%;
  margin-right: 10px;
}



.button-container {
  display: flex;
  width: 100%;
  gap: 8px;
  margin-top: 7px;
  margin-bottom: 3px;
  align-items: center;
  font-size: 13px;
}

.unifiedNav #sidebar {
  left: 165px;
}

#sidebar {
  z-index: 2;
  width: 140px;
  position: fixed;
  left: 190px;
  top: 25px;
  border-radius: 4px;
  background-color: #373737;
  box-shadow: 0 0 7px 0 rgba(50, 50, 50, .45);
  border: 1px solid #373737;
  display: none;
}

.underline:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}


.popover-heading {
  color: #fff;
  border-bottom: 1px solid #313131;
  padding: 30px 15px;
  position: sticky;
  top: 0;
  background: #0c0c0cad;
  z-index: 1;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  text-align: center;
}

.filter-popover h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.popover-heading span {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'inter';
}

a#profileImage {
  display: block;
}

#sidebar>header .mediaSquare {
  padding: 6px 6px 0;
  width: 140px;
  position: relative;
}

.mediaSquare>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 130px;
}

#sidebar>header span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 10px 8px 10px;
  margin-block-start: unset;
  margin-block-end: unset;
}

#sidebar>header span a {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  margin-block-start: unset;
  margin-block-end: unset;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


a.navigation-link.explore {
  margin-bottom: 20px;
  border-bottom: 1px solid #101010;
  width: 100%;
  padding-bottom: 20px;
}

.custom-loading-container {
  position: fixed;
  top: 0;
  left: 167px;
  width: calc(100vw - 167px);
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  backdrop-filter: blur(50px);
  opacity: 1;
}

.custom-loading-message {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  justify-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

div#customLoadingText {
  font-size: 20px;
  font-weight: 400;
}

.btn-sign-up {
  color: #ffffff;
  padding: 13px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  text-align: center;
  background: #555555;
  font-weight: 600;
  font-family: 'inter';
}

a.btn-sign-up:hover {
  background: #4b4b4b;
}











[user-tools] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #191919;
  padding-top: 20px;
}

[user-tools] button {
  color: #ffffff;
  padding: 13px 20px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  font-family: 'inter';
  cursor: pointer;
}



[user-tools]>button:nth-child(1) {
  background-color: #0079ff;
}

[user-tools]>button:nth-child(1):hover {
  background: #0170eb;
}

[user-tools]>button:nth-child(2) {
  background-color: #555555;
}

[user-tools]>button:nth-child(2):hover {
  background: #4b4b4b;
}

[user-tools]>button:only-child {
  background: #555555;
}

[user-tools]>button:only-child:hover {
  background: #4b4b4b;
}

.user-profile {
  margin-bottom: 15px;
}

.form-group {
  position: relative;
}

.form-control {
  background: #1e1e1e;
  border: 1px solid #313131 !important;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 8px;
  border-width: 1px;
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 32px 0 12px 16px;
  position: relative;
  width: 100%;
  transition: none;
  font-weight: 400;
  border-width: 1px !important;
  line-height: 24px;
  margin-top: 15px;
  font-family: 'Inter';
  overflow: hidden;
}

.form-control.textarea {
  background: #1e1e1e;
  border: 1px solid #313131 !important;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 8px;
  border-width: 1px;
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 37px 16px 12px;
  position: relative;
  width: 100%;
  transition: none;
  font-weight: 400;
  border-width: 1px !important;
  min-height: 112px;
  line-height: 22px;
  margin-top: 15px;
  font-family: 'Inter';
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  background: #1e1e1e !important;
  -webkit-box-shadow: 0 0 0 1000px #1e1e1e inset !important;
  box-shadow: 0 0 0 1000px #1e1e1e inset !important;
  -webkit-text-fill-color: #fff !important;
  border-radius: 8px !important;
  border: 1px solid #313131 !important;
  outline: none !important;
  background-clip: content-box !important;
  font-size: 15px !important;
  -webkit-text-size-adjust: 100%;
}

.form-control:not([readonly]):focus {
  background: #1e1e1e;
}


b {
  font-weight: 500;
}



.form-label {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s;
  pointer-events: none;
  font-weight: 600;
  margin: 0;
  z-index: 9;
}

.error-message {
  display: none;
}

.error-message .help-block {
  color: #e53e3e;
  font-size: 12px;
}

.form-group.error .error-message {
  display: block;
}

.form-group.error .form-control {
  border-color: #e53e3e;
}

.flex-grow.space-y-md {
  margin-top: 16px;
}

.flex.px-md.py-2xl.flex-col.md\:flex-row.gap-sm {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

a.fd-link.font-bold.pp-checkout-table__discount-link.pr-no {
  font-size: 14px;
  color: #22333b !important;
}


.button-primary {
  background: #22333b;
  border: none;
  font-size: 13px;
  font-weight: 100;
  border-radius: 4px;
  padding: 14px 20px;
  color: #fff;
}

.button-primary:hover {
  background: #18242a;
}

.company-logo-placeholder.expiredPopup {
  width: 140px;
  border-radius: 50%;
}

.card img {
  max-height: 40dvh;
  object-fit: cover;
  border-radius: 10px;
}

.company-logo-placeholder.menu {

  height: 40px;
  width: 40px;
  font-size: 20px;
  background: #fff;
  color: #000;
  border-radius: 120px;
  line-height: 0 !important;
  font-family: "Source Sans 3", serif;

}

.navigation-link i.fas.fa-user-circle {
  margin-right: 8px;
}






form#composerForm {
  margin: 0;
}



.full-DiscoverMenu {
  width: 17vw;
  min-width: 350px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  background: #0b0b0b;
  overflow: auto;
  transform: translateX(-100%);
  /* Hide off-screen */
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  /* Slow easing for hide */
}

/* When active, slide in with faster easing */
.full-DiscoverMenu.show {
  transform: translateX(166px);
  /* Slide in from the left */
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  /* Faster easing for show */
}

[sidebar-nav] i {
  width: 15px;
  margin-right: 8px;
}

#globalOverlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(24 24 27 / 94%);
  z-index: 3;
  cursor: pointer;
}

#menuFullOverlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(24 24 27 / 94%);
  z-index: 3;
  cursor: pointer;
}

#searchFullOverlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(24 24 27 / 94%);
  z-index: 3;
  cursor: pointer;
}

#menuFullOverlay.show {
  opacity: 1;
  /* Fully visible */
}


.fullDiscoverMenu .navigation-link {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-size: 14px;
  color: #b0b0b0;
}

.fullDiscoverMenu .navigation-link:hover {
  color: #ffffff;
  /* Change background on hover */
}

h2.nav-title-fullDiscoverMenu {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

ul.nav-links.fullDiscoverMenu {
  display: flex;
  padding: 0;
  flex-direction: column;
  gap: 15px;
  margin: 0 0 30px 0;
  display: flex;
}

.navigation-link.fullDiscoverMenu:hover {
  text-decoration: underline;
}




[sidebar-nav] ul>li>a:hover, [sidebar-nav] ul>li>button:hover {
  color: #fff;
}

li.navigation-item.fullDiscoverMenu.has-label {
  all: unset;
}

#menuSearch {
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  color: #005cff;
  line-height: 1.4;
  font-family: "Source Sans 3", serif, 'Font Awesome 6 Pro';
}

.menu-section {
  max-height: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.menu-section.hidden {
  display: none;
}

.menu-section.fade-in {
  max-height: 1000px;
  /* Set a maximum height large enough to fit the content */
  opacity: 1;
}

.menu-section.fade-out {
  max-height: 0;
  opacity: 0;
}

/* Ensure it is hidden initially */
.menu-section[hidden] {
  display: none;
}



.full-DiscoverMenu button {
  background-color: transparent;
  border: none;
  font-size: 15px;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 100;
}

.nav-title-fullDiscoverMenu {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .full-DiscoverMenu {
    font-size: 1rem;
  }

  .nav-title-fullDiscoverMenu {
    font-size: 1rem;
  }
}

@media (max-height: 780px) {
  nav.breadcrumb-wrapper {
    display: none;
  }
}


.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb-item span {
  display: block;
}


li.breadcrumb-item {
  margin-bottom: 20px;
}

.breadcrumb-circle {
  display: inline-block !important;
  margin-right: 8px !important;
  margin-left: 0 !important;
  width: 5px;
  height: 5px;
  background-color: #9b9b9b;
  border-radius: 50%;
}

#moreMenu i.fa-regular.fa-xmark {
  margin-right: 6px;
}

/* Popover Container */
.popover {
  position: absolute;
  top: 50px;
  /* Adjust based on button size */
  left: 0;
  z-index: 1000;
  width: 400px;
  /* Adjust width as needed */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Optional: Fade-in Effect */
.popover.show {
  opacity: 1;
  visibility: visible;
}

.popover.hide {
  opacity: 0;
  visibility: hidden;
}

/* Optional: Overlay to dim the background */
.popover-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}

.popover-overlay.show {
  display: block;
}



.filter-search-input::placeholder {
  color: #999;
}



.search-stream-wrapper {
  padding: 0px 0 0 20px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
  background: #111;
  border-radius: 12px 0 0 12px;
}




div#rcc {
  margin-top: 10px;
  overflow: auto;
  border-top: 1px solid #191919;
  width: 100%;
  flex-grow: 1;
}



option.radius-stream-option {
  color: black;
}

.pac-container.pac-logo.hdpi {
  z-index: 99999999;
}



form label {
  margin-bottom: 8px;
}

form input,
form textarea {
  box-sizing: border-box;
}


#enquirySuccessOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 27, .94);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
}


.enquiry-success-container {
  justify-content: center;
  background: rgb(17, 17, 17);
  border: 1px solid rgb(48, 48, 48);
  border-radius: 20px;
  padding: 40px 50px;
  width: 460px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  cursor: auto;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 0.4s cubic-bezier(0.6, 0.05, 0.28, 0.91);
  min-height: 280px;
}

.grid-container .photo-preview-contact {
  flex: 1 1 calc((100%) / 4);
  height: auto;
  max-height: 500px;
  display: flex;
}

.enquiry-success-container.active {
  opacity: 1;
  transform: scale(1);
}

button.closeSuccessModal {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 28px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.enquiry-success-container h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  margin-bottom: 5px;
}

.enquiry-success-container button:not(.closeSuccessModal) {
  margin: 6px;
  padding: 23px 0px;
  font-size: 17px;
  cursor: pointer;
  color: #fff;
  background: #555555;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 600;
}

.enquiry-success-container p {
  color: #fff !important;
  line-height: 24px;
  text-align: center;
  font-size: 17px;
}


span.remove-icon-contact.projects:hover {
  transform: rotate(180deg);
  scale: 1.1;
  background: #0079ff !important;
}

span.remove-icon-contact-file:hover {
  transform: rotate(180deg);
  scale: 1.1;
  background: #0079ff !important;
}

span.remove-icon-contact-file {
  box-shadow: 0px 0px 20px rgb(255 255 255 / 15%);
  position: absolute;
  font-size: 31px;
  top: 12px;
  right: 12px;
  border: none;
  color: #ffffff;
  border-radius: 120px;
  cursor: pointer;
  z-index: 999;
  transition: color 0.3s;
  font-family: serif;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #555555;
  font-weight: 600;
  transition: transform 0.3s ease, scale 0.3s ease, background 0.3s ease;
}

.grecaptcha-badge {
  visibility: hidden;
  display: none !important;
}

.owl-stage {
  will-change: transform;
}

.progress-container-contact {
  width: 100%;
  background-color: #303030;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

.photo-preview-contact:hover .remove-icon-contact {
  display: flex;
}



.file-icon-contact {
  display: flex;
  align-items: center;
  padding: 20px;
  border-right: 1px solid #303030;
  width: 55px;
}



.composer-attachments-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  gap: 10px;
}




main {
  width: calc(100vw - 167px);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  gap: 20px;
}

.filter-wrapper {
  position: relative;
  display: inline-block;
}



.filter-button-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
}

.filter-button-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.filter-popover {
  position: relative;
  width: 82%;
  background-color: rgb(17, 17, 17);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  border-radius: 20px 20px 0px 0px;
  border: 1px solid rgb(48, 48, 48);
  z-index: 1;
  overflow: hidden auto;
  height: 80dvh;
  margin-top: 0px;
  cursor: auto;
  transform: translateY(70%);
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
}

.pac-container {
  z-index: 9999999 !important;
}


[filtration-container] {
  height: 100px;
  width: calc(100%);
  position: relative;
  z-index: 1;
  border-radius: 0;
  left: 0px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-bottom: 1px solid;
  overflow-x: auto;
}

[filtration-container-internal]::after {
  content: '';
  min-width: 7px;
  display: block;
  height: 1px;
}

[filtration-container-internal] {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
}

[filtration-container-internal-left] {
  display: flex;
  gap: 13px;
  height: 55px;
}

[search-filter] {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

[search-filter] .fa-search {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ccc;
  pointer-events: none;
}

[search-filter-input] {
  height: 55px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  background: rgb(49 49 49);
  border-radius: 12px;
  display: flex;
  padding: 0 20px 0 50px;
  transition: background-color 0.2s ease-out;
  font-family: "inter";
}

[search-filter-input]:hover {
  background-color: rgb(71 71 71);
}


[search-filter-input]:focus {
  border: 1px solid #000000;
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
  background: rgb(71 71 71);
}


[search-filter-input]::placeholder {
  color: #aaa;
}

[search-filter] .fa-times {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 23px;
  display: none;
  color: #ccc;
  font-weight: 500;
}

[search-filter] .fa-times:hover {
  color: #fff;
}

label.filter-option.active {
  background: #ffffff;
  color: #005cff !important;
}


i.fas.fa-search.filter-search-icon-explorebar {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ccc;
  pointer-events: none;
}


.popover-paragraph {
  font-size: 16px;
  color: rgb(177, 177, 177);
  margin-top: 0px;
  display: block;
  line-height: 24px;
  font-family: inter;
  margin-bottom: 25px;
  max-width: 45%;
}


.filter-search-input:hover {
  background: #313131;
}

.filter-search-input::placeholder {
  color: #aaa;
}

.filter-section-title-container {
  display: flex;
  align-items: center;
  margin: 35px 0 25px;
}

.filter-section-title-container .line {
  flex: 1 1 0%;
  height: 0.5px;
  background: rgb(59, 59, 59);
}

.filter-section-title-container .line.start {
  flex: 0 0 30px;
}

.filter-section-title {
  margin: 0 10px;
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
  font-family: Inter, sans-serif;
}


.filter-option:hover {
  background: #232323;
}

.search-box input[type="text"]::placeholder {
  color: #999;
  opacity: 1;
  transition: opacity 0.5s ease;
}



.filter-checkbox {
  display: none;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #484848;
  border-radius: 4px;
  background: #1e1e1e;
  position: relative;
}

.checkmark {
  display: none;
  width: 18px;
}

/* Apply Filters Button */
.filter-apply-button-wrapper {
  margin-top: 16px;
}

.filter-apply-button {
  background-color: #1a73e8;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

.options-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  column-gap: 12px;
  flex-wrap: wrap;
}


.filter-option {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 20px;
  background: rgb(24, 24, 24);
  border: 1px solid rgb(48, 48, 48);
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  color: rgb(255, 255, 255);
  font-family: Inter;
  margin-bottom: 12px;
  transition: background 0.2s;
  box-sizing: border-box;
  flex: 0 0 calc(50% - 6px);
  position: relative;
}

.popover-options ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.popover-option-heading {
  color: #fff;
  margin: 0;
  margin-bottom: 25px;
  display: block;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
}

.search-box input#address-input {
  border: 1px solid #e8e8e8;
  height: 47px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 13px;
  margin-top: 5px;
  background: #fff;
}

select#radiusSelect {
  width: 15%;
  border: none;
  font-size: 14px;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -10px;
  background: none;
  padding: 5px;
}

.search-wrapper {
  background-color: white;
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin: 5px;
  font-size: 14px;
  width: 92%;
  box-sizing: border-box;
  margin-left: 3.5%;
  margin-top: 3%;
  border-radius: 12px;
}

#streamFilterBtn i.fa-regular.fa-xmark {
  margin-right: 5px;
}

#streamFilterBtn button:hover {
  background: #A23E48;
}




#streamFilterBtn button {
  border-radius: 8px;
  padding: 8px 15px;
  background-color: #1e1e1e;
  transition: background-color .2s ease-out;
  float: right;
}




ul {
  list-style: none !important;
}

#companySearchMenu i.fa-regular.fa-magnifying-glass {
  margin-right: 5px;
}

a#companySearchMenu {
  margin-top: 5px;
}

.issue-indicator {
  border: 1px solid #fff !important;
}

button.popoverExit {
  display: flex;
  position: absolute;
  right: 40px;
  background: #252525;
  height: 55px;
  width: 55px;
  border-radius: 120px;
  top: 40px;
  ruby-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999999;
  color: #fff;
  font-size: 25px;
}

button.backToMain:hover {
  background: #404040;
}

button.popoverExit:hover {
  background: #404040;
}

aside[sidebar-nav] ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}




.fancybox__footer {
  z-index: 99999 !important;
}

.fancybox__toolbar__column.is-right .f-button {
  right: 20px !important;
  top: 20px !important;
  border-radius: 120px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none;
  color: #fff;
}

.fancybox__nav {
  opacity: 1 !important;
}

.f-button svg {
  width: 30px !important;
  height: 30px !important;
}

.filter-heading h4 {
  margin-left: 10px;
}

.filter-heading {
  color: #fff;
  font-size: 14px;
}

.filter-options-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  break-inside: avoid;
}

.rnd:hover {
  color: #fff;
}

.mc {
  padding: 0 30px 15px 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.mh {
  color: #fff;
  margin: 5px 0 15px 0;
  font-size: 17px;
  font-weight: 600;
  font-family: 'inter';
}

.mic li {
  width: 100%;
}

.mic {
  display: block;
  padding: 0 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

[directory-search-container-close-button] {
  background: none;
  border: none;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 30px;
}

[directory-search-container] {
  width: 500px;
  position: fixed;
  background: rgb(8 8 8);
  height: 100dvh;
  flex-direction: column;
  align-items: center;
  overflow-y: hidden;
  display: none;
  z-index: 99;
}

[directory-search-container-header] {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 30px;
  margin: 35px 0 20px 0;
}

[directory-search-container-header] h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

[directory-search-container-internal] {
  position: relative;
  width: 100%;
}

[directory-search-container-input] {
  box-sizing: border-box;
  height: 55px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: rgb(38 38 38);
  border-radius: 12px;
  display: flex;
  padding: 0 20px 0 50px;
  width: 100%;
  transition: background-color 0.2s ease-out;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
}

[directory-search-container-input]:focus {
  border: 1px solid #000000;
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
  background-color: rgb(55 55 55);
}

[directory-search-container-input]:hover {
  background-color: rgb(55 55 55);
}

[directory-search-container-input]::placeholder {
  color: #aaa;
}

[company-search-input]::placeholder {
  color: #aaa;
}

[directory-search-container-internal] i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ccc;
  pointer-events: none;
}

[directory-search-container-recent-container] {
  overflow: auto;
  border-top: 1px solid #191919;
  padding-top: 30px;
  width: 100%;
  flex-grow: 1;
}

.rcd.active {
  color: #ffffff;
  border-left: 2px solid;
  padding-left: 15px;
  margin-bottom: 20px;
}

.rcd {
  padding: 4px 0px;
  color: #cbcbcb;
  width: 100%;
  margin-bottom: 11px;
}

.ic {
  flex-grow: 1;
  box-sizing: border-box;
  width: calc(100% - 70px);
}

.rnd {
  font-size: 17px;
  line-height: 20px;
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .rcd {
    width: calc(50% - 40px);
  }
}

@media (max-width: 480px) {
  .rcd {
    width: 100%;
    margin: 10px 0;
  }

  [directory-search-container-input] {
    font-size: 18px;
    padding: 10px 15px;
  }
}

@keyframes fu {
  from {
    transform: translateY(20px);
  }

  to {
    transform: translateY(0);
  }
}

.fade-up {
  animation: fu 0.5s ease both;
}

[directory-search-container-recent-container] a {
  width: 100%;
  display: block;
}

div[directory-search-container-recently-visited] {
  padding: 0 30px 15px 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

[directory-search-container-recently-visited] h4 {
  animation: fu 0.5s ease both;
  color: #fff;
  margin: 0px 0 15px 0;
  font-size: 17px;
  font-weight: 600;
  font-family: 'inter';
}

[directory-search-container-recent-links] {
  display: block;
  padding: 0 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

[directory-search-container-recent-links] li {
  width: 100%;
  padding: 4px 0px;
  color: #9b9b9b;
  width: 100%;
  margin-bottom: 11px;
}

[directory-search-container-recently-visited] a {
  color: #cbcbcb;
  font-size: 17px;
  line-height: 20px;
}

[directory-search-container-recently-visited] a:hover {
  color: #fff;
}

[company-search-container-close-button] {
  background: none;
  border: none;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 30px;
}

[company-search-container] {
  box-sizing: border-box;
  overflow: hidden;
  width: 500px;
  position: fixed;
  background: rgb(8 8 8);
  height: 100dvh;
  flex-direction: column;
  align-items: center;
  display: none;
  z-index: 99;
}

[company-search-container-header] {
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 30px;
  margin: 35px 0 20px 0;
}

.sp {
  height: 0;
  display: block;
  box-sizing: border-box;
  flex-shrink: 0;
}

[company-search-container-header] h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

[company-search] {
  position: relative;
  width: 100%;
}

[company-search-input] {
  box-sizing: border-box;
  height: 55px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: rgb(38 38 38);
  border-radius: 12px;
  display: flex;
  padding: 0 20px 0 50px;
  width: 100%;
  transition: background-color 0.2s ease-out;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
}

#si::placeholder {
  color: #aaa;
}

[company-search] i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ccc;
  pointer-events: none;
}

#si:focus {
  border: 1px solid #000000;
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
  background-color: rgb(55 55 55);
}

#si:hover {
  background-color: rgb(55 55 55);
}

[company-recent-companies] {
  overflow: auto;
  border-top: 1px solid #191919;
  width: 100%;
  flex-grow: 1;
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.rcds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px;
  padding: 20px 30px;
  color: #fff;
  transition: transform 0.3s, background 0.3s;
  box-sizing: border-box;
}

.rcv {
  text-align: right;
  flex-shrink: 0;
  display: flex;
  gap: 7px;
}



.rcds:hover {
  background: rgb(255 255 255 / 4%);
  transform: translateY(-5px);
}

.lc {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 120px;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px #ffffff;
}

.lc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ic {
  flex-grow: 1;
}

.rn {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  font-family: 'inter';
}

.rt {
  color: #cbcbcb;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  font-size: 15px;
}

@keyframes fu {
  from {
    transform: translateY(20px);
  }

  to {
    transform: translateY(0);
  }
}

.fu {
  animation: fu 0.5s ease both;
}

[company-recent-companies] a {
  width: 100%;
}

#lss {
  padding-top: 40px;
  padding-bottom: 40px;
}

.recent-companies-container {
  width: 100%;
  border-bottom: 1px solid #191919;
}

.recent-companies-container h3 {
  font-size: 17px;
  padding-left: 30px;
  margin-top: 30px;
  display: block;
  font-family: 'inter';
  font-weight: 600;
}

#profileImageUpload i.fa-regular.fa-chevron-down {
  color: #fff;
  font-size: 13px;
  margin-left: 1px;
}

.websiteOnlyTooltip {
  color: #f5f5f5;
  padding: 20px 20px;
  border-top: 1px solid #252525;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-bottom: 15px;
  font-size: 17px;
  margin-top: 8px;
}

@media screen and (max-height: 780px) {
  [sidebar-nav] #footer_global {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
  }
}

[scroll-back] {
    width: 0;
    padding: 0 !important;
    box-sizing: border-box;
    opacity: 0;
    transition: background-color 0.2s ease-out, width 0.05s ease-out, opacity 0.05s ease-out !important;
    flex-shrink: 0;
}

.sr-only {
  position:absolute!important;
  width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;border:0!important;
}

[filtration-container-internal] button {
  position: relative;
  border-radius: 12px;
  padding: 0px 20px;
  background-color: rgb(49 49 49);
  color: #ffffff;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}



[filtration-container-internal] button:hover {
  background-color: rgb(71, 71, 71);
}


[hybrid-poster] {
  background-color: #0079ff !important;
  font-size: 22px;
}

[hybrid-poster]:hover {
  background-color: #0170eb !important;
}

[filtration-container-internal] [location-filter] {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.35);
}


[filtration-container-internal] [location-filter]:not(.active):hover {
  background-color: rgb(71, 71, 71) !important;
}

[filtration-container-internal] [location-filter] span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  font-family: inter;
  height: 100%;
}

[filtration-container-internal] [location-filter] span span {
  transition: width 0.3s ease, opacity 0.15s ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 20px;
}


[filtration-container-internal] [reset-filters] {
  font-size: 15px;
}


[filtration-container-internal] [location-filter] i {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  background: #777777;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

[filtration-container-internal] [location-filter] i:hover {
  background: #858484;
}


[filtration-container-internal] button span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 17px;
  font-weight: 600;
  font-family: 'inter';
  white-space: nowrap;
}


.navigation-item i.fa-solid.fa-plus {
  margin-right: 8px;
}

ul.nav-links.hybridPoster {
  margin-bottom: 15px !important;
}

.hybridPoster-tooltip {
  position: absolute;
  padding: 10px 0px;
  background: #121212;
  border: 1px solid #252525;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgb(0 0 0);
  z-index: 1000;
  min-width: 150px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out;
}

.hybridPoster-tooltip li {
  padding: 10px 14px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.hybridPoster-tooltip li:hover {
  background-color: #333333;
}

.hybridPoster-tooltip li {
  cursor: pointer;
  padding: 14px 12px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 10px;
  border-radius: 8px;
  font-family: 'inter';
}

.hybridPoster-tooltip i {
  width: 13px;
  font-size: 14px;
}

.hybridPoster-tooltip .divider {
  height: 0.5px;
  background: #2d2d2d;
  padding: 0 !important;
  margin: 10px 0;
  cursor: default !important;
}

.hybridPoster-tooltip span {
  color: #fff;
  margin: 0 10px;
  padding: 0 10px;
  font-size: 13px;
  top: 1px;
  position: relative;
}

ul.hybridPoster-tooltip::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 17.5px;
  border-bottom: 10px solid #121212;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

ul.hybridPoster-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #252525;
}

[public-descriptions-heading] {
  display: block;
color: #a2a2a2;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}

[public-intro-paragraph] {
  font-size: 20px;
  color: #f5f5f5;
  line-height: 30px;
  -webkit-user-modify: read-only;
  outline: none;
}

[intro-actions] {
  display: none;
  justify-content: space-between;
}

[intro-action-buttons] {
  gap: 12px;
  display: flex;
}
/* shared look */
[save-intro],
[cancel-intro],
[restore-intro]{
  position:relative;
  border-radius:8px;
  padding:14px 18px;
  color:#fff;
  cursor:pointer;
  font-size:17px;
  font-weight:600;
  font-family:'inter';
  transition: background 0.3s, transform 0.2s;
}

/* secondary (Cancel + Restore) */
[cancel-intro],
[restore-intro]{
  background:#555555;
}
[cancel-intro]:hover,
[restore-intro]:hover{
  background: #4B4B4B;
}

/* primary (Save) */
[save-intro]{
  background: #0079FF;
}
[save-intro]:hover{
  background:#0170EB;
}


[manage-module-button] {
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background: #0079ff;
    border: 1px solid transparent;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    transition: background 0.3s, transform 0.2s;
    line-height: 0;
}

[manage-module-button] .fa-exclamation-triangle {
  font-size: 15px;
}

[manage-module-button]:hover {

    background: #0170eb;
}

[manage-module-dropdown]{
    display:none;
    position:absolute;top:60px;right:0;
    padding:10px 0;
    background: #121212;
    border:1px solid #252525;
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,.50);
    z-index:1000;
    min-width:305px;
}


[manage-module-dropdown] ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

[manage-module-dropdown] ul li {
    cursor: pointer;
    padding: 16px 12px;
    line-height: 15px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 10px;
    border-radius: 8px;
    font-family: 'inter';
}

[manage-module-dropdown] ul li i {
    width: 16px;
    font-size: 17px;
}

[manage-module-dropdown] ul li:hover {
    background:#333333;
}

[manage-module-dropdown]::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 9px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom:11px solid #252525;
}

[manage-module-dropdown]::after {
    content: "";
    position: absolute;
    top: -9px;
    right: 9.6px;
    border-bottom:10px solid var(--moroc-manage-module-dropdown-bg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

[manage-module-button][disabled] {
    opacity: 0.5;
    cursor: default;
}
[public-heading] {
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}

[manage-module-button] .fa-spinner {
  font-size: 16px;
}
[manage-module-dropdown] .fa-beat {
    font-size: 16px;
}
[manage-module-button]:has(.fa-wrench) {
    font-size: 18px;
}