@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto'); */
/* @import url('https://fonts.googleapis.com/css2?family=Karla:wght@500&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap');
:root {
--green:#8dc541;
--menu:#fff;
--menuactive:#0d202f;
--activegreen:#8dc541;
--textgray:#394752;
--label:#4d545a;
--body:#687989;
--hovergray:#e8eef2;
--tblbor:#e4eaec;
--tblheaderclr:#2e3037;
--hoverclr:#e8eef2;
--backgray:#f1f4f5;
--tblheadbackclr:#f2f6f9;
--gg:#ecf0f1;
--darkgreen:#689f38;
--btn-1:#0c87c0;
--btn-2:#745af3;
--btn-3:#2a93f0;
--red : #ef5450;

/* ========== new theme colors================= */
--themecolor:#29347a;
--naviconcolor:#9cadfd;
--menuiconcolor:#566681;
--bkcolor:#f5f6fa;
--brcolor:#ccc;
--graytxt:#8094ae;
--ltor: #fee8da;
--ltvt:#d7ddff;
--ltgr:#d2f7e8;
--ltbl:#c4c9e9;
--menutext:#000;
--white:#ffffff;
--sidebar:#ebeff4;

--fonttheme: 'Work Sans', sans-serif;
--tblheader:#e9ecef;
--btncolor:#2a93f0;
--lightred:#ffc4c4;
--halfgray: #f7f9fa;
--dashback:#f0f3f7;
--logo:#1a8bef;
--font0: 0;
    --font7: 0.438rem;
    --font8: 0.5rem;
    --font9: 0.563rem;
    --font10: 0.625rem;
    --font11: 0.688rem;
    --font12: 0.75rem;
    --font13: 0.813rem;
    --font14: 0.875rem;
    --font15: 0.938rem;
    --font16: 1rem;
    --font17: 1.063rem;
    --font18: 1.125rem;
    --font19: 1.188rem;
    --font20: 1.25rem;

    --clr-gray1: #CCCCCC;
    --clr-gray2: #B2B2B2;
    --clr-gray3: #cacaca8a;

    --clr-light1: #FFFFFF;
    --clr-light2: #F8F8F8;
    --clr-light3: #F2F2F2;
    --clr-light4: #EDEDED;
    --clr-light5: #ffffff26;
    --clr-dark1: #373737;
    --clr-dark2: #646464;
    --clr-dark3: #979797;
    --clr-dark4: #CACACA;
}

html{

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body
{
    font-family: var(--fonttheme);
    overflow: hidden;
    position: relative;    /* font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
}

.imgborprod
{
    border-radius: 5px;
}
.rem
{
position: relative;
}
.rem button
{
    background-color: var(--label);
    border: 0px;
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    color: white;
    font-size: var(--font17);
    top: -2px;
    position: absolute;
    margin-top: -5px;
    /* border-radius: 50%; */
    right: -2px;

}
.fa-border button{
    margin: auto;
    text-align: center;
}
.parsley-required
{
    font-size: var(--font14);
    color: red;
    padding: 1px 0px;
    transition: 0.3s ease-in;
}

.picwidth
{
    width: 25px;
    height: 25px;
}
/* .childtable
{
    display: table;
} */

.bootstrap-tagsinput {
    display: inline-block;
    max-width: 100%;
    padding: .2rem 0rem;
    line-height: 1.571429;
    color: #76838f;
    vertical-align: middle;
    cursor: text;
    /* background-color: #fff;
    border: 1px solid #e4eaec; */
    border-radius: .215rem;
    -webkit-box-shadow: none;
    box-shadow: none;

}
/* 
.childtable .table td
{
    padding:2px 5px!important;
    height: 36px;
    font-size: var(--font14);
    border-right: #ccc solid 1px;
}
.childtable .table td span{
    padding-left:0px !important;
}
 .childtable .table td label{
    padding-left:10px !important;
    margin-bottom:0px !important;
}
.childtable .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input
{
    padding-left:0px !important;
}
.childtable .table td input{
    padding: 2px 5px 2px 10px!important;
}
.childtable .table th
{
    padding: 2px 5px !important;
    height: 36px;
    font-size: var(--font14);
    border-right: #ccc solid 1px;
} */
.ng-select .ng-select-single .ng-select-container .ng-value-container .ng-input
{
    padding-left: 0px !important;
}

.totaldes 
{
    width: 80%;
    
    float: right;
    text-align: right;
    margin-bottom: 5px;
}
.totaldes input{
    text-align: right;
}


.table td, .table th
{
    padding:7px 5px 5px 5px !important;
    height: 36px;
}
.order-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  
  .order-item {
    padding: 1px 5px;
    border: 1px solid var(--tblbor);
    text-align: center;
    margin: 0px;
    width:70px;
    flex-basis: 70px;
    flex-grow: 1;
    cursor: pointer;
    background-color:#fff ;
  }
.num
  {
      font-size: var(--font18);
      font-weight: bold;
      color: var(--green);
      line-height: 6px;
  }
  .activetab
  {
      background-color: var(--btncolor);
      color: #fff !important;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
  }
  .exal
  {
    width: 35px;
    flex-basis: 35px;
    justify-content: right;
    align-items: end;
    align-self: flex-end;
    float: right;
    text-align: right;
}
.hedicon
{
  width: auto;
display: block;
  text-align: right;
}
.activetab .num
{
    color: #fff !important;
    font-weight: bold;
}
.pearls
{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;  
}
.pearls .pearl
{
    padding: 2px 5px;
    text-align: center;
    width:70px;
    flex-basis: 70px;
    flex-grow: 1;
}
.example-wrap
{
    padding-bottom: 10px;
    border-bottom:var(--backgray) solid 5px;
}
.orderfm .col-form-label
{
    line-height: 14px;
    font-size: var(--font14);
    color: #222;
}

.b{

color: #000;
}
.pearl-title
{
    line-height: 15px;
}

.greenbox
{
    background-color: var(--green);
    color: #fff;
    text-align: center;
    align-content: center;

}
.table-user-thumb
{
    width: 50px;
    height:50px;
    border-radius: 50%;
    border: var(--backgray) solid 4px;
}

.tblheadbackclr thead
{
    /* background-color: var(--tblheadbackclr); */
}
.table td{
    vertical-align:inherit;
}
.font12
{
    font-size: var(--font12);
}
.f16
{
    font-size: var(--font15);
}
.f18
{
    font-size: 18px !important;
}
.f13
{
    font-size: var(--font14);
}
.f20
{
    font-size: 20px  ;
}

.f23
{
    font-size: 23px;
}
.input-group-append button .btn-upload{
    width: 100%;
    background-color: var(--backgray);
    display: block;
}
.d-inline
{
    display: inline-flex;
}
.site-menu-icon img
{
    width: 16px;
    height: 16px;
}
.pgdesign .card:hover
{
    box-shadow: #d1dfe9 5px 0px 20px;
}
 .icon{
    opacity: 1;
    cursor: pointer;
}
.icon:hover{
    opacity: 1 !important;
}
.optionbtn
{
    width: 100px;
    border-radius: 5px;
    background-color:var(--green);
    color: #fff;
    text-align: center;
    height: 100px;
    margin: 5px;
    border: 0px;
    border: #fff solid 1px;
    transition: 0.3s ease-in-out;
}
.optionbtn:hover
{
    box-shadow: #dce7ee 2px 2px 5px;
    transition: 0.3s ease-in-out;

}
.page-header
{
    z-index: 9;
    padding-top: 0px;
    border-bottom: #ccc solid 1px;
    background-color: var(--clr-light2);
    /* padding: 0px 10px; */
    height: 47px;
    align-items: center;
    display: flex;

}
.dotbtn
{
    background-color: transparent;
    border: 0px;
}
.modal-body .optionbtn
{
    display: inline;
    /* flex-grow: 1; */
    flex-wrap: inherit;
    align-items: center;
    
    text-align: center;
}
.print .modal-body
{
    height: calc(100vh - 200px);
    overflow-y: scroll;
}
.site-footer
{
    background-color: transparent
}
.widget
{
    
    padding: 10px;
}
.dashboard .state
{
    text-align: center;
}
.widget:hover
{
    display: block;
  
    transition: 0.3s ease-in-out;

}

.white
{
    color: #fff;
    opacity: 1;
}
.custview tbody{
    height: 350px;
    overflow-y: scroll;
}
 .status.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2dce89;
    position: absolute;
    right: 0;
}
 .status {

    top: 6px;
    font-size: var(--font14);

}
.login
{
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background-color: #f3f8fb;
    display: inline-flex;
    padding-top:0vh;
    margin: auto;
    display: block;
    text-align: center;
    background-position: left top;
}
.loginbox
{

    padding: 60px 20px;
    justify-content: center;
    align-content: center;
    background-color: #fff;
    text-align: center;
}
.loginbox .form-group
{
    margin-bottom:15px;
    margin-top: 15px;
}
.vertical-align-middle
{
    margin: auto;
}

