.hthb-pos--top svg {
    display: none !important;
}

.hthb-open-toggle::before {
    content: "\f103" !important;
    color: #041e42 !important;
    font-family: "Font Awesome 5 Pro" !important;

}

.hthb-close-toggle::before {
    content: "\f102" !important;
    color: #041e42 !important;
    font-family: "Font Awesome 5 Pro" !important;

}

.hthb-has-close-button-text .hthb-close-toggle {
    top: 7px !important;
}