
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
}
.sticky + .content {
    padding-top: 102px;
}

#page-login #new-account a,
#page-login #connect button,
#page-login input,
#page-forgotten-password input,
#page-forgotten-password a,
#page-login .alert{
    font-size: 12px;
}

#page-login form input[type=email],
#page-login form input[type=password],
#page-forgotten-password form input[type=email],
#page-forgotten-password form input[type=password],
#page-forgotten-password form input[type=text] {
    border: 1px solid #282946;
}
.orange {
    color: #282946;
}
#page-login, #page-forgotten-password {
    background-color: #2B2B2B;
    min-height: 100vh;
    padding-top: 5vh;
}

#page-login #forgotten-password {
    color: #8A8A8B;
    font-size: 11px;
}

#page-login #forgotten-password a,
#page-forgotten-password a
{
    color: #282946;
}

#page-login #connect button, #page-forgotten-password button, #page-forgotten-password input[type='submit'] {
    background-color: #FEEACD;
    /*color: white;*/
}

#page-login #new-account a {
    border: 1px solid #343434;
    color: #343434;
}

#page-forgotten-password {
    font-size: 12px;
}

#page-forgotten-password .card-body #content{
    color: #8A8A8B;

}

#page-forgotten-password .bubble {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #D9D9D9;
    display: inline-block;
    margin: 5px;
}

#page-forgotten-password .bubble.active {
    background-color: #282946;
}
#page-forgotten-password .form-error ul , #page-forgotten-password #registration_form_plainPassword ul {
    padding-left: 1rem;
    margin-bottom: 5px;
}
#page-forgotten-password .form-error ul li , #page-forgotten-password #registration_form_plainPassword ul li {
    list-style: none;
    color:red;
}

.hello {
    font-size: 18px;
    font-weight: bold;
}
a, h4, #left-side nav .title {
    color: #282946;
}
.hello a {
    color: #282946;
    font-size: 12px;
    font-weight: normal;

}
.nav-item {
    padding-left: 40px;
}
#left-side nav .title {
    font-weight: bold;
    font-size: 17px;
}
#left-side nav ul {
    list-style: none;
    padding-left: 0;
}
#left-side nav ul li {
    padding: 8px;
    width: 75%;
    border-radius: 10px;
}
#left-side nav ul li a {
    color: #333639;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}
#left-side nav ul li:hover, #left-side nav ul li.active {
    background-color: #FEEACD;
}
#left-side nav ul li:hover a {
    color: #282946;
}

.material-symbols-outlined {
    font-weight: 300;
}
.inline-icon {
    vertical-align: bottom;
    font-size: 26px;
}
#left-side #euro-symbol i {
    font-weight: 400;
}
.card-header-index {
    font-size: 14px;
}

.card-header-index p {
    margin-bottom: 5px;
}

.card-index {
    min-height: 232px;
    overflow-x: auto;
}

#app_catalog_product .customization_catalog_widget i,#app_catalog_search .customization_catalog_widget i, #app_cart .viewCustomization i
{
    border-radius: 10px;
    border: 1px solid #1a2226;
    font-size: 34px;
    cursor: pointer;
}

#app_cart .viewCustomization i, #app_cart .cantViewCustomization i, #app_cart .createCustomization i {
    font-size: 22px;
}

#app_catalog_product .card-edit-customization , #app_catalog_search .card-edit-customization
{
    background-color: #f5f5f5;
}

#app_cart .remove {
    cursor: pointer;
}

#app_catalog_product .viewCustomization,#app_catalog_search .viewCustomization, #app_cart .viewCustomization
{
    border: none;
    background: none;
}
#app_cart .viewCustomization, #app_cart .createCustomization, #app_cart .cantViewCustomization {
    width: 43px;
}

#app_cart .createCustomization {
    cursor: pointer;
}

.cart-link {
    text-decoration: none;
}

#app_attribute .accordion-collapse {
    background-color: #F5F1F1;
}

#app_attribute .form-label {
    margin-bottom: 0px;
}

.pagination span a, .pagination span.current {
    padding:15px;
    position: relative;
    display: block;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    margin: 1px;
}

.pagination span.current {
    background-color: #7a7a7a;
    color: white;
}

select[readonly]:-moz-read-only {
    /* For Firefox */
    pointer-events: none;
}

select[readonly]:read-only {
    pointer-events: none;
}

.borderCustomizationField {
    border: 1px solid red;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e4e4e4;
    color: black;
}

.nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show,  .sidebar-menu > li.active > a, .sidebar-menu .sidebar-submenu > li.active > a, .sidebar-menu .sidebar-submenu > li > a:hover{
    filter: brightness(80%);
    text-decoration: underline;
}

.newMessage {
    position: relative;
    top: -35px;
    left: -5px;
}
.bubble_request {
    border: 1px solid #b6b6b6;
    border-radius: 18px;
    background-color: #95C11F;
    color: white;
}
.bubble_request a {
    color:white;
}

.bubble_response {
    border: 1px solid #dcdcdc;
    border-radius: 18px;
    background-color: #4E3F36;
    color:white;
}

.bubble_response a {
    color:white;
}