.votes-container {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 30px 0;
    text-align: center;
  	width: 100%;
  	max-width: 100%;
}

.votes-header {
    text-align: center;
    margin-bottom: 20px;
}

.create-ticket-section {
  	margin-top: 20px;
    text-align: center;
}

.link-underlined {
    font-size: 15px;
    text-decoration: underline;
}

.last-updated {
	font-size: 13px;
  	font-weight: 300;
    text-align: right;
}

.doc-section-content {
    color: #666;
}

.doc-section p {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 15px;
}

.doc-section-header {
    margin-top: 20px;
}

.related-articles-container {
    
}

u {
	text-decoration: none;
  	background: #F4F7FA;
    font-size: 13px;
  	border-radius: 12px;
    margin: -5px 0;
    padding: 5px 10px;
    vertical-align: baseline;
}

.nav-bar .nav-search .search-input input {
    font-weight: 400;
    background: #F4F7FA;
}

.top-bar {
    width: 100%;
    background: #F4F7FA;
}

.top-bar>.container>.row {
    min-height: 40px;
}

.top-bar-navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #3B3D3C;
    font-weight: 500;
    height: 100%;
    column-gap: 15px;
}

.top-bar-navigation {
    list-style: none;
}

.top-bar-navigation-link a {
    color: #4a545b;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 400;
}

.language-select-item a {
    color: green;
}

.nav-bar-logo {
    gap: 15px;
}

.grid-valign-middle {
    display: flex !important;
    align-items: center !important;
}

.grid-space-none>* {
    margin-bottom: var(--space-none) !important;
}

.grid-space-none {
    margin-left: calc(-1* calc(var(--space-none) / 2));
    margin-right: calc(-1* calc(var(--space-none) / 2));
}

.grid-flex>* {
    flex: 0 1 auto;
    flex-wrap: nowrap;
    width: auto;
}

.badge-primary {
    color: #fff;
    background-color: #3b3d3c;
}

.badge-pill {
    border-radius: 10rem;
    padding: .3rem;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

.card-pinned-top-end {
    position: absolute;
    top: -.0rem;
    right: -.0rem;
}

.nav-bar-line {
    position: relative;
}

.nav-bar-line::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #3B3D3C;
    pointer-events: none;
}

.nav-bar-subtitle-link {
    font-style: normal;
    color: #3B3D3C;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.nav-bar-subtitle-link:hover{
    color: #3B3D3C;
}

.page-links .page-links-title {
    margin-bottom: 15px;
}

.page-links .page-links-item {
    font-size: 15px;
    font-weight: 400;
}

.page-links .page-links-title a {
    color: #3b3d3c;
}

.badge {
    border-radius: 4px;
}

.breadcrumb {
	font-size: 14px;
}

.submit-a-ticket-container {
    display: block;
    color: #3b3d3c;
    text-align: center;
    padding: 50px 0 0 0;
    margin: 50px 0 0 0;
    border-top: 1px solid #eee;
}

.submit-a-ticket-container span:nth-child(1) {
    background-image: url(https://help.bricks24.de/media/images/custom-envelope-icon.svg);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: left center;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 60px;
    margin: 0 5px 0 0;
}

.submit-a-ticket-container > span {
    display: inline-block;
    font-size: 15px;
}

.submit-a-ticket-container a:nth-child(2) {
    color: #3b3d3c;
    font-size: 15px;
    text-decoration: underline;
}

.form-label {
    margin-bottom: .5rem;
    font-size: 0.825rem;
}

.form-check-label {
    font-size: 0.825rem;
}

.upload-dropzone {
    border: 1px solid #ddd;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0;
    background-color: #FFF;
    cursor: pointer;
}

.upload-dropzone input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.upload-dropzone p {
    color: #666;
    display: inline-block;
    line-height: 24px;
    padding: 10px;
    margin: 0;
}

.upload-dropzone a {
    text-decoration: none;
    font-size: 13px;
    color: #3b3d3c;
}

.upload-dropzone a:hover {
    text-decoration: underline;
}

.upload-dropzone[data-hover=true] {
    background-color: rgba(0, 0, 0, 0.02);
}

.upload-dropzone[data-hc-focus=true] {
    border-color: #3b3d3c;
}

.category-title {
    text-decoration: underline;
    overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; 
}

.category-short-description {
    font-size: 15px;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
}

.categories-body-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEE;
}

