/*!
 * Eco Mediapark - Mini WebPayment v1 (https://total40.ecomediapark.com)
 * Copyright 2013-2021 Eco Mediapark All Rights Reserved
 */

.bdr{                                       border:1px solid red;}
.hand{                                      cursor: pointer;}
.txt-org{                                   color:#f05a28 !important;}
.supscript{									position: relative; top: -0.15em; font-size: 120%; font-weight: bold;}
.display-6 {                                font-size: 1.2rem; font-weight: 500; line-height: 0.81; }

 /* Overwrite Css */
 .bg-gradient-primary{                      background-color:#f05a28;background-size:cover;
                                            background-image:linear-gradient(180deg,#ce28dd 10%,#9c19d8 100%);}
 .sidebar-brand-text{                       font-size:0.72rem !important;}

 /* For Bill Table */
#bilTbl tr.bilArea{                         padding:0px; color: red; font-weight: bold; letter-spacing: 1px;
                                            font-size:0.81rem; text-decoration-line: underline; text-decoration-style: double; text-decoration-color: red;}
#bilTbl tr.bilUser{                         font-size:0.72rem; padding:0px; font-weight: bold; letter-spacing: 1px;
                                            text-decoration-line: underline; text-decoration-style: solid;}
#bilTbl tr.bilPay{                          font-weight: bold;}

@media print, all {
    td, thead, .print-bg, .text-dark,
    .card-body,
    .text-success, .text-primary{                   background: white !important; color:black !important; font-weight: bold !important;}
    .bg-info, .bg-success, .bg-primary{     background: grey !important;}
}