.nav-profile-btn .nav .nav-link {
    background: none !important;
}
.nav-profile-btn .nav .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.tab-content {
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.form-control {
    border: 1px solid #A2C617 !important;
    border-radius: 8px !important;
    padding: 11px 14px !important;
    font-size: 0.875rem !important;
}

select.form-control {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    height: 41px !important;
}
.custom-select .form-control, .default-select .form-control {
    padding-right: 31px !important;
}

.with-icon .form-control {
    padding-left: 31px !important;
}

h3, .heading40 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 131%;
    color: #144194;
}
.heading-line {
    position: relative;
    padding-bottom: 16px;
}
.heading-line:after {
    content: "";
    height: 3px;
    width: 64px;
    background-color: #A2C617;
    position: absolute;
    bottom: 0px;
    left: 0;
}
p {
    font-size: 1rem;
    line-height: 145%;
}

.forum-table-outer {

}

.forum-table-outer table {
    width: 100%;
    border-collapse: collapse;
}
.forum-table-outer table td, .forum-table-outer table th  {
    padding: 12px 15px;
}
.forum-table-outer table th {
    
}
.forum-table-outer table td {
    
}
.forum-table-outer table th {
    
}
.forum-table-outer .downloadbtn {
    color: #144194;
    font-weight: 600;
}
.forum-table-outer {
    
}
.forum-table-outer {
    
}
.forum-table-outer {
    
}

.forumcontainer .nav-tabs{
    padding: 20px 0;
}

.forumcontainer .nav-tabs li{
    margin-right: 10px;
}


.forumcontainer .nav-tabs li a{
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 145%;
    color: #144194;
    position: relative;
    padding: 12px 25px;
    border-radius: 8px;
    border: 1px solid #144194;
}
.forumcontainer .nav-tabs li a:hover{ 
    text-decoration: none;
}
.forumcontainer .nav-tabs li a:focus {
    box-shadow: none;
    outline: none;
}

.forumcontainer .nav-tabs li.active a{
    background-color: #144194;
    color: #fff;
}

#page-mod-forum-view header{
    display: none !important;
}
.btn:focus {
    outline: none !important;
    outline-offset: 0px !important;
}

.meet-content {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}