
.ui-widget.ui-widget-content {
    border: none;
}
.ui-tabs .ui-tabs-nav {

     /* width: fit-content; */
}

.ui-widget-header {
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
    border-radius: 50px!important;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    font-size: 20px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {

    background: #ed1c24;
    font-weight: normal;
    color: #ffffff;
    border-radius: 50px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 3em;
    text-decoration: none;
    color: #666;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff!important;
    text-decoration: none;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
    min-height: 500px;
}

/* Tabs */
#tabs { display: flex;     flex-flow: column; }
.input {  position: absolute;  opacity: 0;}
.panel {  display: none;  padding: 20px 10px 20px; }

.top150 {margin-top: 150px;}

.pages .box-centent .content-post p{
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #737373;
}
.header-content span.img img{max-height: 40px}
.header-content span.title{
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #9d9d9d;
    margin-left: 0!important;
}


@media only screen and (max-width: 768px){
    .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav .ui-tabs-anchor {width: 100%;text-align: center;}
}