<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * bootstrap-vertical-tabs - v1.2.2
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2016-12-02
 * Copyright (c) 2016 Ä°smail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-left:0;
    margin-bottom:0;
    list-style:none;
}

.tabs-left &gt; li, .tabs-right &gt; li
{
   float: none;
   margin-bottom: 8px;
     
}
    .tabs-left &gt; li.active &gt; a {
        background-color: #31a3dd !important;
        text-decoration: none;
        color: #fff;
    }
.tabs-left &gt; li&gt;a{
    margin-right: -1px;
    display: block;
    background-color: #f1f2f2;
     border:1px solid #ebeaea;
}

    .tabs-left &gt; li &gt; a {
        position: relative;
        display: block;
        padding: 8px 5px;
        color: #000;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        overflow: hidden;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color;
    }
.tabs-left&gt;li&gt;a:hover {
    background-color: #31a3dd !important;
    text-decoration:none;
    color:#fff;
}
.tabs-left&gt;li&gt;a:hover,.tabs-left&gt;li&gt;a:active,.tabs-left&gt;li&gt;a:focus {
    background-color: #31a3dd !important;
    text-decoration:none;
    color:#fff;
}

.tabs-right &gt; li {
    margin-left: -1px;
}

    .tabs-right &gt; li &gt; a {
        margin-right: 0;
    }


@media (min-width:768px) {
    .col-md-3 {
        width: 25%;
    }
}

.panel-group {
    margin-bottom: 0px !important;
}
.panel {
    background:none;
    border:none!important;
}</pre></body></html>