.min-height-75-vh {
    min-height: 75vh;
}

.max-height-75-vh {
    max-height: 75vh;
}

.rounded-cluster {
    border-radius: 50% !important;
    border: 4px solid white !important;
    overflow: hidden;
    background-clip: padding-box;
}

#markersOverlay img {
    border-radius: 50px !important;
}

.color-hive-marine {
    color: #6edff6 !important;
}

.color-hive-marine-50 {
    color: #6edff67d !important;
}

.color-hive-marine-75 {
    color: #6edff6b5 !important;
}

.color-hive-peach {
    color: #ea868f !important;
}

.color-hive-peach-50 {
    color: #ea868f85 !important;
}

.color-hive-peach-75 {
    color: #ea868fc4 !important;
}

.color-hive-orange {
    color: #feb272 !important;
}

.color-hive-orange-50 {
    color: #feb27287 !important;
}

.color-hive-orange-75 {
    color: #feb272bf !important;
}

.color-hive-yellow {
    color: #ffda6a !important;
}

.color-hive-yellow-50 {
    color: #ffda6a82 !important;
}

.color-hive-yellow-75 {
    color: #ffda6ac7 !important;
}

.color-hive-teal {
    color: #75b798 !important;
}

.color-hive-teal-50 {
    color: #75b7987a !important;
}

.color-hive-teal-75 {
    color: #75b798bd !important;
}

.color-hive-microsoft {
    color: #6ea8fe !important;
}

.color-hive-microsoft-50 {
    color: #6ea8fe80 !important;
}

.color-hive-microsoft-75 {
    color: #6ea8fec4 !important;
}

.color-hive-lollipop {
    color: #e685b5 !important;
}

.color-hive-lollipop-50 {
    color: #e685b580 !important;
}

.color-hive-lollipop-75 {
    color: #e685b5c2 !important;
}

.bg-hive-signature-grey {
    background-color: #484848;
}

.bg-hive-signature-grey-50 {
    background-color: #48484880;
}

.bg-hive-signature-grey-75 {
    background-color: #484848c2;
}

.bg-hive-ice-blue {
    background-color: #eaf7f7;
}

.bg-hive-ice-blue-50 {
    background-color: #eaf7f77a;
}

.bg-hive-ice-blue-75 {
    background-color: #eaf7f7c2;
}

.bg-hive-vibrant-purple {
    background-color: #4a54a0;
}

.bg-hive-vibrant-purple-50 {
    background-color: #4a54a07a;
}

.bg-hive-vibrant-purple-75 {
    background-color: #4a54a0c2;
}

.bg-hive-marine {
    background-color: #6edff6;
}

.bg-hive-marine-50 {
    background-color: #6edff67d;
}

.bg-hive-marine-75 {
    background-color: #6edff6b5;
}

.bg-hive-peach {
    background-color: #ea868f;
}

.bg-hive-peach-50 {
    background-color: #ea868f85;
}

.bg-hive-peach-75 {
    background-color: #ea868fc4;
}

.bg-hive-orange {
    background-color: #feb272;
}

.bg-hive-orange-50 {
    background-color: #feb27287;
}

.bg-hive-orange-75 {
    background-color: #feb272bf;
}

.bg-hive-yellow {
    background-color: #ffda6a;
}

.bg-hive-yellow-50 {
    background-color: #ffda6a82;
}

.bg-hive-yellow-75 {
    background-color: #ffda6ac7;
}

.bg-hive-teal {
    background-color: #008a95;
}

.bg-hive-teal-50 {
    background-color: #008a957a;
}

.bg-hive-teal-75 {
    background-color: #008a95c2;
}

.bg-hive-microsoft {
    background-color: #6ea8fe;
}

.bg-hive-microsoft-50 {
    background-color: #6ea8fe80;
}

.bg-hive-microsoft-75 {
    background-color: #6ea8fec4;
}

.bg-hive-lollipop {
    background-color: #e685b5;
}

.bg-hive-lollipop-50 {
    background-color: #e685b580;
}

