@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&display=swap');


.display-2{
    font-size:25px;
    color:#CC0000;
    font-family: 'Roboto Slab';
    letter-spacing: 0.03em;
    padding:10px;
    text-align: center;
    font-weight:700;
}

.display-3{
    font-size:15px;
    color:#CC0000;
    font-family: 'Roboto Slab';
    letter-spacing: 0.03em;
    padding:10px;
    text-align: center;
    font-weight:700;
}

.display-4{
    font-size:18px;
    color:#CC0000;
    font-family: 'Roboto Slab';
    letter-spacing: 0.03em;
    padding:10px;
    text-align: center;
    font-weight:700;
}

.display-5{
    font-size:12px;
    color:#000;
    font-family: 'Poppins';
    letter-spacing: 0.03em;
    padding:10px;
    text-align: center;
    font-weight:700;
}


.text-card{
    color:#000;
    font-size: 18px;
    font-family:'Poppins';
    text-transform: capitalize;
    letter-spacing: 0.02em;
    font-weight:500;
}

.table thead th {
    color:#000;
    border:1px solid #B9B7BD !important;
    font-size:12px;
    text-align: center;
    text-transform: none;
    font-family: Poppins;
    font-weight: 600;
}

.table tbody td {
    color:#000 !important;
    border:1px solid #B9B7BD !important; 
    padding:3px !important;
}

.table tbody td a{
    color:#0E86D4;
    font-weight:500;
    font-size:15px;
    padding:10px;
    font-family: Poppins;
    font-weight:500;
}

.table tbody td a:hover{
    color:#CC0000;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    font-family:Poppins;
}
  
.form-check-label{
    margin-bottom: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    font-family:Poppins;
}

.form-control {
    display: block;
    width: 90%;
    padding: 0.5rem ;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    -webkit-appearance: #CC0000;
    -moz-appearance: #CC0000;
    appearance: #CC0000;
    border-radius: 0.375rem;
    transition: 0.2s ease;
}
    
.form-control:focus {
  border-color: #FF0000;
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);*/
}

.input-file {
    display: block;
    width: 90%;
    padding: 0.5rem ;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    -webkit-appearance: #CC0000;
    -moz-appearance: #CC0000;
    appearance: #CC0000;
    border-radius: 0.375rem;
    transition: 0.2s ease;
}

.input-file:focus {
    border-color: #FF0000;
}
.input-group{
    border:1px solid  #d2d6da;;
} 
.img-center{
    display: block;
    margin:0 auto;
    max-width: 100%;
}

.btn-add{
    width:40px;
    height:40px;
}
.btn-add-img{
    width:40px;
    height:40px;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color:#868B8E;
  border: 0;
  opacity: 0.25;
}

.checkbox-wrapper {
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 40px);*/
    grid-template-columns: auto auto;
    border: 1px solid #055C9D;
    margin-left:20px;
    padding:10px;
}

.table th{
    font-weight: bold;
    font-size:13px;
}

.btn-add{
    width:30px !important;
    height:30px;
    padding:2px;
}

label, .form-label {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #000;
    margin-left: 0.25rem;
    font-family: Poppins;
}

.lbl {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #000;
    margin-left: 0.25rem;
    font-family: Poppins;
}

.bk{
    width:150px;
}

.btn-sel{
    color:#0E86D4;
    font-family:'Roboto Slab';
    font-size:15px;
    background: none;
    border:none;
}

.pbg-success{
    color: #0f5132;
    background-color: #e6f7ef;
    border-color: #badbcc;
    height:40px;
    font-weight: 600;
    padding:10px;
    text-align: center;
    vertical-align: middle;
}

.pbg-danger{
    height:40px;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    font-weight: 600;
    padding:10px;
    text-align: center;
    vertical-align: middle;
}

.con-left-align{margin-left:.5in}

@media only screen and (max-width: 767px) {
    .con-left-align{margin-left:.25in}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .con-left-align{margin-left:1.5in}
}

@media only screen  and (min-width : 1224px) {
  
}

