#bb-globalfooter {
    --global-green: #8b0;
    --footer-directory-title-color: rgba(0, 0, 0, 0.88);
    --footer-link-color: rgba(0, 0, 0, 0.72);
    --blue-link-color: rgb(0, 102, 221);
    --blue-link-color-hover: rgb(0, 119, 238);
    --footer-text-color: rgba(0, 0, 0, 0.56);
    --footer-pipe-color: rgba(0, 0, 0, 0.48);
    --footer-border-color: rgba(0, 0, 0, 0.16);
    --footer-directory-title-color-hover: #000;
    --contrast-color: #fff;
    --pipe-border: 1px;
    --active-color: var(--footer-directory-title-color-hover);
    --gf-focus-color: #0070ee;
    font-family: 'BB Text';
    font-size: 14px;
    letter-spacing: -0.016em;
    line-height: 1.28572;
    font-weight: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f7;
}

.theme-dark #bb-globalfooter {
    background-color: #1d1d1f;
    --global-green: #8b0;
    --footer-directory-title-color: rgba(255, 255, 255, 0.92);
    --footer-link-color: rgba(255, 255, 255, 0.8);
    --blue-link-color: rgb(0, 153, 255);
    --blue-link-color-hover: rgb(68, 170, 255);
    --footer-text-color: rgba(255, 255, 255, 0.56);
    --footer-pipe-color: rgba(255, 255, 255, 0.48);
    --footer-border-color: rgba(255, 255, 255, 0.24);
    --footer-directory-title-color-hover: #fff;
    --contrast-color: #000;
    --pipe-border: 1px;
    --active-color: var(--footer-directory-title-color-hover);
    --gf-focus-color: #09f;
}


#bb-globalfooter .bb-gf-main-column-tab {
    flex-basis: 25%
}

.bb-gf-tab-title>.bb-gf-tab-title-text {
    display: none;
}

.bb-gf-tab-title {
    position: relative;
    z-index: 1;
    pointer-events: auto;
    margin-inline-start: 4px;
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .bb-gf-directory-cst-button::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -4px;
        bottom: 0;
        left: -4px
    }
}


#bb-globalfooter .bb-gf-breadcrumbs {
    padding: 16px 0;
    position: relative;
    z-index: 1;
    color: var(--footer-link-color)
}

#bb-globalfooter .bb-gf-breadcrumbs::before,
#bb-globalfooter .bb-gf-breadcrumbs::after {
    content: " ";
    display: table
}

#bb-globalfooter .bb-gf-breadcrumbs::after {
    clear: both
}

@media only screen and (max-width: 767px) {
    #bb-globalfooter .bb-gf-breadcrumbs {
        border-bottom: 1px solid var(--footer-border-color);
    }
}

@media only screen and (max-width: 767px) {
    #bb-globalfooter .bb-gf-directory {
        border-top: 1px solid var(--footer-border-color);
    }
}

@media only screen and (max-width: 767px) {
    #bb-globalfooter .bb-gf-breadcrumbs {
        border-bottom: 1px solid var(--footer-border-color);
    }
}

#bb-globalfooter .bb-gf-breadcrumbs-home {
    position: absolute;
    inset-inline-start: 0;
    z-index: 2;
    top: 19px;
}

#bb-globalfooter .bb-gf-breadcrumbs-home-icon {
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    z-index: 2;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, .72);
    -webkit-mask-image: url(/wp-content/uploads/svg/bayazid-bulbul-logo-icon.svg);
    mask-image: url(/wp-content/uploads/svg/bayazid-bulbul-logo-icon.svg)
}

.theme-dark #bb-globalfooter .bb-gf-breadcrumbs-home-icon,
#bb-globalfooter.theme-dark .bb-gf-breadcrumbs-home-icon {
    background-color: rgba(255, 255, 255, .8)
}

#bb-globalfooter .bb-gf-breadcrumbs-home:hover {
    text-decoration: none;
}

#bb-globalfooter .bb-gf-breadcrumbs-home:hover .bb-gf-breadcrumbs-home-icon {
    background-color: rgba(0, 0, 0, .88)
}

.theme-dark #bb-globalfooter .bb-gf-breadcrumbs-home:hover .bb-gf-breadcrumbs-home-icon,
#bb-globalfooter.theme-dark .bb-gf-breadcrumbs-home:hover .bb-gf-breadcrumbs-home-icon {
    background-color: rgba(255, 255, 255, .92)
}

