:root {
    --bs-primary: #4478bc !important;
    /* #366096; */
    --primary: #366096 !important;
    --bs-success: #5cb247 !important;
    --success: #5cb247 !important;
    --bs-gray: #6c757d  !important;
    ;
}

body{
    background-color: #fff !important;
}



.text-blue{
    color: #4478bc !important;

}
.bg-white {
   background;white !important;
}
.fs-14 {
    font-size: 14px;
  }

  .fs-15{
    font-size: 15px;
  }

.fs-18 {
    font-size: 18px;
  }
/* Custom styles for the modern header */

header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.dropdown-menu.show {
    background: none;
    border: 1px solid white;
    box-shadow: 0 4px 8px #fff
}

li.lang-hover.tal {
    list-style: none;
}

ul.lang-link-ul {
    margin-bottom: 0px;
}

.lang_cust .top-dropdown {
    width: 179px !important;
}

.top-link .top-dropdown ul {
    padding: 0px !important;
}

.top-link .top-dropdown li a {
    background: url(/application/assets/images/v5/arrow1.png) no-repeat left -16px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 11px !important;
    padding-right: 0;
    line-height: 22px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626 !important;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #f5f5f5 !important;
}

li.lang-hover.tal:hover .dropdown-menu {
    display: block;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 1rem;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}
.tab-cont a{
    display: block;
    padding: 5px 1rem;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1rem;
}
.tab-cont a:hover, .tab-cont a:focus {
    color: #262626 !important;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #f5f5f5 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7);
}

.nav-link.show {
    background-color: #ededed !important;
    color: var(--bs-primary) !important;
    border-bottom: 2px solid var(--bs-primary) !important;

    
}

.container {
    padding-top: 0px;
}

.dropdown-item:hover {
    background: #4987e2;
    border-radius: 30px;
    color: white;
}

.navigation {
    background: #4987e2;
}

.header img {
    border-radius: 50%;
}

.container {
    padding-top: 10px;
}

.banner {
    position: relative;
    z-index: 0;
}

.card-img {
    height: 255px !important;
    object-fit: cover !important;
}

.btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.1rem;
    transition: background-color 0.3s;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 126%;
    background: linear-gradient(to right, rgba(0.2, 0.2, 0.2, 0.4), rgba(0, 0, 0, 0.1));
    pointer-events: none;
}

.btn-icon:hover {
    background-color: #4987e2 !important;
    border: none;
}

.btn-outline-success {
    box-shadow: none !important;
    color: #198754!important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
}

.btn-outline-gray {
    color: var(--bs-gray) !important;
    box-shadow:none;
}

.language-header-container select {
    appearance: none;
    border-radius: 5px;
    padding: 0.3rem 1rem;
    cursor: pointer;
}

.navbar {
    padding-top: 0px !important;
}

.navbar-expand-lg .navbar-collapse {
    display: block !important;
    justify-content: unset !important;
}

.navbar-nav .nav-link {
    margin-right: 1rem;
    border-radius: 30px;
    background-color: #e9ecef !important;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-nav .nav-link:hover {
    background-color: var(--bs-primary) ;
    color: white ;
}

select:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.navbar {
    padding-bottom: 0px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {

    padding-right: .2rem !important;
    padding-left: .2rem !important;
   
}


/* Style for the nested dropdown to appear on hover */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    border-radius: 30px;
    background: #e9ecef;
    color: white
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    position: absolute;
}

.navbar-nav-wrapper {
    display: flex;
    flex-direction: column;
    /* Arrange ul elements in a column */
    gap: 10px;
    /* Add some space between rows */
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    /* Allows wrapping of list items */
}

.navbar .dropdown-menu[data-bs-popper] {
    top: auto !important;
    left: auto !important;
}

ul#second_items {
    margin-top: 15px;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    text-align: center;
}

.carousel-caption h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 37px;
    position: relative;
    left: 8px;
}

.caption-text {
    font-size: 30px;
    /* Adjust text size as needed */
    color: #fff;
    /* Adjust color as needed */
}

.carousel-logo {
    width: 150px;
    /* Adjust size as needed */
    height: auto;
}

li.nav-item {
    margin: 7px 0px 7px 0px;
}

.ripple-tab li.nav-item {
    margin: 0px 0px 0px;
}

/* Navigation */

.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 18px;
    font-weight: 400;
}

.body-bg {
    background: #f8f9fa;
}


/* Mobile responsiveness */

@media (max-width: 576px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn-icon {
        margin-bottom: 5px !important;
    }
    .form-control,
    .btn-outline-success {
        margin-bottom: 10px !important;
    }
    .form-control {
        margin-bottom: 0 !important;
    }
    /* Adjust language selector and icon */
    #languageIcon {
        display: block;
        margin: 0 auto;
    }
    select {
        width: 100%;
        /* margin-bottom: 10px; */
    }
}

.dropdown-item {
    color: #696a6c;
}

.ziele,
.ziel {
    width: 100%;
    display: flex;
    column-gap: 20px;
}

#ziele1,
#ziel1 {
    width: 50%
}

#ziele2,
#ziel2 {
    width: 50%
}

ul.dropdown-menu.show {
    background: #e9ecef;
    border-radius: 12px;
}

