@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../material/fonts/material-font.woff2') format('woff2');
}
@font-face {
  font-family: 'latha';
  font-style: normal;
  font-weight: 400;
  src: url('../material/fonts/latha.ttf') format('ttf');
}
@font-face {
  font-family: 'BaseMono';
  font-style: normal;
  font-weight: normal;
  src: url('..//material/fonts/BASEMONONARROWTHIN.TTF')  format('truetype');
  /*src: url('/public/material/fonts/BASEMONONARROWTHIN.TTF') format('truetype');*/
}
@import url('https://fonts.googleapis.com/css2?family=Karma:wght@300&display=swap');

.nep-date{font-family: 'Karma', serif; margin-left: 10%;}
h4.admin-header{margin: 10px 0px;}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.display-body{background: #fff;}
.cardwrap{
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
}
.card-rate{
    box-shadow: 2px 2px 10px #DADADA;
    padding: 20px 10px;
    background-color: #fff;
    height: 115px;
    border-radius: 5px;
    transition: .3s linear all;
}
.card-rate.primary{
    background-color: #007bff;
    color: #FFF;
}

.card-rate.danger{
    background-color: #ef5350;
    color: #FFF;
}  

.card-rate.success{
    background-color: #DE6560;
    color: #FFF;
}  

.card-rate.info{
    background-color: #26c6da;
    color: #FFF;
}  

.card-rate.warning{
    color: #fff;
    background-color: #ec971f;
}

.card-rate p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.card-rate i{
    font-size: 3em;
    opacity: 0.2;
  }

.card-rate .card-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-rate .card-name{
    position: absolute;
    right: 35px;
    top: 65px;
    text-transform: capitalize;
    display: block;
    font-size: 18px;
    text-align: right;
}

.bill-head img{
    width: 60px;
    height: auto;
    margin-right: 2%;
    display: inline-block;
}
.bill-desc{
    display: inline-block;
}
.bill-desc h5{
    margin-bottom: 0px;
    font-weight: 500;
}
.bill p{
    margin: 0px;
    line-height: 16px;
    font-size: 12px;
}
.bill-body table{
    margin-top: 2%;
    border-top: 1px solid #DADADA;
}
.bill-body table tr th{
    font-size: 14px;
    font-weight: 500;
}
.bill-body table tr th,.bill-body table tr td{
    padding: 4px 8px;
}
.bill-body table tr td input{
    width: 70%;
    text-align: center;
    font-size: 12px;
    color: #333333;
}
.noborder{
    border: none !important;
}
.bill-body .tender{
    font-size: 12px;
    font-weight: 500;
}
/* .bill-body .tender td{padding: 0px 8px;} */
.bill-body .amt-words{
    font-size: 12px;
    font-style: italic;
}
.bill-body .total input{
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}
.bill-body i{
    font-size: 12px;
    color: #b3140f;
}
.bill-body .dis-amt input{
    width: 100%;
}
.bill-body .total td{width: 50%;}
.bill-body .total-amt{
    color:#b3140f;
    /* text-align: center; */
    font-size: 32px;
    font-weight: bold;
}
.bill-body .return-amt{
    color:#b3140f;
    /* text-align: center; */
    font-size: 32px;
    font-weight: bold;
}
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #dd3433;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header.ticket-modal{
    display: inline-block;
}
.ticket-modal-box img{
    width: 50px;
}
.ticket-modal-box h5{
    font-size: 14px;
}
.ticket-card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 0 0 10px 0;
    padding: 10px;
}
.qr-code{
    text-align: center;
}
.ticket-desc div{float: left;}
.ticket-desc{font-weight: 400;}

/* input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1 !important;
} */

/* Chrome, Safari, Edge, Opera */
.bill-body input::-webkit-outer-spin-button,.bill-body 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.bill-body input[type=number] {
  -moz-appearance:textfield;
}

.org-image img {
    width: 30%;
    display: block;
    margin-bottom: 10px;
}
.txtright{
    text-align: right;
}