.brand-img
{
    width: auto;
}

/* .modal-backdrop {

    z-index: 1600 !important;

} */
.bor3
{
    background-color: var(--tblbor);
    height: 3px;
}
.nav-tabs
{
background-color: #f2f4f6;
cursor: pointer;    
}

.text-field-label
{
    color: var(--label);
}
.side-menu li{
    position: relative;
}
.arr{
    position: absolute; right: 10px;
}

.card-bordered
{
    /* margin-top: 70px; */
    border: 0px solid #dbdfea;
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1 solid rgba(0,0,0,0.125);
    border-radius: 4px;   
   
}
.card-bordered::-webkit-scrollbar-track
{
    width: 10px;
}
.nk-content-body>.nk-block-head-sm:first-child {
    padding-bottom: 1.75rem;
}
.nk-block-head {
    position: relative;
    /* padding-bottom: .7rem; */
}
h3{
line-height: 1.1;
}
.master .nk-block-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-bottom: 5px;
}
.nk-block-between {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    height:40px;
    padding-bottom: 0px;
}
.btn-dim.btn-outline-light:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #526484;
    border-color: #526484;
}
.btn-white, .btn-white.btn-dim {
    background: #fff;
}
.btn-dim.btn-outline-light {
    color: #526484;
    background-color: #f5f6fa;
    border-color:var(--brcolor) ;
}
.btn>span, .dual-listbox .dual-listbox__button>span {
    display: inline-block;
    white-space: nowrap;
}
.nk-block-tools-toggle .toggle-expand {
    display: none;
}
.btn-icon:not([class*="btn-icon-break"]) {
    padding-left: 0;
    padding-right: 0;
}
.nk-block-tools-toggle .toggle-expand-content {
    display: block !important;
}
.toggle-expand-content {
    display: none;
}
.nk-block-tools {
    display: flex;
    align-items: center;
}
.g-3 {
    margin: -.5rem !important;
}
.btn:not(:disabled):not(.disabled), .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-white, .btn-white.btn-dim {
    background: #fff;
}
.btn-dim.btn-outline-light {
    color: #526484;
    background-color: #f5f6fa;
    border-color: #dbdfea;
}

.btn .icon, .dual-listbox .dual-listbox__button .icon {
    font-size: 1.4em;
    line-height: inherit;
}

.top-en li 
{

        display: inline-flex;
        list-style: none;
        padding: 0px 10px;
    }
    .top-en li input{
        color: #526484;
        background-color: #fff;
        border: #dbdfea solid 1px;
    height: 36px;
    border-radius: 4px;
   
    padding: .4375rem 1.125rem;
    font-size: 14px;
    line-height: 1.25rem;
    }
    /* .top-en li ng-select{
        color: #526484;
        background-color: #fff;
        border: #dbdfea solid 1px;
    height: 36px;
    border-radius: 4px;
   
    padding: .4375rem 1.125rem;
    font-size: 14px;
    line-height: 1.25rem;
    }
    .top-en li ng-select .ng-input
    {
width: 270px;
border: 0px;
height: 36px;
padding: 0px;
margin: 0px;
    }
    .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
        position: inherit; 
        left: 0;
        width: 100%;
    } */
    .navbar 
    {

    z-index: 99;
    float: left;
    }
   
    .filtersection input{
        display: inline-block;
        /* min-width: 15vw; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        color: #000;
        height: 36px;
        border-radius: 4px;
        border: var(--brcolor) solid 1px;
        font-size: var(--font14);
        padding-left: 5px;
        width: 100%;
    }
    .filtersection .ng-input input{
        display: inline-block;
        /* min-width: 15vw; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        color: #000;
        height: 36px;
        border-radius: 4px;
        border: var(--brcolor) solid 1px;
        font-size: var(--font14);
        padding-left: 0px;
        width: 100%;
    }
 
    .ng-select .ng-select-container {
        color: #333;
        cursor: default;
        display: flex;
        outline: 0;
        overflow: hidden;
    

        height: 36px;
    }
 
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: var(--font14);
       
    }
    .addn 
    {
        padding-top:0px;
        display: inline;
    }
    .nk-block-between li{
        list-style: none;
    }
    .btn-pure
    {
        background-color: transparent;
        border: 0px;
    }
    .dropdown-toggle{
        border: 1px solid #dee2e6 !important;
    }

    .modal-xl {
        max-width: 100vw;
        height: 100vh;
        margin:0;

    }
    .modal-sm .modal-content 
    {
        height: 200px !important;
    }
    .modal-sm
    {
        max-width: 450px;
        height: 350px;
        margin: auto;
        padding-top: 20px;
    }
    /* .modal-ssm
    {
        max-width: 450px;
        height: 150px;
        margin: auto;
        padding-top: 20px;
    } */
    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
     
        pointer-events: auto;
        /* background-color: var(--bkcolor); */
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: .3rem;
        outline: 0;
    }
    .shadowbox
    {
        /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); */
        
        margin-bottom: 10px;
        height: calc(100vh - 60px);
        overflow-y:scroll;
        /* padding: 0px 10px; */
        padding: 0px 15px;
        overflow-x: hidden;
    }
    .import
    {
        font-size: var(--font14);
    }
    .outlinebtn
    {

   background-color:var(--btncolor);
 border: var(--btncolor) solid 1px;
   color: white;
    font-size: var(--font14);
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    width: 80px;
cursor: pointer;
    }
    .btn{
        display: inline-block;
       
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* height: 35px; */
        text-align: center;
        /* border: 1px solid transparent; */
        /* padding: .375rem .75rem; */
        font-size: var(--font14);
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    
    .ng-select.ng-select-single .ng-select-container .ng-value-container, .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: var(--font14);
    }
    .actiontd, .actiontd a
    {
        width: auto;
        text-align: left;
    }
    
    .px-25
    {
        padding-left: 25px;
        padding-right: 25px;
    }

    .btnstl:hover{
        background-color: var(--clr-dark1);
        color: #fff;
        transition: 0.3s ease-in-out;
    }
