: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/  .nav-link {
      position: relative;
      border: none;
      color: #6c757d;
      background-color: transparent;
      transition: color 0.3s ease-in-out;
  }

  .nav-link:hover {
      color: #0056b3;
  }

  .ripple-tab .nav-item {
      margin-right: .2rem;
  }

  .ripple-tab .nav-link {
      position: relative;
      color: #505050;
      background-color: #ededed;
      overflow: hidden;
      transition: background-color 0.3s ease;
  }

  .ripple-tab .nav-link.active {
      color: var(--bs-primary);
      background-color: unset;
      border-bottom: 2px solid var(--bs-primary) !important;
  }

  .ripple-tab .nav-tabs .nav-link {
      position: relative;
      overflow: hidden;
      cursor: pointer;
  }

  .ripple-tab .nav-tabs .nav-link:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background: rgba(13, 110, 253, 0.4);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0);
      border-radius: 50%;
      opacity: 0;
      transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .ripple-tab .nav-tabs .nav-link:active:after {
      transform: translate(-50%, -50%) scale(15);
      opacity: 1;
      transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .nav-link {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      padding: 10px 20px;
      font-size: 16px;
  }

  .ripple {
      position: absolute;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2);
      animation: ripple-animation 0.8s linear;
  }

  @keyframes ripple-animation {
      0% {
          transform: scale(0);
          opacity: 1;
      }

      100% {
          transform: scale(4);
          opacity: 0;
      }
  }span.list-item a h4.size-small.spacing-top-mini.text-bold {
    color: black;
    text-decoration: none !important;
    font-weight: normal;
    
}
span.list-item a h4.size-small.spacing-top-mini.text-bold:hover {
   text-decoration: underline !important;
}
.unordered-list li {
    margin-bottom: 0.5rem;
}
ul.list-unstyled.p-0.mb-3 a {
    text-decoration: none !important;
}
/* div#left-nav {
    padding:0px !important;
} */
div#column-left {
    padding: 0px !important;
}
div#categorynav {
    overflow:scroll;
}
div#navigation {
    padding: 0px !important;
}

span.list-item a {
    text-decoration: none !important;
}





.element-rating {
    width: 100px;
    height: 10px;
    background: url('path-to-rating-stars.png') no-repeat;
    background-size: contain;
}




.card-img-top {
    object-fit: cover; 
  }










ul.list-unstyled.p-0.mb-3 li {
    list-style: none;
    color: black;
}
ul.list-unstyled.p-0.mb-3 li span.list-item a {
    list-style: none;
    color: black;
    font-size: 14px;
}
h4.size-small.spacing-top-mini {
    font-size: 15px;
}
h6.card-title.text-truncate {
    font-size: 1.25rem;
    color: black;
}
p.card-text.text-muted {
    color: #6c757d !important;
    font-size: 0.9rem;
}
ul.unordered-list.nostyle.indent-one {
    padding:0px;
}
.card-img-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%; 
    overflow: hidden;
  }
  
  .card-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 0.25rem;
    transition: transform 0.3s ease; 
  }
  
  .card-img-container:hover img {
    transform: scale(1.1); 
  }
  
  .card-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 120, 188, 0.8); 
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease; 
  }
  
  .card-img-container:hover .card-hover-overlay {
    opacity: 1; 
  }
  
  .overlay-text {
    color: #dbe9ff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);

    /* font-size: 1.2rem; */
    /* font-weight: bold; */
    text-align: center;
    
  }
  /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
