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

 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
:root {
--green:#b62222;
--menu:#fff;
--menuactive:#0d202f;
--activegreen:#b62222;
--textgray:#394752;
--label:#55626d;
--body:#687989;
--hovergray:#e8eef2;
--tblbor:#e4eaec;
--tblheaderclr:#2e3037;
--hoverclr:#e8eef2;
--backgray:#f1f4f5;
--tblheadbackclr:#f6fafd;
--gg:#ecf0f1;
--darkgreen:#b62222;
--save:#3c9758;
--blue:#2482ba;

/* ========== new theme colors================= */
--themecolorn:#b62222;
--themecolor:#29347a;
--naviconcolor:#9cadfd;
--menuiconcolor:#566681;
--bkcolor:#f5f6fa;
--brcolor:#ccc;
--graytxt:#8094ae;
--ltor: #fee8da;
--ltvt:#f6fafd;
--ltgr:#d2f7e8;
--ltbl:#c4c9e9;
--menutext:#fff;
--white:#ffffff;
--sidebar:#1c2831;
/* --fonttheme:'Rubik', sans-serif; */
--fonttheme: 'Roboto', sans-serif;;
--tblheader:#e9ecef;
--btncolor:#b62222;
--lightred:#ffc4c4;
--halfgray: #f7f9fa;
--submenu:#d6e8f3;
--red:#de5151;

}

 /* @font-face {
    font-family: 'Roboto', sans-serif;
  
    src: url('../fonts/ProximaNovaRegular.eot') format('eot'),
         url('../fonts/ProximaNovaRegular.woff') format('woff'),
         url('../fonts/ProximaNovaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 } */


html{
    font-size: 16px;
    font-weight: 200;
    -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;

  
   /* 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: 10px;
    top:0px;
    position: absolute;
    /* margin-top: -5px; */
    /* border-radius: 50%; */
    right: -2px;

}
.fa-border button{
    margin: auto;
    text-align: center;
}
.parsley-required
{
    font-size: 11px;
    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: 13px;
    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: 14px;
    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:2px 5px 3px 5px !important;
    font-size: 13px;
}
.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: 18px;
      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: 13px;
    color: #222;
}

.b{
font-weight: 600;
color: #222;
}
.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: 12px;
}
.f16
{
    font-size: 16px;
}
.f18
{
    font-size: 18px;
}
.f13
{
    font-size: 13px;
}
.f20
{
    font-size: 20px !important;
}

.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: 5px;
    /* border-bottom: #f5f5f5 solid 1px; */
    padding-bottom: 5px;
    height: 40px;
}
.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: 13px;

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

    padding: 20px 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: .3rem; 
}
h3{
line-height: 1.1;
}
.master .nk-block-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    padding-bottom: 5px;
}
.nk-block-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    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: 25px;
    line-height: inherit;
}
.wb-pencil
{
    font-size: 13px !important;
    color: #2094c4;
}
.wb-trash
{
    font-size: 13px !important;
    color: #c24751;
}

