* {
    margin: 0;
    padding: 0;
}
.output p,
.results p{
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 20px;

}

/* .container{
    border: 2px solid #ccc;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);

    padding: 100px;
} */

.pt-120{
    padding-top: 120px;
}


/* Go Email CSS */
.body{
    font-family:var(--bs-body-font-family);
    
      
}
.table-font{
font-family: 'Calibri Light', sans-serif;
}

.bg-pink th,
.bg-pink td {
    border: 1px solid #000;
}
.bg-pink th

 {
    background-color: lightpink; /* Set background color for the thead element */
    font-weight: bold;
}

.bg-blue td:first-child{
    background-color:#305496;
    color:white;
}
.bg-yellow td:nth-child(2){
    background-color: #FFEB9C;
}
td, th, .rtt p{
    font-size: 15px;

}

.e911-warning td{
    color:red;
    border: 0;
    font-weight:bold;
}
.checkbox-label {
    display: inline-block;
    margin-right: 20px;
}
  
.checkbox-input {
    margin-right: 5px;
}
#dataTable th,
#dataTable td,
#nrdataTable th,
#nrdataTable td{
    padding-left: 10px;
    padding-right: 10px;
}

.rtt p{
    /* margin-left:20px; */
    line-height: 30px;
    margin-bottom: 1px;
}

/* Designing to merge */


/* CBN Validation  */
.cbn-table th,
.cbn-table td{
    border: 2px black solid;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.cbn-table th,
.cbn-table td:first-child{
    background-color: lightgrey;
    font-weight: bold;
}
#termsMessage{
    font-size: 12px;
    line-height: 16px;
}