.dropdown-menu.show {
    border: 1px solid white;
    box-shadow: 0 4px 8px #9d9797;
    margin-top: 0px;
}

.carousel-caption {
    display: flex;
    justify-content: space-evenly;
    /* top: 15.25rem; */
}

img#banner-img {
    height: 300px;
    width: 100%;
    width: -webkit-fill-available;
    object-fit: cover;
}

@media (max-width: 768px) {
    button.btn.btn-outline-success.rounded-pill {
        width: 80px;
        margin: auto !important;
    }
    header {
        position: unset;
    }
    .btn {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .form-control {
        /* margin-bottom: 8px !important; */
    }

}

@media (max-width: 830px) {
    .d-md-none {
        display: block;
        /* Show mobile header */
    }
    
    img#banner-img {
        height: 240px;
    }
    .carousel-caption {
        position: absolute;
        top: 39% !important;
        ;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .caption-text {
        font-size: 16px;
        color: #fff;
    }
    .carousel-logo {
        width: 108px;
        height: auto;
    }
    h1.banner-text {
        font-size: 22px;
        position: relative;
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        margin: 10px;
    }
    ul.lang-link-ul {
        padding-left: 0px !important;
    }
    .d-md-block {
        display: none;
        /* Hide desktop header */
    }
    section#nav-bills {
         display: none!important;
    }
}

@media (min-width: 840px) {
    .d-md-none {
        display: none;
        /* Hide mobile header */
    }
    .d-md-block {
        display: block;
        /* Show desktop header */
    }
    
}

@media (max-width: 988px) and (min-width: 821px) {
    .container.d-flex.align-items-center.flex-wrap {
        flex-wrap: unset !important;
    }
    .post {
        width: 47% !important;
    }
    .events {
        width: 47% !important;
    }
}

@media screen and (max-width: 576px) {
    .row {
        width: auto !important;
    }
}


/* @media (min-width: 280px) and (max-width: 988px) {
  .collapse:not(.show) {
    display: none !important;
  }
} */


/*pm*/

.msg-overlay-container {
    position: fixed;
    z-index: 8000;
    bottom: 0;
    {
        template_textalignment_alt
    }
    : 8px;
    height: 0;
    overflow: visible;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.msg-overlay-list-bubble {
    display: flex;
    flex-direction: column;
    height: 400px;
    flex: 0 0 264px;
    width: 264px;
    background: #fff;
    transform: translateY(0);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: 167ms;
    animation: fade-in 167ms cubic-bezier(.4, 0, 1, 1);
}

.msg-overlay-conversation-bubble,
.msg-overlay-list-bubble {
    border-radius: 2px 2px 0 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .2)
}

.mh4,
.mr4 {
    margin- {
        template_textalignment_alt
    }
    : 16px
}

.mh4,
.ml4 {
    margin- {
        template_textalignment
    }
    : 16px
}

.msg-overlay-bubble-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 12px;
    min-height: 43px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px 2px 0 0;
    cursor: pointer;
}

.msg-overlay-bubble-header__details {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin- {
        template_textalignment_alt
    }
    : 8px
}

.flex-row {
    flex-direction: row
}

.align-items-center {
    align-items: center
}

.presence-indicator--is-online {
    background: #469a1f
}

.presence-indicator--size-1,
.presence-indicator--size-2 {
    width: 8px;
    height: 8px
}

.presence-indicator {
    border-radius: 50%;
    flex-shrink: 0;
    transition: background 167ms ease-in-out;
    box-sizing: border-box;
    animation: fade-in 167ms ease-in
}

.mh2,
.mr2 {
    margin- {
        template_textalignment_alt
    }
    : 8px
}

.mh2,
.ml2 {
    margin- {
        template_textalignment
    }
    : 8px
}

.msg-overlay-bubble-header__primary-text {
    max-width: 230px
}

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

.msg-overlay-bubble-header__controls {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 167ms;
    margin- {
        template_textalignment
    }
    : auto;
    flex-shrink: 0;
    opacity: 1
}

.msg-overlay-bubble-header__control {
    background-color: transparent;
    border: 0;
    color: rgba(0, 0, 0, .6);
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    font-weight: 600;
    height: 24px;
    outline-width: 2px;
    padding: 0;
    position: relative;
    transition-duration: 167ms;
    transition-property: background-color, box-shadow, color;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    vertical-align: middle;
    border-radius: 12px;
    width: 24px;
}

.msg-overlay-bubble-header__control:before {
    transition-duration: .5s
}

.msg-overlay-bubble-header--inverse .msg-overlay-bubble-header__control,
.msg-overlay-bubble-header__control {
    box-sizing: border-box;
    font-family: inherit;
    line-height: 24px;
    overflow: hidden;
    text-decoration: none;
    z-index: 0;
    text-indent: -999px;
    text-align: center
}

.msg-overlay-list-bubble__content--scrollable {
    overflow-y: auto
}

.msg-overlay-list-bubble__content {
    position: relative;
    height: 357px;
    width: 264px;
}

.msg-conversations-container__conversations-list {
    flex: 1
}

