.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: bottom;
    border: none;
    outline: none;
    border-radius: 50%;
    gap: 8px;
    color: WHITE;
    cursor: pointer;
}

.icon-button:hover {
    cursor: pointer;
}

/* .icon-button:active {
    background: #cccccc;
} */

.icon-buttonbadge {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 28px;
    height: 28px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer;
    color: #ba2121;
    font-weight: bold;
    color: WHITE;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);

body {
    font-family: "Roboto", sans-serif;
    /*background: #E6E9ED;*/
    min-height: 100vh;
    position: relative;
}

.navbar {
    z-index: 99 !important;
}

.notification-ui a:after {
    display: none;
}

.notification-ui_icon {
    position: relative;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: unset !important;
    align-items: center;
}

.notification-ui_icon .unread-notification {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 7px;
    background-color: #66bb6a;
    position: absolute;
    top: 7px;
    left: 12px;
}

@media (min-width: 900px) {
    .notification-ui_icon .unread-notification {
        left: 20px;
    }
}

.notification-ui_dd {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    border: 0;
    max-width: 400px;
}

@media (min-width: 900px) {
    .notification-ui_dd {
        min-width: 400px;
        position: absolute;
        left: -192px;
        top: 70px;
    }
}

.notification-ui_dd:after {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 7px);
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}

.notification-ui_dd .notification-ui_dd-header {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.notification-ui_dd .notification-ui_dd-header h3 {
    margin-bottom: 0;
}

.notification-ui_dd .notification-ui_dd-content {
    max-height: 500px;
    overflow: auto;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 25px;
    border-bottom: 1px solid #ddd;
}

.notification-list--unread {
    position: relative;
}

.notification-list--unread:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    height: calc(100% + 1px);
    border-left: 2px solid #52af06;
}

.notification-list .notification-list_img img {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-list .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
}

.notification-list .notification-list_feature-img img {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    margin-left: 20px;
}

.honasa-notification {
    position: absolute;
    z-index: 99 !important;
    margin-left: 75%;
    margin-top: 21%;
    width: 20%;
    height: 15em;
    filter: drop-shadow(10px 10px 4px #7b7b7c);
    border-radius: 2px;
    overflow: scroll;
    overflow-x: hidden;
    display: inline-block;
    border-left: solid #32a1ce;
    border-top: solid #32a1ce;
    display: none;
}

/* @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);body {
    font-family: 'Roboto', sans-serif;
    background: #E6E9ED;
    min-height: 100vh;
    position: relative;
  } */

.notification-ui a:after {
    display: none;
}

.notification-ui_icon {
    position: relative;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: unset !important;
    align-items: center;
}

.notification-ui_icon .unread-notification {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 7px;
    background-color: #66bb6a;
    position: absolute;
    top: 7px;
    left: 12px;
}

@media (min-width: 900px) {
    .notification-ui_icon .unread-notification {
        left: 20px;
    }
}

.notification-ui_dd {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    border: 0;
    max-width: 400px;
}

@media (min-width: 900px) {
    .notification-ui_dd {
        min-width: 400px;
        position: absolute;
        left: -192px;
        top: 70px;
    }
}

.notification-ui_dd:after {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 7px);
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}

.notification-ui_dd .notification-ui_dd-header {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.notification-ui_dd .notification-ui_dd-header h3 {
    margin-bottom: 0;
}

.notification-ui_dd .notification-ui_dd-content {
    max-height: 500px;
    overflow: auto;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 25px;
    border-bottom: 1px solid #ddd;
}

.notification-list--unread {
    position: relative;
}

.notification-list--unread:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    height: calc(100% + 1px);
    border-left: 2px solid #52af06;
}

.notification-list .notification-list_img img {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-list .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
}

.notification-list .notification-list_feature-img img {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    margin-left: 20px;
}

.bg-light {
    background-color: WHITESMOKE !important;
}

.container ul {
    padding: 20px;
    list-style-type: decimal;
}

.container ul li {
    float: left;
    margin: 0 10px;
    padding: 0 10px;
}

.is-hidden {
    display: none;
}

.is-visuallyHidden {
    opacity: 0;
}

.Close {
    color: #aaaaaa;
    float: right;
    font-size: 16px;
}

.Close:hover,
.Close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.is-blurred {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.thalign {
    text-align: center;
}

#order_products-group table .field-quantity {
    text-align: center;
}

#order_products-group table .field-product select {
    appearance: none;
}

#order_products-group table .field-brand select {
    appearance: none;
}

.gridloader {
    display: none !important;
    width: 50px;
    height: 50px;
    border: 5px dotted #79aec8;
    border-radius: 50%;
    display: inline-block;
    position: fixed;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
    z-index: 999999999;
    /* background-color: grey; */
    top: 45%;
    left: 50%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.catalog_loader {
    display: inline-block;
}

.catalog_loader img {
    vertical-align: middle;
    margin-right: 10px;
    height: 25px;
    width: 25px;
}

.summary_loader {
    display: inline-block;
}

.summary_loader img {
    vertical-align: middle;
    margin-right: 10px;
    height: 2.1875rem;
    width: 2.1875rem;
}

.creation_loader {
    display: inline-block;
}

.creation_loader img {
    vertical-align: middle;
    margin-right: 10px;
    height: 2.1875rem;
    width: 2.1875rem;
}

.successnote {
    font-size: 0.875rem;
    font-weight: 700;
    display: block;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    color: green;
    border: 1px solid green;
    border-radius: 4px;
    background-color: rgb(224, 245, 224);
    background-position: 5px 12px;
    overflow-wrap: break-word;
}

#password-reset-form input[type="text"] {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}

#password-reset-form input[type="email"] {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}

#password-confirm-form input[type="password"] {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}

#password-confirm-form input[type="password"] {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}

.unclickable {
    pointer-events: none;
    display: inline-block;
}

#download-button {
    background-color: #4CAF50;
    border: none;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#download-button:hover {
    background-color: #45a049;
}

#download-button a {
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

#download-button .material-icons {
    font-size: 22px;
}

.guidelines-link {
    font-weight: 600;
    font-size: 1rem;
    color: #0056b3;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
    margin-left: 10px;
}

.guidelines-text {
    font-style: italic;
}

.guidelines-link:hover {
    color: #003d80;
}

.new-text {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 6px;
    background: linear-gradient(90deg, #ff4b1f, #f9d423, #21d4fd, #b721ff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 1.5s linear infinite;
    letter-spacing: 0.5px;
}

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