#bb-globalfooter .bb-gf-breadcrumbs-home-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

#bb-globalfooter .bb-gf-breadcrumbs-path {
    position: relative;
    z-index: 1
}

#bb-globalfooter .bb-gf-breadcrumbs-path::before,
#bb-globalfooter .bb-gf-breadcrumbs-path::after {
    content: " ";
    display: table
}

#bb-globalfooter .bb-gf-breadcrumbs-path::after {
    clear: both
}

#bb-globalfooter .bb-gf-breadcrumbs-list {
    max-height: 9999px;
    padding-inline-start: 30px;
    text-align: start;
    list-style: none
}

#bb-globalfooter .bb-gf-breadcrumbs-item {
    margin-inline-end: 12px;
    padding: 3px 3px 3px 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#bb-globalfooter:not([dir=rtl]) .bb-gf-breadcrumbs-item {
    float: left
}

#bb-globalfooter .bb-gf-breadcrumbs-item:before {
    width: 9px;
    height: 13px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-inline-end: 11px;
    background-color: rgba(0, 0, 0, .48);
    -webkit-mask-image: url(/wp-content/___files/svg/bb-breadcrumb-seperator.svg);
    mask-image: url(/wp-content/___files/svg/bb-breadcrumb-seperator.svg)
}


.theme-dark #bb-globalfooter .bb-gf-breadcrumbs-item:before,
#bb-globalfooter.theme-dark .bb-gf-breadcrumbs-item:before {
    background-color: rgba(255, 255, 255, .4)
}

#ac-globalfooter .ac-gf-footer-legal-link.ac-gf-footer-lang {
    padding-inline-end: 16px;
}

#bb-globalfooter h3 {
    font-size: 14px;
    letter-spacing: -0.016em;
    line-height: 1.285715;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#bb-fg-wrapper {
    min-width: 320px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
    padding-inline-start: max(22px, env(safe-area-inset-left));
    padding-inline-end: max(22px, env(safe-area-inset-right));
}

@media only screen and (max-width: 767px) {
    #bb-fg-wrapper {
        padding-inline-start: max(16px, env(safe-area-inset-left));
        padding-inline-end: max(16px, env(safe-area-inset-right));
    }
}

#bb-globalfooter .bb-gf-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

#bb-globalfooter .bb-gf-bottom {
    padding-top: 36px;
    padding-bottom: 8px;
    padding-bottom: calc(8px + constant(safe-area-inset-bottom))
}

@supports(padding: calc(max(0px))) {
    #bb-globalfooter .bb-gf-bottom {
        padding-bottom: max(8px, env(safe-area-inset-bottom))
    }
}

@media only screen and (max-width: 767px) {
    #bb-globalfooter .bb-gf-bottom {
        padding-top: 22px;
        padding-bottom: 8px;
        padding-bottom: calc(8px + constant(safe-area-inset-bottom))
    }

    @supports(padding: calc(max(0px))) {
        #bb-globalfooter .bb-gf-bottom {
            padding-bottom: max(8px, env(safe-area-inset-bottom))
        }
    }
}

#bb-globalfooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bb-globalfooter a {
    text-decoration: none;
    color: var(--footer-link-color);
}

#bb-globalfooter a:hover, #bb-globalfooter .bb-gf-breadcrumbs-item span:hover {
    text-decoration: underline;
    color: var(--footer-directory-title-color-hover);
    cursor: pointer
}

#bb-globalfooter a:active {
    text-decoration: none;
}

#bb-gf-breadcrumbs {
    color: var(--footer-link-color)
}

.bb-gf-footer-legal a {
    color: var(--footer-link-color);
}

.bb-gf-footer-legal a:hover {
    color: var(--global-green);
    text-decoration: none;
}

.bb-gf-footer-legal a:active {
    color: var(--footer-link-color);
    text-decoration: none;
}

.bb-gf-footer-legal {
    padding: 0 0 16px 0;
}

.bb-gf-tab-title-text {
    color: var(--footer-directory-title-color);
    font-family: 'BB Text Semibold';
}

.no-break {
    white-space: nowrap;
}

.bb-gf-clock {
    display: flex;
    flex-shrink: 0;
}

#bb-globalfooter .bb-gf-clock a:hover {
    text-decoration: none;
}

