

.info .text-limit{
    max-width: 100% !important;
}


.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.tab-view.active{
    background-color: black !important;
    color: white !important;
}

.tab-content{
    display: none;
}

.btn-round {
    border-radius: 30px;
}
.btn-outline {
     border: solid 1px orangered;
     color: #ed0c0c!important;
}