.msg-conversations-container__conversations-list {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.msg-overlay-list-bubble__conversations-list {
    background-color: transparent;
    flex: 1
}

.msg-conversations-container__conversations-list {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.msg-conversations-container__convo-item {
    position: relative;
    display: block;
    width: 100%
}

.msg-overlay-list-bubble__convo-item,
.msg-overlay-list-bubble__convo-item-link {
    height: auto
}

.msg-overlay-list-bubble__convo-item:hover,
.msg-overlay-list-bubble__convo-item-link:hover {
    background-color: #fafafa
}

.msg-conversations-container__convo-item-link {
    display: block;
    height: 100%
}

.msg-conversation-card {
    transition-duration: 83ms;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding- {
        template_textalignment
    }
    : 12px;
    cursor: pointer;
    overflow: hidden;
    left: 0;
}

.msg-compose-container__add-group-name,
.msg-compose-container__form-wrapper,
.msg-compose-container__spacer,
.msg-conversation-card {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.msg-conversation-card .msg-conversation-card__presence-entity {
    display: table-cell;
    vertical-align: middle
}

.presence-entity--size-2 {
    width: 40px;
    height: 40px
}

.presence-entity {
    display: flex;
    position: relative
}

.presence-entity__image {
    background-size: cover
}

.EntityPhoto-circle-2 {
    border-radius: 49.9%;
    border: 1px solid #d1d1d1
}

.EntityPhoto-circle-2,
.EntityPhoto-circle-2-ghost-person {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box
}

.msg-conversation-card .msg-conversation-card__presence-entity .presence-indicator--size-2 {
    bottom: 11px
}

.presence-indicator--is-reachable.presence-indicator--size-1,
.presence-indicator--is-reachable.presence-indicator--size-2 {
    border-width: 2px
}

.presence-indicator--is-reachable {
    border: 2px solid #469a1f
}

.presence-indicator--is-unreachable {
    border: 2px solid #c5c5c5
}

.presence-indicator--size-1,
.presence-indicator--size-2 {
    width: 8px;
    height: 8px
}

.msg-conversation-listitem__link .msg-overlay-list-bubble__convo-card-content {
    height: auto;
    padding: 8px 20px 8px 8px;
    margin- {
        template_textalignment
    }
    : 4px;
}

.msg-conversation-card__content {
    width: 100%;
    height: 92px;
    padding: 12px 8px;
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #e6e9ec
}

.msg-conversation-card__content {
    width: 100%;
    height: 92px;
    padding: 12px 8px;
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #e6e9ec
}

.overflow-hidden {
    overflow: hidden
}

.msg-overlay-list-bubble__convo-card-content-wrapper--narrow {
    max-width: 160px
}

.msg-overlay-list-bubble__convo-card-content-wrapper {
    width: 100%;
    flex-grow: 2
}

.msg-conversation-card__row {
    display: flex;
    flex-wrap: wrap
}

.msg-conversation-card__participant-names {
    flex: 1
}

.msg-conversation-card__row {
    display: flex;
    flex-wrap: wrap
}

.msg-overlay-list-bubble__message-snippet {
    flex: 1;
    -webkit-font-smoothing: antialiased
}

.m0 {
    margin: 0
}

.msg-overlay-list-bubble__message-snippet .msg-conversation-card__message-snippet-body {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.msg-conversation-card__message-snippet-body {
    display: block
}

.text-align-center {
    text-align: center
}

.msg-conversation-card__conversation-status {
    display: flex;
    margin-right: auto;
    text-align: {
        template_textalignment_alt
    }
    ;
}

.flex-grow-1 {
    flex-grow: 1
}

.ph2,
.pl2 {
    padding- {
        template_textalignment
    }
    : 8px
}

.msg-conversation-card__unread-count {
    height: 16px;
    line-height: 16px;
    min-width: 10px;
    padding: 0 4px;
    margin- {
        template_textalignment
    }
    : 4px;
    border-radius: 16px;
    background-color: #ff9229;
    color:#fff
}

input.msg-overlay-list-bubble-search__search-typeahead-input {
    width: calc(100% - 24px);
    margin: 8px 12px;
    padding- {
        template_textalignment_alt
    }
    : 28px
}

input.msg-overlay-list-bubble-search__search-typeahead-input:focus {
    border-color: #ff9229;
    box-shadow: 0 0 0 1px #ff9229
}

input.msg-overlay-list-bubble-search__search-typeahead-input {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    transition-duration: 334ms;
    transition-property: border-color, box-shadow;
    box-shadow: none;
    border-radius: 2px;
    padding: 0 10px 0 33px;
    outline: 0;
    height: 32px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .9);
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #f3f6f8;
    background-image: url(/application/assets/images/v5/ico_zoom.jpg);
    background-position: 8px 9px;
    background-repeat: no-repeat;
}

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

.msg-overlay-list-bubble .msg-facepile-grid {
    width: 40px;
    height: 40px
}

.msg-facepile-grid {
    width: 58px;
    height: 58px;
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.msg-overlay-list-bubble .msg-facepile-grid.msg-facepile-grid--no-facepile .msg-facepile-grid__img {
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 49.9%;
    width: 40px;
    height: 40px;
    border: none;
}

.msg-overlay-list-bubble .msg-facepile-grid .msg-facepile-grid__img {
    border-width: 1px
}

.msg-facepile-grid__img {
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%;
    float: {
        template_textalignment
    }
    ;
    position: relative;
    width: 28px;
    height: 28px;
    border-width: 1px;
    background-size: cover;
}

.visually-hidden {
    display: block;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.presence-entity__indicator--size-2 {
    bottom: 3px;
    {
        template_textalignment_alt
    }
    : 3px;
}

.presence-entity__indicator {
    position: absolute;
    box-shadow: 0 0 0 2px #fff
}

.msg-overlay-list-bubble--is-minimized {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    transition-duration: 167ms;
    transform: translateY(357px);
    width: 264px;
    flex-basis: 264px;
}

#show_permissions table th strong {
    float: {
        template_textalignment
    }
}

.social-btn-icon {
    max-height: 25px;
    margin-top: -5px
}

.social-btn-fb {
    line-height: 15px;
    background-color: #3B5998;
    color: #fff
}

.social-btn-tw {
    line-height: 15px;
    background-color: #1DA1F2;
    color: #fff
}

.social-btn-gp {
    line-height: 15px;
    background-color: #DB4437;
    color: #fff
}

.social-btn-li {
    line-height: 15px;
    background-color: #0077B5;
    color: #fff
}

#qty-action .input.qty,
#qty-action input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 85px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
    background-color: transparent;
}

#qty-sub,
#qty-add,
.add_qty,
.sub_qty {
    width: 35px;
    height: 35px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    font-size: 19px;
    color: #727578;
    cursor: pointer;
}

#qty-sub.disabled,
#qty-add.disabled {
    cursor: not-allowed
}

h4.msg-overlay-bubble-header__primary-text.truncate.fs-14.normal {
    font-size: 16px;
}

.hide {
    display: none ;
}

.top-dropdown .dropdown-menu {
    right: 1px;
}

@media only screen and (min-width: 1920px) {
    .top-dropdown,
    .dropdown-menu {
        right: auto !important;
    }
}

ul#plusproperty.show {
    border-radius: 0px!important;
    background: white!important;
}

#advh_whdropdown:hover {
    color: #1e2125!important;
    background-color: #e9ecef!important;
    border-radius: 0px!important;
}