.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: .8125rem;
    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: .8125rem;
    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;
    width: 100%;
    }
   
    .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: 13px;
        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: 13px;
        padding-left: 0px;
        width: 100%;
    }
    .ng-select {
        position: relative;
        display: block;
        box-sizing: border-box;

        height: 36px;
    }
    .ng-select .ng-select-container {
        color: #333;
        cursor: default;
        display: flex;
        outline: 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        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: 13px;
        font-weight: 400;
    }
    .addn 
    {
        padding-top: 0px;
        display: flex;
        align-items: center;
    }
    .nk-block-between li{
        list-style: none;
    }
    .btn-pure
    {
        background-color: transparent;
        border: 0px;
    }
    .dropdown-toggle{
        border: 0px solid #dee2e6 !important;
    }
    
    .addnb button{
        background-color: var(--btncolor);
        border-radius: 5px;
        width: auto;
        text-align: center;
        color: #fff;
        height: 35px;
        padding: 0px 25px;
        font-size: 14px;
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
    }
    .modal-xl {
        max-width: 100vw;
        height: 100vh;
        margin:0;

    }
    .modal-sm
    {
        max-width: 450px;
        height: 350px;
        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 - 45px); */
        overflow-y:scroll;
        padding: 10px 10px;
        overflow-x: hidden;
    }
    .import
    {
        font-size: 13px;
    }
    .outlinebtn
    {

   background-color:var(--btncolor);
 border: var(--btncolor) solid 1px;
   color: white;
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    width: 80px;
cursor: pointer;
    }
    .btn{
        display: inline-block;
        font-weight: 400;
        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: 13px;
        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: 13px;
    }
    .actiontd
    {
        width: 80px;
        text-align: center;
    }
 
    .px-25
    {
        padding-left: 25px;
        padding-right: 25px;
    }
    .cencel, .cancel{
        color: #fff;
         border: 0px;
        border-radius: 5px;
        width: 80px;
        text-align: center;
        background-color: var(--red);
        font-weight: 500;
        height: 30px;
        font-size: 13px;
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }

    .btnstl{
        color: #4d6575;
    border: 0px;
        border-radius: 5px;
        width: 90px;
        text-align: center;
        font-weight: 500;
     
        font-size: 14px;
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    .btnst2{
        color: #fff;
    border: 0px;
    margin-right: 0px !important;
        border-radius: 5px;
        width: 75px;
        text-align: center;
        font-weight: 500;
     
        background-color: #405b6b !important;
        font-size: 13px;
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    .btnstl:hover{
        background-color:#161c24;
        color: #fff;
        transition: 0.3s ease-in-out;
    }
    .table-responsive thead{
        background-color: var(--ltvt);
        font-size: 14px;
        color: #000;
        font-weight: bold;
        font-stretch: condensed;
        font-kerning: normal;
    }
    .table-responsive thead th{
        position: sticky;
    }
    .blktxt
    {
        color: #000;
        font-size: 14px;
        
    }
    .b{
        font-weight: bold;
    }
    .dlebtn 
    {
        background: url(../../assets/img/delete.png) no-repeat;
        width: 16px;
        height: auto;
    }
    .dlebtn:hover
    {
        background: url(../../assets/img/delete-over.png) no-repeat;
        width: 16px;
        height: auto;
        cursor: pointer;
    }
    .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;
    }

    
  
    table.dataTable {
        clear: both;
        max-width: none !important;
        border-collapse: separate !important;
        border-spacing: 0;
    }
 
    .nk-tb-list {
        font-size: 14px;
    }
    .nk-tb-list {
        display: table;
        width: 100%;
        font-size: 13px;
        color: #8094ae;
    }
    .nk-tb-item {
        transition: background-color .3s, box-shadow .3s;
        display: table-row;
        font-size: 13px;
    }
    .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:14px;
        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: 12px;
        line-height: 1.125rem;
        padding-top: 0;
    }
    div.dataTables_wrapper label {
        margin-bottom: 5px;
        font-size: 12px;
        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;
    }
    .form-control, .dual-listbox .dual-listbox__search {
        display: block;
        width: 100%;
        height: calc(2.125rem + 2px);
        padding: .4375rem 0.5rem;
        font-size: .8125rem;
        font-weight: 400;
        line-height: 1.25rem;
        color: #000;
        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;
    }
    
    .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: 14px;
        font-weight: 500;
        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 {
        font-weight: 500;
        color: #111f30;
        display: block;
        line-height: 1.4;
    }
    .nk-tb-list .user-info .tb-lead+span, .nk-tb-list .tb-lead+.tb-date {
        font-size: 12px;
        
    }
    .tb-lead
    {
        display: block;
    }
    .tb-lead span
    {
        font-size: 12px;
    }
    .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color:#333 !important;
        opacity: 0.5; /* Firefox */
      }
    .user-card .user-info {
        color: #333333;
     font-size: 13px;
    }
    /* .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: 13px;
    }
    .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: 12px;
        
    }
    .pb-10
    {
        padding-bottom: 10px;    }
        .labletxt
        {
            display: block;
            width: 100%;
            height: calc(2.125rem + 2px);
            padding: .4375rem 0.5rem;
            font-size: .8125rem;
            font-weight: 400;
            line-height: 1.25rem;
            color: #000;
    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;
        }
        .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: 36px !important;
        }
        .f16
        {
            font-size: 16px !important;
        }
        .f14
        {
            font-size: 14px !important;
        }
        .f12
        {
            font-size: 12px !important;
        }
        .textlink
        {
            font-size: 14px ;
            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: flex-end;
            padding: 0px 15px 25px 15px;
            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: 34px;
        }
        .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: .275rem 0.5rem;
        }
        .childtable .ng-select
        {
            height: 32px !important;
        }
        .borbt{
            
            border-bottom: var(--brcolor) solid 1px;
        }
        .pr-10 
        {
            padding-right: 10px;
        }
        .bg-top
        {
            background-color: #f4f5f8;
        }
        .pb-6
        {
            padding-bottom:10px;
        }
        
        .py-10
        {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .textarea
        {
            display: block;
            width: 100%;
   
            padding: .4375rem 0.5rem;
            font-size: .8125rem;
            font-weight: 400;
            line-height: 1.25rem;
            color: #000;
            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;
        }
        .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: .8125rem;
    font-weight: 400;
    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
        {
            float: right;
            width: auto;
            padding-left: 15px;
        }
        .totalsec .form-group
        {
      height: 25px;
        }
        .totallf 
        {
            width: 230px;
            float: left;
            font-size: 14px;
            font-weight: 300;
            color: black;
            text-align: right;
        }
        .totalmd
        {
            width: 120px;
            float: left;
            font-size: 14px;
            color: black;
            text-align: right;
        }
        .totalrt
        {
            width: 120px;
            float: left;
            text-align: right;
            font-size: 14px;
            color: black;   
        }
    
      .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: 10px;
                padding-top: 15px;
            }

            .dropdown ul{
                position: absolute;
    transform: translate3d(-15px, 30px, 0px);
    top: 0px;
    left:-5px !important;
    will-change: transform;
            }
            .menu .dropdown-menu {
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 1000;
                display: none;
                float: left;
                min-width: 160px;
                padding: .3rem 0;
                margin: .125rem 0 0 -1rem;
                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;
            }
            .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;
     
       }
       .modal-m .shadowbox .pos-relative .ng-select {
        position: fixed;
        width: 94%;
    z-index: 999999;
    }
    .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: .0rem;
        background-color: #fff !important;
        box-shadow: #f5f5f5 0px 0px 8px;
    }
    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 1.25rem;
        margin: 1rem 0;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
 @media only screen and (min-width:320px)
 {
    .ngselect-ma
    {
        width: 100%;
    }
    .modal-l {
        width: 90vw;
      
       
        max-width: 90vw;
     
    }
    .modal-l .shadowbox {
        min-height: auto !important;
        overflow-y: inherit;
        height: 100%;
        overflow: visible;
    }
    .modal-l .shadowbox::-webkit-scrollbar
    {
        width: 2px;
    }
    .f45
    {
        font-size: 40px;
        line-height: 43px;
    }
    
    .modal-m {
        width: 90vw;
        max-width: 90vw;
     
    }
    .modal-m .shadowbox {
        min-height: 220px !important;
        overflow-y: hidden;
        height: 100%;
    }
    
  .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: #405b6b;
          border-radius: 50px;
          height:45px;
          width:230px;
        display: flex;}
        .maincard
{
    width: 100%;
    padding:10px 0px;
  overflow-y: hidden;
  height: 100vh;
    background-color:#f5f5f5 ;

}
.modal-content
{
    width: 95vw;
    overflow-y: scroll;
    height: 100vh;
}
.loginbox
{
    width:320px;
    height:calc(100vh - 30vh);
    margin: 15vh auto;
    align-items: top;
    justify-content: center;
    
}
.filtersection
{
      
        align-items: center;     
        margin-bottom: 8px;  
}

 }
 @media (min-width:768px)
 {
    .ngselect-ma
    {
        width: 28vw;
    }
    .modal-l {
        width:700px;
      
        max-width: 70vw;
     
    }
    .modal-l .shadowbox {
        min-height: auto!important;
        overflow-y: inherit;
        height: 100%;
    }

    .modal-m {
        width:450px;
        max-width: 60vw;
     
    }
    .modal-m .shadowbox {
        min-height: 220px !important;
        overflow-y: hidden;
        height: 100%;
        padding-bottom: 10px;
    }
    .modal-content
{
    width: 100%;
}
    
.filtersection
{
        
        align-items: center;     
        margin-bottom: 8px;  
        width: 100%;
}
  .mini-sidebar .navbar-header{width:auto;
    border-bottom:0px solid var(--brcolor)}
    .maincard
{
    width: 100vw;
    padding:15px 0px;
    /* overflow-y: scroll; */

}
.loginbox
{
    width: 350px;
    height: auto;
    margin: 15vh auto;
    padding: 30px;
    
}
.ag-he{
    height:calc(100vh - 200px)
}
.f45
{
    font-size: 35px;
    line-height: 40px;

}
 }
 @media (min-width:1024px)
 {
    .modal-content
    {
        width: 95vw;
        overflow-y: auto;
        min-height:400px;
    }
    .filtersection
    {
           
            align-items: center;     
            margin-bottom: 8px;  
    }
    .ngselect-ma
    {
        width:30vw;
    }
    .maincard
{
    width: 100%;
    padding:10px 10px;
    /* overflow-y: scroll; */

}
.modal-l .shadowbox {
      
    min-height: auto !important;
    overflow-y: inherit;
    height: 100%;
    padding-bottom: 10px;

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

}

.f45
{
    font-size: 40px;
    line-height: 43px;
}
.modal-content
{
    width: 100%;
}

    .mini-sidebar .top-left-part{width:50px; padding-left: 0;}
 }

 @media (min-width:1280px)
 {
    .ngselect-ma
    {
        width:33vw;
    }
    .loginbox
{
    width: 350px;
    height: auto;
    margin: 15vh auto;
    
}
.f45
{
    font-size: 40px;
    line-height: 43px;
}
.ag-he{
    height:calc(100vh - 150px)
}
 }
 @media (min-width:1366px)
 {
    .ngselect-ma
    {
        width: 33vw;
    }
    .modal-l {
        width: 60vw;
      
       
        max-width: 50vw;
     
    }
    .modal-l .shadowbox {
      
            min-height:auto !important;
            overflow-y: inherit;
            height: 100%;
            padding-bottom: 10px;
      
    }

    .modal-m {
        width:450px;
        max-width: 40vw;
     
    }
    .modal-m .shadowbox {
        min-height: 220px !important;
        overflow-y: hidden;
        height: 100%;
    }
}
    .p-t-10
    {
        padding-top: 10px;
    }
    .p-t-40
    {
        padding-top: 40px;
    }


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