.rate-info{
    font-size: 16px;
    padding-left: 3%;
}
.btn-custom{
    background-color: #DE6560;
}
.btn-custom:hover{
    background-color: #b3140f;
    color: #fff;
    border-color: #b3140f;
}
/*-----------report----------*/
.report-head{
    /* margin-bottom: 2%;
    text-align: center; */
}
.report-head img{
    width: 73%;
    position: relative;
    left: 26%;
    top: 0;
}
.report-head h5{
    font-size: 18px;
}
.box {
    position: relative;
    border-radius: 3px!important;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box.box-info {
    border-top-color: #00c0ef;
}
.s-padding{
    padding:5px!important;
}
.report-search{
    width: 550px;
    margin: 0px auto 10px;
    padding: 10px 30px 30px;
    overflow: hidden;
    position: relative;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.report-search .form-body {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 30px;
}
.report-search .form-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    font-size: 12px;
    color: #000;
}
.report-form-control{
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #d2d6de;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.report-search .form-group div{
    display: inline-block;
}
.btn-xs{
    padding: 1px 5px;
    font-size: 12px;
}
.report-form-control[disabled], .report-form-control[readonly], fieldset[disabled] .report-form-control {
    background-color: #eef1f5;
    opacity: 1;
    cursor: not-allowed;
}
.report-search .radio-inline, .report-search .is-focused .radio-inline{
    color: #000;
    font-size: 12px;
}
.form-body .form-action {
    padding: 20px;
    border-top: 1px solid #e7ecf1;
}

.report-form-control select, select.report-form-control{
    -webkit-appearance: button;
}
.report-search a.btn{color: #fff;}

/*------ Report Table-------*/
.report-card{
    margin-top: 0px;
}
.report-card p{margin: 0px;}
.table-scrollbar {
    position: relative;
    height: 400px;
    overflow: auto;
    display: block;
}
.table-striped>tbody>tr:nth-of-type(odd){background-color: #f2f2f2;}

.table-striped>tbody>tr:hover{background-color: #ddd;}
.table.report-table thead tr th {
    /* z-index: 9999; */
    background: #b3140f;
    color: white;
    font-weight: 400;
    font-size: 14px;
    position: sticky;
    top: 0;    
}

/* Dashboard */
.card .card-footer .stats{
    display: inline-block;
    text-align: right;
}
.card .card-footer .stats p{
    margin:0px;
    color: #585757;
    font-size: 13px;
}
.border-right{
    border-right: 1px solid #eee;
}
.nopadding{
    padding: 0px;
}
.pright{padding: 0px 5px 0px 0px;}
.pleft{padding: 0px 0px 0px 5px;}
.vcount{
    float: left;
}
.vcount img{
    width: 95px;
    height: 160px;
}
.sidebar .logo .simple-text{
    text-align: left;
}
.sidebar .logo img{
    height: 50px;
    width: auto;
    margin: -40px 10px 0px 10px;
}
.sidebar .logo p {
    font-size: 20px;
    margin: 0;
    color: #000;
    line-height: 28px;
}
.text-primary{
    color: #b3140f !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b3140f !important;
}
.cancel.btn, .confirm.btn{
    font-size: 12px;
}
/* Ticket Entry */
.ticket-box{
    width: 70%;
}
.ticket-detail-box{
    text-align: center;
    padding: 20px 0;
}
.ticket-detail-box h3, .ticket-detail-box h4, .ticket-detail-box h5{
    font-weight: bold;
}

/* login register */
.input-group .form-control {
    background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.btn-submit{
    padding: 5px 15px;
}
.user-login .radio-inline{
    font-size: 12px;
}
.txtforget{
    font-size: 12px;
    /* text-align: center; */
    margin-bottom: 10px;
    /* text-decoration: underline; */
    color: #b3140f;
}
.txtforget a{
    color: #b3140f;
    font-weight: bold;
}
.ft-left{
    float: left !important;
}
.ft-right{
    float: right !important;
}
#UserSignup{
    display: none;
}
.btn.btn-label-danger {
    background-color: rgba(253, 57, 122, 0.1);
    color: #fd397a;
    cursor: text !important;
}
.btn.btn-label-success {
    background-color: rgba(10, 187, 135, 0.1);
    color: #0abb87;
    cursor: text !important;
}
.btn-status {
    padding: 4px 6px !important;
    font-size: 0.55rem !important;
    font-weight: bold;
    border-radius: 0px !important;
    box-shadow: none;
}
.btn-action{
    margin: 2px 0px !important;
}
/*.display-panel{padding: 4% 0 0 0;}*/
@media (min-width: 991px) {
/* Sidebar open close */
.sidebar-closed{
    width:55px;
    overflow: hidden;
}
.page-sidebar-closed .main-panel{
    width: calc(100% - 50px);
}
.page-sidebar-closed .logo img, .page-sidebar-closed .sidetext{display: none;}
.page-sidebar-closed .logo{min-height: 90px;}
.sidetogl{
    right: 11px;
    position: absolute;
    top: 30px;
}
.sidetogl button{
    background: none;
    border: none;
    position: relative;
    display: inline-block;
}
}

@media screen and (max-width: 991px) {
    .sidetogl{display: none;}
    .navbar-collapse .dropdown-toggle:after{
        right: 5px;
    }
    .off-canvas-sidebar nav .navbar-collapse{
        width:165px;
    }
    .nav-open .navbar .container .navbar-wrapper{
        -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    }
    .nav-open .navbar .container .navbar-toggler{
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
    .off-canvas-sidebar .navbar-collapse:after{
        background-color: #DE6560;
    }
    .navbar-toggler .icon-bar{
        background-color: #b3140f !important;
    }
    .close-layer{
        background: none;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .card-rate .card-name{
        font-size: 16px;
    }
}

@media screen and (max-width: 480px){
    .ticket-box{width: 100%;}
}