<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bhoechie-tabs {
    display: flex;
}

.bhoechie-tab-menu {
    flex-shrink: 0;
    width: 108px;
    background: none;
    border-top: 1px solid #cecece;
    z-index: 2;
}

.bhoechie-tab-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 78px;
    border-left: 10px solid transparent;
    border-bottom: 1px solid #cecece;
    color: #575859;
    font-size: 16px;
    text-decoration: none;
}

.bhoechie-tab-menu a &gt; i {
    margin-bottom: 4px;
}

.bhoechie-tab-menu a.active {
    background-color: #fff;
    border-left-color: #0260fe;
    padding-right: 1px;
    margin-right: -1px;
    color: #0260fe;
}

.bhoechie-tab-content {
    background: #fff;
    padding: 0 32px;
}

.bhoechie-tab {
    flex-grow: 1;
    border-left: 1px solid #cecece;
}

.bhoechie-tab .form-control {
    background-color: #f1f5f8;
    border-color: #ccc;
    resize: none;
}
.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}
</pre></body></html>