  
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css2?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&display=swap');
body{font-family: 'Quicksand', sans-serif;padding-top: 20px;}
:root{
    --other-font: "Poppins", sans-serif;
}
* input{outline: none;}
.main-widget{padding: 15px;background:#fff;}
.pagehead{margin:0;padding: 15px;background: #2f2f2f;color: #fff;font-family: 'Quicksand', sans-serif;font-size: 18px;margin-bottom: 10px; position:relative;}

.pagehead .adminlogout{
    position: absolute;
    right: 0;
    color: #ffffff;
    background: #f44336;
    padding: 15px;
    top: 0;
}
.leftmenu{
    padding-left: 0;
}
.leftmenu > ul{
    padding: 0;
    list-style: none;
}
.leftmenu > ul > li{}
.leftmenu > ul > li > a > .iconbtn{
    position: absolute;
    right: 15px;
    top: 20px;
}
.leftmenu > ul > li > a{
    display: block;
    padding: 15px 15px;
    background: #414242;
    margin-bottom: -0;
    color: #ffffff;
    position:relative;
    border-bottom: 1px solid #545151;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
}
.leftmenu > ul > li > a.active{background: #2f2f2f;color:#fff;}
.submenu{
    
padding: 0;
    
list-style: none;
    
display: none;
}
.submenu > li{}
 
.submenu > li > a:hover{text-decoration:none;}
.submenu > li > a{
    display: block;
    padding: 10px 20px;
    background: #484848;
    color: #fff;
    border-bottom: 1px solid #545454;
}
.submenu > li > a.active {
    background: #2f2f2f;
    color: #fff;
}

.paddrightleft{padding-left:15px; padding-right:0;}

.issue-record{
    margin-bottom: 0;
}
.record-list{
    margin-top: 15px;
}

.record-list thead{}
.record-list thead > tr{
    border: none;
}
.record-list thead > tr:first-child th{
    width: 25px !important;
     
}
.padd0{padding:0;}
.record-list thead > tr > th{background: #fff;text-align: center;font-weight: 600;padding: 5px 10px;}{}
.record-list tbody{}{}
.record-list tbody > tr{}{}
.record-list tbody > tr > td{}{}
.frmsearch{}
.frmsearch input[type='text']{
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
}
.frmsearch input[type='submit']{
    width: 100%;
    padding: 11px;
    background: #4CAF50;
    border: none;
    color: #fff;
    border: 1px solid #47a24c;
}

.topmenu{
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 20px;
}
.topmenu li{
    display: inline-block;
}
.topmenu li a{
    padding: 10px 20px;
    /* background: #656565; */
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}.padd5 {
    padding-left: 5px;
    padding-right: 5px;
}
.frmgrp{}
.frmgrp h3{
    margin: 0;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--other-font);
}
.frmgrp label{
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
    }
.frmgrp input[type='text'],.frmgrp input[type='number'], .frmgrp textarea{
    height: auto;
    padding: 8px 10px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    }
.frmgrp select{
    height: auto;
    padding: 9px 10px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    }   

.frmgrp input[type='file']{padding:15px;  border:1px solid #969595; margin-bottom:15px; width:100%;}
.frmgrp label span{color:red;}

    .frmgrp input[type='submit']{
        
margin-bottom: 10px;
        
padding: 10px 30px;
        
background: #4CAF50;
        
border-radius: 2px;
        
border: 1px solid #4CAF50;
        
color: #fff;
        
text-transform: uppercase;
        
letter-spacing: 2px;
        
outline: none;
    }
    
    .editbtn{
    display: inline-block;
    padding: 10px;
    background: #2196F3;
    color: #fff;
    text-align: CENTER;
    border-radius: 5px;
    border: 2px solid #2196F3;
}
    .delbtn{
    display: inline-block;
    padding: 10px;
    background: #F44336;
    color: #fff;
    text-align: CENTER;
    border-radius: 5px;
    border: 2px solid #F44336;
}
.varbtn{display: inline-block;
    padding: 10px;
    background: #2196F3;
    color: #fff;
    text-align: CENTER;
    border-radius: 5px;
    border: 2px solid #2196F3}
.delbtn:hover{color: #f00;background: #fff;}
.editbtn:hover{color: #2196F3;background: #fff; }
.varbtn:hover{color: #2196F3;background: #fff; }

.searchpanel{
    padding: 15px;
    border: 1px solid #989696;
    background: #fff;
    padding-top: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.searchpanel span{
    position: absolute;
    top: -10px;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #989696;
}
 
 .prf{ margin-bottom:15px;
}
 .prf i{
    font-size: 80px;
    padding: 15px;
    background: #fff;
    border: 1px solid #afaeae;
}
 .prf input{display:none;}
  .prf img{
    width: 88px;
}
 
 .btnsave{margin-bottom: 10px;
    padding: 10px 30px;
    background: #4CAF50;
    border-radius: 2px;
    border: 1px solid #4CAF50;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none;}

.mn{
    
position: absolute;
    
top: 0.5px;
    
right: 60px;
}   
.mn button{
    border-radius: 0;
    padding: 16px;
    background: rgb(0, 0, 0);
}
 
.mn button[expanded="true"]{background: #FF5722;}
.dropdown-menu{
    padding:10px;
}   
    
    .mn a{
    position: static;
    padding: 10px 15px;
    display: block;
    background: #fff;
    color: #000;
 
}
    .mn a:hover{
    background: #eee;
    color: #000;
    text-decoration: none;
}
    .btns{display: inline-block;
    padding: 8px 20px;
    background: #085694;
    border-radius: 3px;
    color: #fff;}
    
    .btns:hover{text-decoration:none; color:#fff; cursor:pointer}
    
.tabpanelwidget{padding:15px;}  
    
    
#varModal{} 
#varModal .modal-content{border-radius:0;}  
#varModal .modal-content label{
    text-transform: uppercase;
    letter-spacing: 1px;
}   
#varModal .modal-content label span{color:red;}
#varModal .modal-content input[type='file']{
    padding: 9px;
    border: 1px solid #ababab;
    width: 100%;
}   
#varModal .modal-content input[type='number']{
    padding: 10px;
    border: 1px solid #ababab;
    width: 100%;
}
#varModal .modal-content input[type='text']{
    padding: 10px;
    border: 1px solid #ababab;
    width: 100%;
    height: auto;
    border-radius: 0;
}       
#varModal .modal-content input[type='submit']{
    display: inline-block;
    padding: 10px 20px;
    background: #4CAF50;
    border: none;
    color: #fff;
}   

.upstatus{
    margin-bottom: 15px;
    padding-left: 0;
}
.upstatus select{
    width: 100%;
    padding: 10px;
}
.upstatus button{
    padding: 11px;
    width: 100%;
    background: #4CAF50;
    color: #fff;
    border: none;
}
.upstatus textarea{
    width: 100%;
    padding: 10px;
}

.page {
        width: 21cm;
        min-height: 28.7cm;
        padding: 15px;
        margin: 0 auto;
        border: 1px #D3D3D3 solid;
        border-radius: 0;
        background: white;
        /* box-shadow: 0 0 5px rgb(255, 255, 255); */
        font-family: arial;
    }
    .subpage {
        padding: 0;
        border: none;
        height: 280mm;
        outline: 0px;
    }
    
    @page {
        size: A4;
        margin: 0;
    }
    @media print {
        .page {
            margin: 0;
            border: initial;
            border-radius: initial;
            width: initial;
            min-height: initial;
            box-shadow: initial;
            background: initial;
            page-break-after: always;
        }
    }
.page h3{margin:0;font-weight:bold;padding-top: 7px;text-align: center;margin-bottom: 15px;}
.page h4{margin:0;font-weight:bold;font-size: 16px;}

.page .signpanel{}
.page .signpanel h2{
    font-size: 18px;
    text-align: center;
    margin: 0;
    }
    .page .signpanel h3{font-size: 16px;
    text-align: center;}
.chatbox{}
.chatbox ul{
    list-style: none;
    padding: 15px;
    border: 2px solid #eee;
    max-height: 250px;
    height: 250px;
    overflow: auto;
}
.chatbox ul li.csmsg{
    padding: 15px;
    border: 1px solid #95deff;
    border-radius: 4px;
    background: #03a9f417;
    text-align: left;
    margin-bottom: 10px;
}
.chatbox ul li.admsg{
    padding: 15px;
    border: 1px solid #afe075;
    border-radius: 4px;
    background: #8bc34a29;
    text-align: right;
    margin-bottom: 10px;
}



 
@import url('https://fonts.googleapis.com/css?family=Quicksand');
body{font-family: 'Quicksand', sans-serif;padding-top: 20px;background: #3c3b3b;}
.main-widget{padding: 15px;background:#fff;}
.pagehead{margin:0;padding: 15px;background: #2f2f2f;color: #fff;font-family: 'Quicksand', sans-serif;font-size: 18px;margin-bottom: 10px;position:relative;}

.pagehead .adminlogout{
    position: absolute;
    right: 0;
    color: #ffffff;
    background: #f44336;
    padding: 15px;
    top: 0;
}
.pagehead .menuicon{color: #fff;text-decoration: none;margin-right: 10px;display: none;position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
.leftmenu{
    padding-left: 0;
    padding-right: 0;
    background: #414242;
    min-height: 90vh;
}
.leftmenu > ul{
    padding: 0;
    list-style: none;
}
.leftmenu > ul > li{}
.leftmenu > ul > li:first-child{display: none;}
.leftmenu > ul > li > a > .iconbtn{
    position: absolute;
    right: 15px;
    top: 20px;
}
.leftmenu > ul > li > a{
    display: block;
    padding: 15px 15px;
    background: #414242;
    margin-bottom: -0;
    color: #ffffff;
    position:relative;
    border-bottom: 1px solid #545151;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
}
.leftmenu > ul > li > a.active{background: #2f2f2f;color:#fff;}
.submenu{
    
padding: 0;
    
list-style: none;
    
display: none;
}
.submenu > li{}
 
.submenu > li > a:hover{text-decoration:none;}
.submenu > li > a{
    display: block;
    padding: 10px 20px;
    background: #484848;
    color: #fff;
    border-bottom: 1px solid #545454;
}
.submenu > li > a.active {
    background: #2f2f2f;
    color: #fff;
}

.paddrightleft{padding-left:15px; padding-right:0;}

.issue-record{
    margin-bottom: 0;
}
.record-list{
    margin-top: 15px;
}

.record-list thead{}
.record-list thead > tr{
    border: none;
}
.record-list thead > tr:first-child th{
    width: 25px !important;
     
}
.padd0{padding:0;}
.record-list thead > tr > th{background: #fff;text-align: center;font-weight: 600;padding: 5px 10px;}{}
.record-list tbody{}{}
.record-list tbody > tr{}{}
.record-list tbody > tr > td{}{}
.frmsearch{}
.frmsearch input[type='text']{
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
}
.frmsearch input[type='submit']{
    width: 100%;
    padding: 11px;
    background: #4CAF50;
    border: none;
    color: #fff;
    border: 1px solid #47a24c;
}

.topmenu{
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 20px;
}
.topmenu li{
    display: inline-block;
}
.topmenu li a{
    padding: 10px 20px;
    background: #656565;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.4px;
}.padd5 {
    padding-left: 5px;
    padding-right: 5px;
}
.frmgrp{}
.frmgrp label{
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
    }
.frmgrp input[type='date'], .frmgrp input[type='text'], .frmgrp input[type='email'], .frmgrp input[type='number'], .frmgrp textarea{
    height: auto;
    padding: 8px 10px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    }
.frmgrp select{
    height: auto;
    padding: 9px 10px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    }   

.frmgrp input[type='file']{border:1px solid #969595;height: auto;padding: 8px 10px;border-radius: 0;width: 100%;margin-bottom: 15px;}
.frmgrp label span{color:red;}

    .frmgrp input[type='submit']{
        
margin-bottom: 10px;
        
padding: 10px 30px;
        
background: #4CAF50;
        
border-radius: 2px;
        
border: 1px solid #4CAF50;
        
color: #fff;
        
text-transform: uppercase;
        
letter-spacing: 2px;
        
outline: none;
    }
    
    .editbtn{
    display: inline-block;
    padding: 10px;
    background: #2196F3;
    color: #fff;
    text-align: CENTER;
    border-radius: 5px;
    border: 2px solid #2196F3;
}
    .delbtn{
    display: inline-block;
    padding: 10px;
    background: #F44336;
    color: #fff;
    text-align: CENTER;
    border-radius: 5px;
    border: 2px solid #F44336;
}
.varbtn{display: inline-block;
    padding: 10px;
    background: #2196F3;
    color: #fff;
    text-align: CENTER;
    border-radius: 5px;
    border: 2px solid #2196F3}
.delbtn:hover{color: #f00;background: #fff;}
.editbtn:hover{color: #2196F3;background: #fff; }
.varbtn:hover{color: #2196F3;background: #fff; }

.searchpanel{
    padding: 15px;
    border: 1px solid #989696;
    background: #fff;
    padding-top: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.searchpanel span{
    position: absolute;
    top: -10px;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #989696;
}
 
 .prf{ margin-bottom:15px;
}
 .prf i{
    font-size: 80px;
    padding: 15px;
    background: #fff;
    border: 1px solid #afaeae;
}
 .prf input{display:none;}
  .prf img{
    width: 88px;
}
 
 .btnsave{margin-bottom: 10px;
    padding: 10px 30px;
    background: #4CAF50;
    border-radius: 2px;
    border: 1px solid #4CAF50;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none;}

.mn{
    
position: absolute;
    
top: 0.5px;
    
right: 60px;
}   
.mn button{
    border-radius: 0;
    padding: 16px;
    background: rgb(0, 0, 0);
}
 
.mn button[expanded="true"]{background: #FF5722;}
.dropdown-menu{
    padding:10px;
}   
    
    .mn a{
    position: static;
    padding: 10px 15px;
    display: block;
    background: #fff;
    color: #000;
 
}
    .mn a:hover{
    background: #eee;
    color: #000;
    text-decoration: none;
}
    .btns{display: inline-block;
    padding: 8px 20px;
    background: #085694;
    border-radius: 3px;
    color: #fff;}
    
    .btns:hover{text-decoration:none; color:#fff; cursor:pointer}
    
.tabpanelwidget{padding:15px;}  
    
    
#varModal{} 
#varModal .modal-content{border-radius:0;}  
#varModal .modal-content label{
    text-transform: uppercase;
    letter-spacing: 1px;
}   
#varModal .modal-content label span{color:red;}
#varModal .modal-content input[type='file']{
    padding: 9px;
    border: 1px solid #ababab;
    width: 100%;
}   
#varModal .modal-content input[type='number']{
    padding: 10px;
    border: 1px solid #ababab;
    width: 100%;
}
#varModal .modal-content input[type='text']{
    padding: 10px;
    border: 1px solid #ababab;
    width: 100%;
    height: auto;
    border-radius: 0;
}       
#varModal .modal-content input[type='submit']{
    display: inline-block;
    padding: 10px 20px;
    background: #4CAF50;
    border: none;
    color: #fff;
}   

.upstatus{
    margin-bottom: 15px;
    padding-left: 0;
}
.upstatus select{
    width: 100%;
    padding: 10px;
}
.upstatus button{
    padding: 11px;
    width: 100%;
    background: #4CAF50;
    color: #fff;
    border: none;
}
.upstatus textarea{
    width: 100%;
    padding: 10px;
}

.page {
        width: 21cm;
        min-height: 28.7cm;
        padding: 15px;
        margin: 0 auto;
        border: 1px #D3D3D3 solid;
        border-radius: 0;
        background: white;
        /* box-shadow: 0 0 5px rgb(255, 255, 255); */
        font-family: arial;
    }
    .subpage {
        padding: 0;
        border: none;
        height: 280mm;
        outline: 0px;
    }
    
    @page {
        size: A4;
        margin: 0;
    }
    @media print {
        .page {
            margin: 0;
            border: initial;
            border-radius: initial;
            width: initial;
            min-height: initial;
            box-shadow: initial;
            background: initial;
            page-break-after: always;
        }
    }
.page h3{margin:0;font-weight:bold;padding-top: 7px;text-align: center;margin-bottom: 15px;}
.page h4{margin:0;font-weight:bold;font-size: 16px;}

.page .signpanel{}
.page .signpanel h2{
    font-size: 18px;
    text-align: center;
    margin: 0;
    }
    .page .signpanel h3{font-size: 16px;
    text-align: center;}
.chatbox{}
.chatbox ul{
    list-style: none;
    padding: 15px;
    border: 2px solid #eee;
    max-height: 250px;
    height: 250px;
    overflow: auto;
}
.chatbox ul li.csmsg{
    padding: 15px;
    border: 1px solid #95deff;
    border-radius: 4px;
    background: #03a9f417;
    text-align: left;
    margin-bottom: 10px;
    width: 440px;
    float: left;
}
.chatbox ul li.admsg{
    padding: 15px;
    border: 1px solid #afe075;
    border-radius: 4px;
    background: #8bc34a29;
    text-align: right;
    margin-bottom: 10px;
    width: 440px;
    float: right;
}

 .offerpop{}
 .offerpop input[type='text']{
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
 .offerpop label{
    display: block;
    font-weight: 100;
}
  .offerpop span{color:Red;}
     .offerpop input[type='submit']  {    display: inline-block;
    padding: 10px 30px;
    background: #4CAF50;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    border: none;}
    
    .datepd{display: block;}
    .datepd input{width: 100%;
    padding: 12px;
    height: AUTO;}  
    
.cardbox{
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    border-width: 0;
    transition: all .2s;
    background: #fff;
    /* padding: 20px; */
    }

.frmpanel{
    padding: 0 5px;
}
.frmpanel label{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.frmpanel span{color:red;}
.frmpanel input[type='text'], .frmpanel input[type='text'], .frmpanel input[type='email'], .frmpanel input[type='number']{
    padding: 10px;
    border: 2px solid #eee;
    width: 100%;
    outline:none;
    margin-bottom: 10px;
    border-radius: 5px;
}
.labelbg{padding: 10px;
    background: #f3f6f9;}
.frmpanel input,
.frmpanel select{
    padding: 10px;
    border: 2px solid #eee;
    width: 100%;
    outline:none;
    margin-bottom: 10px;
    border-radius: 5px;
    }
.frmpanel select option:disabled{
    color: #bbb;
}
    .frmpanel textarea{padding: 11px;
    border: 2px solid #eee;
    width: 100%;
    outline: none;
    margin-bottom: 10px;
    border-radius: 5px;}
    .frmpanel input[type='submit']{
    position: relative;
    padding: 10px 30px;
    margin: 0 .75rem 0 0;
    background: #4caf50;
    border: none;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    outline:none;
    border-radius: 5px;
    }
.btnclear {
    color: #fff!important;
    background: #f44336 !important;
    position: relative;
    padding: 10px 10px;
    margin: 0 .75rem 0 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
    border-radius: 5px;
    width: max-content;
}

table{
    width: 100%;
}
table thead{}
table thead tr{}
table thead tr th{
    padding: 10px;
    background: #f3f6f9;
    color: #000000 !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
table tbody tr{}
table tbody tr td{ padding: 10px;  }

table tbody tr td h5 {
    font-size: 18px;
    font-weight: 400;
}
table thead th:first-child, table thead tr:first-child {
    border-top-left-radius: .42rem;
    border-bottom-left-radius: .42rem;
}

table thead th:last-child, table thead tr:last-child {
    border-top-right-radius: .42rem;
    border-bottom-right-radius: .42rem;
}
.tabpanelwidget .headinginfo {
    margin: 0;
    padding: 15px;
    background: #2f2f2f;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
}

table .span{border-radius: .42rem; padding:5px 10px;}

table .suspended{color: #f64e60;
    background-color: #ffe2e5;}
table .success{color: #1bc5bd;
    background-color: #c9f7f5;}
table .pending{color: #3699ff;
    background-color: #e1f0ff;}
    table .primary{background: #ff980052;
    color: #ff9800;}
    
table .editbtn{width: 30px;display: inline-block;height: 30px;padding: 5px;text-align: CENTER;/* background: #eee; */background-color: #0c6ac9;border-color: #f3f6f9;border-radius: 5px;padding-top: 7px;}  
table .editbtn i{font-size: 16px;}
table .editbtn:hover{color: #fff!important;
    background-color: #3699ff!important;
    border-color: #3699ff!important;}   
table .delbtn{width: 30px;display: inline-block;height: 30px;padding: 5px;text-align: CENTER;/* background: #eee; */background-color: #ffeae3;border-color: #ff916e;border-radius: 5px;padding-top: 7px;color: red;}    
table .delbtn i{font-size: 16px;}
table .delbtn:hover{
    color: #fff!important;
    background-color: #ff5722!important;
    border-color: #ff5722!important;
    }       
table .vwbtn{width: 30px;display: inline-block;height: 30px;padding: 5px;text-align: CENTER;/* background: #eee; */background-color: #673ab71f;border-color: #ff916e;border-radius: 5px;padding-top: 7px;color: #673ab7;}   
table .vwbtn i{font-size: 16px;}
table .vwbtn:hover{
    color: #fff!important;
    background-color: #673ab7!important;
    border-color: #673ab7!important;
    }           
    table .addbtn{background: #2196f34d;
    color: #2196f3; width: 30px;display: inline-block;height: 30px;padding: 5px;text-align: CENTER; border-radius: 5px;padding-top: 7px;} 




.invoiceheader{
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
}
.invoiceheader .headinfo{}
.invoiceheader .headinfo label{font-weight: 600;width: 50%;font-family: var(--other-font);text-transform: uppercase;font-weight: 500;color: #999;display: inline-flex;align-items: center;gap: 10px;white-space: nowrap;}
.invoiceheader .headinfo label input{}
.invoiceheader .headinfo label input{
    border: 1px solid #ddd;
    padding: 5px;
    display: flex;
    width: max-content;
    color: #333;
    font-weight: 500;
}
* input[type=number]::-webkit-inner-spin-button, 
* input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
    
.invoiceheader .headinfo.invoiceno{text-align: left;}


.invoicebill{}
.invoicebill .billinfo{
}
.invoicebill .billfrom{
    padding: 25px 30% 0 0;
}
.invoicebill .billto{
    padding: 25px 0 0 030%;
}
.invoicebill .billinfo h3{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--other-font);
    padding: 0 0 10px;
}
.invoicebill .billinfo span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--other-font);
    color: #666;
}

.invoicebill .billinfo span select,
.invoicebill .billinfo span textarea,
.invoicebill .billinfo span input{border: none;border-bottom: 1px solid #eee;margin: 0 0 4px;width: 100%;outline: none;}
.invoicebill .billinfo span :is(input, textarea)::placeholder{color: #bbb; font-weight: 300;}
.invoicebill .billinfo span:nth-child(2){font-weight: 500;}

.invoiceitems{
    padding: 50px 0 0;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
}
.invoiceitems .itemheader{
    background: #333;
    border-radius: 5px;
    margin: 0 0 10px;
}
.invoiceitems .itemheader span{
    color: #fff;
    font-family: var(--other-font);
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 32%;
    /* text-align: center; */
    padding: 10px;
}
.invoiceitems .itemheader span:nth-child(1){
}
.invoiceitems .itemheader span:nth-child(2){}
.invoiceitems .itemheader span:nth-child(3){}
.invoiceitems .itemheader span:nth-child(4){}
.invoiceitems .itemheader span:nth-child(5){
}

.itembody .inneritembody{
    position: relative;
    z-index: 1;
    padding-right: 0px;
    padding-bottom: 4px;
}
.itembody .inneritembody:first-child .removeItem{
    display: none;
}

.itembody .inneritembody .removeItem{
    position: absolute;
    top: 10px;
    right: 0;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.invoiceitems .itembody select{
    width: 38%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 10px;
    font-weight: 500;
    font-family: var(--other-font);
    height: 40px;
    outline: none;
}
.invoiceitems .itembody input{
    width: 32.8%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    height: 40px;
    outline: none;
    font-weight: 500;
    font-family: var(--other-font);
}
.invoiceitems .itembody input:nth-child(2){}
.invoiceitems .itembody input:nth-child(3){}
.invoiceitems .itembody input:nth-child(4){}
.invoiceitems .itembody input:nth-child(5){}
.invoiceitems .itemfooter{
    padding: 10px 0 0;
}
.invoiceitems .itemfooter a{
    color: #000;
    font-family: var(--other-font);
    font-weight: 400;
}
.billcalculation{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 0 20px;
}
.billcalculation .billrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.billcalculation .billrow:nth-child(1){border-bottom: 1px solid #ddd;padding: 0 0 5px;}
.billcalculation .billrow span{
    font-family: var(--other-font);
    font-weight: 500;
    font-size: 15px;
}
.billcalculation .billrow input{width: 80px;border: 1px solid #ddd;padding: 3px;border-radius: 5px;text-align: end;font-size: 16px;font-family: var(--other-font);}
.billcalculation .billrow span:nth-child(1){}
.billcalculation .billrow span:nth-child(2){}
.billcalculation .billrow:last-child{
    border-top: 1px solid #ddd;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.billcalculation .billrow:last-child span{}
.totalintext{
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-family: var(--other-font);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.totalintext span{
    font-weight: 500;
}
.totalintext p{
    margin: 0;
    font-weight: 400;
    font-family: var(--other-font);
}
.printinvoice{text-align: end;padding: 15px 0 0;}
.printinvoice button{border: none; outline: none; padding: 8px 10px;background: green;color: #fff;border-radius: 4px;text-decoration: none;font-weight: 500;font-family: var(--other-font);transition: .3s linear;display: inline-block;}
.printinvoice button:hover{
    background: #444;
}
.dashboardgrid{padding: 0 5px;}
.dashboardlink{
    padding: 20px 15px;
    background: #222;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    transition: .3s linear;
    position: relative;
    z-index: 1;
}
.dashboardlink:hover{
    color: #fff;
}
.dashboardlink i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-size: 30px;
    z-index: -1;
}
.dashboardlink:hover i{}

.neworders{overflow: auto;}
.neworders h3{
    font-size: 20px;
    font-weight: 600;
    font-family: var(--other-font);
}
.paymentstatus {
    display: block;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    padding: 5px 10px;
    font-weight: 600;
}

.paymentstatus.bg-danger {color: #ff6464;}
.paymentstatus.bg-success {color: #4caf50;}
.filter-btn.active {
    color: #fff !important;
}

.invoiceapplycoupon{
    border-radius: 2px;
    background: #eee;
    padding: 10px 15px;
    display: inline-block;
    width: 50%;
}
.invoiceapplycoupon label{
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--other-font);
}
.invoiceapplycoupon input{border: 1px solid #ddd;padding: 5px;width: 100%;font-weight: 500;font-family: var(--other-font);}
.invoicepaytype{
    border-radius: 2px;
    padding: 15px 0;
    display: inline-block;
    width: 50%;
}
.invoicepaytype label{
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--other-font);
}
.invoicepaytype input,
.invoicepaytype select{
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    font-weight: 500;
    font-family: var(--other-font);
    outline: none;
}
.invoicepaytype input{margin: 5px 0 0;}
.ordercancelbyuser{margin: 20px 0 0;}
.ordercancelbyuser p{
    font-family: var(--other-font);
    font-size: 16px;
    background: #ffdddd;
    padding: 10px;
    border-radius: 5px;
    color: red;
}