.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: 14px;
    padding-bottom: 10px;
}
.toast-success
{
background-color: red;
}
.titleClass
{
    color: #fff;
    font-size: 13px;
}
.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: 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: 80px;
    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: 13px;
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: white;
    position: sticky;
    top: 0;
    font-size: 14px;
    padding: 5px 0px;
    z-index:9;
  }
  .view thead tr:nth-child(1) th{
    background: white;
    position: sticky;
    top: 0;
    font-size: inherit;
    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: 90%;
    height: 30px;
    padding: .4375rem 0.5rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #000;
    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;
}
@media screen and (min-width:320px)
{
    .filtersection .col-xl-2,.filtersection .col-xl-4, .filtersection .col-md-3, .filtersection .col-xl-6
    {
        padding-left: inherit; 
        
    }
    .sidebar-nav {
        overflow-y: scroll;
        padding-bottom: 45px;
        height: 75vh;
    }
}
@media screen and (min-width:768px) {
    .filtersection .col-xl-2,.filtersection .col-xl-4, .filtersection .col-md-3, .filtersection .col-xl-6
    {
        padding-left: 15px; 
        
    }
    
}
@media screen and (min-width:1024px)
{
    .filtersection .col-xl-2, .filtersection  .col-xl-2, .filtersection .col-md-3, .filtersection .col-xl-6
    {
    
        padding-left: 15px; 
        
    }
    .sidebar-nav {
        overflow-y: scroll;
        padding-bottom: 0px;
        height: 85vh;
    }
}

