:root {
    --bb-rl-primary-color: #4946fe;
    --bb-rl-secondary-color: #dde4ff;
    --bb-rl-background-color: #fff;
    --bb-rl-background-hover-color: #f8f8f8;
    --bb-rl-background-secondary-color: #f6f6f6;
    --bb-rl-background-secondary-hover-color: #f3f3f3;
    --bb-rl-background-tertiary-color: #dbdbdb;
    --bb-rl-background-tertiary-hover-color: #cececf;
    --bb-rl-background-black-color: #0c0c0d;
    --bb-rl-background-disabled-color: #dbdbdb;
    --bb-rl-background-brand-primary-color: var(--bb-rl-primary-color);
    --bb-rl-background-brand-primary-hover-color: #4937f4;
    --bb-rl-background-brand-secondary-color: #dde4ff;
    --bb-rl-background-brand-secondary-hover-color: #c2cdff;
    --bb-rl-background-brand-disabled-color: #767eff;
    --bb-rl-background-positive-primary-color: #14ae5c;
    --bb-rl-background-positive-primary-hover-color: #009951;
    --bb-rl-background-positive-secondary-color: #ebffee;
    --bb-rl-background-positive-secondary-hover-color: #cff7d3;
    --bb-rl-background-warning-primary-color: #e5a000;
    --bb-rl-background-warning-primary-hover-color: #bf6a02;
    --bb-rl-background-warning-secondary-color: #fffbeb;
    --bb-rl-background-warning-secondary-hover-color: #fff1c2;
    --bb-rl-background-danger-primary-color: #ec221f;
    --bb-rl-background-danger-primary-hover-color: #c00f0c;
    --bb-rl-background-danger-secondary-color: #fee9e7;
    --bb-rl-background-danger-secondary-hover-color: #fdd3d0;
    --bb-rl-border-color: #f3f3f3;
    --bb-rl-border-secondary-color: #e7e7e7;
    --bb-rl-border-tertiary-color: #cececf;
    --bb-rl-border-disabled-color: #f3f3f3;
    --bb-rl-border-quinery-color: #6d6d6e;
    --bb-rl-border-quaternary-color: #9e9e9e;
    --bb-rl-border-brand-primary-color: #3325ae;
    --bb-rl-border-brand-secondary-color: var(--bb-rl-primary-color);
    --bb-rl-border-positive-primary-color: #02542d;
    --bb-rl-border-positive-secondary-color: #14ae5c;
    --bb-rl-border-warning-primary-color: #682d03;
    --bb-rl-border-warning-secondary-color: #e5a000;
    --bb-rl-border-danger-primary-color: #690807;
    --bb-rl-border-danger-secondary-color: #ec221f;
    --bb-rl-text-color: #242425;
    --bb-rl-text-white-color: #fff;
    --bb-rl-text-secondary-color: #555556;
    --bb-rl-text-tertiary-color: #858586;
    --bb-rl-text-disabled-color: #9e9e9e;
    --bb-rl-text-brand-primary-color: var(--bb-rl-primary-color);
    --bb-rl-text-brand-secondary-color: #3325ae;
    --bb-rl-text-positive-primary-color: #02542d;
    --bb-rl-text-positive-secondary-color: #14ae5c;
    --bb-rl-text-warning-primary-color: #682d03;
    --bb-rl-text-warning-secondary-color: #e5a000;
    --bb-rl-text-danger-primary-color: #690807;
    --bb-rl-text-danger-secondary-color: #ec221f;
    --bb-rl-icon-color: #0c0c0d;
    --bb-rl-icon-primary-color: #3d3d3d;
    --bb-rl-icon-secondary-color: #6d6d6e;
    --bb-rl-icon-tertiary-color: #9e9e9e;
    --bb-rl-icon-disabled-color: #cececf;
    --bb-rl-icon-brand-primary-color: #3325ae;
    --bb-rl-icon-brand-secondary-color: var(--bb-rl-primary-color);
    --bb-rl-icon-brand-disabled-color: #767eff;
    --bb-rl-icon-positive-primary-color: #02542d;
    --bb-rl-icon-positive-secondary-color: #14ae5c;
    --bb-rl-icon-warning-primary-color: #682d03;
    --bb-rl-icon-warning-secondary-color: #e5a000;
    --bb-rl-icon-danger-primary-color: #690807;
    --bb-rl-icon-danger-secondary-color: #ec221f;
    --bb-rl-radius-xs: 2px;
    --bb-rl-radius-sm: 4px;
    --bb-rl-radius-md: 6px;
    --bb-rl-radius-base: 8px;
    --bb-rl-radius-lg: 12px;
    --bb-rl-radius-full: 99px;
    --bb-rl-space-0: 0;
    --bb-rl-space-50: 4px;
    --bb-rl-space-100: 8px;
    --bb-rl-space-200: 16px;
    --bb-rl-space-300: 24px;
    --bb-rl-space-400: 32px;
    --bb-rl-space-500: 40px;
    --bb-rl-space-600: 48px;
    --bb-rl-space-700: 56px;
    --bb-rl-z-index-dropdown: 1000;
    --bb-rl-z-index-sticky: 1020;
    --bb-rl-z-index-fixed: 1030;
    --bb-rl-z-index-adminbar: 1035;
    --bb-rl-z-index-modal-backdrop: 1040;
    --bb-rl-z-index-modal: 1050;
    --bb-rl-z-index-popover: 1060;
    --bb-rl-z-index-tooltip: 1070;
    --bb-rl-font-family-base: InterText,serif;
    --bb-rl-font-size-2xl: 20px;
    --bb-rl-font-size-base: 16px;
    --bb-rl-font-size-xs: 11px;
    --bb-rl-font-size-sm: 13px;
    --bb-rl-base-line-xs: 16px;
    --bb-rl-base-line-small: 20px;
    --bb-rl-base-line: 24px;
    --bb-rl-base-line-2xl: 30px
}

.bb-rl-dark-mode {
    --bb-rl-primary-color: #4946fe;
    --bb-rl-background-color: #242425;
    --bb-rl-background-hover-color: #555556;
    --bb-rl-background-secondary-color: #2f2f2f;
    --bb-rl-background-secondary-hover-color: #3d3d3d;
    --bb-rl-background-tertiary-color: #6d6d6e;
    --bb-rl-background-tertiary-hover-color: #555556;
    --bb-rl-background-black-color: #0c0c0d;
    --bb-rl-background-disabled-color: #dbdbdb;
    --bb-rl-background-brand-primary-color: var(--bb-rl-primary-color);
    --bb-rl-background-brand-primary-hover-color: #4937f4;
    --bb-rl-background-brand-secondary-color: #3325ae;
    --bb-rl-background-brand-secondary-hover-color: #2e2689;
    --bb-rl-background-brand-disabled-color: #767eff;
    --bb-rl-background-positive-primary-color: #008043;
    --bb-rl-background-positive-primary-hover-color: #02542d;
    --bb-rl-background-positive-secondary-color: #02542d;
    --bb-rl-background-positive-secondary-hover-color: #024023;
    --bb-rl-background-warning-primary-color: #975102;
    --bb-rl-background-warning-primary-hover-color: #682d03;
    --bb-rl-background-warning-secondary-color: #682d03;
    --bb-rl-background-warning-secondary-hover-color: #522504;
    --bb-rl-background-danger-primary-color: #900b09;
    --bb-rl-background-danger-primary-hover-color: #690807;
    --bb-rl-background-danger-secondary-color: #690807;
    --bb-rl-background-danger-secondary-hover-color: #4d0b0a;
    --bb-rl-border-color: #2f2f2f;
    --bb-rl-border-secondary-color: #3d3d3d;
    --bb-rl-border-tertiary-color: #555556;
    --bb-rl-border-disabled-color: #f3f3f3;
    --bb-rl-border-quinery-color: #f6f6f6;
    --bb-rl-border-quaternary-color: #f3f3f3;
    --bb-rl-border-brand-primary-color: #c2cdff;
    --bb-rl-border-brand-secondary-color: var(--bb-rl-primary-color);
    --bb-rl-border-positive-primary-color: #cff7d3;
    --bb-rl-border-positive-secondary-color: #14ae5c;
    --bb-rl-border-warning-primary-color: #fff1c2;
    --bb-rl-border-warning-secondary-color: #e5a000;
    --bb-rl-border-danger-primary-color: #fdd3d0;
    --bb-rl-border-danger-secondary-color: #ec221f;
    --bb-rl-text-color: #fff;
    --bb-rl-text-white-color: #fff;
    --bb-rl-text-secondary-color: #cececf;
    --bb-rl-text-tertiary-color: #b6b6b6;
    --bb-rl-text-disabled-color: #e7e7e7;
    --bb-rl-text-brand-primary-color: var(--bb-rl-primary-color);
    --bb-rl-text-brand-secondary-color: #c2cdff;
    --bb-rl-text-positive-primary-color: #cff7d3;
    --bb-rl-text-positive-secondary-color: #14ae5c;
    --bb-rl-text-warning-primary-color: #fff1c2;
    --bb-rl-text-warning-secondary-color: #e5a000;
    --bb-rl-text-danger-primary-color: #fdd3d0;
    --bb-rl-text-danger-secondary-color: #ec221f;
    --bb-rl-icon-color: #cececf;
    --bb-rl-icon-primary-color: #cececf;
    --bb-rl-icon-secondary-color: #cececf;
    --bb-rl-icon-tertiary-color: #9e9e9e;
    --bb-rl-icon-disabled-color: #858586;
    --bb-rl-icon-brand-primary-color: #c2cdff;
    --bb-rl-icon-brand-secondary-color: var(--bb-rl-primary-color);
    --bb-rl-icon-brand-disabled-color: #767eff;
    --bb-rl-icon-positive-primary-color: #cff7d3;
    --bb-rl-icon-positive-secondary-color: #14ae5c;
    --bb-rl-icon-warning-primary-color: #fff1c2;
    --bb-rl-icon-warning-secondary-color: #e5a000;
    --bb-rl-icon-danger-primary-color: #fdd3d0;
    --bb-rl-icon-danger-secondary-color: #ec221f;
    color-scheme: dark;
    scrollbar-color: #666 transparent
}