.bg-hive-lollipop-75 {
    background-color: #e685b5c2;
}

.bg-hive-red {
    background-color: #e5232a;
}

.bg-hive-red-50 {
    background-color: #e5232a7d;
}

.bg-hive-red-75 {
    background-color: #e5232ac9;
}

.content-container {
    min-height: 100vh;
    padding-bottom: 2em;
    margin-bottom: -3em;
}

.max-w-1600-px {
    max-width: 1600px !important;
}

[data-star-rating] > select {
    clip-path: circle(1px at 0 0) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: visible !important;
    white-space: nowrap !important;
    width: 1px !important;
}

[data-star-rating] > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
}

[data-star-rating] > select::before,
[data-star-rating] > select::after {
    display: none !important;
}

[data-star-rating].gl-star-rating--ltr > select {
    left: 0 !important;
}

[data-star-rating].gl-star-rating--rtl > select {
    right: 0 !important;
}

[data-star-rating] {
    align-items: center;
    display: flex;
    position: relative;
}

.gl-star-rating:not([data-star-rating]) .gl-star-rating--stars {
    display: none;
}

[data-star-rating] .gl-star-rating--stars {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
}

[data-star-rating]
> select:focus
+ .gl-star-rating--stars
span:first-child::before {
    box-shadow: 0 0 0 3px Highlight;
    content: "";
    display: block;
    height: 100%;
    outline: 1px solid transparent;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

[data-star-rating] select[disabled] + .gl-star-rating--stars {
    cursor: default;
}

[data-star-rating] .gl-star-rating--stars > span {
    display: flex;
    height: 24px;
    margin: 0;
    width: 24px;
}

[data-star-rating] .gl-star-rating--stars[aria-label]::before,
[data-star-rating] .gl-star-rating--stars[aria-label]::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: auto;
    box-sizing: border-box;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform-origin: top;
    transform: translate3d(0, -50%, 0);
    white-space: nowrap;
    z-index: 10;
}

[data-star-rating] .gl-star-rating--stars[aria-label]::before {
    background: rgba(17, 17, 17, 0.9);
    content: "";
    height: 15px;
    margin: 0 0 0 6px;
    width: 6px;
}

[data-star-rating] .gl-star-rating--stars[aria-label]::after {
    background: rgba(17, 17, 17, 0.9);
    border-radius: 4px;
    color: #fff;
    content: attr(aria-label);
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 12px;
    padding: 0.5em 1em;
    text-transform: none;
}

[data-star-rating].gl-star-rating--rtl
.gl-star-rating--stars[aria-label]::before,
[data-star-rating].gl-star-rating--rtl
.gl-star-rating--stars[aria-label]::after {
    left: auto;
    right: 100%;
}

[data-star-rating].gl-star-rating--rtl
.gl-star-rating--stars[aria-label]::before {
    transform: scaleX(-1) translate3d(0, -50%, 0);
    margin: 0 6px 0 0;
}

[data-star-rating].gl-star-rating--rtl
.gl-star-rating--stars[aria-label]::after {
    margin-left: 0;
    margin-right: 12px;
}

[data-star-rating] svg {
    height: 100%;
    width: 100%;
}

[data-star-rating] .gl-star-half {
    fill: none;
    stroke: none;
}

[data-star-rating] .gl-star-full {
    fill: #dcdce6;
    stroke: #dcdce6;
    transition: fill 0.15s ease-in-out, stroke 0.15s ease-in-out;
}

[data-star-rating] .gl-active .gl-star-full {
    fill: #fdd835;
    stroke: #fdd835;
}

.gl-star-rating--stars[class*=" s"] > span {
    background-image: url(https://raw.githubusercontent.com/pryley/star-rating.js/refs/heads/main/img/star-empty.svg) !important;
}

.gl-star-rating--stars[class*=" s"] > span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
}

.gl-star-rating--stars[class*=" s"] > span.gl-active,
.gl-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
    background-image: url(https://raw.githubusercontent.com/pryley/star-rating.js/refs/heads/main/img/star-full.svg) !important;
}