.card-img-top {
    width: 100%;
    display: block;
    object-fit: cover;
}

.card-v2 {
    border: 1px solid #eee;
    border-radius: 8px;
}

.card-ghost {
    background-color: transparent;
    border-width: 0;
}

.card-ghost .card-body {
    padding-left: 0;
    padding-right: 0;
}

.text-xs {
    font-size: 0.825rem;
}

.text-sm {
    font-size: 0.925rem;
}

.user-toggle-container {
    position: relative;
    display: inline-block;
}

.user-toggle-btn {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #eee;
    border-radius: 40px;
    padding: 6px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 44px;
    width: 88px;
    gap: 14px;
}

.user-toggle-btn:hover {
    border-color: #eee;
}

.hamburger-icon {
    font-size: 18px;
    color: #3b3d3c;
}

.user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.user-avatar .user-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-toggle-container .dropdown-menu {
    min-width: 280px;
    border: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 15px;
    transform: translate3d(0px, 62px, 0px) !important;
}

.user-toggle-container .dropdown-item {
    padding: 10px;
    color: #3b3d3c;
    font-weight: 400;
    font-size: 14px;
    transition: background-color 0.2s ease;
    text-decoration: none;
    line-height: 1.3rem;
}

.user-toggle-container .dropdown-item:last-child {
    border-bottom: none;
}

.user-toggle-container .dropdown-item:hover {
    background-color: #F4F7FA;
    color: #666;
}

.user-toggle-container .dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.user-toggle-container .dropdown-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.user-menu-divider {
    background-color: #eee; 
    border: none; 
    margin: 0; 
    display: block; 
    height: 1px;
}

.dropdown-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -12px;
    left: 85%;
    right: 50%;
    transform: translateX(-50%);
    color: #FFF;
    border-bottom: 12px solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    box-shadow: inset -1px -20px 10px 8px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 768px) {
    .user-toggle-container {
        margin-right: 0;
    }
    
    .user-toggle-btn {
        padding: 6px 12px;
    }
    
    .user-avatar {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
    .hamburger-icon {
        font-size: 14px;
    }
}

.user-toggle-container.authenticated-user {
    position: relative;
    display: inline-block;
}

.user-toggle-btn.authenticated {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #eee;
    border-radius: 40px;
    padding: 6px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 44px;
    width: 88px;
}

.user-toggle-btn.authenticated:hover {
    border-color: #eee;
}

.user-avatar.authenticated {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b3d3c;
}

.user-avatar.authenticated .user-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Icon Spacing in Dropdown */
.user-toggle-container .dropdown-item i {
    width: 16px;
    text-align: center;
}

/* Logout Item Styling */
.user-toggle-container .dropdown-item.text-danger {
    color: #dc3545 !important;
}

.user-toggle-container .dropdown-item.text-danger:hover {
    background-color: #F4F7FA;
    color: #dc3545 !important;
}

/* Responsive Design für authenticated user */
@media (max-width: 768px) {
    .user-toggle-container.authenticated-user {
        margin-right: 10px;
    }
    
    .user-toggle-btn.authenticated {
        padding: 6px 12px;
        width: auto;
        gap: 10px;
    }
    
    .user-avatar.authenticated {
        width: 32px;
        height: 32px;
    }
    
    .hamburger-icon {
        font-size: 14px;
    }
}

.sidebar-toggle .icon-close { 
    display: none; 
}

.sidebar-toggle.active .icon-bars  { 
    display: none; 
}

.sidebar-toggle.active .icon-close { 
    display: block; 
}

.footer-accordion-details .icon-arrow-down { 
    display: block; 
}

.footer-accordion-details .icon-close {
    display: none; 
}

.footer-accordion-details[open] .icon-arrow-down {
    display: none; 
}

.footer-accordion-details[open] .icon-close   { 
    display: block; 
}

.topics-two-column-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.topics-two-column-list li {
    margin: 0;
    padding: 0;
}

.topics-two-column-list .doc-category {
    display: block;
    padding: 0;
    background: transparent;
    border: none;
    transition: all 0.2s ease;
    text-decoration: none;
    text-decoration: underline;
    color: #3b3d3c;
}

.topics-two-column-list .doc-category:hover {
    text-decoration: underline;
    color: #3b3d3c;
}

.topics-two-column-list h6 {
    color: inherit;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .topics-two-column-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 769px) {
    .topics-two-column-list {
        grid-template-columns: 1fr 1fr;
    }
}


.popular-articles-two-column-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.popular-articles-two-column-list li {
    margin: 0;
    padding: 0;
}

.popular-articles-two-column-list .popular-articles-item {
    display: block;
    padding: 0;
    background: transparent;
    border: none;
    transition: all 0.2s ease;
    text-decoration: none;
    text-decoration: underline;
    color: #3b3d3c;
}

.popular-articles-two-column-list .popular-articles-item:hover {
    text-decoration: underline;
    color: #3b3d3c;
}

.popular-articles-two-column-list h6 {
    color: inherit;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .popular-articles-two-column-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 769px) {
    .popular-articles-two-column-list {
        grid-template-columns: 1fr 1fr;
    }
}

.list-group-item:last-child {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}


.section-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.section-main-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #3b3d3c;
    flex-grow: 1;
}