@media screen and (min-width:1366px)
{
.sidebar-nav {
    overflow-y: scroll;
    padding-bottom: 0;
    height: 75vh;
}
}

@media screen and (min-width:1440px)
{
.sidebar-nav {
    overflow-y: scroll;
    padding-bottom: 0;
    height: 95vh;
}
}


.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;
    max-width: 100vw !important;  
}
.model-print .modal-dialog
{    max-width: 100% !important;
    margin: 0px;
    overflow-y: scroll;
    height: 100vh;
}


.modal-xxxxl .modal-content
{
    overflow-y: scroll !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;
    }
}
    .readonly,  .readonly:active,  .readonly:focus
    {
        font-size: 14px;
        border: 0px;
        background: transparent;
        outline: 0px;
 border-bottom: #949494 dotted 1px;
 width: 100%;

    } 
    .alignself
    {
        align-self: center;
        margin-top: 13px;
    }
    .photofr
    {
        width: 120px;
        height: auto;
        border: #fdfdfd solid 5px;
        outline: #ccc solid 1px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0px 0px;
        overflow: hidden;
        /* display: flex; */
        /* position: fixed; */
    }
    .photofr img{
        width: 100%;
        height: 100%;
        margin-top: -20px;
    }
    .no,  .no:active,  .no:focus
    {
        font-size: 16px;
        border: 0px;
        background: transparent;
        outline: 0px;
        font-weight: 500;
        color: var(--themecolorn);

    } 
    .feildsetbox{
        border: rgb(236, 236, 236) solid 1px;
        padding: 10px 10px 5px 10px;
        position: relative;
        margin-bottom: 35px;

    }
    .view .feildsetbox{
        border: rgb(236, 236, 236) solid 1px;
        padding: 10px 10px 5px 10px;
        position: relative;
        margin-bottom: 35px;

    }
    .view .page-title {
        font-weight: 600;
        font-size: 1rem;
        line-height: 40px;
        color: #111f30;
        letter-spacing: 0.6px;
        padding-left: 0px;
        padding-top: 0px;
    }
    .feildsetbox .head{
      
            position: absolute;
            left: 5px;
            top: -12px;
            margin-bottom: 0px;
            font-size: 15px;
            color: var(--green);
            background: white;
            padding: 0px 10px;
            font-weight: 500;

    }
    .hd
    {
        font-size: 13px;
        color: rgb(145, 119, 53);
    }
    .textlink
    {
        background-color: transparent;
        border: transparent;
        color: var(--green);
        cursor: pointer;
    }
 
    .view .form-group
    {
            margin-bottom: 0.2rem;
    }
    .mini-sidebar .sidebar-nav
{
width: 60px !important;
}
.mini-sidebar .sidebar-nav:hover
{
    width: 240px !important;
}
.mini-sidebar .backbtn {
    margin-right: 0px;
    margin-left: 10px;
}
.mini-sidebar .page-title1
{
    padding-left: 10px;
}