.addn .btnstl:hover
{
    
        background-color: var(--btncolor);
        color: #fff;
        transition: 0.3s ease-in-out;
    

}


    
    .btnst2:hover{
        background-color: var(--btncolor);
        color: #fff;
        transition: 0.3s ease-in-out;
    }
    .btnst3{
        color:var(--btncolor);
        background:transparent;
        border:1px solid var(--btncolor);
        border-radius: 5px;
        width: 90px;
        text-align: center;
        
        height: 35px;
        font-size: var(--font14);
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    .btnst3:hover{
        background-color: var(--btncolor);
        color: #fff;
        transition: 0.3s ease-in-out;
    }
    .table-responsive thead{
        background-color: #e9ecef;
        font-size: var(--font14);
        color: #000;
        font-weight: bold;
        font-stretch: condensed;
        font-kerning: normal;
    }
    .table-responsive thead th{
        position: sticky;
    }
    .blktxt
    {
        color: #000;
        font-size: var(--font14);
        
    }
   
    .dlebtn 
    {
        background: url(../../assets/img/delete.png) no-repeat;
        width: 50px;
        height: auto;
        padding: 0px 0;
        background-position:center;
    }
    .dlebtn:hover
    {
        background: url(../../assets/img/delete-over.png) no-repeat;
    background-position: center;
       
    }
    .modal-header
    {
             border-bottom: 0px solid #e9ecef !important;
    }
    /* ------------- */
    .d-flex, .align-start, .align-end, .align-center, .justify-start, .justify-end, .justify-center, .justify-between, .justify-around, .between-start, .between-center, .center, .stretch {
        display: flex !important;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
    }
    .components-preview .card-preview>.card-inner {
        padding:0px;
    }

    .components-preview
    {
        padding: 0 0px 0 0;
    }
  
    table.dataTable {
        clear: both;
        max-width: none !important;
        border-collapse: separate !important;
        border-spacing: 0;
    }
 
    .nk-tb-list {
        font-size: var(--font14);
    }
    .nk-tb-list {
        display: table;
        width: 100%;
        font-size: var(--font14);
        color: #8094ae;
    }
    .nk-tb-item {
        transition: background-color .3s, box-shadow .3s;
        display: table-row;
        font-size: var(--font14);
    }
    .nk-tb-item .nk-tb-col:first-child {
        padding-left:10px;
    }
    .nk-tb-head .nk-tb-col {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        color: #333b3f;
        font-size: var(--font14);
        border-bottom: 1px solid #dbdfea;
    }
    .nk-tb-col {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 1rem .5rem;
    }
    .nk-tb-col-check .custom-control {
        vertical-align: middle;
    }
    .custom-control-sm.notext {
        margin-left: -.5rem;
    }
    .custom-control.notext {
        margin-left: -.75rem;
    }
    .nk-tb-col-check>*, .nk-tb-col-tools>* {
        pointer-events: auto;
    }
    .custom-control-sm {
        min-height: 1.125rem;
        padding-left: 1.625rem;
    }
    .custom-control {
        display: inline-flex;
        min-height: 1.5rem;
    }
    .custom-control-input {
        position: absolute;
        height: 1px;
        width: 1px;
        opacity: 0;
    }
    .custom-control-input {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1.5rem;
        height: 1.47187rem;
        opacity: 0;
    }
    .custom-control-sm.notext .custom-control-label {
        left: .5rem;
    }
    .custom-control.notext .custom-control-label {
        position: relative;
        left: .75rem;
    }
    .custom-control-sm .custom-control-label {
        font-size: var(--font12);
        line-height: 1.125rem;
        padding-top: 0;
    }
    div.dataTables_wrapper label {
        margin-bottom: 5px;
        font-size: var(--font12);
        padding: 0px 10px;
    }
    .custom-control-sm .custom-control-label::before, .custom-control-sm .custom-control-label::after {
        left: -1.625rem;
        width: 1.125rem;
        height: 1.125rem;
    }
    .form-control-sm {
        height: calc(1.75rem + 2px);
        padding: .25rem 1rem;
        font-size: .75rem;
        line-height: 1.25rem;
        border-radius: 3px;
    }
    .modal-content .form-control
    {
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        text-align: left;
    }
    .form-control, .dual-listbox .dual-listbox__search {
        display: block;
        width: 100%;
        height: calc(2.125rem + 2px);
        padding: .0rem 0.5rem;
        font-size: 14px;
       
        line-height: 1.25rem;
        color: #3c4d62;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        /* border-left: 0;
        border-right: 0;
        border-top: 0; */
        border-radius: 4px;
        transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    }
    
    .custom-checkbox .custom-control-label::before {
        border-radius: 4px;
    }
    .custom-control-label::before, .custom-control-label::after {
        top: 0;
    }
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    }
    .dataTables_wrapper .dataTables_filter input {
        border: 1px solid #dbdfea;
        border-radius: 3px;
        /* padding: 5px; */
        background-color: transparent;
        margin-left: 3px;
        height: 30px;
    }
   
    /* .dataTables_length
    {
        display: inline;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    font-size: 10px;
    } */
    .custom-checkbox .custom-control-label::before {
        border-radius: 4px;
    }
    .custom-control-sm .custom-control-label:after {
        font-size: 0.9em;
    }
    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #6576ff;
        background-color: #6576ff;
    }
    /* .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e);
    } */
    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
        right: 0.5em;
        content: "\2193";
    }
    /* .nk-tb-item:not(:last-child) .nk-tb-col {
        border-bottom: 1px solid #dbdfea;
    } */
    .nk-tb-col {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 1rem .5rem;
    }
    .user-card {
        display: flex;
        align-items: center;
    }
    .user-card .user-avatar.d-none {
        margin-right: 1rem;
    }
    .user-avatar, [class^="user-avatar"]:not([class*="-group"]) {
        border-radius: 50%;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #798bff;
        font-size: var(--font14);
        
        letter-spacing: 0.06em;
        flex-shrink: 0;
        position: relative;
    }
    .user-card .user-avatar.d-none+.user-info, .user-card .user-avatar.d-none+.user-name {
        margin-left: 0;
    }
    .user-avatar+.user-info, [class^="user-avatar"]:not([class*="-group"])+.user-info {
        margin-left: 1rem;
    }
   
    .nk-tb-list .tb-lead, .nk-tb-list .tb-amount {
        
        color: #364a63;
        display: block;
        line-height: 1.4;
    }
    .nk-tb-list .user-info .tb-lead+span, .nk-tb-list .tb-lead+.tb-date {
        font-size: var(--font12);
        
    }
    .tb-lead
    {
        display: block;
    }
    .tb-lead span
    {
        font-size: var(--font12);
    }
    .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color:#333 !important;
        opacity: 0.5; /* Firefox */
      }
    .user-card .user-info {
        color: #333333;
     font-size: var(--font14);
    }
    /* .nk-tb-item:not(:last-child) .nk-tb-col {
        border-bottom: 1px solid #dbdfea;
    } */
    .nk-tb-col {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 1rem .5rem;
    }
    .nk-tb-list .list-status, .nk-tb-list .tb-status {
        font-size: var(--font14);
    }
    .list-status li {
        display: inline-flex;
        align-items: center;
        padding-right: 1rem;
        vertical-align: middle;
    }
    .list-status .icon {
        margin-right: .375rem;
        line-height: 1.3;
    }
    .ni {
        font-family: "Nioicon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .text-success {
        color: #1ee0ac !important;
    }
    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        opacity: 0.0;
    }
  
    .custom-control-sm .custom-control-label::before, .custom-control-sm .custom-control-label::after {
        left: -1.625rem;
        width: 1.125rem;
        height: 1.125rem;
    }
    .custom-checkbox .custom-control-label:after {
        content: "";
    }
    .custom-control-label:after {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-image: none !important;
        font-family: "Nioicon";
        color: #fff;
        opacity: 0;
    }
    .custom-control-label::after {
        position: absolute;
        top: -.02813rem;
        left: -2.25rem;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }
    .custom-control-label::before, .custom-control-label::after {
        top: 0;
    }
  
    .justify-between-content
    {
        justify-content: space-between;
    }
    .nk-tb-item:hover
    {
        background-color: #eaf2f8;
        cursor: pointer;
    }
    .dataTables_length select{
        border: 1px solid #dbdfea;
        padding: 5px;
        height: 30px;
        color: #334453;
    }
    .dataTables_wrapper .bottom
    {
        margin-top: 25px;
    }
    .card-preview .card-inner
    {
        height: calc(100vh - 150px);
    }
    .dataTables_wrapper .bottom {
    
            margin-top: 5px;
            position: absolute;
            bottom: 0px;
            width: 100%;
            font-size: var(--font12);
        
    }
    .pb-10
    {
        padding-bottom: 10px;    }
        .labletxt
        {
            /* display: block; */
            width: 100%;
            /* height: calc(2.125rem + 2px); */
            height: 25px;
            padding: .1rem 0rem;
            font-size: 14px;
           
            line-height: 1.25rem;
            color: #000;
            border-bottom: #e5e8ec solid 1px;
            /* background-color: rgba(255, 255, 255, 0.8); */
            /* background-clip: padding-box; */
            /* border: #ccc solid 1px; */
            border-radius: 4px;
            transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
            font-size: var(--font15);
            
        }
        .pt-10
        {
            padding-top: 10px;
        }
      
      
        .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
            position: absolute;
            left: 0;
            width: 100%;
            height: 34px !important;
        }
        .f16
        {
            font-size: var(--font16) !important;
        }
        .f14
        {
            font-size: var(--font14) !important;
        }
        .f12
        {
            font-size: var(--font12)!important;
        }
        .textlink
        {
            font-size: var(--font14);
            color: #2170d1;
            text-decoration: underline;
        }
        .detsub .textarea {
            min-height: 50px  !important;
        }
        .modal-footer {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: end;
            justify-content: center;
            border-top: var(--clr-light3) solid 1px;
            border-top: 0px solid #e9ecef;
        }
        .detsub .textarea:focus{
            /* outline: 0px; */
        }
        .radi
        {
            border-radius: 80px;
            height:50px;
            background-color:#d7e0ea;
        }
        .pt-5
        {
            padding-top: 5px;
        }
        .ng-select .ng-select-container .ng-value-container .ng-input>input {
            box-sizing: content-box;
            background: none;
            border: 0;
            box-shadow: none;
            outline: 0;
            cursor: default;
            width: 100%;
            height: 30px;
        }
        .bs-datepicker-container {
            padding: 0px !important;
        }
        .ng-star-inserted
        {
            color: #000;
        }
        table.dataTable tbody th, table.dataTable tbody td {
            padding: 3px 10px;
            color: #333333;
            height: 35px;
        }
        .dropdown-menu
        {
            margin: .125rem 10px 0 -15px;
        }

        .childtable  .ng-select .ng-select-container
        {
            height: 32px;
        }
        .childtable .form-control
        {
            height: 32px !important;
            padding: 0rem 0.5rem;
        }
        .childtable .ng-select
        {
            height: 32px !important;
            padding: 0px;
        }
        .borbt{
            
            border-bottom: var(--brcolor) solid 1px;
        }
        .pr-10 
        {
            padding-right: 10px;
        }
        .bg-top
        {
            background-color: #f4f5f8;
        }
        .pb-15
        {
            padding-top: 15px;
        }
        
        .py-10
        {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .textarea
        {
            display: block;
            width: 100%;
   
            padding: .4375rem 0.5rem;
            font-size: 14px;
           
            line-height: 1.25rem;
            color: #3c4d62;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #dbdfea;
            border-radius: 4px;
            transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        }
        .textarea-des
        {
            display: block;
            width: 100%;
   min-height: 40px;
            padding: .4375rem 0.5rem;
            font-size: 14px;
           
            line-height: 1.25rem;
            color: #3c4d62;
            /* background-color: rgb(255, 254, 247);
            background-clip: padding-box;
            border: 1px solid  rgb(228, 224, 199); */
            border-radius: 4px;
            transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        }
        .textarea-rem
        {
            display: block;
            width: 100%;
            min-height: 40px;
            padding: .4375rem 0.5rem;
            font-size: 14px;
           
            line-height: 1.25rem;
            color: #3c4d62;
            /* background-color: rgb(244, 246, 255);
            background-clip: padding-box;
            border: 1px solid rgb(198, 203, 228); */
            border-radius: 4px;
            transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        }
        .empty
        {
            border: 0;
            background-color: transparent ;

        }
   
        .m-0
        {
            margin: 0px;
        }
        .totlsc 
        {
            width: 100px;
            text-align: right;
            float: right;
            display: block;

    padding: .1rem 0.5rem;
    font-size: 14px;
   
    line-height: 1.25rem;

    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        }
        .textarea textarea
        {
            border: 0px;
            padding: 0px;
            margin: 0px;
            height:35px;
        }
        .red
        {
            color: red;
        }
     
    
        .totalsec .form-group
        {
      height: 25px;
        }
      
    
      .pt-20
        {
            padding-top: 20px;
        }
        .wid80
        {
            width: 80%;

        }
        .wid20
        {
            width:20%;
            
        }
        label {
            display: inline-block;
            margin-bottom: .2rem;
        }
            /* .pad-5
            {
                padding: 10px;
            }
            .padl-5
            {
                padding-left: 10px;
            } */

            .pad-10
            {
                padding-left: 15px;
                padding-top: 15px;
            }

            .dropdown ul{
                position: absolute;
    transform: translate3d(-15px, 30px, 0px);
    top: 0px;
    left:-5px !important;
    will-change: transform;
            }
            .dropdown-menu {
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 1000;
                display: none;
                float: left;
                min-width: 150px;
                padding: .3rem 0;
                margin: .125rem 0 0;
                font-size: 1rem;
                color: #212529;
                text-align: left;
                list-style: none;
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid rgba(0,0,0,.15);
                border-radius: .25rem;
            }
         
     
       .modal-m .shadowbox .pos-relative
       {
           position: relative;
     
       }
    
    .navbar {
      
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .5rem 0.1rem;
    }
    button:focus {
        outline: 0px dotted;
        outline: 0px auto #c5e4fc;
        border: 1px auto #c5e4fc;;
    }
    .p-t-35
    {
        padding-top: 35px;
    }
    .p-l-5
    {
        padding-left: 5px;
    }
    .alert {
        position: relative;
        padding: 0rem 1rem;
        margin: 0.1rem 0;
        border: 1px solid transparent;
        border-radius: 0rem;
        font-size: 15px;
    }

    .p-t-10
    {
        padding-top: 10px;
    }
    .p-t-40
    {
        padding-top: 40px;
    }


.f12
{
    font-size: var(--font12);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2b94f0;
    border-color: #2b94f0;
}

.parsley-errors-list
{
    text-align: left;
}
.loginbg
{
    background-image: url(../img/bg.png);
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;   
    padding: .5rem 1.25rem !important;
    color: inherit;
}
.control-label1
{
    font-size: var(--font14);
    padding-bottom: 10px;
}
.toast-success
{
background-color: red;
}
.titleClass
{
    color: #fff;
    font-size: var(--font14);
}
.user-profile .dropdown-menu
{
    min-width: 200px;
    left: 15px !important;
    position: absolute;
}
.user-profile .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0em;
    vertical-align: .255em;
    content: "";
    border-top: .03em solid;
    border-right: .0em solid transparent;
    border-bottom: 0;
    border-left: .0em solid transparent;
}
.user-profile .dropdown-toggle
{
    border: 1px solid #dee2e6 !important;
}
.sidebar-nav ul#side-menu li li a{

    margin-top: 0px;
}
.logout
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 234px;
    background-color: #d7e0ea;
    /* background-color: var(--sidebar); */
}
.logout::-webkit-scrollbar-track
{
    width: 2px;
}