.bb-rl-button {
    align-items: center;
    border-radius: var(--bb-rl-radius-md);
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    justify-content: center;
    padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease,bordfont,size,smer-color .2s ease,color .2s ease
}

.bb-rl-button.bb-rl-button--small {
    font-size: .875rem;
    padding: var(--bb-rl-space-50) var(--bb-rl-space-200)
}

.bb-rl-button.bb-rl-button--brandFill {
    background-color: var(--bb-rl-background-brand-primary-color);
    border: 1px solid var(--bb-rl-background-brand-primary-color);
    color: var(--bb-rl-text-white-color)
}

.bb-rl-button.bb-rl-button--brandFill:hover {
    background-color: var(--bb-rl-background-brand-primary-hover-color)
}

.bb-rl-button.bb-rl-button--brandFill:focus-within {
    outline: 2px solid var(--bb-rl-border-brand-primary-color)
}

.bb-rl-button.bb-rl-button--brandFill:disabled {
    background-color: var(--bb-rl-background-brand-disabled-color);
    cursor: not-allowed
}

.bb-rl-button.bb-rl-button--brandOutline {
    background-color: transparent;
    border: 1px solid var(--bb-rl-text-brand-primary-color);
    color: var(--bb-rl-text-brand-primary-color)
}

.bb-rl-button.bb-rl-button--brandOutline:hover {
    border-color: var(--bb-rl-background-brand-primary-color)
}

.bb-rl-button.bb-rl-button--brandOutline:focus {
    outline: 2px solid var(--bb-rl-border-brand-primary-color)
}

.bb-rl-button.bb-rl-button--brandOutline:disabled {
    border-color: var(--bb-rl-background-brand-disabled-color);
    color: var(--bb-rl-background-brand-disabled-color);
    cursor: not-allowed
}

.bb-rl-button.bb-rl-button--secondaryFill {
    background-color: var(--bb-rl-background-tertiary-color);
    border: 1px solid transparent;
    color: var(--bb-rl-text-color)
}

.bb-rl-button.bb-rl-button--secondaryFill:hover {
    background-color: var(--bb-rl-background-tertiary-hover-color)
}

.bb-rl-button.bb-rl-button--secondaryFill:focus {
    outline: 2px solid var(--bb-rl-border-quinery-color)
}

.bb-rl-button.bb-rl-button--secondaryFill:disabled {
    background-color: var(--bb-rl-background-tertiary-color);
    color: var(--bb-rl-text-disabled-color);
    cursor: not-allowed
}

.bb-rl-button.bb-rl-button--secondaryOutline {
    background-color: transparent;
    border: 1px solid var(--bb-rl-border-tertiary-color);
    color: var(--bb-rl-text-color)
}

.bb-rl-button.bb-rl-button--secondaryOutline:hover {
    background-color: var(--bb-rl-background-secondary-color)
}

.bb-rl-button.bb-rl-button--secondaryOutline:focus {
    outline: 2px solid var(--bb-rl-border-quinery-color)
}

.bb-rl-button.bb-rl-button--secondaryOutline:disabled {
    border-color: var(--bb-rl-border-tertiary-color);
    color: var(--bb-rl-text-disabled-color);
    cursor: not-allowed
}

.bb-rl-button.bb-rl-button--dangerFill {
    background-color: var(--bb-rl-background-danger-primary-color);
    border: 1px solid transparent;
    color: var(--bb-rl-text-white-color)
}

.bb-rl-button.bb-rl-button--dangerFill:hover {
    background-color: var(--bb-rl-background-danger-primary-hover-color)
}

.bb-rl-button.bb-rl-button--dangerFill:focus {
    outline: 2px solid var(--bb-rl-border-danger-primary-color)
}

.bb-rl-button.bb-rl-button--dangerFill:disabled {
    background-color: var(--bb-rl-background-danger-secondary-hover-color);
    cursor: not-allowed
}

.bb-rl-button.bb-rl-button--tertiaryText {
    background-color: transparent;
    border: none;
    color: var(--bb-rl-text-color)
}

.bb-rl-button.bb-rl-button--tertiaryText:hover {
    background-color: var(--bb-rl-background-secondary-hover-color)
}

.bb-rl-button.bb-rl-button--tertiaryText:focus {
    outline: 2px solid var(--bb-rl-border-quinery-color)
}

.bb-rl-button.bb-rl-button--tertiaryText:disabled {
    color: var(--bb-rl-text-disabled-color);
    cursor: not-allowed
}

.bb-rl-button.bb-rl-button--tertiaryLink {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: var(--bb-rl-text-brand-primary-color)
}

.bb-rl-button.bb-rl-button--tertiaryLink:hover {
    border-bottom-color: var(--bb-rl-link-primary-hover-color)
}

.bb-rl-button.bb-rl-button--tertiaryLink:disabled {
    border-bottom-color: transparent;
    color: var(--bb-rl-background-brand-disabled-color);
    cursor: not-allowed
}

.bb-rl-loader {
    animation: spin 3s linear infinite;
    border: 2px solid var(--bb-rl-border-quaternary-color);
    border-radius: var(--bb-rl-radius-full);
    border-top-color: var(--bb-rl-border-tertiary-color);
    display: inline-block;
    height: 22px;
    width: 22px
}

.bb-rl-header-block.bb-rl-header {
    background-color: var(--bb-rl-background-color);
    border-bottom: 1px solid var(--bb-rl-border-secondary-color);
    padding: var(--bb-rl-space-200) var(--bb-rl-space-400)
}

body.admin-bar .bb-rl-header-block.bb-rl-header {
    top: 32px
}

.bb-rl-header-block .bp-hide,.bb-rl-header-block.bb-rl-header .bb-rl-left-panel-mobile {
    display: none
}

.bb-rl-header-block.bb-rl-header .bb-readylaunch-menu .bb-rl-sub-menu {
    align-items: flex-start;
    background-color: var(--bb-rl-background-color);
    border: 1px solid var(--bb-rl-border-secondary-color);
    border-radius: var(--bb-rl-radius-md);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15);
    flex-direction: column;
    list-style: none;
    margin: 0;
    min-width: 195px;
    opacity: 0;
    padding: var(--bb-rl-space-100) 0;
    position: absolute;
    right: var(--bb-rl-space-100);
    top: var(--bb-rl-space-400);
    visibility: hidden;
    z-index: var(--bb-rl-z-index-dropdown)
}

.bb-rl-header-block.bb-rl-header .bb-readylaunch-menu .bb-rl-sub-menu.active {
    opacity: 1;
    visibility: visible
}

.bb-rl-header-block.bb-rl-header .bb-readylaunch-menu .bb-rl-sub-menu li {
    display: block;
    width: 100%
}

.bb-rl-header-block.bb-rl-header .bb-readylaunch-menu .bb-rl-sub-menu li a {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: var(--bb-rl-text-secondary-color);
    display: inline-flex;
    font-size: var(--bb-rl-font-size-sm);
    font-weight: 500;
    line-height: var(--bb-rl-base-line-small);
    padding: 10px var(--bb-rl-space-200);
    white-space: nowrap;
    width: 100%
}