/**/


/* html file  */

.cust-header [class*='-primary'] {
    border-color: var(--bs-primary);
}

.cust-header [class*='-outline-primary'] {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.cust-header [class*='-outline-primary']:hover,
[class*='-outline-primary']:active {
    color: white;
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}

.cust-header [class*='-outline-success'] {
    border-color: var(--bs-success);
}

.cust-header [class*='-outline-gray'] {
    border-color: var(--bs-gray);
}

.cust-header [class*='-outline-success']:hover {
    border-color: var(--bs-success);
    background-color: var(--bs-success) !important;
}

.cust-header [class*='-outline-gray']:hover {
    border-color: var(--bs-gray);
    background-color: var(--bs-gray) !important;
    color: #fff!important;
    border-radius:50%;
}

.cust-header [class*='-outline-gray'].active {
    border-color: var(--bs-gray);
    background-color: var(--bs-gray) !important;
    color: #fff!important;
    border-radius:50%;
    
}

.btn {
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background-color: var(--bs-primary) !important;
}

.fa-user-pen::before {
    content: "\f4ff";
}

.btn-outline-success.btn-icon:hover {
    background-color: var(--bs-success) !important;
    box-shadow:none;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.dropdown .dropdown-menu.bg-white.show {
    inset: 0px 0px auto auto ;
    transform: translate(-30px, 40px) !important;
    min-width: 62px !important;
}

.dropdown .dropdown-menu {
    min-width: 12rem;
}

.dropdown .dropdown-menu .pointer {
    text-align: center;
}

a.btn-icon {
    margin-bottom: 0px !important;
}

.header-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#languageTriggerId {
    display: flex;
    align-items: center;
    justify-content: center;
}

#languageTriggerId:active,
#languageTriggerId.show {
    color: white !important;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

div#searchResults {
    max-height: 410px;
    overflow: auto;
    z-index: 1;
}


/* Suchcontainer Hintergrundfarbe ändern */

.search-container {
    max-width: 700px;
    margin: auto;
    background-color: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

#navPageGroups {
    height: 35px;
    }
    
/* Suchleiste */

.input-group {
    background-color: #f1f3f5;
    border-radius: 50px;
}

#searchForm #searchButton {
    width: 45px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#searchForm .input-group {
    /* border: 1px solid var(--bs-primary); */
    /* background-color: var(--bs-primary); */
}

#searchForm .position-relative {
    width: calc(100% - 50px);
}

#searchForm .form-control {
    border: 1px solid var(--bs-primary);
}
li.list-group-item i {
    padding-right: 5px;
    color: #6c757d;
}

/* Suchleiste Farben anpassen */

/*.form-control {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 50px;
    font-size: 1rem;
    padding: 12px 20px;
}*/

.input-group-text i {
    font-size: 1.5rem;
    color: #6c757d;
    transition: color 0.3s ease;
}

.input-group-text:hover i {
    color: #007bff;
}