.badge-var {
    background-color: #6edff6;
}

.badge-isv {
    background-color: #ea868f;
}

.badge-isv_var {
    background-color: #feb272;
}

.badge-customer {
    background-color: #ffda6a;
}

.badge-freelancer {
    background-color: #75b798;
}

.badge-csp_distributor {
    background-color: #79dfc1;
}

.badge-microsoft {
    background-color: #6ea8fe;
}

.badge-other {
    background-color: #e685b5;
}

.tags-container .dropdown-menu {
    max-height: 30vh;
    overflow: scroll;
}

iframe {
    min-height: 50vh !important;
}

.loader.ripple {
    position: absolute;
}

.loader.ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes loader-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.rotate-180 {
    transform: rotate(180deg) !important;
}

.hide-text p:last-child,
.elipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.grid-columns-1 {
    grid-template-columns: 1fr;
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
    .grid-columns-md-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1366px) {
    .grid-columns-lg-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-columns-lg-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-columns-lg-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.show-map .items-grid-container {
    grid-template-columns: repeat(auto-fit, minmax(33ch, 1fr)) !important;
    grid-template-rows: repeat(3, 1fr);
    max-height: 100vh;
}

.not-allowed {
    cursor: not-allowed;
}

.sidebar-icons [data-role="sidebar-switch"] {
    justify-content: center;
}

.double-header [data-role="sidebar-switch"] {
    display: none !important;
}

.double-header .nav-item a {
    color: white;
}

.double-header .center-nav {
    width: 41.66667%;
}

.sidebar-logo {
    padding-left: 1em;
}

.sidebar-icons .sidebar-logo {
    padding-left: 0 !important;
}

.icon-md {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.4rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.header {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.sidebar-icons .sidebar-container {
    justify-content: center;
}

.sidebar-icons .sidebar-label {
    display: none !important;
}

.members-map-grid {
    display: grid;
    grid-template-columns: 30% 70%;
}

.members-map-grid.hide-map {
    grid-template-columns: 1fr;
}

.members-grid {
    display: grid;
}

.members-map-grid.hide-map .map {
    display: none !important;
}

.ss-arrow {
    position: relative;
    top: -35%;
}

.map {
    order: -1;
}

@media (max-width: 992px) {
    .members-map-grid {
        grid-template-columns: 1fr !important;
    }
}

.double-header .sidebar-container {
    display: flex !important;
    align-items: center;
}

.double-header .customize-btn {
    margin-right: 2rem;
}

.double-header.container .customize-btn {
    margin-left: 1rem;
}

.double-header.container.sidebar-icons .customize-btn {
    margin-left: 0;
}

.double-header.sidebar-icons .header {
    left: 0 !important;
}

.double-header.sidebar-icons .double-header-nav {
    display: flex;
    justify-content: center;
}

.sidebar-icons .signout {
    padding: 1rem !important;
}

.double-header .double-header-nav .nav-item.nav-subtitle {
    display: none !important;
}

.double-header .nav-item {
    display: flex !important;
    align-items: center;
}

.double-header .double-header-nav .nav-item span.ms-2 {
    white-space: nowrap !important;
}

.double-header.sidebar-icons .double-header-nav .nav-item span.ms-2 {
    display: none !important;
}

.double-header .double-header-nav .navbar-nav {
    margin-bottom: 0 !important;
    flex-wrap: wrap;
}

[data-role="sidebar-switch"] {
    justify-content: start;
}

.sidebar-icons.container .navbar-vertical .navbar-nav {
    height: calc(100vh - 15rem) !important;
}

.pagination .page-item {
    line-height: 1.75rem !important;
}

.pagination .page-item.active .page-link {
    color: white !important;
}

.muze-dark-mode .pagination .page-item .page-link {
    background: #1e1e1e !important;
    color: white !important;
}

.muze-dark-mode .pagination .page-item.active .page-link {
    background: white !important;
    color: #1e1e1e !important;
}

.muze-dark-mode .search-members-field,
.muze-dark-mode .ss-main,
.muze-dark-mode .sort-members,
.muze-dark-mode form .form-control,
.muze-dark-mode form .form-select,
.muze-dark-mode ul li,
.muze-dark-mode time {
    background-color: #1a1919 !important;
    color: #ced4da !important;
}

.muze-dark-mode .member-name {
    color: #e9ecef !important;
}

.muze-dark-mode .member-action-img {
    filter: invert(1);
}

.muze-dark-mode .search-facet-input {
    background-color: #1a1919 !important;
    color: #ced4da;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #bec4c4;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (min-width: 992px) {
    .map {
        order: 1;
    }
}

@media screen and (max-width: 991px) {
    .navbar-vertical {
        overflow: hidden;
    }

    .sidebar-menu .navbar-vertical {
        z-index: 98;
        max-height: 100vh;
        overflow: hidden auto;
    }
}

@media screen and (max-width: 768px) {
    .double-header .center-nav {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .overflow-md-hidden {
        overflow: hidden;
    }

    .sign-in-form-container {
        height: 100vh;
    }
}

@media screen and (max-width: 420px) {
    .header-body .nav-item svg {
        max-width: 1rem;
    }
}

.show-thread-container .author-name-container,
.show-thread-container .author-email-container,
.show-thread-container .author-subject-container {
    display: none;
}

.tox.tox-tinymce {
    width: 100% !important;
}

.sort-btn::after {
    display: none;
}

.long-description-container figure video {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .members-grid {
        max-height: 100vh;
    }
}

@media screen and (max-width: 479px) {
    .navbar-vertical.navbar-expand-lg .navbar-nav .nav-item .nav-link {
        padding: 0.25rem !important;
    }
}

@media screen and (max-width: 991px) {
    .search-open .header-body {
        padding-bottom: 0 !important;
    }

    .search-open:before {
        top: -65px;
        height: 100vh;
    }
}

.bg-light {
    background-color: #f6fcfc !important;
}

.border-bottom {
    border-bottom: 1px solid #eaf7f7 !important;
}

.border-top {
    border-top: 1px solid #eaf7f7 !important;
}

.navbar-vertical.navbar-expand-lg {
    border-right: 2px solid #eaf7f7 !important;
}

.border-gray-50 {
    border: 1px solid #eaf7f7 !important;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #484848;
}

.btn-link, a[target]:not(.btn), .link-primary, .link-primary:hover {
    color: #127e3f !important;
}

.header.border-bottom {
    border-bottom: 2px solid #eaf7f7 !important;
}

.text-primary, .nav-link:focus, .nav-link:hover {
    color: #127e3f !important;
}

.icon-2 {
    color: #127e3f !important;
}

.btn:hover .member-action-img {
    filter: invert(1);
}

.pagination li.page-item .page-link {
    border-color: #3A3A3A !important;
    color: #127e3f !important;
}

.pagination li.page-item.active .page-link {
    background: #3A3A3A !important;
}

[data-two-row-height] {
    min-height: 43rem;
    max-height: 43rem;
    padding: 0 1em 0 0;
    grid-template-rows: repeat(2, 1fr);
}

[data-two-row-height] [data-carousel-layout-item] {
    grid-auto-rows: 1fr auto;
}

.message-box {
    background: #6ea8fe !important;
}

.message-box p {
    color: white !important;
}

.message-box:before {
    border-right: 1.25rem solid #6ea8fe !important;
}


.message-sender .message-box {
    background: #127e3f !important;
}

.message-sender .message-box:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1.125rem solid transparent;
    position: absolute;
    bottom: 30%;
    left: 99%;
    transform: rotate(270deg);
    border-right: 1.25rem solid #127e3f !important;
}

.border-top-xl {
    border-top: 2px solid lightgrey;
}

.carousel-control-prev, .carousel-control-next, .carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: #127e3f !important;
}

.form-switch .form-check-input:checked {
    background-color: #127e3f !important;
    border-color: #127e3f !important;
}

.grid-rows-repeat-2-1fr {
    grid-template-rows: repeat(2, 1fr);
}

[data-chat-id] .message-box {
    max-width: 550px;
    overflow-wrap: break-word;
}

.break-word {
    overflow-wrap: break-word;
}

.max-w-290-px {
    max-width: 290px;
}

.nav-tabs.nav-tabs-line .nav-link.active {
    border-color: #127e3f !important;
}

.badge-primary {
    background-color: #127e3f !important;
}

.icon-blue-hover>.dropdown>a:hover svg path, .icon-blue-hover>a:hover svg path {
    fill: #127e3f !important;
}

.btn:focus-visible,.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:not([data-bs-toggle]):focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible,
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus{
	box-shadow: 0 0 0 0.25rem #3A3A3A !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show:not([data-bs-toggle]), .btn:not([data-bs-toggle]):first-child:active, :not(.btn-check)+.btn:active , .get-notified-by-email:active , .sort-btn:active , .btn:not(.btn-link):active  {
	background-color: #3A3A3A !important;
  	border-color: #3A3A3A !important;
}

.btn.btn-link:first-child:active {
	background-color: transparent !important;
}


.lightbox-carousel .carousel-control-prev, .lightbox-carousel .carousel-control-next, .lightbox-carousel .carousel-control-prev:hover, .lightbox-carousel .carousel-control-next:hover {
    background-color: transparent !important;
}

.btn-outline-primary:focus-visible {
    background: #3A3A3A;
    border-color: #3A3A3A;
}

.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    background-color: #3A3A3A !important;
}

.ss-content .ss-search input:focus , .ss-main:focus {
	box-shadow: 0 0 5px #3A3A3A !important;
}

.grid-rows-auto-1fr-5em {
    grid-template-rows: auto 1fr 5em;
}

.grid-rows-auto-1fr {
    grid-template-rows: auto 1fr;
}

.btn-primary:active:focus , .page-link:focus {
    box-shadow: 0 0 0 .25rem #3A3A3A !important;
}


.form-control:focus {
    border-color: #127e3f !important;
}

.form-check-input:focus {
    border-color: #127e3f !important;
  	box-shadow: 0 0 0 .25rem rgba(3,43,12,.16) !important;
}

.avatar-tertiary {
    background-color: #ffc107 !important;
}

[data-notifications-container].dropdown-menu .dropdown-item.unread {
    background-color: transparent !important;
}

.paragraph-4-rows p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#latestSolutions {
    position: relative;
    z-index:1;
    padding: 0 3rem;
}

