body{
    /*background-color:#f2efe4; */
     background-color:#ebebff;
    margin-left:10px;
    margin-right:10px;
}
/*.bg-light{*/
/*    background-color:#ebebff!important;*/
/*}*/
.btn-primary{
    background-color:#3740ff!important;
}
.btn{
    border-radius:0!important;
}
.title{
    text-transform:uppercase;
    margin-top:15px;
    margin-bottom:30px;
}
.form-div{
   margin-top:10px;
   padding:50px;
   max-width:580px;
}
.fgt-pid{
    color:#3740ff;
}
.styled-text{
    color:#0d6efd;
    
}
#floatingPID{
    text-transform:uppercase;
    font-weight:bold;
}
/*Hide table overflow*/
.table-responsive::-webkit-scrollbar {
  display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */
.table-responsive {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.slip-div{
    max-width:580px;
}

@media print{
    #hback,#print,#pending_payments,#notice_alert,#footer-container{
        display:none!important;
    }
}