.mini-sidebar .logout
{
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    display: block;
}


.pb-4
{
    padding-bottom: 4px;
}
/* .modal-l .shadowbox .pos-relative
{
    position: relative;
}

.modal-l .shadowbox .newpp
 {
    position: static;
    z-index: 99999;
    width: calc(100vw / 3.3);
    } */
   


    .textarea textarea:focus
{
    border: #fff solid 0px;
    outline: 0px;
    
}

.totalsec .form-control
{
    width: 58px;
    height: 24px !important;
    margin: 0px 0px;
    float: right;
    border-radius: 0px;
}
.totalsec .gs
{
    background-color: #d8d8d8;
    padding: 0px;
    float: right;
    height: 24px;
}

.totalsec .gs .dropdown ul {
    position: absolute;
    transform: translate3d(-15px, 30px, 0px);
    top: 0px;
    right: -30px !important;
    will-change: transform;
}
.gs .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 20px !important;
    width: 20px !important;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dataTables_scrollBody {
    height: calc(100vh - 210px);
    /* max-height: calc(100vh - 300px); */
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;

    padding-top: 0px !important;
    padding-bottom: 10px;
}

.relative
{
    position: relative;
}

.table-responsivefixedheader thead th { position: sticky; top: 0; }
.menus11 li
{
list-style: none;
display: inline;
padding: 10px 15px;
height: 35px;
font-size: var(--font14);
line-height: 35px;
}
.menus11
{
    height: 35px;
    margin-top: 0px;
    border-bottom: #d7ddff solid 1px;
    z-index: 9;
    position: relative;
    cursor: pointer;
}
.tab ul{
    margin-left: -40px;
}
  /* ------important------- */