.section-link {
    color: #3b3d3c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: 14px;
}

.section-link:hover {
    color: #3b3d3c;
    text-decoration: none;
}

.section-link i {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.section-link:hover i {
    transform: translateX(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-main-title {
        font-size: 20px;
    }
    
    .section-link {
        display: none;
    }
}

@media (max-width: 576px) {
    .section-title-container {
        gap: 8px;
    }
    
    .section-main-title {
        font-size: 18px;
    }
}

.gray-text {
    color: #666;
}

.bold {
    font-weight: bold;
}


.baloo-bhaijaan-2-logo-font {
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


.figtree-secondary-font {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.external-link {
    margin-right: 5px;
}

.mx-0 {
    margin-bottom: 0;
}

.letter-spacing-xs {
    letter-spacing: 5px;
}

.lowercase {
    text-transform: lowercase;
}

.link-text-md {
    color: #4871f7;
    text-decoration: none;
    font-weight: 400;
}

.subtext {
    font-weight: 500;
}

.small-info-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 1rem;
}

.text-justify {
    text-align: justify;
}

.max-w-sm {
    max-width: 50%;
}

.max-w-md {
    max-width: 75%;
}

.max-w-lg {
    max-width: 90%;
}

.mx-auto {
    margin: 0 auto;
}

.flex-col {
    flex-direction: column;
}

.space-y-xxs {
    margin-top: 0.5rem;
}

.space-y-1 {
    margin-top: 1rem;
}

.space-y-xs {
    margin-top: 2rem;
}

.space-y-sm {
    margin-top: 3rem;
}

.space-y-md {
    margin-top: 4rem;
}

.space-y-lg {
    margin-top: 6rem;
}

.space-x-0 {
    margin-left: 0;
}

.space-x-left-xs {
    margin-left: 3px;
}

.mt-xs {
    margin-top: 10px;
}

.mb-xs {
    margin-bottom: 1rem;
}

.mb-sm {
    margin-bottom: 2rem;
}

.mb-md {
    margin-bottom: 3rem;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.gap-xs {
    gap: 1rem;
}

.gap-sm {
    gap: 1.5rem;
}

.px-xxs {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.px-xs {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.px-sm {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.px-md {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.px-lg {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.py-xxs {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-xs {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-sm {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.py-md {
    padding-left: 4rem;
    padding-right: 4rem;
}

.py-lg {
    padding-left: 5rem;
    padding-right: 5rem;
}

.bg-light-gray {
    background-color: #F4F7FA;
}

.bg-light-orange {
    background: #fff4e6;
}

.bg-light-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(72, 113, 247, 0.08);
}

.border-gray {
    border-color: #eee;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.w-full {
    width: 100%;
}

.max-w-100 {
    max-width: 100px;
}

.h-50 {
    height: 50% !important;
}

.max-h-100 {
    max-height: 100px;
}

.bg-gray {
    background: #F4F7FA;
}

.border-gray {
    border-color: #F4F7FA !important;
}

.order-status-form-section {
    
}

.order-status-form-container {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
}

.order-status-form-card {
    padding: 40px;
    background: #FFF;
    border-radius: 4px;
}

.order-status-form-card-header {
    
}

.order-status-form-card-header h5 {
    margin-bottom: 0;
}

.order-status-form-card-body {
    
}

.order-status-form-small-text {
    font-size: 12px !important;
}

.order-status-form-small-text a {
    font-size: 12px !important;
    text-decoration: underline;
}



.border-radius-0 {
    border-radius: 0;
}

.select-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1rem;
    font-weight: 400;
    text-align: left;
}

.select-subtext {
    font-size: 11px;
    font-weight: 300;
    text-align: left;
}

.img-xs {
    width: 16px;
    height: 16px;
}

.img-sm {
    height: 30px;
    width: 30px;
}

.border {
    border-color: #eee !important;
}

/* Skeleton Loading Styles */
.skeleton-line {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-title {
    height: 28px;
    width: 70%;
}

.skeleton-subtitle {
    height: 16px;
    width: 90%;
}

.skeleton-small {
    height: 12px;
    width: 40%;
}

.skeleton-badge {
    height: 32px;
    width: 120px;
    border-radius: 16px;
}

.skeleton-progress-bar {
    height: 6px;
    width: 100%;
    border-radius: 3px;
}

.skeleton-card {
    height: 80px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 8px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Smooth transitions */
#form-section, #skeleton-section, #results-section {
    transition: opacity 0.3s ease-in-out;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

.card-tool {
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    height: 100%;
}

.card-tool:hover {
    transform: translateY(-5px);
}

.card-tool-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    background-color: #F4F7FA;
}

.card-tool-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #3b3e3c;
}

.card-tool-text {
    font-size: 0.875rem;
    color: #3b3e3c;
}

.color-sample {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.vironeer-content-image svg {
    width: 100%;
    height: 100%;
    color: #666;
}

.language-switcher-wrapper {
    padding: 6px 12px;
    height: 44px;
    display: flex;
    align-items: center;
}

.language-switcher {
    display: flex;
    gap: .25rem;
}

.language-link {
    display: inline-block;
    align-content: center;
}

.language-link active {
    background: green;
}

.language-separator {
    color: #F4F7FA;
    font-size: 20px;
}

.language-flag {
    width: 24px;
    height: 24px;
}

.icon-xs {
  width: 1rem;    /* 16px */
  height: 1rem;
}

.icon-sm {
  width: 1.25rem; /* 20px */
  height: 1.25rem;
}

.icon-md {
  width: 1.5rem;  /* 24px */
  height: 1.5rem;
}

.icon-md svg {
  width: 1.5rem;  /* 24px */
  height: 1.5rem;
}

.icon-lg {
  width: 2rem;    /* 32px */
  height: 2rem;
}

.icon-lg svg {
  width: 2rem;    /* 32px */
  height: 2rem;
}

.icon-xl {
  width: 2.5rem;  /* 40px */
  height: 2.5rem;
}

.icon-2xl {
  width: 3rem;    /* 48px */
  height: 3rem;
}

.icon-xlarge {
  width: 7.5rem;
  height: 7.5rem;
}

.icon-inline {
  display: inline-block;
  vertical-align: middle;
}

.icon-primary {
  color: #4871F7;
}

.icon-secondary {
  color: #3B3D3C;
}

.icon-success {
  color: #28a745;
}

.icon-danger {
  color: #dc3545;
}

.icon-warning {
  color: #ffc107;
}

.icon-info {
  color: #17a2b8;
}

.icon-dark {
  color: #3B3D3C;
}

.icon-light {
    color: #FFF;
}

.icon-custom-color {
    color: #25c8ff;
}

.icon-hover:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.icon-hover-scale:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.icon-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.icon-button svg {
    flex-shrink: 0;
}

.align-sub {
    vertical-align: sub;
}

.qr-image svg {
    width: 125px;
    height: 125px;
}

b, strong {
    font-weight: 600;
}