.list-group-item img {
    height: 91px !important;
    margin-top: 15px;
    max-width: 100%

}
.search-details{
    display: flex;
    justify-content:center;
}
.search-details i {
     font-size: 16px;
    margin-top: 13px;
    padding-left: 19px;
    padding-right: 0px !important;
    color: #6c757d;
}
.search-details h5 {
    font-size: 16px;
   
}
/* Kategorie und Filter Container */

.category-container{
     padding: 20px;
    /* Mehr Padding für den Filterbereich */
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#filterContainer {
    padding: 20px;
    padding-top:0px !important;
    /* Mehr Padding für den Filterbereich */
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

#filterSection {
    transition: all 0.3s ease;
    /* Sanfter Übergang */
}

div#filterSection {
    width: 38%;
   
}

.fas.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fas.fa-user-plus:before {
    content: "\f234";
}

/* .d-block {
    opacity: 1;
    max-height: 500px;
} */


/* Benutzerdefinierter Dropdown für Kategorien */

.custom-dropdown {
    position: relative;
    width: 100%;
    font-family: "Arial", sans-serif;
}

.selected-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.selected-category:hover {
    background-color: #f8f9fa;
    border-color: #ced4da;
}

#selectedCategoryIcon {
    margin-right: 10px;
    font-size: 1.2em;
    color: #4478bc;
}

#selectedCategoryText {
    flex-grow: 1;
    text-align: left;
}

.selected-category::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.selected-category.active::after {
    transform: rotate(180deg);
}

#dropdownMenus {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 5px;
}
#dropdownMenus-product {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 5px;
}
.dropdownMenus-country {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 5px;
}
.dropdownMenus-region {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 5px;
}
.dropdownMenus-state {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 5px;
}
.dropdownMenus-city {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 5px;
}
div#filterContainer {
        overflow-y: scroll;
    max-height: 350px;
}

.dropdown-item {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.dropdown-item i {
    margin-right: 10px;
    font-size: 1.2em;
    color: #4478bc;
}

.dropdown-item:hover {
    background-color: #c8e3ff;
}

.dropdown-item:hover {
    border-radius: 30px;
    color: #1e2125;
}


/* Styling der Suchergebnisse */

.search {
    width: calc(50vw - 150px);
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .search {
        width: calc(50vw - 190px);
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .search {
        width: calc(50vw - 190px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search {
        width: 275px;
    }
}

.search-results {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width:  550px; /* 38%; */
    position: absolute;
}

.search-results h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}


/* Styling der Listen- und Gridansicht Knöpfe */

#listViewBtn,
#gridViewBtn {
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Schatten hinzufügen */
    transition: all 0.3s ease;
    /* Sanfte Übergänge */
}

#listViewBtn.active,
#gridViewBtn.active {
    background-color: #007bff;
    color: white;
}

#listViewBtn:hover,
#gridViewBtn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Erhöhten Schatten bei Hover */
    transform: translateY(-2px);
    /* Leichte Bewegung bei Hover */
}


/* Suchergebnisse Listengestaltung */

.list-group-item {
    border: none;
    padding: 15px 10px;
    font-size: 1.1rem;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

.list-group-item:last-child {
    border-bottom: none;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

#listView .list-group-item:hover {  
    background-color: #fff;
    color: #212529 !important;
    /* border: 1px solid rgba(0, 0, 0, .125); */
}

#listView .list-group-item{
    border: none;
    border-bottom:  1px solid rgba(0, 0, 0, .125);
 }

#listView .list-group-item:last-child {
    border-bottom: none !important;
}

.list-group-item a {
    text-decoration: none;
   color: black;
   font-size: 15px;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
}

.list-group-item a:hover {
    color: #0056b3;
    text-decoration: underline;
    background:none;
}

#listViewBtn.active,
#gridViewBtn.active {
    background-color: #4478bc;
    color: white;
}

a.card.text-center.p-3 {
    border: none;
}


/* Styling für Grid- und Listenansicht */

.grid-view {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    list-style-type: none;
    padding-left: 0;
}

.grid-view .list-group-item {
     flex:34%;
    max-width:28%;
    border: 2px solid #f1f1f1;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 0;
    padding:0px !important;
}
.search-details a.card.text-center.p-3 {
    border: none;
    background: none;
}
div#gridContainer {
    padding-left:20px;
}
.grid-view .list-group-item a {
    display: block;
    padding: 10px !important;
}


/* Zusätzliche kleine Stile für Filtereingaben */

.mb-3 {
    margin-bottom: 1.5rem;
    /* Größere Abstände */
}


/* Filtereingaben */

.input-group input[type="number"],
.input-group input[type="date"],
.select {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
    font-size: 1rem;
}


/* Produktkategorie-Dropdown */

#productCategorySelect {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
    font-size: 1rem;
    appearance: none;
    /* Standard Dropdown Pfeil ausblenden */
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNDU0NTQ1IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMTUuNzEybC04LjU4LTguNThMOS42LjgwNmMxLjAwNC0xLjAwNCAyLjYyMS0xLjAwNCAzLjYyNSAwbDEwIDkuOTk4YzEuMDA0IDEuMDA0IDEuMDA0IDIuNjIxIDAgMy42MjVsLTEwIDkuOTk4Yy0xLjAwNSAxLjAwNS0yLjYyMiAxLjAwNS0zLjYyNSAwbC0uNzk3LS44MDRMMTIgMTUuNzEyem0wLTIuOTg0TDEuNDUyIDIwTDEyIDEwLjk4MmgwbDkuOTk4IDkuOTk5TDEyIDEyLjc1MnoiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 12px;
}