.fa-bars
{
    color: #fff !important;
    padding: 7px;
}
.icon-arrow-left-circle
{
    color: var(--menutext);
}

.mini-sidebar .mobhide
{
display: none;
}
.mobhide
{
display: block;
}
.sidebar-nav::-webkit-scrollbar
{
    width: 2px;
}
.ng-value-container, .ng-select .ng-clear-wrapper
{
    height: 36px;
    padding: 8px;
}
.view .table-bordered, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    color: #000;
    font-size: 13px  !important;
}
.ng-select.ng-select-single .ng-select-container {
    height: 36px;
  
}
.p-t-20
{
    padding-top: 20px;
}

.textoverfl
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.form-control:focus
{
    color: #000 !important;
}
.theme-dark-blue .bs-datepicker-head {
    background-color: var(--themecolorn) !important;
}
.photofr img
{
    width: 100px;
    height: 110px;

}
.qrcode
{
    margin: 0px -24px;
}
.pb-15
{
    padding-bottom: 15px;
}
.f18
{
    font-size: 16px;
    line-height: 18px;
}

.text-link
{
    font-size: 15px;
    color: #115b99 !important;
    font-weight: bold;
    padding: 5px 0px;
}
.pillss
{
    font-size: 10px;
    background-color: #405b6b;
    border-radius: 3px;
    color: #fff;
    padding: 3px 5px;
}
.modal-xs
{
width: 100vw;
height: 100vh !important;
margin: 0;
/* right: 0px; */
float: right;
position: relative;
max-width: calc(100vw - 240px);
}

.modal-xs .modal-content {
    width: 100%;
    height: 100% !important;
    padding: 10px;
}
.nk-block-head-content .btn:focus
{
    box-shadow:none;
}

.nk-block-head-content .form-control
{
    height: 32px !important;
}


