/**header**/
.header_navbar {
    background-color: #112b64;
}

/**gap helper classess**/
.gap-0{gap:0!important}.gap-5{gap:5px!important}.gap-10{gap:10px!important}.gap-15{gap:15px!important}.gap-20{gap:20px!important}.gap-25{gap:25px!important}.gap-30{gap:30px!important}@media (min-width:576px){.gap-sm-0{gap:0!important}.gap-sm-5{gap:5px!important}.gap-sm-10{gap:10px!important}.gap-sm-15{gap:15px!important}.gap-sm-20{gap:20px!important}.gap-sm-25{gap:25px!important}.gap-sm-30{gap:30px!important}}@media (min-width:768px){.gap-md-0{gap:0!important}.gap-md-5{gap:5px!important}.gap-md-10{gap:10px!important}.gap-md-15{gap:15px!important}.gap-md-20{gap:20px!important}.gap-md-25{gap:25px!important}.gap-md-30{gap:30px!important}}@media (min-width:992px){.gap-lg-0{gap:0!important}.gap-lg-5{gap:5px!important}.gap-lg-10{gap:10px!important}.gap-lg-15{gap:15px!important}.gap-lg-20{gap:20px!important}.gap-lg-25{gap:25px!important}.gap-lg-30{gap:30px!important}}@media (min-width:1200px){.gap-xl-0{gap:0!important}.gap-xl-5{gap:5px!important}.gap-xl-10{gap:10px!important}.gap-xl-15{gap:15px!important}.gap-xl-20{gap:20px!important}.gap-xl-25{gap:25px!important}.gap-xl-30{gap:30px!important}}
/**forum category styling**/
.forum-category{    background: #f9fcff !important;}
.title-author, .date-stamp{font-size:12px;}

.topic-icon {    height: 34px;
    width: 36px;
    text-align: center;
    color: #ffffff;
    background: #5d5d5d;  } 
    .trust-points{font-size:10px;}
.forum-icon{
    height: 34px;
    width: 36px;
    text-align: center;
    color: white;
    background: #dc3545;
}
.banner{height:150px;}  
.banner img{    position: absolute;
    height: 150px;
    top: 0;
    object-fit: cover;
    width: 100%;
    object-position: top;
    z-index: -1;
    opacity: .8;}
.banner-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    height:100%;
    bottom: 0;
    background: transparent linear-gradient(180deg, #112b64 0%, #dc3545 100%) 0 0 no-repeat padding-box;
    opacity: .9;
}
.category-title {
    font-weight: 600;color:#112b64
}
.description-info {
    font-size: 14px;
}
.stats span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size:13px;
}       
.stats span i {
    color: #6c757d;
}

.sidebar .topic-title{    font-weight: 600;
    color: #112b64;
    font-size: 12px;} 
  .sidebar  .topic-category{}
 .sidebar .category-description{font-size:13px;}
 .sidebar .topic-icon{
   height: 34px;
    width: 40px;
    text-align: center;
    color: #aad4ff;
    background: #112b64;
}
.sidebar .stats span {
    font-size:12px;
}
.sidebar .author{font-size:12px; }
.promotional-forum{
    border: 3px solid #ff4367;
}   
.breadcrumbs a{
    font-size:13px;
}
.breadcrumbs i.fa-chevron-right{font-size:12px;}
.left-main-content .topic-icon{
    height: 34px;
    width: 36px;
    text-align: center;
    color: white;
    background: #dc3545;
}.joined{
    font-size: 12px;
}
.contentarea *{color:#2c2c2c}
.contentarea ul{list-style-type:disc; padding-left:15px;}
 .contentarea ol {
    list-style: decimal;
    padding-left: 15px;
}
/*create thread page*/
#threadForm label{font-weight:600; color:#112b64;}
#threadForm .form-control{    border: 1px solid #ced4da;
    border-radius: 0.25rem;}
    .share-items:hover{color:#112b64!important; cursor:pointer;}
.share-items{font-size:13px;}.bg-teal{    background: #fffcf1;}