.bb-gf-footnotes {
    color: var(--footer-text-color);
    border-bottom: var(--pipe-border) solid var(--footer-border-color);
    padding: 18px 0 11px;
}

.bb-gf-footnotes li {
    padding-bottom: 10px;
}

.bb-gf-footnotes a {
    color: var(--footer-directory-title-color);
}

.bb-gf-footer-legal-links-item a {
    color: var(--footer-directory-title-color);
}

.bb-gf-footer-legal-links-item a:hover {
    color: var(--footer-directory-title-color-hover);
}


.bb-gf-footer-legal-links-item,
.bb-gf-copyright-text {
    margin-top: 3px;
    margin-bottom: 3px;
}

.bb-gf-directory-col-sect {
    flex: 1;
    margin-right: 16px;
    box-sizing: border-box;
}

.bb-gf-directory-col-sect~.bb-gf-directory-col-sect {
    padding-top: 24px;
}

button.bb-gf-directory-cst-button {
    cursor: text;
}

.bb-gf-directory-cst-button {
    all: unset;
    margin-bottom: 11px;
}

.bb-gf-tab-item {
    margin-bottom: 11px;
}

.bb-gf-tab-item:last-child {
    margin-bottom: 0px;
}

.bb-gf-toggle {
    display: none;
}

.bb-gf-all-directory {
    display: flex;
    padding-top: 20px;
}

#bb-gf-contact-section {
    color: var(--footer-text-color);
}

#bb-gf-contact-section a {
    color: var(--blue-link-color);
}

#bb-gf-contact-section a:hover {
    color: var(--blue-link-color-hover);
}

.bb-gf-contact-main {
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: var(--pipe-border) solid var(--footer-border-color);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.bb-gf-legal-section {
    padding-bottom: 7px;
}

.bb-gf-legal-section::before,
.bb-gf-legal-section::after {
    content: " ";
    display: table;
}

.bb-gf-legal-section::after {
    clear: both;
}

#bb-gf-device-and-location {
    float: right;
    display: flex;
    flex-direction: row;
}


.bb-gf-copyright-text,
.bb-gf-footer-legal-links-item-section {
    float: left;
}



.bb-gf-footer-legal-links-item:last-child {
    margin-inline-end: 0;
}

.bb-gf-footer-legal-links-item:last-child:after {
    display: none;
}

.bb-gf-footer-legal-links-item a {
    color: var(--footer-directory-title-color);
}

.bb-gf-footer-legal-links-item a:hover {
    color: var(--footer-directory-title-color-hover);
}

.bb-gf-copyright-text {
    color: var(--footer-text-color);
    margin-right: 30px;
}

.bb-gf-footer-legal-links-item {
    margin-inline-end: 6px;
    display: inline-block;
}

.bb-gf-footer-legal-links-item:after {
    content: "";
    position: absolute;
    height: 12px;
    width: var(--pipe-border);
    background-color: var(--footer-pipe-color);
    margin: 3px 0;
}

.bb-gf-footer-legal-link {
    padding: 0 9px;
    margin-inline-start: -9px;
    display: inline-block;
}

:root {
    --color-button-text: #fff;
}

body {
    --color-fill-blue: #0070ee;
    --color-figure-blue: #06d;
    --color-button-background-active: var(--color-fill-blue);
    --color-button-background-hover: rgb(0, 119, 237);
}

.bb-theme-changer .content .text:hover {
    border-color: #0070ee;
}

.bb-theme-changer .content .text:active {
    box-shadow: inset 0 0 0 2px #0070ee;
}

@media screen {
    body[data-color-scheme="dark"] {
        --color-fill-blue: #0070ee;
        --color-figure-blue: #09f;
    }
}

@media screen and (prefers-color-scheme: dark) {
    body[data-color-scheme="auto"] {
        --color-fill-blue: #0070ee;
        --color-figure-blue: #09f;
    }
}

body[data-supports-auto-color-scheme="false"] label[data-color-scheme-option="auto"] {
    display: none;
}

@media only screen and (max-width: 767px) {
    .bb-theme-changer {
        display: block;
    }
}

.bb-theme-changer .content {
    --toggle-border-radius-outer: 20px;
    --toggle-border-radius-inner: 20px;
    --toggle-color-fill: var(--color-button-background-active);
    --toggle-color-text: var(--color-fill-blue);
    flex-shrink: 0;
}