thead tr:nth-child(1) th{
    background:var(--sidebar);
    position: sticky;
    top: 0;
    font-size: var(--font15);
    padding: 5px 0px;
    z-index:9;
  }
  /* ------important------- */
  /* .table-responsive table tbody td
  {
      padding: 2px 5px;
      font-size: 13px !important;
      height: 35px;
      vertical-align: middle;
      
  }
  .table-responsive table  tr{
      border-bottom: 1px solid #dddddd
  }
  .table-responsive table  tbody tr.odd {
    background-color: #fcfdff;
} */
.relative .form-control {
    display: block;
    width: auto;
    height: 30px;
    padding: .4375rem 0.5rem;
    font-size: 14px;
   
    line-height: 1.25rem;
    color: #3c4d62;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.sidebar-nav
{
    /* overflow-y: scroll; */
}
.ds{
height: calc(100vh - 110px);
overflow-y: scroll;
}
.ds::-webkit-scrollbar{
    width: 5px;
}
.headdropdown .dropdown-menu
{
    position: absolute;
    transform: translate3d(-30px, 30px, 0px) !important;
    top: 0px;
    left: -80px !important;
    right: 0px !important;
    width: 100px;
}
.sidebar::-webkit-scrollbar
{
width: 2px;
}







.headdropdown .dropdown ul::after {
    background-image: url(../img/ar.png);
    background-repeat: no-repeat;
    right: 10px;
    width: 24px;
    height: 20px;
    content: '';
    top: -20px;
    position: absolute;
    background-position: right;
    left: initial;
}
.modal-xxxxl
{
    overflow-y: scroll !important;
    height: 100vh !important;
    width: 100vw !important;
    margin: 0px;
    max-width: 100vw !important;  
}
.model-print .modal-dialog
{    max-width: 100% !important;
    margin: auto;
    overflow-y: hidden;
    height: 100vh;
}
.modal-xxxxl .page-header-actions
{
    padding: 15px 15px 0 15px;
    text-align: right;
}
.modal-dialog .pop-title
{
  padding-left: 15px;
}

.modal-xxxxl .modal-content
{
    overflow-y: hidden !important;
    height: 100vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
}
.modal-print .modal-dialog
{
    max-width: 100vw !important;
}
@media print{
    .table thead tr td,.table tbody tr td{
        border-width: 1px;
        border-style: solid;
        border-color: black;
        font-size: 10px;
        background-color: red;
        padding:0px;
        -webkit-print-color-adjust:exact;
    }
}

  .sm .relative .innertable{
        height:  calc(100vh - 120px) !important;
        overflow-x: inherit;
        overflow-y: auto;    
    }
    .mini-sidebar .sidebar-nav
{
width: 60px !important;
}
.mini-sidebar .sidebar-nav:hover
{
    width: 240px !important;
}
.mini-sidebar .backbtn {
    margin-right: 0px;
    margin-left: 0px;
}
.mini-sidebar .page-title1
{
    padding-left: 0px;
}

.dropdown  button
{
    cursor: pointer;
}
.dashback
{
    background-color:var(--dashback);
    margin: -15px;

}
.dashboard .container-fluid
{
padding: 10px !important;
}
.whitebg
{background-color: white;}
.pt-15
{
    padding-top: 15px;
}
.fas img{
    width: 64px;
}
.border-right
{
    border-right: var(--sidebar) solid 1px;
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.table td, .table th {
    padding: 3px 5px 3px 5px !important;
    height: 36px;
}
.br-bt
{
    border-bottom: #ccc solid 1px;
}
.backbtn
{
    background: transparent;
    font-size: var(--font18);
}
.page-title, .labletxt
{
display: flex;
align-self: center;
align-items: center;
}
.modal-content .nk-block-between
{
    display: flex;
    align-items: baseline;
    height: 50px;
}
.reportsl
{
   
}
.reportde
{
    display: flex;
}

.reportde .ti
{
font-size: var(--font12);

}
.reportde .reslt
{
    font-size: 22px;
}
.reload
{
    position: absolute;
    right: 30px;
    top: 30px;

}
.innertable1 {
    height: calc(100vh - 110px);
    overflow-x: inherit;
    overflow-y: auto;
}
.popheader
{
    height: 60px;
}
.p-15
{
    padding: 15px;
}
.chiller_cb 
{    align-items: center;
    display: flex;
    text-align: center;
    /* justify-content: center; */
}

.mt-25
{
    margin-top: 10px;
}
.pl-20
{
    padding-left: 20px;
}
.v-center
{
    display: flex; align-items: center;
}
.navbar{
    background: var(--sidebar);
}


.btn:focus
{
    outline: 0;
    border: 0;
    text-shadow: 0px;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 0%);
}
.glheight
{
    /* height: 400px; */
    height: calc(100vh - 150px);
    overflow-y: inherit;
    margin-bottom: 120px;
}
.footgl
{
    position: absolute;
    right: 0px;
    bottom: -70px;
}
.tblheadbackclr th div
{
    display: block;
    width: auto;
    /* padding: 0px 0px; */
}

.tbtx div
{
    width: 200px;
}
.report-section li{
    list-style-type: none;
    line-height: 27px;
    font-size: var(--font14);
    cursor: pointer;
    color: #333f49;
}
.report-section ul{
    margin-left: 0px;
    padding-left: 0px;
}
.report-section li:hover 
{
    color: #136acd;
    text-decoration: underline;
}.pr-20
{
    padding-right: 10px;
}
.pos-relative .labletxt
{
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.modal-content .form-control:focus, textarea:focus, .filtersection input:focus
{
    outline:var(--logo) solid 1px;
}
.sidebar-nav ul#side-menu li a:focus-visible
{
    outline: var(--ltbl) solid 1px;
}
.navbar-left>li a
{
    outline: 0px;
}

.ng-sidebar__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff  !important;
    opacity: 0.75;
    pointer-events: auto;
    z-index: 19  !important;
}
.my-backdrop-w
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff  !important;
    opacity: 0.75;
    pointer-events: auto;
    z-index: 19  !important;
}