.bb-rl-header-block.bb-rl-header .bb-readylaunch-menu .bb-rl-sub-menu li a:hover {
    background-color: var(--bb-rl-background-secondary-hover-color);
    color: var(--bb-rl-text-color)
}

.bb-rl-header-block li.bb-rl-hideshow {
    position: relative
}

.bb-rl-header-block .bb-rl-nav-more i {
    color: var(--bb-rl-icon-primary-color);
    font-weight: 500;
    margin-left: var(--bb-rl-space-50)
}

.bb-rl-header-block .bb-rl-header {
    background-color: var(--bb-rl-background-color);
    border-bottom: 1px solid var(--bb-rl-border-secondary-color);
    left: 0;
    padding: var(--bb-rl-space-200) var(--bb-rl-space-400);
    position: fixed;
    right: 0;
    top: 0;
    z-index: var(--bb-rl-z-index-fixed)
}

.bb-rl-header-block .bb-rl-header-block {
    position: static
}

.bb-rl-header-block body.admin-bar .bb-rl-header {
    top: 32px
}

.bb-rl-header-block .bb-rl-header .bb-rl-left-panel-mobile {
    display: none
}

.bb-rl-header-block .bb-readylaunch-menu {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-weight: 400;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.block-editor-block-list__block .bb-rl-header-block .bb-readylaunch-menu {
    height: 34px;
    overflow: hidden
}

.bb-rl-header-block .bb-readylaunch-menu>li:not(:last-child) {
    margin-right: var(--bb-rl-space-200)
}

.bb-rl-header-block .bb-readylaunch-menu>li>a {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: var(--bb-rl-radius-sm);
    color: var(--bb-rl-text-color);
    cursor: pointer;
    display: inline-flex;
    font-size: .85rem;
    justify-content: center;
    padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease,border-color .2s ease,color .2s ease;
    white-space: nowrap
}

.bb-rl-header-block .bb-readylaunch-menu>li>a:focus {
    outline: none
}

.bb-rl-header-block .bb-readylaunch-menu>li>a:focus-visible {
    outline: 2px solid var(--bb-rl-border-quinery-color)
}

.bb-rl-header-block .bb-readylaunch-menu>li:hover>a {
    background-color: var(--bb-rl-background-secondary-hover-color)
}

.bb-rl-header-block .bb-readylaunch-menu>li.current-menu-item>a {
    background-color: var(--bb-rl-background-secondary-hover-color);
    font-weight: 600
}

.bb-rl-header-block .bb-readylaunch-menu .menu-item.menu-item-has-children {
    position: relative
}

.bb-rl-header-block .bb-readylaunch-menu .menu-item>.sub-menu {
    background: var(--bb-rl-background-color);
    border: 1px solid var(--bb-rl-border-secondary-color);
    border-radius: var(--bb-rl-radius-md);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.12);
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 168px;
    opacity: 0;
    padding: var(--bb-rl-space-100) 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 100
}

