/* #block-storemenu .clients-ic{
    display: none;
} */

#access-denied {
    text-align: center;
    line-height: 80px;
}

span.setting>.nav>li>a .caret {
    visibility: hidden;
}

section .block-gear-menu {
    float: right;
    margin-right: 10px;
}

.right-header .region-right-header .block-gear-menu {
    float: right;
    margin: 0px;
}

.block-gear-menu .icons-wrapper>span.bell img {
    height: 22px;
    width: 22px;
}

.block-gear-menu .icons-wrapper .bell {
    position: relative;
}

.block-gear-menu .icons-wrapper .setting .dropdown-toggle {
    display: block;
}

.block-gear-menu .icons-wrapper a#pop,
.block-gear-menu .icons-wrapper a#messagepop {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.icons-wrapper .count-unread {
    position: absolute;
    top: -7px;
    left: 9px;
    padding-top: 4px;
    font-size: 10px;
    line-height: 1;
    color: #FFF;
    border-radius: 50%;
    height: 17px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    margin-top: 0;
    font-weight: bold;
    background: #C50070;
    min-width: 17px;
    padding: 4px 3px 0;
    font-family: 'GothamHTF-Book';
}

.icons-wrapper>a .notif-click {
    width: 36px;
    height: 31px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.block-gear-menu .icons-wrapper .setting .notification-popup {
    display: none;
}

.header-notification {
    position: relative;
    margin-left: 16px;
}

.popover .popover-body {
    padding: 0;
}

.inner-content-heading {
    padding: 16px 0;
    background: #F2F1F6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    border-bottom-color: #F2F1F6 !important;
}

.inner-content-heading h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}

.inner-content-popup {
    padding: 20px 30px;
    border-top: 0.5px solid rgba(0, 0, 0, .15);
}

.inner-content-popup .content {
    margin-top: 16px;
}

.inner-content-popup .content:first-child {
    margin-top: 0;
}

.detail a {
    display: flex;
    align-items: center;
}

.notification_count {
    font-size: 18px;
    color: #fff;
    background: #C50070;
    border-radius: 100px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    font-family: 'GothamHTF-Book';
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification_content {
    font-size: 14px;
    color: #000;
    padding-left: 8px;
    font-family: 'GothamHTF-Book';
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    border-bottom-color: #F2F1F6;
}

#global_store_department_filter {
    cursor: pointer;
    margin-left: 24px;
}

.login-sso-heading {
    display: flex;
    height: 78px;
    padding: 16px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px 10px 0px 0px;
    background: var(--Background, #F2F1F6);
}

.login-sso-heading a {
    display: block;
    max-width: 180px;
}

.login-sso-content {
    padding: 32px;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10.25px);
}

.sso-login-submit {
    margin-bottom: 0;
}

.sso-login-submit .btn-primary {
    font-family: 'GothamHTF-Medium', Arial;
}

.enter-id {
    display: flex;
    justify-content: center;
}

.enter-id a,
.enter-id a:focus {
    color: #000;
    border: none;
    padding: 6px 0 4px;
    background: transparent;
    font-size: 14px;
    font-family: 'GothamHTF-Medium', Arial;
    border-bottom: 1px solid #808080 !important;
}

/* Error Page */
.user-error {
    text-align: left;
}

.user-error-text {
    margin: 0;
    color: #222;
    line-height: 18.5px;
}

.user-error p {
    margin: 0;
}

.user-error p a{
    margin-top: 16px;
}

.user-error-title {
    font-size: 14px;
    line-height: 17.5px;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.user-error-text span {
    text-decoration: underline;
}

.user-error-btn {
    margin-top: 20px;
}

.redirect-start-page {
    margin-top: 20px;
}
.block-gear-menu .icons-wrapper .header-message{
    margin-left: 22px;
    cursor: pointer;
    position: relative;
    width: 21px;
    height: 22px;
}
.block-gear-menu .icons-wrapper .chat-inactive::before{
    content: '';
    width: 14px;
    height: 14px;
    background: #BFBFBF;
    border-radius: 100px;
    position: absolute;
    right: -2px;
    top: -4px;
}
.block-gear-menu .icons-wrapper .chat-active::before{
    content: '';
    width: 14px;
    height: 14px;
    background: green;
    border-radius: 100px;
    position: absolute;
    right: -2px;
    top: -4px;
}
.header_message_popup {
    position: absolute;
    top: 85px;
    right: 0;
    width: 290px;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(128, 128, 128, 0.5);
    border-radius: 8px;
    z-index: 999999999;
}
.header_message_popup h3{
    font-size: 15px;
    color: #031D30;
    margin-bottom: 0;
    font-family: 'GothamHTF-Medium', Arial;
}
.header_message_popup .btn-primary{
    background-color: #000!important;
}
.message-status{
    padding: 14px 0;
    display: flex;
    align-items: center;
}
.message-status input{
    opacity: 1;
    cursor: pointer;
    width: 44px;
    height: 25px;
    border-radius: 29px !important;
    border: none;
    box-shadow: none !important;
    background-size: 29px;
    background-position: center left -2px;
    background-color: #808080;
    margin: 0;
    background-image: url('../../client_profile/images/dot.svg');
    background-repeat: no-repeat;
    appearance: none;
    padding: 12px 16px;
    position: relative;
    margin: 0 8px;
}
.message-status input:checked{
    background-color: #179432;
    border-color: #179432;
    background-position: center right -2px !important;
}
.message-status span{
    font-size: 14px;
    color: #808080;
    font-family: 'GothamHTF-Medium', Arial;
}

.image-widget .form-type-checkbox {
    margin: 10px !important;
    padding: 5px 0px 15px 0px;
}

.image-widget .form-item .form-check-input {
    margin-top: 37px !important;
}

.image-widget .file-size {
    margin-left: 50px;
}

.image-widget .form-submit {
    margin-top: 10px;
}

@media (max-width:1100px) {

}

@media (max-width: 767px) {
    .block-gear-menu .icons-wrapper .setting {
        display: none;
    }
    .header_message_popup{
        top: 76px;
        right: -54px;
    }
}