/* Filter-Titel und Text */

label {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .search-container {
        padding: 10px;
        max-width: 100%;
    }
    #filterSection,
    .category-container {
        padding: 10px;
    }
    .form-control {
        padding: 5px;
    }
    #listViewBtn,
    #gridViewBtn {
        padding: 0.5rem;
    }
}


/* Hide the search bar by default */

.search-bar {
    width: 100%;
    opacity: 1;
    overflow: hidden;
}

.search-bar.d-md-block {
    transition: width 0.5s ease, opacity 0.5s ease;
}


/* Hide the a tags when the search bar is open */

.a-tags-hidden {
    display: none !important;
}

@media (max-width: 992px) {
    .search {
        width: calc(80vw - 180px);
    }
}


@media screen and (max-width: 575.98px) {
    .btn-sm-primary {
        background-color: transparent !important;
        color: var(--bs-primary) !important;
    }

    a{
        word-break: break-all;
    }
}

/* Show the a tags when the search bar is open */

@media (max-width: 767.98px) {
    .border-sm-0 {
        border: 0 !important;
        margin: unset !important;
    }

    .btn i {
        font-size: 1.1rem !important;
    }
    #searchForm .form-control {
        margin: unset !important;
    }
    .dropdown .dropdown-menu.bg-white.show {
        transform: translate(0px, 40px) !important;
    }
    .search-bar {
        width: 100%;
        opacity: 1;
        overflow: unset;
    }
    div#filterSection {
        width: 93%;
       z-index:100 !important;
    }


    .search-results {
        width: 88%;
        z-index: 100 !important;
    }
    a.btn.btn-primary.btn-sm-primary.rounded-pill.border-sm-0 {
    background-color: #4478bc !important;
    color: white!important;
}
}

@media (max-width: 576.98px) {
    /* .header-container-logo {
        margin-left: 10px;
    } */
    /* .dropdown {
        margin-right: 10px;
    } */
}

#searchSection .search {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.shadow-none:focus {
    box-shadow: none;
    outline: none;
    /* Optional */
}

@media (min-width: 578px) and (max-width: 992px) {
    #searchSection .search {
        width: 80%;
        margin: auto;
    }
    .search-bar {
        width: 100%;
        opacity: 1;
        overflow: unset;
    }
    .search-results {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        width: 63%;
        position: absolute;
        z-index:100 !important;
    }
    div#filterSection {
        width: 55%;
    }
}
@media (min-width: 480px) and (max-width:760px) { 
    .grid-view .list-group-item {
            flex: 42%;
    max-width: 43%;
}
}
@media (min-width: 280px) and (max-width:479px) { 
    .grid-view .list-group-item {
            flex: 87%;
    max-width:87% !important;
}
}
.bell-Icon {
    display: flex;
    align-items: center !important;
    justify-content: center !important
}


.swiper {
    width: 600px;
    height: 300px;
}


/* Notification badge */

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}


/* @media screen and (min-width: 600px) {
	.gap-sm-2 {
		gap: .5rem !important;
	}
} */

.position-unset {
    position: static !important;
    /* or position: initial; */
}

#searchvalue {
    padding-top: 6px;
    padding-bottom: 6px;
}

@media (min-width: 280px) and (max-width: 988px) {
    .collapse:not(.show) {
        display: none !important;
    }
.navbar-nav .nav-item{
min-width: -webkit-fill-available!important;
}
.navbar-nav .nav-link {
    transform: translateY(-3px)!important;
	}
div#megamenu-all{
    width: 100%!important;
}
.navbar-nav .nav-link:hover{
color: #0d6efd;
}
}

@media screen and (max-width: 600px) {
    a.nav-link.dropdown-toggle {
        white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
       width:250px
    }
}

#applicationLogo img{
    height: 50px;
}

#searchvalue{
    height: auto !important;
}

#megaMenuNav li.nav-item {
    background-color: #fff;
}

.truncate-line-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 54px;
}



   /* Open dropdown on hover */
   .dropdown-hover-toggle:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Adjust to align the dropdown properly */
}
.dropdown-menu {
    display: none; /* Hide by default */
    z-index: 10 !important;
}

header .dropdown-menu {
    z-index: 2 !important;
}


.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }


  .fs-5{
   font-size: 1.1rem;
  }


.text-orangered {
    color: orangered;
}


.border-light-blue {
    border-color: #F6F9FE !important;
}
.border-gray{   
 border: #f1f1f1;;
}
.custom-box-shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.text-primary {
    color: var(--bs-primary) !important;
}


.custom-border-left {
    border-left: 1px dotted #dcdcdc;
}



@media (min-width: 1200px) {
    .ml-xl-4{
        margin-left: 1.5rem !important;
    }
    
}


/* Button styling */
.ripple-button {
  position: relative;
  overflow: hidden;
  background-color: #6200ea;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  outline: none;
}

/* Ripple circle */
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transform: scale(0);
  animation: ripple-animation 0.9s ease-out;
  pointer-events: none;
}