.bb-rl-header-block .bb-readylaunch-menu .menu-item a {
    border-radius: var(--bb-rl-radius-sm);
    box-sizing: border-box;
    color: var(--bb-rl-text-color);
    display: block;
    font-size: .85rem;
    line-height: 1.4;
    margin-bottom: 1px;
    overflow: hidden;
    padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.bb-rl-header-block .bb-readylaunch-menu .menu-item>.sub-menu .menu-item:hover>a {
    background-color: var(--bb-rl-background-secondary-hover-color)
}

.bb-rl-header-block .bb-readylaunch-menu .menu-item>.sub-menu .menu-item:hover>.sub-menu {
    left: -2px;
    right: inherit;
    top: 0;
    transform: translateX(100%)
}

.bb-rl-header-block .bb-readylaunch-menu .menu-item>.sub-menu .menu-item.menu-item-has-children {
    position: relative
}

.bb-rl-header-block .bb-readylaunch-menu .menu-item>.sub-menu .menu-item.menu-item-has-children>a {
    padding-right: var(--bb-rl-space-300)
}

.bb-rl-header-block .bb-readylaunch-menu .menu-item>.sub-menu .menu-item.menu-item-has-children:after {
    color: var(--bb-rl-icon-secondary-color);
    content: "";
    display: block;
    font-family: bb-icons-rl;
    font-size: var(--bb-rl-font-size-base);
    position: absolute;
    right: var(--bb-rl-space-200);
    top: 50%;
    transform: translateY(-50%)
}

.bb-rl-header-block .bb-readylaunch-menu .menu-item:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

.bb-rl-header-block .bb-readylaunch-mobile-menu__wrap,.bb-rl-header-block.bb-rl-dark-mode .bb-rl-site-branding .bb-rl-light-logo,.bb-rl-header-block.bb-rl-dark-mode .bb-rl-site-branding .bb-rl-light-logo-text,.bb-rl-header-block:not(.bb-rl-dark-mode) .bb-rl-site-branding .bb-rl-dark-logo,.bb-rl-header-block:not(.bb-rl-dark-mode) .bb-rl-site-branding .bb-rl-dark-logo-text {
    display: none
}

.bb-rl-header-block .bb-rl-site-branding .site-title a {
    color: var(--bb-rl-text-color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none
}

.bb-rl-header-block .bb-rl-site-branding .site-title a:focus {
    outline: none
}

.bb-rl-header-block .bb-rl-site-branding .site-title a:focus-visible {
    outline: 2px solid var(--bb-rl-border-quinery-color)
}

.bb-rl-header-block .bb-rl-site-branding img {
    max-height: 32px;
    max-width: 130px;
    -o-object-fit: contain;
    object-fit: contain
}

.bb-rl-header-block .bb-rl-header-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.bb-rl-header-block .bb-rl-header-aside .bb-rl-header-aside-inner {
    align-items: center;
    display: flex;
    gap: var(--bb-rl-space-100)
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap {
    position: relative
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-dropdown {
    background: var(--bb-rl-background-color);
    border: 1px solid var(--bb-rl-border-secondary-color);
    border-radius: var(--bb-rl-radius-lg);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
    display: none;
    list-style: none;
    margin: 0;
    min-width: 480px;
    opacity: 0;
    overflow: visible;
    position: absolute;
    right: -15px;
    top: calc(100% + 8px);
    visibility: hidden;
    z-index: 0
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-dropdown .bb-rl-loader {
    display: table;
    margin: 20px auto
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .bb-rl-option-wrap .bb-rl-option-dropdown li {
    padding: 0
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap.selected .notification-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: var(--bb-rl-z-index-dropdown)
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap.selected .notification-link {
    background-color: var(--bb-rl-background-secondary-hover-color)
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap.selected .notification-link>span:after,.bb-rl-header-block .bb-rl-header-aside .notification-wrap.selected .notification-link>span:before {
    display: none
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-header {
    align-items: center;
    border-bottom: 1px solid var(--bb-rl-border-secondary-color);
    display: flex;
    justify-content: space-between;
    margin: var(--bb-rl-space-100) var(--bb-rl-space-200);
    padding: var(--bb-rl-space-100) 0
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-header h2 {
    color: var(--bb-rl-text-color);
    font-size: 1rem;
    font-weight: 500
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-header .notification-header-action {
    color: var(--bb-rl-icon-secondary-color);
    font-size: 1rem
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-header .message-view-all-link {
    align-items: center;
    border-radius: var(--bb-rl-radius-full);
    cursor: pointer;
    display: inline-flex;
    font-size: .85rem;
    justify-content: center;
    margin: 0 var(--bb-rl-space-200) 0 auto;
    padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease,bordfont,size,smer-color .2s ease,color .2s ease
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-header .mark-read-all {
    background: transparent;
    border: 0;
    color: var(--bb-rl-text-color);
    cursor: pointer;
    font-size: 16px
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-header .mark-read-all [class*=bb-icons-rl] {
    opacity: .6
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-header-actions {
    align-items: center;
    display: flex;
    gap: var(--bb-rl-space-200)
}

.bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-header-actions a {
    line-height: 1.5
}

.bb-rl-header-block .bb-rl-header-aside .notification-link {
    border-radius: var(--bb-rl-radius-md);
    display: inline-block;
    height: auto;
    padding: 4px;
    text-decoration: none
}

.bb-rl-header-block .bb-rl-header-aside .notification-link:focus {
    outline: none
}

.bb-rl-header-block .bb-rl-header-aside .notification-link:focus-visible {
    outline: 2px solid var(--bb-rl-border-quinery-color)
}

.bb-rl-header-block .bb-rl-header-aside .notification-link>span {
    display: flex
}

.bb-rl-header-block .bb-rl-header-aside .notification-link [class*=bb-icons-rl] {
    color: var(--bb-rl-icon-secondary-color);
    font-size: 24px
}

.bb-rl-header-block .bb-rl-header-aside .notification-link .count {
    background-color: var(--bb-rl-primary-color);
    border-radius: var(--bb-rl-radius-full);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
    color: var(--bb-rl-text-white-color);
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.55px;
    line-height: 1.6;
    padding: 1px 6px;
    position: absolute;
    right: -4px;
    top: calc(50% - 20px)
}

.bb-rl-header-block .bb-rl-header-aside .user-wrap {
    margin-left: var(--bb-rl-space-300);
    position: relative
}

.bb-rl-header-block .bb-rl-header-aside .user-wrap .avatar {
    border-radius: var(--bb-rl-radius-full);
    height: auto;
    max-width: 32px;
    -o-object-fit: contain;
    object-fit: contain
}

.bb-rl-header-block .bb-rl-header-aside .user-wrap .bb-rl-user-link {
    border-radius: var(--bb-rl-radius-full);
    display: flex
}

.bb-rl-header-block .bb-rl-header-aside .user-wrap .bb-rl-user-link:focus {
    outline: none
}

.bb-rl-header-block .bb-rl-header-aside .user-wrap .bb-rl-user-link:focus-visible {
    outline: 2px solid var(--bb-rl-border-quinery-color)
}

.bb-rl-header-block .bb-rl-header-aside .user-wrap .bb-rl-profile-dropdown {
    display: none
}

.bb-rl-header-block .bb-rl-header-aside .user-wrap.active .bb-rl-profile-dropdown {
    display: block
}

.bb-rl-header-block .bb-rl-header-aside .bb-rl-header-search {
    font-size: .85rem;
    margin-right: var(--bb-rl-space-300)
}

/* .bb-rl-header-block .bb-rl-header-aside  */
.bb-rl-header-search [class*=bb-icons-rl] {
    color: var(--bb-rl-icon-secondary-color);
    font-size: 16px;
    margin-right: var(--bb-rl-space-100)
}

.bb-rl-header-block .bb-rl-header-aside .bb-rl-header-search .bb-rl-header-search__label {
    white-space: nowrap
}

.bb-rl-header-block .bb-rl-header-aside .bb-rl-header-search:focus {
    outline: none
}

.bb-rl-header-block .bb-rl-header-aside .bb-rl-header-search:focus-visible {
    outline: 2px solid var(--bb-rl-border-quinery-color)
}

.bb-rl-header-block .bb-rl-header-aside .bb-rl-header-buttons .signin-button:hover {
    border-bottom-color: transparent
}

.bb-rl-header-block .notification-dropdown .notification-header-tabs {
    margin: 0 var(--bb-rl-space-200)
}

.bb-rl-header-block .notification-dropdown .notification-header-tab-action {
    border-radius: var(--bb-rl-radius-full);
    color: var(--bb-rl-text-secondary-color);
    font-size: .85rem;
    font-weight: 500
}

.bb-rl-header-block .notification-dropdown .notification-header-tab-action.active,.bb-rl-header-block .notification-dropdown .notification-header-tab-action:hover {
    background-color: var(--bb-rl-background-secondary-hover-color);
    color: var(--bb-rl-text-color);
    font-weight: 600
}

.bb-rl-header-block .notification-dropdown ul.notification-list {
    margin: 0;
    max-height: 52vh;
    max-width: inherit;
    overflow: auto;
    overflow-x: hidden;
    padding: var(--bb-rl-space-100)
}

.bb-rl-header-block .notification-dropdown ul.notification-list>li {
    align-items: center;
    border-radius: var(--bb-rl-radius-md);
    display: flex;
    padding: var(--bb-rl-space-200);
    position: relative
}

.bb-rl-header-block .notification-dropdown ul.notification-list>li .notification-avatar {
    flex: 0 0 40px;
    margin-right: var(--bb-rl-space-100)
}

.bb-rl-header-block .notification-dropdown ul.notification-list>li .notification-avatar>a {
    position: relative
}

.bb-rl-header-block .notification-dropdown ul.notification-list>li .notification-avatar img {
    border-radius: var(--bb-rl-radius-full);
    display: block;
    height: auto;
    max-width: 36px
}

.bb-rl-header-block .notification-dropdown ul.notification-list>li .notification-avatar .member-status.offline {
    display: none
}

.bb-rl-header-block .notification-dropdown ul.notification-list>li .notification-avatar .member-status.online {
    background-color: var(--bb-rl-background-positive-primary-color);
    border: 2px solid var(--bb-rl-background-color);
    border-radius: 100%;
    bottom: 0;
    box-sizing: border-box;
    height: 12px;
    position: absolute;
    right: 0;
    top: inherit;
    width: 12px;
    z-index: 1
}

.bb-rl-header-block .notification-dropdown ul.notification-list>li .notification-avatar .thread-multiple-avatar {
    min-height: 40px;
    min-width: 40px;
    position: relative
}

.bb-rl-header-block .notification-dropdown ul.notification-list>li .notification-avatar .thread-multiple-avatar img {
    left: 0;
    max-width: 24px;
    position: absolute;
    top: 0
}

.bb-rl-header-block .notification-dropdown ul.notification-list>li .notification-avatar .thread-multiple-avatar img+img {
    bottom: 0;
    left: auto;
    right: 0;
    top: auto
}

.bb-rl-header-block .notification-list>li:has(.bb-rl-option-wrap.active),.bb-rl-header-block .notification-list>li:hover {
    background-color: var(--bb-rl-background-secondary-hover-color)
}

.bb-rl-header-block .notification-list .bb-full-link {
    font-size: 0
}

.bb-rl-header-block .notification-list .bb-full-link>a {
    cursor: pointer;
    font-size: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bb-rl-header-block .notification-list .notification-content {
    display: flex;
    flex: 1;
    flex-flow: column;
    overflow: hidden;
    position: relative;
    width: 100%
}

.bb-rl-header-block .notification-list .notification-content a {
    text-decoration: none
}

.bb-rl-header-block .notification-list .notification-content .notification-users {
    color: var(--bb-rl-text-color);
    display: block;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    width: calc(100% - 50px)
}

.bb-rl-header-block .notification-list .notification-content .notification-users a {
    color: inherit;
    text-decoration: none
}

.bb-rl-header-block .notification-list .notification-content .posted {
    color: var(--bb-rl-text-tertiary-color);
    display: block;
    font-size: .85rem;
    line-height: 1.5
}

.bb-rl-header-block .notification-list .notification-content .posted img {
    height: 20px;
    vertical-align: middle;
    width: 20px
}

.bb-rl-header-block .notification-list .unread:before {
    background-color: var(--bb-rl-primary-color);
    border-radius: 50%;
    bottom: 24px;
    content: "";
    height: 6px;
    position: absolute;
    right: var(--bb-rl-space-100);
    width: 6px
}

.bb-rl-header-block .notification-list .unread .notification-content .posted {
    color: var(--bb-rl-text-color);
    font-weight: 500
}

.bb-rl-header-block .notification-list .unread:hover:before {
    opacity: 0;
    visibility: hidden
}

.bb-rl-header-block .notification-list .bb-rl-load-more {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.bb-rl-header-block .notification-list li.bb-rl-no-messages-wrap {
    background-color: transparent
}

.bb-rl-header-block .bb-rl-no-messages {
    align-items: center;
    display: flex;
    flex-direction: column
}

.bb-rl-header-block .bb-rl-no-messages>[class*=bb-icons-rl] {
    color: var(--bb-rl-icon-secondary-color);
    font-size: 40px;
    margin-bottom: var(--bb-rl-space-200)
}

.bb-rl-header-block .bb-rl-no-messages h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 var(--bb-rl-space-100)
}

.bb-rl-header-block .bb-rl-no-messages .bb-rl-no-messages-description {
    color: var(--bb-rl-text-secondary-color);
    font-size: 14px;
    margin: 0 auto var(--bb-rl-space-300);
    max-width: 300px;
    text-align: center
}

.bb-rl-header-block .bb-rl-no-messages .bb-rl-no-messages-button {
    margin-bottom: var(--bb-rl-space-200)
}

.bb-rl-header-block .bb-rl-no-messages .bb-rl-button {
    align-items: center;
    display: flex;
    gap: var(--bb-rl-space-50)
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar {
    position: relative
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar img {
    max-height: 32px;
    max-width: 32px;
    -o-object-fit: cover;
    object-fit: cover
}

.bb-rl-header-block .notification-listing .notification-list li .notification-content {
    color: var(--bb-rl-text-color);
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.3;
    max-width: calc(100% - 75px)
}

.bb-rl-header-block .notification-listing .notification-list li .notification-content a {
    color: var(--bb-rl-text-color)
}

.bb-rl-header-block .notification-listing .notification-list li .notification-content .posted {
    color: var(--bb-rl-text-tertiary-color);
    display: block;
    font-size: .85rem;
    font-weight: 400;
    line-height: 19px;
    margin-top: 3px
}

.bb-rl-header-block .notification-listing .notification-list li.unread:before {
    bottom: 50%;
    margin-bottom: -1px;
    right: 27px
}

.bb-rl-header-block .notification-listing .notification-list li .actions {
    margin-top: -8px;
    position: absolute;
    right: 10px;
    top: 50%
}

.bb-rl-header-block .notification-listing .notification-list li .actions>a {
    cursor: pointer
}

.bb-rl-header-block .notification-listing .notification-list li .bb-rl-option-wrap {
    opacity: 0;
    visibility: hidden
}

.bb-rl-header-block .notification-listing .notification-list li .bb-rl-option-wrap__action {
    background-color: var(--bb-rl-background-secondary-hover-color);
    padding: 0
}

.bb-rl-header-block .notification-listing .notification-list li .bb-rl-option-wrap__action [class*=bb-icons-rl] {
    color: var(--bb-rl-icon-tertiary-color)
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar [class*=bb-icon] {
    align-items: center;
    background-color: var(--bb-rl-background-positive-primary-color);
    border-radius: var(--bb-rl-radius-full);
    bottom: -6px;
    display: flex;
    font-style: normal;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 20px
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar [class*=bb-icon]:before {
    color: var(--bb-rl-text-white-color);
    font-family: bb-icons-rl!important;
    font-size: 12px;
    margin: 0;
    opacity: 1
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar [class*=bb-icon].bb-icon-comment-activity:before {
    content: ""
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar [class*=bb-icon].bb-icon-activity:before {
    content: ""
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar [class*=bb-icon].bb-icon-reply:before {
    content: ""
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar [class*=bb-icon].bb-icon-comment-square-dots:before {
    content: ""
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar [class*=bb-icon].bb-icon-comment-square:before {
    content: ""
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar [class*=bb-icon].bb-icon-poll:before {
    content: ""
}

.bb-rl-header-block .notification-listing .notification-list li .notification-avatar [class*=bb-icon].bb-icon-image:before {
    content: ""
}

.bb-rl-header-block .notification-listing .notification-list li .bb-rl-option-wrap.active,.bb-rl-header-block .notification-listing .notification-list li:hover .bb-rl-option-wrap {
    opacity: 1;
    visibility: visible
}

.bb-rl-header-block .bb-rl-profile-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 100
}

.bb-rl-header-block .bb-rl-profile-dropdown ul li a {
    align-items: center;
    box-sizing: border-box;
    color: var(--bb-rl-text-secondary-color);
    display: inline-flex;
    font-size: var(--bb-rl-font-size-sm);
    font-weight: 500;
    gap: var(--bb-rl-space-100);
    line-height: var(--bb-rl-base-line-small);
    margin: 0;
    padding: 10px var(--bb-rl-space-200);
    text-decoration: none;
    width: 100%
}

.bb-rl-header-block .bb-rl-profile-dropdown ul li a:hover {
    background-color: var(--bb-rl-background-secondary-hover-color)
}

.bb-rl-header-block .bb-rl-profile-dropdown .bb-rl-profile-lists {
    background-color: var(--bb-rl-background-color);
    border: 1px solid var(--bb-rl-border-secondary-color);
    border-radius: var(--bb-rl-radius-base);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.12);
    list-style: none;
    margin: 0;
    min-width: 240px;
    padding: var(--bb-rl-space-100) 0
}

.bb-rl-header-block .bb-rl-profile-dropdown .bb-rl-profile-lists .bb-rl-profile-list-item i {
    color: var(--bb-rl-icon-primary-color);
    font-size: var(--bb-rl-font-size-2xl)
}

.bb-rl-header-block .bb-rl-profile-dropdown .bb-rl-profile-lists .bb-rl-profile-list-item:last-of-type {
    border-top: 1px solid var(--bb-rl-border-secondary-color);
    margin-top: var(--bb-rl-space-100);
    padding-top: var(--bb-rl-space-100)
}

.bb-rl-header-block .bb-rl-profile-dropdown .bb-rl-profile-lists .bb-rl-profile-list-item:has(.bb-profile-submenu-lists)>a:after {
    color: var(--bb-rl-icon-secondary-color);
    content: "";
    font-family: bb-icons-rl;
    font-size: var(--bb-rl-font-size-base);
    font-style: normal;
    font-weight: 400;
    margin-left: auto
}

.bb-rl-header-block .bb-rl-profile-dropdown .bb-rl-profile-lists li {
    position: relative
}

.bb-rl-header-block .bb-rl-profile-dropdown .bb-rl-profile-lists li>.bb-profile-submenu-lists {
    background-color: var(--bb-rl-background-color);
    border: 1px solid var(--bb-rl-border-secondary-color);
    border-radius: var(--bb-rl-radius-base);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.12);
    list-style: none;
    min-width: 192px;
    opacity: 0;
    padding: var(--bb-rl-space-100) 0;
    position: absolute;
    right: 100%;
    top: 0;
    transition: all .3s ease-in-out;
    visibility: hidden
}

.bb-rl-header-block .bb-rl-profile-dropdown .bb-rl-profile-lists li:hover>.bb-profile-submenu-lists {
    opacity: 1;
    visibility: visible
}

.bb-rl-header-block:not(.bb-rl-dark-mode) #bb-rl-profile-theme-light a {
    padding-right: 30px
}

.bb-rl-header-block:not(.bb-rl-dark-mode) #bb-rl-profile-theme-light a:after {
    color: var(--bb-rl-icon-secondary-color);
    content: "";
    font-family: bb-icons-rl;
    font-size: var(--bb-rl-font-size-base);
    font-weight: 400;
    position: absolute;
    right: 12px
}

.bb-rl-header-block.bb-rl-dark-mode #bb-rl-profile-theme-dark a {
    padding-right: 30px
}

.bb-rl-header-block.bb-rl-dark-mode #bb-rl-profile-theme-dark a:after {
    color: var(--bb-rl-icon-secondary-color);
    content: "";
    font-family: bb-icons-rl;
    font-size: var(--bb-rl-font-size-base);
    font-weight: 400;
    position: absolute;
    right: 12px
}

.bb-rl-option-wrap {
    position: relative
}

.bb-rl-option-wrap__action {
    color: var(--bb-rl-icon-tertiary-color);
    font-size: 24px
}

.bb-rl-option-wrap.active .bb-rl-option-dropdown {
    opacity: 1;
    visibility: visible
}

.bb-rl-option-dropdown {
    background-color: var(--bb-rl-background-color);
    border-radius: var(--bb-rl-radius-md);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15);
    list-style: none;
    padding: var(--bb-rl-space-100);
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    width: 195px;
    z-index: var(--bb-rl-z-index-dropdown)
}

.bb-rl-option-dropdown__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    gap: 8px;
    padding: var(--bb-rl-space-100);
    text-align: left;
    width: 100%
}

.bb-rl-option-dropdown__button [class*=bb-icons-rl] {
    color: var(--bb-rl-icon-secondary-color);
    font-size: 20px
}

.bb-rl-option-dropdown__button:hover {
    background-color: var(--bb-rl-background-secondary-hover-color);
    border-radius: var(--bb-rl-radius-md)
}

.bb-rl-option-dropdown__label {
    color: var(--bb-rl-icon-secondary-color);
    font-size: .85rem;
    font-weight: 500
}

button[data-balloon] {
    overflow: visible
}

[data-balloon] {
    cursor: pointer;
    position: relative
}

[data-balloon]:after {
    background-color: var(--bb-rl-background-black-color);
    border-radius: var(--bb-rl-radius-md);
    box-shadow: 0 1px 3px 0 #000;
    color: var(--bb-rl-text-white-color);
    content: attr(data-balloon);
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: -.24px;
    line-height: 1.3;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    z-index: var(--bb-rl-z-index-dropdown)
}

[data-balloon]:after,[data-balloon]:before {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: all .18s ease-out .18s
}

[data-balloon]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2736%27 height=%2712%27%3E%3Cpath fill=%27var%28--bb-rl-background-black-color%29%27 d=%27M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002S8.594 0 2.658 0%27/%3E%3C/svg%3E");
    background-size: 100% auto;
    content: "";
    height: 6px;
    width: 18px;
    z-index: 10
}

[data-balloon]:hover:after,[data-balloon]:hover:before,[data-balloon][data-balloon-visible]:after,[data-balloon][data-balloon-visible]:before {
    opacity: 1;
    pointer-events: auto
}

[data-balloon].font-awesome:after {
    font-family: FontAwesome
}

[data-balloon][data-balloon-break]:after {
    white-space: pre
}

[data-balloon][data-balloon-blunt]:after,[data-balloon][data-balloon-blunt]:before {
    transition: none
}

[data-balloon][data-balloon-pos=down]:after {
    left: 50%;
    margin-top: 11px;
    top: 100%;
    transform: translate(-50%,-10px)
}

[data-balloon][data-balloon-pos=down]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2736%27 height=%2712%27%3E%3Cpath fill=%27var%28--bb-rl-background-black-color%29%27 d=%27M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002S27.406 12 33.342 12%27/%3E%3C/svg%3E");
    background-size: 100% auto;
    height: 6px;
    left: 50%;
    margin-top: 5px;
    top: 100%;
    transform: translate(-50%,-10px);
    width: 18px
}

[data-balloon][data-balloon-pos=down]:hover:after,[data-balloon][data-balloon-pos=down]:hover:before,[data-balloon][data-balloon-pos=down][data-balloon-visible]:after,[data-balloon][data-balloon-pos=down][data-balloon-visible]:before {
    transform: translate(-50%)
}

@media screen and (max-width: 992px) {
    .bb-rl-header-block .bb-rl-header-container {
        justify-content:flex-start
    }

    .bb-rl-header-block.bb-rl-header {
        padding: var(--bb-rl-space-200)
    }

    .bb-rl-header-block.bb-rl-header .bb-rl-left-panel-mobile {
        align-items: center;
        color: var(--bb-rl-icon-secondary-color);
        display: flex;
        font-size: 28px;
        margin-right: var(--bb-rl-space-200);
        text-decoration: none
    }

    .bb-mobile-menu-open .bb-rl-header-block .bb-rl-left-panel-mobile [class*=bb-icons-rl]:before {
        content: ""
    }

    .bb-rl-header-block .bb-readylaunch-menu,
    /* .bb-rl-header-block .bb-rl-header-search__label, */
    .bb-rl-header-block .bb-rl-left-panel {
        display: none;
    }

    .bb-rl-header-block .bb-rl-site-branding {
        margin-left: auto;
        margin-right: auto
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap {
        background-color: var(--bb-rl-background-color);
        bottom: 0;
        display: block;
        left: -100%;
        overflow: auto;
        position: fixed;
        top: 66px;
        transition: all .35s ease-in-out;
        width: 100%;
        z-index: var(--bb-rl-z-index-fixed)
    }

    body.admin-bar .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap {
        top: 98px
    }

    body.bb-mobile-menu-open .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap {
        left: 0
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-left-panel {
        display: block;
        height: auto!important;
        position: static;
        width: auto
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-readylaunch-mobile-menu_items {
        border-bottom: 1px solid var(--bb-rl-border-secondary-color);
        margin: 0 var(--bb-rl-space-200);
        padding: var(--bb-rl-space-200) 0
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-readylaunch-mobile-menu_items ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-readylaunch-mobile-menu_items ul li>a {
        align-items: center;
        border-radius: var(--bb-rl-radius-md);
        color: var(--bb-rl-text-color);
        display: flex;
        gap: var(--bb-rl-space-100);
        padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
        text-decoration: none
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-readylaunch-mobile-menu_items ul li>a:hover {
        background-color: var(--bb-rl-background-secondary-hover-color)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-readylaunch-mobile-menu_items ul li>a>i {
        color: var(--bb-rl-icon-color);
        font-size: 20px
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-readylaunch-mobile-menu_items ul li>a .notification-label {
        font-size: var(--bb-rl-font-size-sm);
        font-weight: 500;
        line-height: 1.4
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-readylaunch-mobile-menu_items ul li>a .count {
        background-color: var(--bb-rl-background-tertiary-color);
        border-radius: var(--bb-rl-radius-sm);
        color: var(--bb-rl-text-color);
        display: inline-flex;
        font-size: var(--bb-rl-font-size-xs);
        font-weight: 500;
        line-height: 1.4;
        margin-left: auto;
        padding: var(--bb-rl-space-50) var(--bb-rl-space-100)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-left-panel-widget .bb-rl-list h2 {
        align-items: center;
        display: flex;
        margin-bottom: 0;
        position: relative
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-left-panel-widget .bb-rl-list h2:after {
        color: var(--bb-rl-icon-tertiary-color);
        content: "";
        font-family: bb-icons-rl;
        font-size: 16px;
        font-weight: 400;
        margin-left: var(--bb-rl-space-100)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-left-panel-widget .bb-rl-list h2:before {
        color: var(--bb-rl-icon-tertiary-color);
        content: "";
        font-family: bb-icons-rl;
        font-size: 16px;
        font-weight: 700;
        margin-left: var(--bb-rl-space-100);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-left-panel-widget .bb-rl-list>ul {
        display: none
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-left-panel-widget.is-open>.bb-rl-list ul {
        display: block
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-left-panel-widget.is-open>.bb-rl-list h2 {
        margin-bottom: var(--bb-rl-space-200)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-left-panel-widget.is-open>.bb-rl-list h2:after {
        transform: rotate(180deg)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-left-panel-widget.is-open>.bb-rl-list h2:before {
        content: ""
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bp-dir-search-form {
        background-color: var(--bb-rl-background-color);
        border: 1px solid var(--bb-rl-border-tertiary-color);
        border-radius: var(--bb-rl-radius-lg);
        display: block;
        margin: var(--bb-rl-space-200) var(--bb-rl-space-400) 0;
        position: relative
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bp-dir-search-form:before {
        color: var(--bb-rl-icon-secondary-color);
        content: "";
        font-family: bb-icons-rl;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        left: 12px;
        margin-right: var(--bb-rl-space-100);
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bp-dir-search-form button[type=submit] {
        height: auto;
        opacity: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-network-search-bar {
        box-sizing: border-box;
        padding: var(--bb-rl-space-100) var(--bb-rl-space-200) var(--bb-rl-space-100) var(--bb-rl-space-500);
        position: relative
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-network-search-bar input#search {
        border-radius: 0;
        color: var(--bb-rl-text-color);
        font-family: inherit;
        font-size: 14px;
        font-weight: 400;
        padding: 0
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu__wrap .bb-rl-network-search-bar input#search:-webkit-input-placeholder {
        color: var(--bb-rl-text-tertiary-color)
    }

    .bb-rl-header-block .bb-rl-mobile-user-name {
        color: var(--bb-rl-text-color);
        font-size: 1rem;
        font-weight: 500
    }

    .bb-rl-header-block .bb-rl-my-account-link a {
        color: var(--bb-rl-text-tertiary-color);
        font-size: .85rem;
        font-weight: 500
    }

    .bb-rl-header-block .bb-rl-header-aside .bb-message-dropdown-notification,.bb-rl-header-block .bb-rl-header-aside .bb-rl-header-search,.bb-rl-header-block .bb-rl-header-aside .notification-wrap {
        display: none
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu {
        border-bottom: 1px solid var(--bb-rl-border-secondary-color);
        list-style: none;
        margin: 0 var(--bb-rl-space-200);
        padding: var(--bb-rl-space-200) 0
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu li a {
        border-radius: var(--bb-rl-radius-sm);
        color: var(--bb-rl-text-color);
        display: block;
        font-size: var(--bb-rl-font-size-base);
        font-weight: 600;
        padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
        text-decoration: none
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu li a:hover {
        background-color: var(--bb-rl-background-secondary-hover-color)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu .menu-item.menu-item-has-children {
        position: relative
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu .submenu-toggle {
        color: var(--bb-rl-text-tertiary-color);
        cursor: pointer;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 4px;
        width: 30px
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu .sub-menu {
        display: none;
        list-style: none;
        margin-top: var(--bb-rl-space-100);
        padding-left: var(--bb-rl-space-300)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu .open-parent>.sub-menu {
        display: block
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu .open-parent>a {
        background-color: var(--bb-rl-background-secondary-hover-color)
    }

    .bb-rl-header-block .bb-readylaunch-mobile-menu .open-parent>a .submenu-toggle {
        transform: rotate(-180deg)
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar .bb-rl-header {
        top:46px
    }

    body.admin-bar .bb-readylaunch-mobile-menu__wrap {
        top: 112px
    }
}

@media screen and (max-width: 544px) {
    .bb-rl-header-block .bb-rl-header-aside .notification-wrap.messages-wrap .notification-dropdown {
        right:-30px
    }

    .bb-rl-header-block .bb-rl-header-aside .notification-wrap .notification-dropdown {
        max-width: 280px;
        min-width: 280px;
        right: -10px
    }
}

.bb-rl-search-modal .bb-rl-modal-wrapper {
    max-width: 800px
}

.bb-rl-search-modal .bp-search-form-wrapper {
    background-color: var(--bb-rl-background-color);
    border: 1px solid var(--bb-rl-border-secondary-color);
    border-radius: var(--bb-rl-radius-lg);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
    height: auto;
    opacity: 1;
    padding: 0!important;
    position: relative;
    visibility: visible;
    z-index: 999995
}

.bb-rl-search-modal .bp-dir-search-form {
    align-items: center;
    background-color: var(--bb-rl-background-color);
    border: none;
    border-radius: var(--bb-rl-radius-lg);
    display: inline-flex;
    flex-wrap: wrap;
    height: auto!important;
    max-width: inherit!important;
    position: relative;
    width: 100%
}

.bb-rl-search-modal .bp-dir-search-form:before {
    display: none
}

.bb-rl-search-modal .bp-dir-search-form button[type=submit] {
    background-color: transparent;
    border: none;
    color: var(--bb-rl-icon-secondary-color);
    left: var(--bb-rl-space-300);
    line-height: 1;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.bb-rl-search-modal .bp-dir-search-form button[type=submit] span[class^=bb-icons-rl-] {
    font-size: 24px
}

.bb-rl-search-modal input#search {
    background-image: none;
    border-radius: var(--bb-rl-radius-md);
    box-shadow: none;
    font-size: var(--bb-rl-font-size-base);
    font-weight: 500;
    height: auto;
    line-height: var(--bb-rl-base-line);
    padding: var(--bb-rl-space-200) var(--bb-rl-space-200) var(--bb-rl-space-200) var(--bb-rl-space-700);
    width: 100%
}

.bb-rl-search-modal .bb-rl-search-results-container {
    max-width: 100%
}

.bb-rl-network-search-modal .bb-rl-modal-mask {
    align-items: flex-start
}

.bb-rl-network-search-modal .bb-rl-modal-mask .bb-rl-modal-wrapper {
    left: 50%;
    margin: 50px auto;
    position: absolute;
    top: 6%;
    transform: translateX(-50%);
    width: 90%
}

.bb-rl-network-search-bar {
    align-items: center;
    display: flex;
    gap: var(--bb-rl-space-100);
    padding: var(--bb-rl-space-100) var(--bb-rl-space-200) var(--bb-rl-space-100) var(--bb-rl-space-700);
    position: relative;
    width: 100%
}

.bb-rl-network-search-bar input#search {
    border: 0;
    flex: 1;
    font-size: var(--bb-rl-font-size-base);
    font-weight: 500;
    line-height: var(--bb-rl-base-line);
    outline: none;
    padding: var(--bb-rl-space-100)
}

.bb-rl-network-search-bar input#search::-webkit-search-cancel-button,.bb-rl-network-search-bar input#search::-webkit-search-decoration,.bb-rl-network-search-bar input#search::-webkit-search-results-button,.bb-rl-network-search-bar input#search::-webkit-search-results-decoration {
    display: none
}

.bb-rl-network-search-bar .bb-rl-network-search-clear {
    color: var(--bb-rl-text-color);
    font-size: var(--bb-rl-font-size-sm);
    font-weight: 500;
    line-height: var(--bb-rl-base-line-small);
    text-decoration: none;
    white-space: nowrap
}

.bb-rl-network-search-bar .bb-rl-filter-tag {
    align-items: center;
    border: 1px solid var(--bb-rl-border-secondary-color);
    border-radius: var(--bb-rl-radius-full);
    cursor: pointer;
    display: inline-flex;
    gap: var(--bb-rl-space-100);
    padding: var(--bb-rl-space-50) var(--bb-rl-space-200);
    white-space: nowrap
}

.bb-rl-network-search-bar .bb-rl-filter-tag .search-filter-label {
    color: var(--bb-rl-text-secondary-color);
    font-size: var(--bb-rl-font-size-sm);
    font-weight: 500;
    line-height: var(--bb-rl-base-line-small)
}

.bb-rl-network-search-bar .bb-rl-filter-tag i,.bb-rl-network-search-bar .bb-rl-network-search-filter.bb_more_options .bb_more_options_action i {
    color: var(--bb-rl-icon-secondary-color);
    font-size: 16px
}

.bb-rl-network-search-bar .bb-rl-network-search-filter {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex;
    height: 32px;
    line-height: 32px;
    padding: 0;
    position: relative
}

.bb-rl-network-search-bar .bb-rl-network-search-filter .select2-results__options {
    max-height: 50vh;
    overflow-y: auto
}

.bb-rl-network-search-bar .bb-rl-search-options.bb_more_dropdown {
    top: calc(100% + var(--bb-rl-space-50))
}

.bb-rl-network-search-bar .bb-rl-search-options.bb_more_dropdown .bb-rl-search-filter-option a {
    align-items: center;
    color: var(--bb-rl-text-color);
    display: inline-flex;
    font-size: var(--bb-rl-font-size-sm);
    font-weight: 500;
    gap: var(--bb-rl-space-100);
    line-height: var(--bb-rl-base-line-small);
    padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
    white-space: nowrap;
    width: 100%
}

.bb-rl-network-search-bar .bb-rl-search-options.bb_more_dropdown .bb-rl-search-filter-option a:before {
    display: none
}

.bb-rl-network-search-bar .bb-rl-search-options.bb_more_dropdown .bb-rl-search-filter-option a:hover {
    background-color: var(--bb-rl-background-secondary-hover-color)
}

.bb-rl-ac-results .bp-search-ac {
    list-style: none;
    margin: 6px 0;
    padding: 0
}

.bb-rl-ac-results .bp-search-ac .ui-menu-item-wrapper {
    border: 0!important;
    display: flex;
    gap: var(--bb-rl-space-200)
}

.bb-rl-ac-results .bp-search-ac .ui-menu-item-wrapper>a.x {
    display: none
}

.bb-rl-ac-results .bp-search-ac>li {
    border-top: 1px solid var(--bb-rl-border-secondary-color);
    padding: var(--bb-rl-space-200) var(--bb-rl-space-300)!important
}

.bb-rl-ac-results .bp-search-ac>li .item-avatar {
    display: inline-block;
    height: 48px;
    width: 48px
}

.bb-rl-ac-results .bp-search-ac>li .item-avatar img.attachment-post-thumbnail,.bb-rl-ac-results .bp-search-ac>li .item-avatar img.avatar {
    border-radius: 50%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.bb-rl-ac-results .bp-search-ac>li .item-avatar img.attachment-post-thumbnail {
    border-radius: var(--bb-rl-radius-md)
}

.bb-rl-ac-results .bp-search-ac>li .item-avatar i {
    align-items: center;
    background-color: var(--bb-rl-background-secondary-color);
    border: 1px solid var(--bb-rl-border-secondary-color);
    border-radius: var(--bb-rl-radius-md);
    display: inline-flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.bb-rl-ac-results .bp-search-ac>li.bbls-groups-type .item-avatar img.avatar,.bb-rl-ac-results .bp-search-ac>li.bbls-photos-type .item-avatar img.avatar,.bb-rl-ac-results .bp-search-ac>li.bbls-videos-type .item-avatar img.avatar {
    border-radius: var(--bb-rl-radius-base)
}

.bb-rl-ac-results .bp-search-ac>li .item-title {
    align-items: center;
    color: var(--bb-rl-text-color);
    display: flex;
    font-size: var(--bb-rl-font-size-base);
    font-weight: 600;
    gap: var(--bb-rl-space-100);
    line-height: var(--bb-rl-base-line);
    margin-bottom: var(--bb-rl-space-100)
}

.bb-rl-ac-results .bp-search-ac>li .item-title a {
    color: var(--bb-rl-text-color)
}

.bb-rl-ac-results .bp-search-ac>li .item,.bb-rl-ac-results .bp-search-ac>li .item-content {
    flex: 1
}

.bb-rl-ac-results .bp-search-ac>li .item-desc {
    color: var(--bb-rl-text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bb-rl-ac-results .bp-search-ac>li .item-desc span:empty+br {
    display: none
}

.bb-rl-ac-results .bp-search-ac>li .entry-meta {
    align-items: center;
    color: var(--bb-rl-text-tertiary-color);
    display: flex;
    flex-flow: wrap;
    font-size: 14px;
    font-weight: 500;
    gap: var(--bb-rl-space-50);
    line-height: 22px;
    margin-top: var(--bb-rl-space-100)
}

.bb-rl-ac-results .bp-search-ac>li .entry-meta span {
    white-space: nowrap
}

.bb-rl-ac-results .bp-search-ac>li .entry-meta .author,.bb-rl-ac-results .bp-search-ac>li .entry-meta a {
    color: var(--bb-rl-text-tertiary-color);
    white-space: nowrap
}

.bb-rl-ac-results .bp-search-ac .bbls-view_all_type-type {
    padding-bottom: 10px
}

.bb-rl-ac-results .bp-search-ac .bbls-view_all_type-type .allresults a:not(.x) {
    align-items: center;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: var(--bb-rl-radius-md);
    border-radius: 0;
    color: var(--bb-rl-text-brand-primary-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-size: .875rem;
    justify-content: center;
    padding: var(--bb-rl-space-50) var(--bb-rl-space-200);
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease,bordfont,size,smer-color .2s ease,color .2s ease
}

.bb-rl-ac-results .bp-search-ac .bbls-view_all_type-type .allresults a:not(.x):hover {
    border-bottom-color: var(--bb-rl-link-primary-hover-color)
}

.bb-rl-ac-results .bp-search-ac .bbls-view_all_type-type .allresults a:not(.x):disabled {
    border-bottom-color: transparent;
    color: var(--bb-rl-background-brand-disabled-color);
    cursor: not-allowed
}

.bb-rl-ac-results .bp-search-ac .bbls-view_all_type-type .allresults a:not(.x):after {
    content: "";
    font-family: bb-icons-rl;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: var(--bb-rl-space-50)
}

.bb-rl-ac-results .bp-search-ac .bp-search-ajax-item.noresult {
    color: var(--bb-rl-text-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: var(--bb-rl-space-500) 0;
    text-align: center;
    width: 100%
}

.bb-rl-ac-results .bp-search-ac .bp-search-ajax-item.noresult:before {
    color: var(--bb-rl-icon-primary-color);
    content: "";
    display: block;
    font-family: bb-icons-rl;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: var(--bb-rl-space-200)
}

.bb-rl-ac-results .bp-search-ac .ui-menu-item-wrapper .loading-msg {
    align-items: center;
    color: var(--bb-rl-text-secondary-color);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: var(--bb-rl-space-100);
    justify-content: center;
    line-height: 22px;
    padding: var(--bb-rl-space-200) 0;
    width: 100%
}

.bb-rl-ac-results .bp-search-ac .ui-menu-item-wrapper .loading-msg .bb_global_search_spinner {
    animation: spin 3s linear infinite;
    background-image: none;
    border: 2px solid var(--bb-rl-border-quaternary-color);
    border-radius: var(--bb-rl-radius-full);
    border-top-color: var(--bb-rl-border-tertiary-color);
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px
}

.bb-rl-ac-results .bp-search-ajax-item_activity .item-title>p {
    color: var(--bb-rl-text-tertiary-color);
    font-size: var(--bb-rl-font-size-sm);
    font-weight: 500;
    line-height: var(--bb-rl-base-line-small)
}

.bb-rl-ac-results .bp-search-ajax-item_activity .item-title>p a {
    color: var(--bb-rl-text-secondary-color);
    font-weight: 600
}

.bb-rl-ac-results .bp-search-ajax-item_activity .item-title>p img.avatar {
    align-items: center;
    border-radius: var(--bb-rl-radius-sm);
    display: inline-flex;
    margin: 0 var(--bb-rl-space-50);
    vertical-align: text-bottom
}

.bb-rl-select2-dropdown,.select2-dropdown.bb-rl-select2-dropdown {
    background-color: var(--bb-rl-background-color);
    border: 1px solid var(--bb-rl-border-secondary-color);
    border-radius: var(--bb-rl-radius-base);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15);
    padding: var(--bb-rl-space-100) 0;
    top: 42px
}

.bb-rl-network-search-filter .bb-rl-select2-dropdown,.bb-rl-network-search-filter .select2-dropdown.bb-rl-select2-dropdown {
    top: unset
}

.bb-rl-filter .bb-rl-select2-dropdown,.bb-rl-filter .select2-dropdown.bb-rl-select2-dropdown {
    min-width: 140px;
    width: auto!important
}

.bb-rl-select2-dropdown .select2-search,.select2-dropdown.bb-rl-select2-dropdown .select2-search {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    width: 0
}

.bb-rl-select2-dropdown .select2-results__option,.select2-dropdown.bb-rl-select2-dropdown .select2-results__option {
    color: var(--bb-rl-text-secondary-color);
    font-size: var(--bb-rl-font-size-sm)!important;
    font-weight: 500;
    line-height: var(--bb-rl-base-line-small);
    padding: var(--bb-rl-space-100) var(--bb-rl-space-200)!important;
    white-space: nowrap
}

.bb-rl-select2-dropdown .select2-results__option:hover,.select2-dropdown.bb-rl-select2-dropdown .select2-results__option:hover {
    background-color: var(--bb-rl-background-secondary-hover-color);
    color: var(--bb-rl-text-color)
}

.bb-rl-select2-dropdown.select2-dropdown--below,.select2-dropdown.bb-rl-select2-dropdown.select2-dropdown--below {
    border-top: 1px solid var(--bb-rl-border-secondary-color);
    border-top-left-radius: var(--bb-rl-radius-md);
    border-top-right-radius: var(--bb-rl-radius-md)
}

.select2-container--rl {
    width: auto!important
}

.select2-container--rl span.selection {
    display: flex
}

.select2-container--rl .bb-rl-select2-container {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: inline-flex;
    height: auto
}

.select2-container--rl .bb-rl-select2-container.select2-selection--single {
    display: inline-flex;
    height: auto
}

.select2-container--rl .bb-rl-select2-container .select2-selection__rendered {
    color: var(--bb-rl-text-color);
    font-size: var(--bb-rl-font-size-sm);
    font-weight: 500;
    line-height: var(--bb-rl-base-line-small)
}

.select2-container--rl .bb-rl-select2-container.bb-rl-rounded-border {
    background-color: transparent;
    border: 1px solid var(--bb-rl-border-secondary-color);
    border-radius: var(--bb-rl-radius-full);
    outline: none;
    padding: 0 var(--bb-rl-space-100)
}

.select2-container--rl .bb-rl-select2-container.bb-rl-caret-icon b:before {
    color: var(--bb-rl-icon-secondary-color);
    font-size: 16px;
    font-weight: 400;
    padding: 0 2px
}

.select2-container--rl .bb-rl-select2-container.bb-rl-caret-icon .select2-selection__rendered {
    align-items: center;
    display: inline-flex;
    padding: 0 var(--bb-rl-space-200) 0 var(--bb-rl-space-50)
}

.select2-container--rl .bb-rl-select2-container.bb-rl-caret-icon .select2-selection__rendered:before {
    color: var(--bb-rl-icon-primary-color);
    content: "";
    font-family: bb-icons-rl;
    font-size: 20px;
    font-weight: 400;
    margin-right: var(--bb-rl-space-50);
    padding: 0 2px
}

.select2-container--rl .bb-rl-select2-container.bb-rl-has-icon.icon-funnel .select2-selection__rendered:before {
    content: ""
}

.select2-container--rl .select2-selection__arrow b:before {
    color: var(--bb-rl-icon-primary-color);
    content: "";
    font-family: bb-icons-rl;
    font-size: 12px;
    font-weight: 500
}

.select2-container--rl.select2-container--open .bb-rl-select2-dropdown.select2-dropdown--above,.select2-container--rl.select2-container--open .bb-rl-select2-dropdown.select2-dropdown--below {
    border-radius: var(--bb-rl-radius-base)
}

.bp-dir-search-form {
    align-items: center;
    background-color: var(--bb-rl-background-color);
    border: 1px solid var(--bb-rl-border-tertiary-color);
    border-radius: var(--bb-rl-radius-full);
    display: inline-flex;
    flex-wrap: wrap;
    position: relative
}

.bp-dir-search-form:before {
    color: var(--bb-rl-icon-primary-color);
    content: "";
    font-family: bb-icons-rl;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    left: 12px;
    margin-right: var(--bb-rl-space-100);
    position: absolute;
    top: 5px
}

.bp-dir-search-form input[type=search] {
    background-color: transparent;
    border: 0;
    border-radius: var(--bb-rl-radius-full);
    padding-left: 36px
}

.bp-dir-search-form button[type=submit] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 2px
}

.bp-dir-search-form .search-form_reset {
    background-color: transparent;
    border: 0;
    display: none;
    opacity: .4;
    position: absolute;
    right: var(--bb-rl-space-100);
    top: 50%;
    transform: translateY(-50%)
}

.bp-dir-search-form .bb-rl-search-results-container {
    padding: 0;
    position: relative;
    width: 100%
}

.bp-dir-search-form .bb-rl-search-results-container .ui-autocomplete {
    box-shadow: none;
    display: block!important;
    max-height: calc(100vh - 250px);
    overflow-x: hidden!important;
    overflow-y: auto!important;
    position: static!important;
    width: 100%!important
}

.bp-dir-search-form .bb-rl-search-results-container .ui-autocomplete.bp-hide {
    display: none!important
}