.pr-50
{
    padding-right: 45px;
}
.modal-dialog .popupn .page-header, .modal-sm .modal-header  
{
    background-color: var(--sidebar);

}
/* .modal-dialog  .modal-header 
{
    background-color: var(--sidebar);

} */
.dropdown-menu li a{
    cursor: pointer;
}
.h4, h4 {
    font-size: 1.2rem !important;
}
.mini-sidebar .re .pop-title
{
    padding-left: 10px;
}
.sidebar-nav::-webkit-scrollbar, .scroll-sidebar::-webkit-scrollbar
{
    width: 0px;
}




@media only screen and (min-width:320px)
{
    #exportlist .tblh .innertable
{
    height:420px;
}
    .exportfilter
{
    width: 50%;
    display: flex;
    align-items: center;
}
    .modal-xl .pop-title
{
    padding-left: 15px;
}
    .pop-title 
    {
        padding-left: 15px;
    }
    .navbar-left>li .app-search,.navbar-left>li a{padding:0px 15px}
    .form-group
{
    margin-bottom: 0.7em !important;
}
    .bigpopup
{
height: calc(100vh - 60px);
overflow-y: scroll;
}

    .w10
{
    width: 10%;
    min-width: 150px;
}
.w15
{
    width: 15%;
    min-width: 250px;
}
.w20
{
    width: 20%;
    min-width: 300px;
}
    .modal-l .bigpopup {
        height: calc(100vh - 60px);
    }
    .totallf 
    {
        width: 55%;
        float: left;
        font-size: var(--font14);
        
        color: black;
        text-align: right;
    }
    .totalsec
    {
        float: right;
        width: 100%;
        padding-left: 0px;
        text-align: right;
        align-items: flex-end;
    justify-content: flex-end;
    }
    .totalmd
    {
        width: 10%;
        float: left;
        font-size: var(--font14);
        color: black;
        text-align: right;
    }
    .totalrt
    {
        width: 45%;
        float: left;
        text-align: right;
        font-size: var(--font14);
        color: black;   
    }
.innertable 
{
    height: 250px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
}
    .btnstl{
        color: #4d6575;
        background: rgba(0,0,0,0);
        border:0px solid #b2c2cd;
        border-radius: 5px;
        width: 35px;
        text-align: center;
        height: 35px;
        font-size: var(--font14);
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    .modal-dialog   .btnstl{
     width: 90px;   
    }
    .modal-dialog .mobileonly .btnstl
    {
        width: 35px;
    }

    .modal-dialog .modal-footer .btnstl
    {
        width: 90px;
        text-align: center;
    }
    .btnst3{
        color:var(--btncolor);
        background:transparent;
        border:1px solid var(--btncolor);
        border-radius: 5px;
        width: 35px;
        text-align: center;
        
        height: 35px;
        font-size: var(--font14);
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    .themebtn {
    color: #000;
    /* background:#fff; */
    border:1px solid var(--btncolor);
    border-radius: 5px;
    width: 35px;
    text-align: center;
    height: 35px !important;
    font-size: var(--font14);
    justify-content: center;
    cursor: pointer;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

    .addn button{
        background-color: var(--btncolor);
        border-radius: 5px;
        width: 34px;
        text-align: center;
        color: #fff;
        height: 35px;
        font-size: var(--font14);
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
    }
    .modal-footer .addn button
    {
        width: 90px !important;
    }
    .ngx-pagination
    {
        margin-left: -40px !important;
        padding-left: 0px;

    }
    .pagination-controls .ngx-pagination
    {
        float: none;
        text-align: center;
    }
    .pagination :last-child
    {
        text-align: center;
    }
    .pagination .form-control
    {
   width: 100%;
    }
    .card-bordered
    {
        overflow-y: scroll;
         height: calc(100vh - 100px);
    }
    .filtersection .col-md-3:last-child
    {
        /* padding-right: 0px; */
    }
    .sidebar-nav {
        overflow-y: inherit;
        padding-bottom: 45px;
        height: 75vh;
    }
    .mobileonly
{
    display: block;
}
.deskonly
{
    display: none;
}
    
   .ngselect-ma
   {
       width: 100%;
   }
   .modal-l {
       width: 100vw;
       max-width: 96%;
    
   }
   .modal-l .shadowbox {
  
       overflow-y: inherit;

       padding-top: 15px;
   }
   .f38
   {
       font-size: var(--font20);
       line-height: 30px;
   }
   
   .modal-m {
       width: 100vw;
       max-width: 96%;
    
   }
   .modal-m .shadowbox {

       height: 100%;
       overflow-y: inherit;
   }
   
 .mini-sidebar .navbar-header{
   width:100%;
   border-bottom:0px solid var(--brcolor)}
   .mini-sidebar .top-left-part{
   /* width:100%; */
       
       padding-left: 0;}
   .top-left-part{float:left;
       /* background: #d7e0ea; */
         border-radius: 50px;
         height:45px;
         width:100%; 
       display: flex;}
       .maincard
{
   width: 100%;
   padding:0px 0px;
   overflow: hidden;
   /* height: calc(100vh - 65px); */
}
.modal-content
{
   width: 100%;
   height: 100%;
}
.loginbox
{
   width: 95%;
   max-width: 300px;
   height: auto;
   margin: 10vh auto;
   
}
.filtersection
{
       display: inline-flex !important;
       justify-content: inherit;
       align-items: center;     
       margin-bottom: 10px;  
       background-color: #fff;
}
.btnst2{
    color:var(theme);
   
    border:0px solid #b2c2cd;
    border-radius: 5px;
    width: 35px;
    text-align: center;
    
    height: 35px;
    font-size: var(--font14);
    justify-content: center;
    cursor: pointer;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

}
@media only screen and (min-width:768px)
{
    .form-group
{
    margin-bottom: 1em !important;
}
    .bigpopup
{
height: calc(100vh - 50px);
overflow-y: scroll;
}

    .modal-l .bigpopup {
        height: auto;
    }
    .pagination .form-control
    {
   width: 80px;
    }
    .innertable 
{
    height: inherit;
    width: 100%;
    overflow-x: inherit;
    overflow-y: inherit;
}
    .btnstl{
        color: #4d6575;
        background: rgba(0,0,0,0);
        border:0px solid #b2c2cd;
        border-radius: 5px;
        width: 90px;
        text-align: center;
        height: 35px;
        font-size: var(--font14);
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    
    .btnstl{
        color: #fff;
        background: var(--clr-dark1);
        border:0px solid #b2c2cd;
        border-radius: 5px;
        width: 90px;
        text-align: center;
        
        height: 35px;
        font-size: var(--font14);
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    .themebtn {
        color: #000;
        border:1px solid var(--btncolor);
        border-radius: 5px;
        width: 90px;
        text-align: center;
        height: 35px !important;
        font-size: var(--font14);
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    .btnst3{
        color:var(--btncolor);
        background:transparent;
        border:1px solid var(--btncolor);
        border-radius: 5px;
        width: 90px;
        text-align: center;
        
        height: 35px;
        font-size: var(--font14);
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    .btnst2{
        color: #fff;
        background: var(--btncolor);
        border:0px solid #b2c2cd;
        border-radius: 5px;
        width: 90px;
        text-align: center;
        
        height: 35px;
        font-size: var(--font14);
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    .addn button{
        background-color: var(--btncolor);
        border-radius: 5px;
        width: 90px;
        text-align: center;
        color: #fff;
        height: 35px;
        font-size: var(--font14);
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
    }
    .ngx-pagination
    {
        margin-left: 0px !important;
        padding-left: 0px;

    }
    .pagination-controls .ngx-pagination
    {
        float: right;
        text-align: right;
    }
    .pagination :last-child
    {
        text-align: right;
    }
    .card-bordered
    {
       
            overflow-y: hidden;
            height: calc(100vh - 50px);
         
    }
   .ngselect-ma
   {
       width: 28vw;
   }
   .modal-l {
       width:70vw;
     
       max-width: 70vw;
    
   }
   .modal-l .shadowbox {

       height: 100%;
   }

   .modal-m {
       width: 60vw;
       max-width: 60vw;
    
   }
   .modal-m .shadowbox {

      
    overflow-y: inherit;
       height: 100%;
       padding-bottom: 10px;
   }
   .modal-content
{
   width: 100%;
}
   
.filtersection
{
       display: inline-flex  !important;
       justify-content:flex-end;
       align-items: center;     
       margin-bottom:0px;  
       width: 100%;
       background-color: #fff;
}
 .mini-sidebar .navbar-header{width:auto;
   border-bottom:0px solid var(--brcolor)}
   .maincard
{
   width: calc(100vw - 240px);
   padding: 0px 0px;
   /* overflow-y: scroll; */
   float: right;   

}
.loginbox
{
   width: 350px;
   height: auto;
   margin: 15vh auto;
   
}
.ag-he{
   height:calc(100vh - 200px)
}
.f38
{
   font-size: 26px;
   line-height: 30px;
}
}
@media only screen and (min-width:820px)
{
    #exportlist .tblh .innertable {
        height: calc(100vh - 110px);
    }
    .exportfilter
{
    width: 20%;
    display: flex;
    padding: 0px 0px 10px 0;
    align-items: center;
}
    .modal-xl .pop-title
{
    padding-left: 15px ;
}
    .pop-title 
    {
        padding-left: 5px;
    }
    .totalsec
    {
        float: right;
        width: auto;
        padding-left: 15px;
    }
      .totallf 
        {
            width: 230px;
            float: left;
            font-size: var(--font14);
            
            color: black;
            text-align: right;
        }
        .totalmd
        {
            width: 120px;
            float: left;
            font-size: var(--font14);
            color: black;
            text-align: right;
        }
        .totalrt
        {
            width: 120px;
            float: left;
            text-align: right;
            font-size: var(--font14);
            color: black;   
        }

    .mobileonly
{
    display: none;
}
.deskonly
{
    display: block;
}
}
@media only screen and  (min-width:1024px)
{
    .logo b
    {
        width: 40px;
    }
    .logo img
    {
        width: 30px;
    }
    .dark-logo
    {
        width: 100px !important;
    }
    /* .navbar
    {
        width: 260px;

    } */
    /* .mini-sidebar
    {
        width: 60px;
    } */
    .mini-sidebar .login
    {
        width: 100%;
        min-width: 1024px;
    }
    .navbar-left>li .app-search,.navbar-left>li a{padding:0px 0px}
    .filtersection .col-xl-2, .filtersection  .col-xl-2, .filtersection .col-md-3, .filtersection .col-xl-6
    {
    
        
    }
    .sidebar-nav {
        
        padding-bottom: 45px;
        height: 85vh;
    }
   .filtersection
   {
           display: flex  !important;
           justify-content: flex-end;
           align-items: center;     
           margin-bottom: 0px;  
           background-color: #fff;
   }
   .ngselect-ma
   {
       width:30vw;
   }
   .maincard
{
   width: 100%;
   padding:0px 0px;
   height:100vh;
   float: inherit;
  

}
.modal-l .shadowbox {
     

   overflow-y: inherit;
   height: 100%;
   padding-bottom: 10px;

}
.loginbox
{
   width: 400px;
   height: auto;
   margin: 15vh auto;

}

.f38
{
   font-size: 26px;
   line-height: 30px;
}
.modal-content
{
   width: 100%;
}

/* .modal-m .shadowbox .pos-relative .ng-select {
    position: fixed;
   width: 100%;
   z-index: 999999;
} */

   .mini-sidebar .top-left-part{width:50px; padding-left: 0;}
   .navbar-left>li .app-search, .navbar-left>li a {
    padding: 0px 5px 0 5;
    background-color: var(--sidebar);
}
.navbar-top-links
{
    background-color: var(--sidebar);

}
}

@media only screen and (min-width:1280px)
{
    .navbar-left>li .app-search,.navbar-left>li a{padding:0px 7px; border-top-right-radius:5px; border-bottom-right-radius:3px ;}
   /* .modal-m .shadowbox .pos-relative .ng-select {
      
       width: 96%;
       z-index: 999999;
   } */
   .ngselect-ma
   {
       width:33vw;
   }
   .loginbox
{
   width: 400px;
   height: auto;
   margin: 15vh auto;
   
}
.f38
{
   font-size: 26px;
   line-height: 30px;
}
.ag-he{
   height:calc(100vh - 150px)
}
}
@media only screen and (min-width:1366px)
{
    .sidebar-nav {
    
        padding-bottom: 45px;
        height: 75vh;
    }
   /* .modal-m .shadowbox .pos-relative .ng-select {
       position: fixed;
       width: 93%;
       z-index: 999999;
   } */
   .ngselect-ma
   {
       width: 33vw;
   }
   .modal-l {
       width: 60vw;
     
      
       max-width: 60vw;
    
   }
   .modal-l .shadowbox {
     
   
           overflow-y: inherit;
           height: 100%;
           padding-bottom: 10px;
     
   }

   .modal-m {
       width: 30vw;
       max-width: 40vw;
    
   }
   .modal-m .shadowbox {

    overflow-y: inherit;
       height: 100%;
   }
}
@media only screen and (min-width:1440px)
{.sidebar-nav {

    padding-bottom: 45px;
    height: 95vh;
}
}

@media only screen and (min-width:1600px)
{
    /* .modal-m .shadowbox .pos-relative .ng-select {
        position: fixed;
        width: 94%;
        z-index: 999999;
        background-color:#fafbfc;
    } */
}
.justify-between
{
    justify-content: space-between;
}

input::placeholder, .filtersection input::placeholder
{
    color: #fff !important;
}

::placeholder 
{
    color: #fff;
}
.form-control::placeholder
{
    color: #fff;
}

.hed{
    border-bottom: rgb(241, 241, 241) solid 0px;
    /* height: 47px;
    display: flex;
    align-items: center; */
}
::-webkit-input-placeholder { /* Edge */
    color: #fff;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  .right
  {
      display: flex;
      justify-content: flex-end;
      align-items: center;

  }
  .dropdown .btn-pure img{
      width: 16px;
  }

  .ng-select .ng-select-container .ng-value-container .ng-placeholder
  {
color: #fff !important;
  }
  .center{
      display: flex;
      align-items: center;
      justify-content: center;
  }



.morefilter
{
    z-index: 99;
   font-size: var(--font14);
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 5px;
    position: absolute;
    top: 5px;
    right: 0px;
color: var(--green);}
.page-header .row::after{
    clear: both;
    content: '';
    box-sizing: border-box;
    height: 0px;
    visibility:hidden
}

.tit 
{
    display: flex;
    align-items: center;
    padding-left: 0px;
}
.tit  h1 
{
margin-bottom: 0px !important; 
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:0px;
}

.modal-footer{
    border-top: var(--clr-light3) solid 1px;
    /* z-index: 9999;
    position: relative; */
    background-color: #fff;
}
/* .modal-m .ng-select {
    position: fixed;

} */
 .modal-dialog .ng-select
{
  height: 34px;
  left: 0px;
  right: 0px;
  position: relative;
  width: auto; 
  /* min-width: 320px; */
  margin: 0px 0px;
} 


.ng-select .ng-select-container
{
    /* top: -6px; */
}

.childtable .ng-select
{
    /* top: 6px; */
}
.ng-select-container .ng-has-value
{
    display: flex;
    align-items: center;
}

.shadowbox
{
    overflow: visible;
}
.scrollcontainer
{
    height: calc(100vh - 80px);
    overflow-y: scroll;
    padding-bottom: 15px !important;
}

.bold 
{
    font-weight: 600;
}
.totalsec .form-group
{
    margin-bottom: 10px !important;
}
.flex-end{
    display: flex;
    background-color: transparent;
    border: none;
    align-items: flex-end;
    float: right;
    color: #448aff;
}
.ng-sidebar--right
{
    bottom: 0;
    right: -10px !important;
    top: 0;
}

.modal-dialog .modal-body
{
padding-top:0px;
}


.isview .card-bordered
{
padding-top: 15px;
}
.w5p
{

   width: 50px !important;
   min-width: 100px;  
}

.w15p
{
    width: 15%;
    min-width: 300px;
}
.w10p
{
    width: 10%;
    min-width: 100px;
}
.w20p
{
    width: 20%;
    min-width: 320px
}
.w25p
{
    width:25%;
    min-width: 300px
}
.reportsc
{
    height: 100%;
    overflow-y: scroll;
}

.exportpage
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 15px; padding-right: 15px;

}
.page-title span{
    font-size: var(--font14) !important;
    line-height: 30px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container
{
    padding-left: 5px !important;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value
{
    padding-left: 5px !important;
}

.ng-dropdown-panel .scroll-host
{
    border: #ccc solid 1px;
}
.ng-dropdown-panel
{
    padding: 0px !important;
}
.ng-select
{
    padding-left: 0px;
}

.custom-dialog-container .mat-dialog-container {
    overflow: visible;
}
.mat-dialog-content, .mat-dialog-container{overflow: visible !important;}
.mat-dialog-actions{clear: both;}


.custom-dialog-container .mat-dialog-container,
.custom-dialog-container .mat-dialog-content {
overflow: visible;
}
.reportbg 
{
    height: calc(100vh - 60px);
    overflow-y:scroll;
}
.filterbutton
{
    padding-right: 10px;
    font-size: 13px;
    color: var(--btn-1);
    text-align: right;
    background-color: #fff;
    padding: 5px 10px;
    box-shadow: #ccc 0px 0px 5px;
    border: 0px;
    border-radius: 3px;

    /* width: 100%; */
    margin: 5px 15px;
    display: block;
    cursor: pointer;
}
.filtersectionbtn
{
    width: 100%;
}
.filtersectionhide
{
   display: none !important;
}

.page-title .no, .pop-title .no
{
    font-size: var(--font16) !important;
    color: #0c87c0;
    padding-left: 5px;
}


/* thead .actiontd
{
    width: 70px;
} */



.defultle .innertable {
    height: calc(100vh - 160px);
}
.pl-15
{
    padding-left: 15px !important;
}
.tit .page-title 
{
    padding-left: 15px;
}
.pop-title:first-child span
{
    padding-left: 0px !important;
}::placeholder
{
    color: #fff !important;
    }
    ::-moz-placeholder{
        color: #fff !important;
    }
    .form-control::placeholder
    {
        color: #fff !important;
    }
    .form-control::-moz-placeholder
    {
        color: #fff !important;
    }
    ::placeholder {
        color:#fff;
        opacity: 1; /* Firefox */
      }
      
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
       color: #fff !important;
      }
      
      ::-ms-input-placeholder { /* Microsoft Edge */
       color: #fff !important;
      }
      .pt-25
      {
          padding-top: 25px;
      }
      .actiontd a
      {
          width: auto;

      }
      .actiontd button
      {
          width: 50px;
      }
      .popupn .page-header
{
    margin-bottom: 15px;
}
.show 
{
    display: block;
}
.hide 
{
    display: none;
}
.paymentside
{
    width: 600px;
    height: 99%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    background-color: #fff;
    box-shadow: #bcbcbc 0px 0px 5px 0px;
}
.actiontd
{
    text-align: center;
    width: 50px;
}


ng-select .form-control 
{
    padding: 0px !important;
}
.hhd
{
    color: #136acd;
}
