/* ---------- Blog_Css  ---------- */
.rblog-thumb {
    background-color: var(--ronixa-theme-secondary-background-color-page); 
    box-shadow: 0px 0px 32px 12px rgba(219, 219, 219, 0.2);
	margin-bottom: 20px;
	overflow:  hidden;
    transition: all .3s ease-in-out;
    border-radius: var(--ronixa-theme-box-border-radius);
}
.rblog-thumb:hover img.post-image {
    transform: scale(1.1);
    border-radius: var(--ronixa-theme-box-border-radius);
}
.rblog-thumb .image {
	text-align: center;
    overflow: hidden;
}
.rblog-thumb .image a {
	display: block;
}
.rblog-thumb .image a:hover {
	opacity: 0.8;
}
.rblog-thumb .image img {
	margin-inline-start: auto;
	margin-inline-end: auto;
    width: 100%;
    transition: all .3s ease-in-out;
    border-radius: var(--ronixa-theme-box-border-radius) var(--ronixa-theme-box-border-radius) 0 0;
}
.rblog-thumb .rblog-content-wraper {
    padding: 0 20px;
    min-height: 120px;
    margin: 24px 0;
}
.rblog-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.rblog-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.rblog-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
.rblog-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.rblog-thumb .like-count, .rblog-thumb .view-count {
    position: relative;
}
.rblog-thumb .like-count span, .rblog-thumb .view-count span {
    margin-inline-start: 4px;
}
.rblog-thumb .text-continue span {
    margin-inline-end: 4px;
}
.rblog-thumb .text-continue i {
    font-size: 10px;
}
@media (max-width: 767px) {
    .author-info {
        flex-direction: column;
    }
    .author-info .author-avatar{
        margin-inline-end: 0;
        margin-bottom: 12px;
    }
}
.rblog-list .rblog-thumb {
    display: flex;
}
.rblog-list .rblog-thumb .image {
    max-width: 30%;
}
.rblog-list .rblog-thumb .rblog-content-wraper {
    width: 70%;
}
.rblog-list .rblog-content-wraper .button-group, .rblog-list-leading .rblog-content-wraper .button-group {
    display: none;
}
.rblog-list .rblog-thumb .rblog-content-wraper, .rblog-list-leading .rblog-thumb .rblog-content-wraper  {
    min-height: auto;
}
.rblog-list-leading .rblog-thumb {
    padding: 12px;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    background: transparent !important;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    
}
.rblog-list-leading:not(:last-child) .rblog-thumb {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.rblog-list-leading .rblog-thumb a {
    color: #444;
    overflow: hidden;
    border-radius: var(--ronixa-theme-box-border-radius);
}
.rblog-list-leading .rblog-thumb .rblog-content-wraper {
    width: 70%;
    padding: 0;
    margin: 0;
}
.rblog-list-leading .rblog-thumb .image {
    width: 120px;
    margin-inline-end: 12px;
}
.rblog-list-leading .rblog-thumb .post-title {
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rblog-list-leading .rblog-thumb .post-date {
    display: block !important;
    margin-top: 6px;
    color: #9b9393;
    font-size: 12px;
}
.rblog-list-leading .rblog-thumb .post-description, .rblog-list-leading .rblog-thumb .post-text-continue {
    display: none !important;
}
.rblog-list-leading .rblog-thumb  .post-meta-data {
    border: none;
    margin-top: 0;
    padding-top: 0;
    justify-content: flex-start;
}
.rblog-list-leading .rblog-thumb .view-count {
    display: none;
}
.rblog-list-leading .post-author, .rblog-list-leading .like-count {
    display: none;
}
.rblog-list .rblog-thumb .button-group {
	border-left: 1px solid #ddd;
}
/* ---------- Blog_Tag_Css  ---------- */
.rblog-tag-wrapper ul li {
    background-color: var(--ronixa-theme-secondary-background-color-page);
    display: inline-block;
    padding: 6px 8px;
    margin-bottom: 12px;
    border-radius: var(--ronixa-theme-button-border-radius);
}
.rblog-tag-wrapper ul li:hover {
    background-color: #ddd;
    cursor: pointer;
}
.rblog-tag-wrapper ul li:not(:last-child) {
    margin-inline-end: 4px;
}
.rblog-tag-wrapper ul li a {
    color: #242424;
}
.rblog-tag-wrapper ul li:hover a {
    color: #444;
    text-decoration: none;
}
/* ---------- Blog_Author_Css  ---------- */
.author-boxes {
	overflow: hidden;
    position: relative;
    border-radius: var(--ronixa-theme-box-border-radius);
}
@media (max-width:575px){
    #rblog-author .author-layout .author-boxes{
        margin-bottom: 24px;
    }
}
.author-boxes .author-description > * {
    margin-bottom: 0;
}
.author-boxes .image {
	text-align: center;
}
.author-boxes .image a {
	display: block;
}
.author-boxes .image a:hover {
	opacity: 0.8;
}
.author-boxes .image img {
	margin-inline-start: auto;
	margin-inline-end: auto;
    width: 100%;
    border-radius: var(--ronixa-theme-box-border-radius);
}
.author-boxes .author-name {
    margin-bottom: 12px;
    font-size: 20px;
}
.author-boxes .author-content-wraper {
    position: absolute;
    bottom: -55px;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    overflow: hidden;
    background: linear-gradient(to bottom,rgba(31,35,45,0),#010101);
    padding: 18px 24px 36px;
    transition: all .8s ease;
    margin: 100px 0 0;
    color: #fff;
    right: 0;
    left: 0;
}
.author-boxes .author-content-wraper a {
    color: #fff;
}
.author-boxes .author-content-wraper a.author-text-link {
    margin-top: 10px;
    display: inline-block;
}
.author-boxes:hover .author-content-wraper  {
    bottom: 0;
    transition: all .8s ease;
    -webkit-transition: all .7s ease;
    overflow: hidden;
}
.author-list .author-boxes, .author-list-leading .author-boxes {
    display: flex;
    align-items: center;
    padding: 18px 18px;
    box-shadow: 0px 0px 24px 12px rgba(219, 219, 219, 0.32);
    margin-bottom: 30px;
}
.author-list .author-boxes .author-content-wraper, .author-list-leading .author-boxes .author-content-wraper {
    position: initial;
    overflow: initial;
    background: initial;
    color: initial;
    margin: initial;
    transition: none;
    padding: initial;
    padding-inline-start: 24px;
}
.author-list .author-boxes .image {
    max-width: 30%;
}
.author-list .author-name, .author-list-leading .author-name {
    font-size: 16px;
    margin-bottom: 8px;
}
.author-list .author-boxes .author-content-wraper .author-name a,
.author-list-leading .author-boxes .author-content-wraper .author-name a {
    color: var(--ronixa-theme-primary-color);
}
.author-list .author-boxes .author-content-wraper a.author-text-link,
.author-list-leading .author-boxes .author-content-wraper a.author-text-link {
    font-size: 12px;
    color: #333;
}
.author-list .author-boxes .caption, .author-list-leading .author-boxes .caption  {
    min-height: auto;
}
.author-list-leading .author-boxes {
    padding: 12px;
    display: flex;
    align-items: center;
}
.author-list-leading .author-boxes .author-content-wraper {
    width: 70%;
}
.author-list-leading .author-boxes .image {
    width: 100px;
}
.author-list-leading .author-boxes .author-name {
    font-size: 14px;
    margin: 0;
}
.author-list-leading .author-boxes .author-description {
    display: none !important;
}
/* ---------- Rcategory_Css  ---------- */
.rblog-category-layout .rblog-category-box {
    padding: 16px;
    display: flex;
    align-items: center;
    background-color: var(--ronixa-theme-secondary-background-color-page);
    box-shadow: none;
    border-radius: var(--ronixa-theme-box-border-radius);
    margin-bottom: 30px;
}
.rblog-category-layout .rblog-category-box a {
    display: flex;
    align-items: center;
    width: 100%;
}
.rblog-category-layout .rblog-category-image {
    width: 100px;
    line-height: 50px;
    text-align: center;
    margin-inline-end: 12px;
}
.rblog-category-box {
    background-color: var(--ronixa-theme-background-color-page);
    box-shadow: 0px 0px 32px 12px rgba(219, 219, 219, 0.2);
}
.rblog-category-image img {
    width: 100%;
    border-radius: 0;
}
.rblog-category-content {
    padding: 12px;
    min-height: 80px;
}
.rblog-category-name {
    font-size: 16px;
    margin-bottom: 6px;
}
.rblog-category-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}
.rblog-category-text-continue {
    color: var(--ronixa-theme-primary-color);
    font-size: 12px;
}
.rblog-category-text-continue i {
    margin-inline-start: 4px;
    font-size: 11px;
}
.rblog-category-wrapper .rblog-category-post-number {
    display: none;
}
.rblog-category-list .rblog-category-box {
    display: flex;
}
.rblog-category-list a {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.rblog-category-list-leading .rblog-category-name {
    font-size: 15px;
    font-weight: 400;
    color: var(--ronixa-theme-title-color);
}
.rblog-category-list .rblog-category-image {
    width: 30%;
    margin-inline-end: 4px;
}
.rblog-category-list .rblog-category-content {
    width: 70%;
}
.rblog-category-list .rblog-category-post-number {
    display: none;
}
.rblog-category-list-leading .rblog-category-image {
    display: none;
}
.rblog-category-list-leading .rblog-category-description, .rblog-category-list-leading .rblog-category-text-continue {
    display: none;
}
.rblog-category-list-leading .rblog-category-content {
    min-height: initial;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.rblog-category-list-leading .rblog-category-box {
    box-shadow: none;
}
.rblog-category-list-leading:not(:last-child) .rblog-category-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 12px;
}


/* ---------- Blog_Page_Css  ---------- */
.rblog-blog {
    margin-bottom: 30px;
}
.rblog-search {
    margin-bottom: 30px;
    border-radius: var(--ronixa-theme-button-border-radius);
    border: 1px solid var(--ronixa-light-border-color);
}
.rblog-search input, .rblog-search button {
    min-height: 40px;
}
.rblog-search input {
    border: none;
    border-radius: var(--ronixa-theme-button-border-radius) 0 0 var(--ronixa-theme-button-border-radius) !important;
}
html[dir=rtl] .rblog-search input {
    border-right: 1px solid var(--ronixa-light-border-color);
    border-left: none;
    border-radius:0 var(--ronixa-theme-button-border-radius) var(--ronixa-theme-button-border-radius) 0 !important;
}
.rblog-search button {
    border: 1px solid var(--ronixa-light-border-color);
    border-radius: var(--ronixa-theme-button-border-radius);
    width: 60px;
    border: none;
    background-color: var(--ronixa-theme-primary-color);
    color: #fff;
    right: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
}
html[dir=rtl]  .rblog-search button {
    right: initial;
    left: 6px
}
.blog-img img {
    width: 100%;
    border-radius: var(--ronixa-theme-box-border-radius);
}
.post-info-wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0 30px;
}
.blog-image-related {
    margin-top: 30px;
}
.blog-image-related .related-image {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.blog-image-related .related-image img {
    width: 100%;
}
.blog-post-wrapper .title {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}
.blog-post-wrapper .author-list {
    margin-bottom: 0;
    color: #888;
}
.blog-post-wrapper .author-list a {
    color: #888;
}
.blog-post-wrapper .author-list img {
    width: 30px;
    border-radius: 50%;
    margin-inline-end: 4px;
}
.blog-post-wrapper .blog-img {
    position: relative;
}
.blog-post-wrapper .close {
    background-color: rgba(0,0,0,0.2);
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.meta-tags-link {
    display: flex;
    align-items: center;
}
.meta-tags-link li {
    margin-inline-end: 0 !important;
}
.meta-tags-link li:not(:first-child)::before {
    content: ",";
}
.tag-list ul {
    margin-bottom: 0;
}
.tag-list ul li a{
    position: relative;
    display: inline-flex;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-inline-end: 15px;
    padding: 6px 15px 6px 25px; 
    min-width: 70px;
    background-color: var(--ronixa-theme-secondary-background-color-page);
    border-radius: var(--ronixa-theme-button-border-radius);
    color: #242424;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 28px;
}
.tag-list ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
}
.related-category {
    display: flex;
    align-items: center;
}
.related-category li:not(:last-child) {
    margin-inline-end: 0;
}
.related-category li:not(:first-child)::before {
    content: ",";
}
.related-category i {
    margin-inline-end: 6px;
    font-size: 14px;
}
.post-date i {
    margin-inline-end: 6px;
    font-size: 14px;
}
.share-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.share {
    display: flex;
    align-items: center;
}
.share button:not(:last-of-type) {
    margin-inline-end: 15px;
}
.share-item-content a {
    padding: 8px 12px;
    color: #fff;
    margin-bottom:3px;
    display:inline-block;
}
.share-item-content a.facebook {
    background:#3b5998;
}
.share-item-content a.whatsapp {
    background: #25d366;
}
.share-item-content a.linkedin {
    background: #0a66c2;
}
.share-item-content a.pintrest {
    background:#bd081c;
}
.share-item-content a.twitter {
    background:#1da1f2;
}
.share-text {
    margin-bottom: 0;
    margin-inline-end: 8px;
}
.comment-like-wrapper i {
    font-size: 16px;
    margin-inline-end: 2px;
}
.comment-like-wrapper i.like-blog-icon {
    color: #df1d33;
}
.comment-like-wrapper i.comment-count {
    color: #15b952;
}
.comment-like-wrapper span {
    font-size: 16px;
}
.post-author-wrapper {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 23px 0 30px;
    margin-bottom: 30px;
}
.blog-author-info {
    display: flex;
    align-items: self-start;
    }
.blog-author-avatar {
    margin-inline-end: 22px;
}
 .blog-author-avatar img {
    border-radius: var(--ronixa-theme-box-border-radius);
} 
.blog-author-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-author-description > * {
    margin-bottom: 0;
}
.blog-author-title {
    font-size: 16px;
    margin-bottom: 6px;
    color: #242424;
}
.blog-author-title a {
    color: #242424;
}
.related-category-title {
    font-size: 16px;
    font-weight: 600;
    margin-inline-end: 8px;
}
.aside-box {
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #ddd;
    margin-top: 0 !important;
}
.aside-box .main-title {
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    margin-bottom: 16px;
}
.aside-box ul {
    padding-inline-start: 0;
}
.aside-box ul li {
    list-style: none;
}
.aside-box ul li:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.aside-box ul li a {
    color: #888;
}
.related-category ul {
    margin-bottom: 0;
}
.title-info {
    font-size: 16px;
    font-weight: 600;
}
.title-info a {
    color: #242424;
}
/* ---------- Blog_Page_Css  ---------- */
.blog-post-wrapper .blog-contents {
    margin-bottom: 30px;
}
.blog-post-wrapper .blog-contents > * {
    margin-bottom: 0;
}
.comment-view-box-wrapper  {
    clear: both;
    margin-top: 3rem;
}
.comment-box-wrapper {
    margin-top: 3rem;
}
.comment-view-box-wrapper .comment-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-view-box-wrapper .comment-name {
    font-size: 16px;
}
.comment-view-box-wrapper .comment-item {
    padding: 18px 0;
    margin-bottom: 30px;
    border-bottom: 1px dashed #b5b5b5;
}
.comment-view-box-wrapper .children {
    margin-inline-start: 30px;
    margin-top: -16px;
}
.all-author-link {
    margin-top: 30px;
    float: right;
}
html[dir=rtl] .all-author-link {
    float: left;
}
.author-info {
    display: flex;
    align-items: flex-start;
    padding: 25px 32px;
    background-color: var(--ronixa-theme-secondary-background-color-page);
    border-radius: var(--ronixa-theme-box-border-radius);
}
.rblog-author {
    margin-bottom: 30px;
}
.author-rating.rating {
    margin-bottom: 12px;
}
.author-boxes .author-rating.rating {
    margin-bottom: 7px;
    margin-top: -6px;
}
.author-list .author-boxes .author-rating.rating {
    margin-bottom: 8px;
    margin-top: -2px;
}
.author-list-leading .author-boxes .author-rating.rating {
    margin-bottom: -6px;
    margin-top: 3px;
}
.author-list-leading .author-boxes .author-rating.rating i{
    font-size:11px;
}
.author-boxes .author-description {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.author-social-media {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.author-social-media .social-media-title {
    margin-bottom: 0;
    margin-inline-end: 4px;
}   
.author-social-media ul {
    margin-bottom: 0;
}
.author-social-media ul li a {
    color: var(--ronixa-theme-primary-color);;
}
.author-info .author-avatar {
    margin-inline-end:32px;
    position: relative;
}
.author-info .author-avatar::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    border-top: 2px solid var(--ronixa-theme-primary-color);
    border-radius: 100%;
}
.author-info .author-avatar img{
    display: inline-block;
    overflow: hidden;
    width: 100px;
    padding: 4px;
    border-radius: 50%;
}
.author-info .author-title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
}
.author-title a {
    color: #242424;
}
.related-blog-wrapper .rblog-thumb .rblog-content-wraper {
    min-height: 100px;
}
.related-blog-wrapper {
    clear: both;
    margin-top: 3rem;
}
.all-blog-link {
    margin-top: 30px;
    float: right;
}
html[dir=rtl] .all-blog-link {
    float: left;
}
.reply-like-box {
    text-align: right;
}


/* Review_Box_Css_In_Blog_page */
.comment-box-wrapper .rb-heading-title {
    margin-bottom: 30px;
}

/* ---------- Category_Page_Css  ---------- */
.rblog-category {
    margin-bottom: 30px;
}
.blog-category-info-wrapper {
    background-color: var(--ronixa-theme-secondary-background-color-page);
    padding: 32px;
    display: flex;
    align-items: flex-start;
    border-radius: var(--ronixa-theme-box-border-radius);
}
.blog-category-info span {
    margin-inline-end: 4px;
}
.blog-category-info-wrapper .image-category {
    width: 200px;
    margin-inline-end: 24px;
} 
.blog-category-info-wrapper .image-category img {
    width: 100%;
} 
.blog-category-info-wrapper .category-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;        
}
.category-tag-wrapper {
    margin-top: 30px;
}
.all-category-link {
    float: right;
}
html[dir=rtl] .all-category-link {
    float: left;
}
/* CSS FOR RONIXA THEME */
.rb-heading-title {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 32px;
    margin-top: 42px;
}
.rb-heading-title::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--ronixa-theme-primary-color);
}
html[dir=rtl] .rb-heading-title::after {
    left: initial;
    right: 0;
}
.rb-aside-title-wrapper{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 42px;
    padding-bottom: 6px;
}
#column-right .rb-aside-title-wrapper:first-child, 
#column-left .rb-aside-title-wrapper:first-child {
  margin-top: 0;
}
.rb-aside-title-wrapper::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--ronixa-theme-primary-color);
}
html[dir=rtl] .rb-aside-title-wrapper::before {
    left: initial;
    right: 0;
}
.rb-aside-title {
    font-size: 16px;
}
.related-blog-wrapper .rblog-thumb .rblog-content-wraper {
    margin: 24px 0;
}
.post-meta-data {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 18px;
    margin-top: 24px;
}
.post-author i {
    font-size: 18px;
    margin-inline-end: 6px;
}
.view-count {
    margin-inline-start: 8px;
    margin-inline-end: 8px;
}
.post-date-share{
    direction:ltr;
}
.post-date-share i {
    font-size: 14px;
    color: var(--ronixa-theme-primary-color);
}
.post-title {
    font-size: 24px;
    margin-bottom: 12px;
}
.rblog-content-wraper .post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-title a {
    color: #242424;
}
.post-description {
    margin-bottom: 12px;
}
.post-text-continue {
    color: var(--ronixa-theme-primary-color);
}
.post-text-continue i {
    margin-inline-start: 4px;
    font-size: 11px;
}
.post-author-image {
    width: 25px !important;
    border-radius: 50% !important;
    margin-inline-end: 4px;
}
.reply-like-box i {
    font-size: 15px;
}
.reply-like-box i.bi-reply {
    font-size: 18px;
    margin-top: -7px;
    position: relative;
    top: 1px;
}
.reply-like-box i.like-comment-icon {
    color: #df1d33;
}
.reply-icon {
    color: #15b952;
}
.rblog-tab-wrapper .nav-tabs, .rblog-category-tab-wrapper .nav-tabs  {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 18px;
    margin-bottom: 22px;
}
.rblog-tab-wrapper .nav-tabs li a, .rblog-category-tab-wrapper .nav-tabs li a {
    padding: 18px 12px;
}
.rblog-tab-wrapper .nav-tabs li a.active, .rblog-category-tab-wrapper .nav-tabs li a.active {
    border-bottom: 2px solid var(--ronixa-theme-primary-color);
}