/* Ripple animation */
@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.bg-gray{
    background-color: gray;
}

.cd-top {
	border-radius: 8px;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(158, 191, 240, 1) url(/application/assets/images/v5/cd-up-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  z-index:30;
  border-radius: 50%;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  /* margin-bottom: 50px */
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
	border-radius: 50%;
  background-color: #4886E2;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 85px;
  }
}

a.btn.btn-outline-success:hover{
    color:#fff!important;
}
    
a.btn.btn-primary.btn-sm-primary.rounded-pill.border-0.d-lg-block span{ color:#ffffff;}

div#navPageGroups a {
    box-shadow:none;
    }
    
    .btn.btn-outline-gray{
    box-shadow:none;
    }
    
    button#languageTriggerId {
    box-shadow:none;
    }

    .text-gray{

        color: rgb(0 0 0 / 0.6);
    
    }
    
    
    
    .bg-hover-gray:hover{
    
        background-color: rgba(0, 0, 0, 0.08);
    
    }
    
    
    
    .h-80{
    
        height: 80px;
    
    }
    
    
    
    .w-80{
    
        width: 80px;
    
    }
    
    
    
    @media(min-width:768px){
    
    
    
        .lg-width-35{
    
    width:35%;
    
        }
    
    }
    
    
    
    @media(max-width:767.98px){
    
        .sm-width-60{
    
    
    
            width: 60%;  
    
          }
    
    
    
    }
    
    
    
    .text-hover-blue:hover{
    
        color: #4478bc !important;
    
    }
    
    
    
    .cursor-pointer{
    
        cursor: pointer;
    
    }

    button.btn.btn-outline-secondary.me-2.active,
button.btn.btn-outline-secondary.active {
    background: #4478bc;
    border: none;
}