#latestSolutions .carousel-item .col-md-4 {
    padding-left: 0.75rem;
    z-index:1;
    padding-right: 0.75rem;
}

#latestSolutions .carousel-control-prev,
#latestSolutions .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #0d6efd;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

#latestSolutions .carousel-control-prev-icon,
#latestSolutions .carousel-control-next-icon {
    filter: invert(0);
}

#latestSolutions .carousel-control-prev {
    left: 0.5rem;
}

#latestSolutions .carousel-control-next {
    right: 0.5rem;
}


#latestSolutions .carousel-control-prev:hover,
#latestSolutions .carousel-control-next:hover {
    background-color: #0d6efd;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

#latestSolutions .solution-card .card-body {
    grid-template-rows: 1fr 0.75fr;
}

#latestSolutions .solution-card .image-container {
    min-height: 150px; 
    max-height: 150px;
}

#latestSolutions .solution-card .card-text {
    grid-template-rows: 1fr 0.5fr;
}


[data-component] {
    grid-template-rows: repeat(5, 1fr);
}

.schedule-container .ss-main .ss-values .ss-value {
    background-color: #127e3f !important;
}

.grid-rows-1fr-auto {
    grid-template-rows: 1fr auto;
}

.summary-container p:first-of-type {
    width: 100ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.summary-container p:not(:first-of-type){
    display: none;
}