.bb-theme-changer .content .color-scheme-toggle {
    border: 1px solid var(--toggle-color-fill);
    border-radius: var(--toggle-border-radius-outer, 20px);
    display: inline-flex;
    padding: 1px;
}

@media screen {
    [data-color-scheme="dark"] .bb-theme-changer .content .color-scheme-toggle {
        --toggle-color-text: var(--color-figure-blue);
    }
}

@media screen and (prefers-color-scheme: dark) {
    [data-color-scheme="auto"] .bb-theme-changer .content .color-scheme-toggle {
        --toggle-color-text: var(--color-figure-blue);
    }
}

.bb-theme-changer .content input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.bb-theme-changer .content .text {
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.285715;
    letter-spacing: -0.016em;
    padding: 0px 7px;
    min-width: 44px;
    border: 1px solid transparent;
    border-radius: var(--toggle-border-radius-inner, 20px);
    text-align: center;
    color: var(--toggle-color-text);
}

.bb-theme-changer .content .text:hover {
    cursor: pointer;
}

.bb-theme-changer .content input[type="radio"]:checked+.text {
    --toggle-color-text: var(--color-button-text);
    background: var(--toggle-color-fill);
    border-color: var(--toggle-color-fill);
}


.bb-gf-footer-legal-links-item {
    position: relative;
}

.bb-gf-footer-legal-links-item:before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 9px;
    bottom: 0;
    inset-inline-start: 0;
    pointer-events: none
}


.bb-gf-footer-legal-links-item a:focus-visible {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: 2px;
}


.device-sec .bb-gf-footer-legal-links-item:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 9px;
    bottom: 0;
    inset-inline-start: 0;
    pointer-events: none;
}

#bb-globalfooter {
    --gf-focus-color: var(--sk-focus-color, #0070ee);
    --gf-focus-offset: 1px;
}

.theme-dark #bb-globalfooter {
    --gf-focus-color: var(--sk-focus-color, #08f);
}

#bb-globalfooter :focus-visible {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: var(--gf-focus-offset);
}

@media only screen and (max-width: 767px) {
    #bb-globalfooter .bb-gf-directory-cst-button {
        position: relative;
        outline: none;
    }

    #bb-globalfooter .bb-gf-directory-cst-button:focus-visible::after {
        outline: 2px solid var(--gf-focus-color);
        outline-offset: -2px;
    }
}

@media only screen and (max-width: 767px) {

    #bb-globalfooter .bb-gf-directory-colu-se-list.open .bb-gf-column-links:focus-visible {
        outline: 2px solid var(--gf-focus-color);
        outline-offset: -6px;
    }
}

@media only screen and (max-width: 767px) {

    #bb-globalfooter .bb-gf-directory-colu-se-list:not(.open) a {
        pointer-events: none;
    }

    #bb-globalfooter .bb-gf-directory-colu-se-list:not(.open) a:focus,
    #bb-globalfooter .bb-gf-directory-colu-se-list:not(.open) a:focus-visible {
        outline: none !important;
    }
}

/* FOOTER LEGAL & LOCALE LINKS — MATCH REFERENCE */
#bb-globalfooter .bb-gf-footer-legal-link:focus-visible,
#bb-globalfooter .bb-gf-footer-locale-link:focus-visible {
    outline: none;
}

#bb-globalfooter .bb-gf-footer-legal-links-item:focus-within::before,
#bb-globalfooter .bb-gf-footer-locale-link:focus-visible::after {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: var(--gf-focus-offset);
}

/* LANGUAGE SELECT (GT SELECTOR) */
#bb-globalfooter select.gt_selector.notranslate:focus-visible {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: var(--gf-focus-offset);
}

.bb-gf-directory-cst-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    left: -4px
}



#bb-globalfooter .bb-theme-changer {
    --gf-focus-color: var(--sk-focus-color, #0070ee);
}


#bb-globalfooter .bb-gf-breadcrumbs-home {
    outline-offset: 2px;
    border-radius: 2px;
}

#bb-globalfooter .bb-theme-changer label:focus-visible {
    outline-offset: 3px;
    border-radius: 80px;
}