.large-modal{
    max-width: 75% !important;
  }

  .modal-open{
    overflow: hidden; padding-right: 10px;
  }

  .comment-section>p{
    padding-bottom:15px;
    text-align:center;
    }


    .truncate-line {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .truncate-line-7 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    @media (min-width: 768px) {
    .h-md-40{

        height: 400px;
    }
}


.list-group-item:hover  {
    z-index: 2;
background-color: rgba(0, 0, 0, 0.08);
    color: #0a66c2 !important;
    border-color: rgba(0, 0, 0, 0.08);
}
.list-group-item.active {
    z-index: 2;
background-color: rgba(0, 0, 0, 0.08);
    color: #0a66c2 !important;
    border-color: rgba(0, 0, 0, 0.08);
}

.list-group-item a,.list-group-item a:hover,.list-group-item a:active{
    color: unset !important;
}

.list-group-item:active span, .list-group-item:hover span, .list-group-item.active span {
    color: #0a66c2 !important;
}

@media (min-width: 768px) {
    .pl-md-4{
        padding-left: 1.5rem !important;
    }
}

.btn-outline-primary {
    color: #4478bc;
    border-color: #4478bc
}

.btn-outline-primary:hover {
    color: #4478bc;
    background-color: transparent;
    border-color: #4478bc
}
.btn-outline-primary:active {
    color: #4478bc;
    background-color: transparent;
    border-color: #4478bc
}

@media screen and (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
}
.bg-skyblue{
background-color: #F6F9FE;
}

@media (min-width: 768px) {
    .custom-card-side-border{
        border-right: 1px dotted rgba(0, 0, 0, 0.175);
        
    }
}

@media (max-width: 768px) {
    .custom-card-side-border{
        border-bottom: 1px dotted rgba(0, 0, 0, 0.175);
        
    }
}




.text-orangered{
    color:#ff7643;
}


@media screen and (min-width: 992px) {
    .text-lg-end{
        text-align: right;
    }
    .w-lg-50{
        width: 50% !important;
    }
}

/* .w-200px{
    width: 200px !important;
} */

@media screen and (min-width: 992px) {
    .w-lg-200px{
        width: 200px !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-200px{
        width: 200px !important;
    }
}

.modal-backdrop {

    z-index: 1035!important; 
}

i.fas.fa-bell:before {
    padding-bottom: 2px;
}

@media (min-width: 992px) {
    .w-lg-65 {
        width: 65%;
    }
    .max-lg-height-800{
        max-height: 800px;
    }
}


.left-sidebar, .right-sidebar {
    width: 25%; 
}

.main-content {
    flex-grow: 2; 
    width: 50%;
}

@media (max-width: 991.98px) {
    .left-sidebar, .right-sidebar {
        width: 30%;
    }
    
    .main-content {
        width: 70%;
    }
    
}
	@media (max-width: 767.98px) {
   
    .left-sidebar, .main-content {
        width: 100%;
    }
}

.fa-user-minus:before {
    content: "\f503"
}
.fa-user-plus:before {
    content: "\f234"
}





.bg-transparent{
    background-color: transparent !important;
}

.h-50px{
    height: 50px;
}

.fade{
    display: none;
}

.show{
    display: block;
}

.w-fit {
    width: fit-content  !important;
}

.h-fit {
    height: fit-content;
}



.skeleton-loader {
    position: relative;
    overflow: hidden;
}
.skeleton-loader {
    background-color: #e0e0e0; /* Gray background color */
    width: 130px;
   height: 121px;
    border-radius: 5px;
    display: block; /* Make sure it’s visible initially */
}

img.lazy {
    display: none; /* Hide image initially */
}

img.lazy.skeleton-loader {
    display: block; /* Show skeleton loader */
}

.skeleton-loader:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.offcanvas-body{
    overflow-y: scroll;
height: calc(100vh - 72px) !important;

}

/* Hide scrollbar for WebKit browsers (Chrome, Safari) */
.modal-body::-webkit-scrollbar ,.send-modal-body::-webkit-scrollbar ,.offcanvas-body::-webkit-scrollbar{
    width: 0;
    display: none;
  }
  
  /* Hide scrollbar for Firefox */
  .modal-body,.send-modal-body,.offcanvas-body {
    scrollbar-width: none;
  }
  
  /* Hide scrollbar for IE and Edge */
  .modal-body,.send-modal-body,.offcanvas-body {
    -ms-overflow-style: none;
  }
  

  .modal-body , .send-modal-body,.offcanvas-body{
    /* max-height: 400px; 
    overflow-y: auto; */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #888 #f1f1f1; /* For Firefox */
  }
  
  /* Webkit-based browsers (Chrome, Safari, Edge) */
  .modal-body::-webkit-scrollbar,.send-modal-body::-webkit-scrollbar, .offcanvas-body::-webkit-scrollbar {
    width: 6px;
  }
  
  .modal-body::-webkit-scrollbar-track .send-modal-body::-webkit-scrollbar-track, .offcanvas-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  .modal-body::-webkit-scrollbar-thumb, .send-modal-body::-webkit-scrollbar-thumb, .offcanvas-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
  
  .modal-body::-webkit-scrollbar-thumb:hover, .send-modal-body::-webkit-scrollbar-thumb:hover, .offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
    white-space: nowrap;
}

.fs-16{
    font-size: 16px;
}

.dot-bottom-border{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.dot-top-border {
    border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}


  @media (max-width: 576px) { 
    .border-sm-none {
      border: none !important;
    }
  }
  /* Custom styles for the chat */
  #full-container {
	padding: 0;
	margin: 0;
}
.full-dialog-overlay {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10000;
	width: 100%;
	min-height: 3500px;
}
.full-dialog-side-control {
	border: 1px solid #666 !important;
	padding: 0 0 0 40px !important;
	background: url(/application/assets/images/v5/bg_slidein.png) repeat-y 0 0 !important;
	left: auto !important;
	right: 0 !important;
	overflow: hidden !important;
	top: 0 !important;
	margin-top: 0 !important;
	height: 100% !important
}
/*footer mobile menu also visible at 80px height*/
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.full-dialog-side-control {
		/*margin-top: -90px !important;*/
		/*margin-top: -180px !important;*/

	}
	.header-container {
		margin-top: 0px;
	}
}
#full-dialog-container-js.full-dialog-container.full-dialog-side-control {
	position: fixed;
	width: 0;
	margin-top: 10px;
	z-index: 10001;
}
.full-dialog-close {
	cursor: pointer;
	position: absolute;
	right: -11px;
	top: -11px;
	width: 26px;
	height: 26px;
}
.full-dialog-side-control .full-dialog-body {
	float: right;
	width:100%;
	height: 100%;
	/*overflow: hidden;
	overflow-y: scroll;*/
	margin-top: 0;
	-webkit-overflow-scrolling: touch;
	background: url(/application/assets/images/v5/ico_working.gif) center center no-repeat #f5f5f5;
}
.full-dialog-side-control iframe {
	border: 0;
	background: #f7f9fb;
	overflow: scroll;
	/*background: url(/application/assets/images/v5/ico_working.gif) center center no-repeat #f5f5f5;*/
}
.full-dialog-side-control .full-dialog-close {
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(/application/assets/images/v5/ico_close_white.png) no-repeat 50% 50%;
	cursor: pointer;
	text-indent: -3000px;
	top: 10px;
	left: 10px;
	right: auto;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.full-dialog-side-control .full-dialog-close {
		/*top: 100px;*/
	}
	.full-dialog-side-control .full-dialog-body {
		/*margin-top:90px;*/
	}
}

/* Custom styles for the chat */
/application/assets/images/v5/.custom-scrollbar {
    max-height: 90px;
    overflow-y: scroll;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 9px; 
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: grey;  
    border-radius: 5px; 
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #d9d9d9;  
    border-radius: 5px; 
}
.catpdfile{
	/*margin-top:10px !important;*/
	word-wrap: break-word; /* Ensures long words wrap */
  word-break: break-word; /* Breaks long words to the next line */
  white-space: normal;
		}
/* Initially, no underline */
.catpdfile a {
color: var(--bs-primary);
    text-decoration: none;
}

/* On hover, underline the text */
.catpdfile a:hover { 
color: var(--bs-primary);
    text-decoration: underline;
}
.table-fixed {
  table-layout: fixed;
}
.border-gray {
  border-color: var(--bs-gray);
}
@media (min-width: 768px) and (max-width: 991px) {
.container {
        max-width: 100% !important; 
        padding-right: calc(var(--bs-gutter-x) * .5)!important;
    padding-left: calc(var(--bs-gutter-x) * .5)!important;
    }
}