.brand-text img{
    width: 100%;
    max-width: 240px;
}
@media screen and (min-width:320px){
    .navbar-nav
    {
        padding: 0px 0px ;
    }
    .navbar-brand img 
{
    max-width: 200px;
    width: 100%;
}
.form-group {
    margin-bottom: 5px;
    margin-top: 0px;
}
.nav-item, .dropdown-item
{
font-size: 13px;
border-bottom: rgb(225, 229, 235) solid 1px;
background-color: var(--ltvt);
padding-left: 10px;
}

    
}
@media screen and (min-width:980px) {
    .navbar-nav
    {
        padding: 0px 0px ;
    }
    .form-group {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .nav-item, .dropdown-item
{
font-size: 13px;
border-bottom: #ccc solid 0px;
background-color: transparent;
padding-left: 0px;
}

}
@media screen and (min-width:1280px) {
    .navbar-brand img 
{
    max-width: 240px;
    width: 100%;
}
    
}
.maincard .card-preview
{
    background-color: #fff;
}
.card-bordered
{
    padding:0 15px 15px 15px;
}
.ngx-pagination
{
    font-size: 13px;
    font-weight: 100 !important;
}


.bor-bt
{
    border-bottom: #f5f5f5 solid 1px;
}
.save {
    color: #fff;
    border: 0px;
    border-radius: 50px;
    width: 80px;
    text-align: center;
    background-color:var(--save);
    font-weight: 500;
    height: 30px;
    font-size: 13px;
    justify-content: center;
    cursor: pointer;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.mid-h
{
    height: calc(100vh - 10px);
    overflow-y: scroll;
}
.ngx-org-self-vertical , .ngx-org-self-horizontal{
    margin-bottom: 2%;
    width: 100%;
    overflow: scroll;
    height: 80vh !important;
    
}
.modal-xl .modal-content
{
    height: 95vh;
    overflow-y: scroll;
    padding-bottom: 10px;
    margin: auto;
}

.foo-cpy
{
    width: 100%;
    position: absolute;
    bottom: 5px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.9);
    width: 100%;
}
@media screen and (min-width:320px) {
    .mob-or1
    {
        order: 1;
    }
    .mob-or2
    {
        order: 2;
    }
    .mme 
{
    width: 100%;
    display: block;
}
    .mme{
        float: left; text-align: left;}
    .pr-5
{
    padding-right: 5px !important;
}
    .addn button{
    
        border-radius: 5px;
        width:60px;
        text-align: center;
        color: #fff;
        height: 30px;
        font-size: 13px;
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
        display: flex;
    align-items: center;
}  .mob-hid 
{
    display: none;
}
.acti
{
    float: left; text-align: left;    display: flex;
}
.dd .form-control

       { width: 100%;}
    }
    .pure-btn, .btn-pure
    {
        background: transparent;
        border: 0px;
        cursor: pointer;
        padding: 0px;
    }
  
.ddf 
{
padding-top: 10px;
                align-items: center;
}
@media screen and (min-width:640px) {
    .acti
{
    float: right; text-align: right;
    padding-right: 15px;

}
.dd2
{
    text-align: left;
    float: left;
}
    
}
@media screen and (min-width:1024px) {
    .mob-or1
    {
        order: inherit;
    }
    .mob-or2
    {
        order: inherit;
    }
    .mme 
    {
        width: auto;
        display: block;
    }
    .mme{
        float: right; text-align: right;}
    
    .addn button{
  
        border-radius:  5px;
        width: 65px;
        text-align: center;
        color: #fff;
        height: 30px;
        font-size: 13px;
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
    }
    .pure-btn, .btn-pure
    {
        background: transparent;
        border: 0px;
        cursor: pointer;
        padding: 5px;
    }
    .mob-hid 
{
    display: block;
}
.acti
{
    float: right; text-align: right;
}
.dd2
{
    text-align: right;
    float: right;
}
.dd .form-control

       { width: 100px;}
}

@media screen and (min-width:1280px) {
    .addn button{
    
        border-radius:  5px;
        width: 85px;
        text-align: center;
        color: #fff;
        height: 30px;
        font-size: 13px;
        justify-content: center;
        cursor: pointer;
        line-height: 30px;
        cursor: pointer;
    }
    
}

.page-wrapper {
    padding-top: 50px !important;
}



.dd2 ul{
    margin-left: 0px;
    padding-left: 0px !important;
}
.wid200 div
{
    width: 200px !important;
}
.wid150 div
{
    width: 150px !important;
}
.wid250 div
{
    width: 200px !important;
}
.wid100 div
{
    width: 100px !important;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    margin-right: 15px;
    height: 45px;
}



.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.5rem !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.mme .dropdown-menu
{
    margin: .125rem 0 0 -0.7rem;

}

.btnstl
{
    background-color:#3a87b5 ;
}

.brand-text
{
    margin-bottom: 25px;
}
@media screen and (min-width:320px) {
    .companyid
{
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-top: #eee solid 1px;
}
.dasbk  
{
    padding: 0px !important;
}
.card-white
{
    background-color: #fff;
    overflow-y: scroll;
    height: 80vh;

}
    
}
@media screen and (min-width:1024px) {
    .companyid
{
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-top: #eee solid 0px;
}
.dasbk  
{
    padding: inherit;
}
   
.card-white
{
    background-color: #fff;
    overflow-y: scroll;
    height: 90vh;

}
}
.card-bordered
{
height: 100%;
}