.bb-theme-changer .content input[type="radio"]:focus-visible+.text {
    outline: 2px solid var(--gf-focus-color, #0070ee);
    outline-offset: 3px;

}


.lang-bb {
    align-content: center !important;
    float: right;
}

@media only screen and (max-width: 767px) {
    .lang-bb {
        float: right;
    }
}

.gtranslate_wrapper .gt_selector.notranslate {
    width: 120px;
    text-align-last: right;
    -moz-text-align-last: right;
    -webkit-text-align-last: right;
    -ms-text-align-last: right;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    padding: 0 16px 0 4px;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23555555' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    border: none;
    box-shadow: none;
    outline: none;
    font-family: "BB Text Semibold" !important;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.285715;
    letter-spacing: -0.016em;
    color: #0070ee;
    cursor: pointer;
    z-index: 2;
    transition: none;
    white-space: normal;
    word-break: break;
    hyphens: auto;
}


.theme-dark .gtranslate_wrapper .gt_selector.notranslate {
    background-color: #1d1d1f;
}

.gtranslate_wrapper .gt_selector.notranslate option[value=""] {
    color: #888;
}

.gtranslate_wrapper .gt_selector.notranslate::-ms-expand {
    display: block !important;
}

.theme-dark .gt_selector.notranslate {
    color: #09f;
}

.theme-dark select.gt_selector.notranslate {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23cccccc' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

select.gt_selector.notranslate:hover {
    text-decoration: underline;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230070ee' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.theme-dark select.gt_selector.notranslate:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230099ff' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {

    .bb-gf-copyright-text,
    .bb-gf-footer-legal-links-item-section {
        float: none;
    }

    .bb-gf-copyright-text {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {

    .bb-theme-toggler {
        padding-top: 14px;
        padding-bottom: 0;
    }

    .bb-gf-footer-legal {
        padding: 16px 0 16px 0;
    }

    .bb-gf-contact-main {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        display: block;
    }

    .bb-gf-clocks-container {
        flex-grow: 0;
    }

    .bb-gf-clock {
        padding-top: 21px;
    }

    .bb-gf-all-directory {
        display: block;
        border-top: var(--pipe-border) solid var(--footer-border-color);
    }

    .bb-gf-directory-col-sect {
        margin-right: 0;
        z-index: 1;
    }

    .bb-gf-directory-col-sect~.bb-gf-directory-col-sect {
        padding-top: 0;
    }

    .bb-gf-tab-item {
        margin-bottom: 0;
    }

    .bb-gf-directory-cst-button {
        display: block;
        margin: 0;
        width: 100%;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        user-select: none;
        z-index: 2
    }

    .bb-gf-toggle {
        display: inline-block;
        position: absolute;
        right: 0;
        margin-top: 2px;
        width: 14px;
        height: 14px;
        cursor: pointer;
        fill: var(--footer-directory-title-color);
        transform: scaleY(1);
        transition: fill 0s, transform 0.5s ease;
    }

    .bb-gf-toggle.active {
        fill: var(--active-color);
        transform: scaleY(-1);
        transition: fill 0s, transform 0.5s ease;
    }

    .bb-gf-directory-cst-button:hover .bb-gf-toggle {
        fill: var(--footer-directory-title-color-hover);
    }

    .bb-gf-tab-title-text {
        font-family: 'BB Text';
        margin-bottom: 0;
    }

    .bb-gf-tab-title-text.active {
        color: var(--active-color);
    }

    .bb-gf-directory-cst-button:hover .bb-gf-tab-title-text {
        color: var(--footer-directory-title-color-hover);
    }

    .bb-gf-directory-colu-se-list {
        border-bottom: var(--pipe-border) solid var(--footer-border-color);
        display: block;
        height: 0;
        overflow: hidden;
        transition: border-bottom 0s, height 0s ease;
    }

    .bb-gf-column-links {
        display: block;
        padding: 6px 15px;
    }

    .bb-gf-tab-group {
        padding: 6px 0 19px;
        opacity: 1;
        transform: translateY(-100px);
        transition: margin-right 0s, padding 0s, transform 0.5s ease, opacity 0.32s ease;
    }

    .bb-gf-tab-group.open {
        transform: translateY(0px);
        opacity: 1;
        transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    }

    #bb-gf-device-and-location {
        float: none;
        width: 100%;
        margin-top: 24px;
        margin-bottom: 17px;
        justify-content: flex-start;
    }

    button.bb-gf-directory-cst-button {
        cursor: pointer;
        padding: 9px 0 9px !important;
    }

    .device-sec {
        flex-grow: 1;
    }
}