 :root {
            --sr-red: #d32f2f;
            --sr-blue: #002e5b;
            --sr-green: #2e7d32;
            --sr-orange: #ef6c00;
        }
      
 
        /* Section Headers */
        .section-title {padding: 10px; font-weight: 700; text-transform: uppercase; font-size: 16px; text-align: center; border-bottom: 1px solid #000;  }
       

        /* Tables & Data */
        .posttemp .data-table { width: 100%; border-collapse: collapse; }
        .posttemp .data-table th, .posttemp .data-table td { border: 1px solid #000; padding: 10px; vertical-align: top; }
     
        
   
    
  
        .posttemp .link-click { color: #0000ff; font-weight: bold; text-decoration: underline; }

        .posttemp .col-md-6 { display: flex; flex-direction: column; }
        .p-3 { flex-grow: 1; background: #fff; }


 .brown{
    background-color:hsl(330, 94%, 18%);
    border-color: black!important;
    color: white;
 }

 .green{
    background-color: rgb(6, 97, 51);
     border-color: black!important;
     color: white;
  }

 .orange{
    background-color: rgb(245, 60, 0);
    border-color:  rgb(0, 0, 0);
    color: white;
   }

   .blue{
        background-color:rgb(6, 6, 75);
        border-color:  rgb(0, 0, 0);
         color: white;
    }

.job-detail .mb-4,
.posttemp .mb-4
    {
        margin-bottom:2rem !important;
    }
        



/* Mobile */
@media (max-width: 767.98px) {
  .posttemp .total-posts{
     text-align: center;
  }
}

/* Desktop */
@media (min-width: 768px) {
  .posttemp .left-block{
     border-right: none!important;
  }
}


.main-title{
    color: #000080;
    
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}

.posttemp .main-title-light{
   
    text-transform: uppercase;
    font-size: 25px;
}

