.content-wrapper {
    background: #eef5f9;
}
[class*=sidebar-dark-] {
    background-color:#ffffff;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: transparent;
    color: #076af1;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: #e4efff!important;
    color: #fff;
    border-radius: 5px!important;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link{
    background-color: #eceff3!important;
    color: #fff;
    border-radius: 5px!important;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link p, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link p:focus {
    background-color: #eceff3!important;
    color: #fff;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link i, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link i:focus {
    background-color: #eceff3!important;
    color: #fff;
}
[class*=sidebar-dark] .user-panel {
    border-bottom:0;
}


.nav-pills .nav-link {
    border-radius: 0;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #e4efff;
    color: #fff;
}
.nav-sidebar .nav-link.active p {
    color: #076af1;
}
.navbar-light .navbar-nav .nav-link {
    color: #076af1;
}
a.nav-link.active {
  background-color: #076af1;
    color: #fff;
}

.nav-sidebar .nav-link p {
    display: inline-block;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;important;
    margin: 0;
    font-size: .9rem;
    color: #0d1216;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover {
    color: #fff!important;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item i:hover {
    color: #076af1!important;
    font-weight: 700;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active {
    color: #fff;
    box-shadow: none;
    border-radius: 5px;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active i {
    color: #076af1;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active p {
    color: #076af1;
}
.nav-sidebar .nav-link i {
    color: #0d1216;
    font-weight: 600;
    width: 25px;
    font-size: 18px;
}
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #ffffff;
}
[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #d7cece;
    background: #d7cece;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: #e6eaef;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus i, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: #e6eaef;
    color: #076af1;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus p, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover  {
    background-color: #e6eaef;
    color: #076af1;
}
span.brand-text {
    font-size: 18px;
    color: #3e3b3b;
    font-weight: 700!important;
    text-transform: uppercase;
}
.card {
    border-radius: 0!important;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}
  /* login page  */
  .login-area {
    background: #fff;
}
.row.login-area .head_title {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #ff3b00;
}
.row.login-area .head_title span{
    color: #333;
}
.login_header {
    background: #0a406cc7;
    padding: 5px 20px;
}
.login-box-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.login_header h2 {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    color: #fff;
    line-height: 55px;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}
.agreement {
    color: #fff;
}
h4.head_title {
    font-size: 23px;
    line-height: 46px;
    padding: 5px 20px;
    color: #ef471b;
    font-weight: 700;
}
span.head_titleTwo {
    color: #002d71;
    font-size: 18px;
}
.login-box-header img {
    width: 130px;
    height: auto;
    margin: 0px auto;
}
.login-box, .register-box {
    max-width: 380px;
    padding: 20px;
    text-align: center;
}
.login-box img, .register-box img {
    margin-bottom: 40px;
}
.login-box-msg, .register-box-msg {
    color: #fff;
}
.login-box-content a {
    color: #fff;
}
.login-box .form-control, .register-box .form-control {
    border: 1px solid #076af1;
    height: 47px;
}
.login-box button.btn, .register-box button.btn {
    height: 48px;
}
.login-box .card, .register-box .card {
    margin-bottom: 0;
    border-radius: 5px!important;
    box-shadow: 0 0 5px rgba(0,0,0,0.125), 0 5px 8px rgba(0,0,0,0.2);
}
.login-box h3, .register-box h3 {
    font-size: 20px;
    line-height: 50px;
    color: #333;
}
.login-box p, .register-box p {
    font-size: 15px;
    color: #333;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
}

.col-form-label strong {
    color: red;
    font-size: 5px;
    position: absolute;
    margin-left: 5px;
    margin-top: 8px;
}
.table.table-striped.table-condensed.tablew3 {
    border: 1px solid #06A283;
}
table.table.table-striped.table-condensed.tablew3.ankur tr th {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    border: 1px solid #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    padding: 1px 10px 0px;
    text-transform: capitalize;
}
table.table.table-striped.table-condensed.tablew3.ankur tr td {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    border: 1px solid #a7a3a3;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    padding: 1px 10px 0px;
    text-transform: capitalize;
}
.table.table-striped.table-condensed.tablew3> tbody > tr > td, .table.table-striped.table-condensed.tablew3> tfoot > tr > td, .table.table-striped.table-condensed.tablew3> thead > tr > td {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    border: 1px solid #818080;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    padding: 1px 10px 0px;
    text-transform: capitalize;
}
.table.table-striped.table-condensed.tablew3> tfoot > tr > th, .table.table-striped.table-condensed.tablew3> thead > tr > th {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    padding: 0px 8px !important;
    line-height: 2 !important;
    border: 1px solid #a3a0a0;
    font-size: 16px;
    background: #f2f2f2;
    color: #000;
    text-transform: capitalize;
}
.table.table-striped.table-condensed.tablew3.dataTable thead .sorting:after,
.table.table-striped.table-condensed.tablew3.dataTable thead .sorting_asc:after,
.table.table-striped.table-condensed.tablew3.dataTable thead .sorting_desc:after,
.table.table-striped.table-condensed.tablew3.dataTable thead .sorting_asc_disabled:after,
.table.table-striped.table-condensed.tablew3.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
    color: #fff;
    top: 4px;
    opacity: 1;
}
.table.table-striped.table-condensed.tablew3.dataTable thead .sorting:before,
.table.table-striped.table-condensed.tablew3.dataTable thead .sorting_asc:before,
.table.table-striped.table-condensed.tablew3.dataTable thead .sorting_desc:before,
.table.table-striped.table-condensed.tablew3.dataTable thead .sorting_asc_disabled:before,
.table.table-striped.table-condensed.tablew3.dataTable thead .sorting_desc_disabled:before {
   right: 1em;
    content: "\2191";
    top: 3px;
    color: #fff;
}









table.table-bordered.tablew3.dataTable tr td {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    border: 1px solid #a7a3a3;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    padding: 1px 10px 0px;
    text-transform: capitalize;
}
table.table-bordered.tablew3.dataTable> tbody > tr > td, table.table-bordered.tablew3.dataTable> tfoot > tr > td, table.table-bordered.tablew3.dataTable> thead > tr > td {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    border: 1px solid #26c6da;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    padding: 1px 10px 0px;
    text-transform: capitalize;
}
table.table-bordered.tablew3.dataTable> tfoot > tr > th, table.table-bordered.tablew3.dataTable> thead > tr > th {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    padding: 0px 8px !important;
    line-height: 2 !important;
    border: 1px solid #26c6da;
    font-size: 16px;
    background: #26c6da;
    color: #fff;
    text-transform: capitalize;
}
table.table-bordered.tablew3.dataTable thead .sorting::after, table.table-bordered.tablew3.dataTable thead .sorting_asc::after, table.table-bordered.tablew3.dataTable thead .sorting_desc::after, table.table-bordered.tablew3.dataTable thead .sorting_asc_disabled::after, table.table-bordered.tablew3.dataTable thead .sorting_desc_disabled::after {
	right: 0.5em;
	content: "\2193";
	color: #fff;
	top: 0px;
	opacity: 1;
}
table.table-bordered.tablew3.dataTable thead .sorting:before,
table.table-bordered.tablew3.dataTable thead .sorting_asc:before,
table.table-bordered.tablew3.dataTable thead .sorting_desc:before,
table.table-bordered.tablew3.dataTable thead .sorting_asc_disabled:before,
table.table-bordered.tablew3.dataTable thead .sorting_desc_disabled:before {
   right: 1em;
    content: "\2191";
    top: -1px;
    color: #fff;
}
div.dataTables_wrapper button.btn.btn-secondary{
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    padding: 0px 8px !important;
    line-height: 2 !important;
    border: 1px solid #f77b0b;
    font-size: 16px;
    background: #f77b0b;
    color: #fff;
    text-transform: capitalize;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f77b0b;
    border-color: #f77b0b;
}
.page-item.disabled .page-link {
    color: #ffffff;
    pointer-events: none;
    cursor: auto;
    background-color: #076af1;
    border-color: #076af1;
}
.page-link:focus {
    box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #076af1;
    border-bottom: 1px dashed;
}
.table > thead > tr {
    color: #707070;
    font-weight: normal;
    background: #F2F2F2;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px 8px!important;
    line-height: 2!important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px 8px!important;
    line-height: 2!important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.btn-success, .btn-primary, .btn-warning, .btn-danger {
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.14);
}
.btn-success {
    background: #05964c;
    border: 1px solid #05964c;
}
a.btn-success, a.btn-primary, a.btn-warning, a.btn-danger {
    color: #fff;
}




.table.table.table-bordered.table-striped.tablew3 {
    border: 1px solid #eef5f9;
}
.table.table.table-bordered.table-striped.tablew3> tbody > tr > td, .table.table.table-bordered.table-striped.tablew3> tfoot > tr > td, .table.table.table-bordered.table-striped.tablew3> thead > tr > td {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    border: 1px solid #eef5f9;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px;
    line-height: 32px;
}
.table.table.table-bordered.table-striped.tablew3> tbody > tr > td span, .table.table.table-bordered.table-striped.tablew3> tfoot > tr > td span, .table.table.table-bordered.table-striped.tablew3> thead > tr > td span {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    border: 1px solid #eef5f9;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 10px;
    line-height: 16px;
}
.table.table.table-bordered.table-striped.tablew3 > tfoot > tr > th, .table.table.table-bordered.table-striped.tablew3 > thead > tr > th {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    padding: 5px 8px 3px !important;
    line-height: 28px !important;
    border: 1px solid rgb(227, 231, 227);
    border-top: 2px solid #076af1;
    font-size: 17px;
    background: #076af1;
    color: #fff;
    line-height: 43px;
}
.custom_title h5 {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    line-height: 35px;
    margin: 0px;
}
.content-header .breadcrumb {
    background: 0 0;
    line-height: 1.8rem;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    margin-bottom: 0;
    padding: 0px 10px;
    border: 1px solid #ded;
    border-radius: 0;
    text-transform: capitalize;
}
.content-header h1 {
    font-size: 20px;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.card-title {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    font-weight: 600;
    line-height: 30px;
    margin-top: 2px;
}
.col-form-label {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.card-header.p-2 h1 {
    font-size: 20px;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    line-height: 30px;
}
.content-header-icon {
    font-size: 55px;
    color: #076af1;
    width: 45px;
    float: left;
    margin-top: -5px;
    line-height: 0;
}
.content-header-title {
    margin-left: 60px;
}
.content-header-title small {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #076af1;
}
.content-header .breadcrumb {
    margin-top: 17px;
}
div#example2_wrapper {
    width: 100%!important;
}
.table-bordered thead td, .table-bordered thead th {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    font-weight: 700;
    font-size: 15px;
    border-bottom-width: 2px;
    border-top-width: 2px!important;
    position: relative;
}
.table-bordered thead td, .table-bordered thead th i {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.table > thead > tr {
    color: #333;
    font-weight: 700;
    text-align: center;
}
a {
    color: #076af1;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    text-decoration: none;
}
a:hover {
    color: #f77b0b;
}
b, strong {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.breadcrumb-item+.breadcrumb-item {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.breadcrumb-item.active {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.btn {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
a.btn.bg-gradient-warning.btn-xs {
  font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    color: #fff;
}
.bg-gradient-warning {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    color: #ffffff;
    background: #076af1!important;
}
.bg-gradient-warning.btn:hover {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    background: #076af1 linear-gradient(180deg,#076af1,#076af1) repeat-x!important;
    border-color: #076af1!important;
    color: #fff!important;
}
.bg-gradient-warning.btn:not(:disabled):not(.disabled):active {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    color: #ffffff;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff!important;
}
.table-bordered > tbody > tr > td {
    padding: 5px 5px;
}
.ui-widget-header {
    border: 1px solid #06A283!important;
    background: #06A283!important;
}
.ui-datepicker .ui-datepicker-title {
    color: #fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #06A283;
    background: #06A283;
    color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
/*#flash_success {
    background: #0aa698;
    padding: 0 21px;
    color: #fff;
    line-height: 35px;
    text-align: left;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 99999999999999;
}

#flash_error {
    background: red;
    padding: 0 21px;
    color: #fff;
    line-height: 35px;
    text-align: left;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 99999999999999;
}*/
a.dropdown-toggle {
    color: #0d1216;
}
.form-control {
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}
.main-footer {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
a.btn.btn-danger.btn-xs {
    color: #fff;
}

/* Pos printer*/
#invoice-pos {
  font-family: 'Bank' !important;
  box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
  padding: 2mm;
  width: 80mm;
  background: #FFF;
}
#invoice-pos ::selection {
  background: #f31544;
  color: #FFF;
}
#invoice-pos ::moz-selection {
  background: #f31544;
  color: #FFF;
}
#invoice-pos h1 {
  font-size: 1.5em;
  color: #222;
  color: black;
}
#invoice-pos h2 {
  font-size: 1.4em;
  color: black;
}
#invoice-pos h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: black;
    margin: 0px;
}
#invoice-pos #bot th {
    font-weight: 700;
    color: #fff;
}
#invoice-pos #bot td {
    font-weight: 300;
    color: #333;
    font-size: 13px;
}
#invoice-pos p {
    font-size: .88em;
    color: #666;
    line-height: 1.2em;
    color: black;
    font-weight: 700;
    line-height: 23px;
}
.receipt_footer {
    text-align: center;
    color: black;
    font-weight: 700;
}
#invoice-pos .pos_top {
  min-height: 100px;
}
#invoice-pos #mid {
  min-height: 80px;
}
#invoice-pos .pos_body {
  min-height: 50px;
}
#invoice-pos .info {
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
}
#invoice-pos .title {
  float: right;
}
#invoice-pos .title p {
  text-align: right;
}
#invoice-pos table {
  width: 100%;
  border-collapse: collapse;
}
#invoice-pos .tabletitle {
  font-size: .7em;
  background: #f5f6e2;
  color: black;
}

#invoice-pos .tabletitle td{
  padding: 3px 0px 3px 0px;
  text-align: center;
}

#invoice-pos .service {
  border-bottom: 1px solid #EEE;
}
#invoice-pos .item {
  width: 24mm;
}
#invoice-pos .itemtext {
  font-size: 11.5px;
  text-align: center;
  /*padding: 8px;*/
  color: black;
}
#invoice-pos #legalcopy {
  margin-top: 5mm;
}

.ref{
  padding-bottom: 5px;
  color: black;
  font-size: 11.5px;
}

.custom{
  font-size: 1.4em;
}

.invoice-pos-footer {
  box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
  padding: 2mm;
  margin: 0 auto;
  width: 60mm;
  background: #cdf5c5;
}

.dev {
    color: #000;
    font-size: 10px!important;
    font-weight: 700;
    font-family: system-ui;
}
.ln_solid {
    height: 2px;
    background: #eff5ef;
    width: 100%;
    margin: 10px 0;
}

.qrcode-single-area {
    width: 100%;
    height: auto;
    overflow: hidden;
}
ul.qrcode-single {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px;
    padding: 0;
}
.invoice-header-area h5 {
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}
.invoice-header-area h6 {
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
}
h2.system-heading {
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    font-size: 25px;
    display: inline;
    padding: 10px 20px;
    line-height: 32px;
}
h5.report-heading {
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto Condensed', 'Noto Sans Bengali', sans-serif;
    font-size: 15px;
    display: inline;
    border: 5px double #333;
    padding: 5px 10px;
    line-height: 50px;
}
.report-footer-sign {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    text-align: center;
    border-top: 1px dashed #333;
    font-size: 15px;
    font-weight: 700;
}
address p {
    font-size: 14px;
    line-height: 5px;
}
.report-title {
    font-size: 20px;
    line-height: 38px;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    margin-bottom: 5px;
    font-weight: 700;
}
.money_red{
  font-weight: 700;
  text-align: right;
  color: red;
  font-size: 17px;
}
.money_black{
  font-weight: 700;
  text-align: right;
  color: #000;
  font-size: 14px;
}
.strong_title {
    font-size: 22px;
    line-height: 40px;
}
.modal-header {
    background: #06A283;
}
h4.modal-title {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
}
.modal-header .close, .modal-header .mailbox-attachment-close {
    color: #fff;
}

a.btn.bg-gradient-success {
    color: #fff;
}
/*404 No fund css*/

.not-found {
    background: #fff;
    height: 280px;
    margin-top: 150px;
    border: 2px dashed #ded;
    padding: 30px;
    text-align: center;
}

.not-found h2 {
    font-size: 70px;
    font-weight: 700;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    line-height: 100px;
    margin: 0px;
}

.not-found p {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    line-height: 30px;
    margin-bottom: 30px;
}

.not-found {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 40px;
}

.not-found p {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
a.btn.btn-warning{
    color: #fff;
}
.card-header {
    border-radius: 0;
}
.small-box {
    border-radius: 5px;
}


table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    text-transform: capitalize;
}
.short-cut {
    background: #ded;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
}
.short-cut-footer {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}
.short-cut img {
    width: 40px;
    height: 40px;
}

.elevation-4 {
    box-shadow: none!important;
}
.content-header-title h1 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.content-header-title h1 strong{
    font-size: 20px;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.billing {
    border: 2px solid #06A283;
    width: 100px;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 700;
    color: #06A283;
    overflow: hidden;
    height: 30px;
    line-height: 27px;
}
.invoice-footer-text {
    text-align: center;
    border-top: 1px dashed #333;
    margin: 131px 0 10px;
    font-size: 12px;
}
.invoice-footer-text h4 {
    font-size: 12px;
    font-weight: 700;
}
a.nav-link.my-nav {
    border: 1px solid #06a283;
    margin-right: 10px;
    color: #333!important;
    font-weight: 700;
}
a.nav-link.my-nav i{
    color: #06a283;
    font-weight: 700;
}
.nb i{
    color: red;
    font-size: 18px;
}
.nb span {
    color: #333;
    font-size: 18px;
}
span.badge{
    border-radius: 0!important;
}
.btn-warning {
    color: #fff!important;
}
.product-head-image {
    width: 100%;
    background: #fff;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-single-image img {
    min-height: 485px;
}
.product-details-top {
    width: 100%;
    overflow: hidden;
}
.product-details-top ul{
    margin:0px;
    padding:0px;
}
.product-details-top ul li {
    list-style: none;
    float: left;
    width: 33.33%;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.product-head-image.product-banner-title {
    padding: 15px 50px;
    color: #FF5722;
    background-color: #fff;
}
.product-head-image img {
    width: 100%;
}
/*Qr code design*/
.qrcode-list{border: 1px solid #ded;padding: 15px 5px; float:left; width:166px; margin-bottom: 5px; margin-right: 5px; list-style: none;  background-color: #fff!important;}
.qrcode-inner{font-family: 'Lato',sans-serif;text-align: center; position: relative;}
.qrcode-product-name{font-family: 'Lato',sans-serif;line-height: 25px;font-weight: 700;font-size: 15px;margin-bottom: 3px;color: #333;}
.qrcode-model-name{font-family: 'Lato',sans-serif;font-weight: 600; font-size: 13px; color: #333;}
.qrcode-image{display: block;margin-left: auto;margin-right: auto;height: 100px;width: 100px;}
.qrcode-product-name-details{font-family: 'Lato',sans-serif;font-size: 13px;letter-spacing: 0.5px;font-weight: 700; line-height: 15px;width: 100%;overflow: hidden;height: auto;color: #333;}
.qrcode-footer{font-family: 'Lato',sans-serif;font-weight: 700;line-height: 10px;margin-top: 5px;font-size: 15px;color: #333;}
/*Barcode design*/
.barcode-list{border: 1px solid #ded;padding: 15px 5px 0px; float:left; width:166px; margin-bottom: 5px; margin-right: 5px; list-style: none; background-color: #fff!important;}
.barcode-inner{font-family: 'Lato',sans-serif;text-align: center; position: relative;}
.barcode-product-name{font-family: 'Lato',sans-serif;line-height: 25px;font-weight: 700;margin-bottom: 10px;font-size: 15px;margin-bottom: 3px;color: #333;}
.barcode-model-name{font-weight: 600; font-size: 13px; color: #333;}
.barcode-image{display: block;margin-left: auto;margin-right: auto;}
.barcode-product-name-details{font-family: 'Lato',sans-serif;font-size: 13px;letter-spacing: 0.5px;margin-bottom: 10px; font-weight: 700; line-height: 15px;width: 100%;overflow: hidden;height: auto;color: #333;}
.barcode-footer{font-family: 'Lato',sans-serif;font-weight: 700;line-height: 10px; margin-bottom:20px;font-size: 15px;color: #333;}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: red;
    border-radius: .25rem;
}
.note-editor.note-frame .note-editing-area {
    min-height: 250px;
}
.col-form-label span {
    color: #333;
    font-size: 12px;
}
/*Dashboard small box*/
.small-box.counter-box {
    box-shadow: 0 5px 5px rgba(0,0,0,0.05)!important;
    background-color: #FFF;
    text-align: center;
    padding: 20px 10px;
}
.icon-box {
    text-align: center;
    margin: 0px;
}
.icon-box i {
    font-weight: 700!important;
    color: #333;
    text-align: center;
    font-size: 25px!important;
    line-height: 30px;
    margin: 0px;
}
h3.box-title {
    font-weight: 700!important;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;important;
    color: #333;
    text-align: center;
    font-size: 17px!important;
    line-height: 35px;
    margin: 0px;
}
p.box-content {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;important;
    color: #333;
    text-align: center;
    font-size: 14px!important;
    line-height: 30px;
    margin: 0px;
    font-weight: bold;
}

.pos-table>thead ,.pos-table>thead {
    border-bottom: 1px dotted;
}
.pos-table tr {
    border-bottom: 1px dotted;
}
div#pos-template-body ul {
    margin: 0px;
    padding: 0px;
}
div#pos-template-body ul li {
    list-style: none;
    line-height: 30px;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    border-bottom: 1px dotted;
    font-size: 14px;
}
div#pos-template-body li:last-child {
    border-bottom: 0px dotted;
}
div#pos-template-body ul li span{
    float: right;
}
.customer_info {
    margin-bottom: 10px;
}
.customer_info p {
    font-size: 14px!important;
    line-height: 25px!important;
    margin-bottom: 0;
}
.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 2px solid #f30606;
    color: red;
    font-size: 17px;
    font-weight: 700;
}
ul.report-head-info {
    list-style: none;
    margin:0px;
    padding: 0px;
}
.pos-section {
    border: 1px solid #ded;
    padding: 15px 15px 0px;
}
h5.pos-heading {
    border: 5px double #000;
    display: inline;
    padding: 3px 8px 5px;
    line-height: 20px;
    margin-bottom: 40px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
.select2-container {
    display: block!important;
}
.nb span {
    font-size: 15px;
}
.profile-user-img {
    border: 1px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.swal2-popup {
    width: 20em;
}
.table-bordered {
    border-top: 0;
}
table.dataTable {
    border-collapse: collapse!important;
}
div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 5px;
}
.customer_info ul{
    margin:0px;
    padding:0px;
}
.customer_info ul li {
    list-style: none;
    border-bottom: 1px dashed #000;
    color: #000;
    font-weight: 700;
    font-family: monospace;
    font-size: 15px;
}
.customer_info ul li span {
    float: right;
    font-weight: 900;
}
.report-header {
    text-align: center;
}
.report-header ul li {
    list-style: none;
    display: block;
    margin-right: 30px;
    font-size: 13px;
}
.report-header ul li span {
    font-weight: 700;
}
.report-title-area {
    width: 800px;
    min-height: 85px;
    overflow: hidden;
    text-align: center;
    padding-top: 19px;
    margin: 0px auto;
}
.report-sub-title {
    margin-top: 20px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}
h2.license-area {
    display: inline;
    margin-top: 50px;
    font-size: 20px;
    padding: 5px 20px;
    font-weight: 700;
    border: 8px double #000;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
h2.report-title {
    display: inline;
    margin-top: 50px;
    font-size: 25px;
    padding: 8px 15px;
    font-weight: 700;
    font-family: 'Tourney','Hind Siliguri',sans-serif;
    z-index: 99999999;
    /* box-shadow: 13px 9px 5px 0px rgba(138,138,138,0.5); */
    /* -webkit-box-shadow: 13px 9px 5px 0px rgba(138,138,138,0.5); */
    /* -moz-box-shadow: 13px 9px 5px 0px rgba(138,138,138,0.5); */
    border-bottom: 6px double #000;
}
.report-body {
    min-height: 700px;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    margin-bottom: 30px;
}
.report-footer-text {
    text-align: center;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    margin-top: 30px;
    list-style: none;
    width: 100%;
    height: auto;
}
.report-footer-text h4 {
    font-size: 17px;
}
.col-12.report-print ul li {
    display: inline!important;
    font-size: 20px;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.report-footer-text.doctor-seal li {
    display: inline;
    float: right;
    padding: 0 20px;
    width:308px;
}
.main-header.navbar.navbar-expand-md.navbar-light.navbar-white.user-menu-area {
    padding: 0px;
}
.main-header.navbar.navbar-expand-md.navbar-light.navbar-white.user-menu-area .brand-link {
    padding: 0px;
}
.navbar-nav.user-nav .user-menu .user-image {
    float: none;
    line-height: 10px;
    margin-right: .4rem;
    margin-top: 3px;
}
.report-body .MsoTableGrid {
    width: 100%;
}
.welcome_department {
    border: 10px double #377d22;
    text-align: center;
    margin-top: 8px;
    background: #fff;
    border-radius: 5px;
}
.welcome_department h1 {
    line-height: 40px;
    font-weight: 700;
    color: #377d22;
}

.report-table.table.table-striped.table-condensed.tablew3 > tbody > tr > td, .report-table.table.table-striped.table-condensed.tablew3 > tfoot > tr > td, .report-table.table.table-striped.table-condensed.tablew3 > tfoot > tr > th, .report-table.table.table-striped.table-condensed.tablew3 > thead > tr > td, .report-table.table.table-striped.table-condensed.tablew3 > thead > tr > th {
    font-size: 20px;
}
.pathologyinvoice-customize {
  width: 135mm;
  font-family: 'Bank' !important;
  box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
  padding: 2mm;
  background: #FFF;
  position: relative;
}
.pathologyinvoice-customize .table.table-striped.table-condensed.tablew3 td {
    color: #000;
    font-size: 12px;
    line-height: 20px!important;
}
.pathologyinvoice-customize .table.table-striped.table-condensed.tablew3 th {
    color: #000;
    font-size: 12px;
    line-height: 10px!important;
    font-weight: 700;
}
.pathologyinvoice-customize address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    font-size: 12px;
}
.invoice-template-header{
    font-size: 12px;
    font-weight: 700;
}
.invoice-template-right h6 {
    font-size: 12px;
    font-weight: 700;
}
.table.table-striped.table-condensed.tablew3 tr td p {
    margin-bottom: 0;
}
.entryMan {
    text-align: right;
    width: 160px;
    float: right;
}
.development {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    text-align: center;
}
.development p {
    font-size: 10px;
    line-height: 20px;
}
.clinic-address {
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.clinic-address p {
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    font-weight: 700;
}
.login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
    border-right: 1px solid #ded;
}
.swal2-popup {
    width: 280px;
}
.swal2-title {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;important;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.swal2-content {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;important;
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}

.layout-footer-fixed .wrapper .main-footer {
    z-index: 1;
}
.head-item p {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;

}
.module-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ded;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}
.module-item img {
    width: 100%;
}

.form-control:focus {
    border: 1px solid #076af1;
    color: 333;
}

.btn.focus, .btn:focus {
   border: 1px solid #076af1;
}
.layout-navbar-fixed .wrapper .main-header {
    left: 0;
    position: fixed;
    right: 0;
    background: #fff;
    top: 0;
    z-index: 1037;
}
.navbar-white {
    background-color: #fff;
}
.navbar-nav.user-nav li a {
    text-transform: capitalize;
    font-size: 15px;
    color: #242424 !important;
    font-weight: 700;
}
.dropdown-menu {
    background: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #0d1216;
    text-decoration: none;
    background-color:  #E5ECE1;
}
.dropdown-item {
    color: #0d1216;
}
input[type="email"] {
    text-transform: inherit!important;
}
input[type="password"] {
    text-transform: inherit!important;
}
.table.table-striped.table-condensed.tablew3 tr td p.note {
    margin-top: 18px;
    margin-bottom: 18px;
}
.qrcode-invoice {
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.qrcode-invoice img{
    width: 50px;
}

.powered-area {
    position: absolute;
    bottom: 45%;
    right: -46px;
    z-index: 999;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.powered-area p {
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}

.MsoNormalTable {
    width: 100% !important;
}
.MsoFooter {
    padding: 0px !important;
    margin-bottom: 0px;
}
.MsoNormal {
    margin-bottom: 0px!important;
    line-height: 25px;
    font-size: 20px;
}
table.MsoNormalTable ul {
    margin-bottom: 0px!important;
    line-height: 30px;
}
table.MsoTableGrid {
    width: 100%!important;
}

table.MsoNormalTable td {
    font-size: 23px;
}
table.MsoNormalTable td ul li {
    font-size: 19px !important;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    line-height: 19px;
}
table.MsoNormalTable td ul li span {
    font-size: 19px !important;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}


.table.salary-sheet {
    border: 1px dashed #000;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.table.salary-sheet tr th {
    border: 1px dashed #000;
    font-size: 16px;
    vertical-align: top;
    padding: 5px 5px 5px;
    font-family: 'Poppins', sans-serif;
}
.table.salary-sheet tr td {
    border: 1px dashed #000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 1px 5px;
    text-align: center;
    text-transform: capitalize;
}
.table.salary-sheet tr:last-child td {
    font-weight: 700;
    color: red;
    text-align: right;
    font-size: 20px;
}

.rotate{
    -ms-transform: rotate(-90deg); /* IE 9 */
  transform: rotate(-90deg); /* Standard syntax */
}
.report-head {
    border: 1px dashed #333;
    width: 250px;
    margin: 0px auto;
}
.report-head p {
    margin: 0px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
/*google chorome page layout visible*/
@page {
  size: auto;
}
.nav-link.department {
    border: 2px dashed #fff;
}
.pos-table-header {
    margin: 10px;
}
.pos-table-header td strong {
    float: right;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.pos-table-header td {
    font-size: 14px;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}

.developer-area {
    text-align: center;
    font-size: 12px;
}
.developer-area p {
    text-align: center;
    margin: 0px;
    font-size: 12px;
    margin-top: 20px;
}
.table.salary-sheet tr:last-child td {
    font-weight: 700;
    color: red;
    text-align: right;
    font-size: 20px;
}
.prescription-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 55px;
    padding-top: 15px;
}
.prescription-title h1 {
    text-align: center;
    display: inline;
    border: 5px double;
    margin: 30px 10px;
    font-family: 'Tourney','Hind Siliguri',sans-serif;
    font-size: 20px;
    padding: 5px 10px;
    font-weight: 700;
}

h5.ledger_title {
    border: 2px dashed #202020;
    width: 300px;
    margin: 0px auto;
    text-align: center;
    padding: 5px 10px;
}

.login-logo img {
    width: 350px;
}

.info-box {
    min-height: 120px;
}
.info-box .info-box-icon {
    border-radius: 100%;
    width: 100px;
}
.modal-header {
    background: #06A283;
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 10px;
}
h4.modal-title {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
}
button.close span {
    color: #fff;
    line-height: 39px;
}
.swal-modal {
    width: 290px;
}
.swal-button {
    background-color: #3d9970;
}
.swal-button--cancel:not([disabled]):hover {
    background-color: #f10606;
    color: #fff;
}
.swal-footer {
    text-align: center;
}
a.btn.btn-success.btn-xs {
    color: #fff;
}

/* select2 css  */
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    border: 2px dashed red;
    color: red;
}
.paginate-area {
    margin-top: 20px;
}
.my_box {
    border: 1px solid #26c6da;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.my_box img {
    width: 100%;
}
.my_box .card-header {
    background: #076af1;
    color: #fff;
}
.search_area {
    min-width: 300px;
    margin-top: 6px;
}
.form-control {
    border: 1px solid #dbdfea;
}
.card-header::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid #076af1;
    border-right: 25px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}

body.login-page {
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../../../images/login-backgrounds.png");
}


/* ------------------------------------
    05. Slider
---------------------------------------*/
#rs-slider {
    position: relative;
  }
  #rs-slider .slide-content {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 8;
  }
  #rs-slider .slide-content .slider-title {
    font-size: 60px;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    text-transform: uppercase;
  }
  #rs-slider .slide-content .slider-desc {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 20px;
  }
  #rs-slider .slide-content .sl-readmore-btn {
    border: 2px solid #101010;
    background: #101010;
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease 0s;
  }
  #rs-slider .slide-content .sl-readmore-btn:hover {
    background-color: #e41f05;
    border-color: #e41f05;
    color: rgba(255, 255, 255, 0.8);
  }
  #rs-slider .slide-content .sl-get-started-btn {
    background-color: #d3c969;
    border: 2px solid #d3c969;
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease 0s;
  }
  #rs-slider .slide-content .sl-get-started-btn:hover {
    background-color: #e41f05;
    border-color: #e41f05;
    color: rgba(255, 255, 255, 0.8);
  }
  #rs-slider .owl-nav {
    display: none;
  }
  #rs-slider .owl-dots {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  #rs-slider .owl-dots .owl-dot {
    height: 15px;
    width: 5px;
    background-color: #ffffff;
  }
  #rs-slider .owl-dots .owl-dot + .owl-dot {
    margin-top: 8px;
  }
  #rs-slider .owl-dots .owl-dot.active {
    background-color: #d3c969;
  }
  .slider-overlay-1 .slide-content:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
  .btn-circle {
    border-radius: 500px;
    border: 0;
    background: #f3f3f3c7;
    color: #fff;
    width: 40px;
    text-align: center;
    height: 40px;
    margin-right: 10px!important;
}
li.nav-item.cache_clear a {
    padding: 5px 10px;
    border: 1px solid #076af1;
    line-height: 40px;
    background: #076af1;
    color: #fff;
}
a.browser_icon {
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
}
.cooyright_login_area {
    background: #0a406cc7;
    color: #fff;
    padding: 20px;
}
.login_dev_name p, .login_dev_contact p {
    margin: 0px;
    line-height: 40px;
}

.login_dev_name p a,.login_dev_contact p a{
    margin: 0px;
    line-height: 40px;
}
td.role_per_head.tac {
    color: #fff;
    background: #076af1;
    height: 40px;
}
table.table.table-bordered.table-striped.tablew3.permission_table tr td {
    line-height: 38px;
    font-size: 16px;
}


.bg-info-box-1 {
    background-color: #875ac5;
    background-image: linear-gradient(315deg, #7d54b8 0%, #5041c0 74%);
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    color: #fff!important;
    font-size: 20px;
}
.bg-info-box-2 {
    background-color: #258bb1;
    background-image: linear-gradient(315deg, #2ba1cc 0%, #5686d8 74%);
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    color: #fff!important;
    font-size: 20px;
}
.bg-info-box-3 {
    background-color: #af1f56;
    background-image: linear-gradient(315deg, #ee3d81 0%, #b3499f 74%);
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    color: #fff!important;
    font-size: 20px;
}
.bg-info-box-4 {
    background-color: #b37d13;
    background-image: linear-gradient(315deg, #f0ad27 0%, #f77b52 74%);
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    color: #fff!important;
    font-size: 20px;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.alert-danger {
    color: #121111;
    background-color: #f3b5ba;
    border-color: #ed838d;
}


.welcome_department {
    border: 10px double #377d22;
    text-align: center;
    margin-top: 8px;
    background: #fff;
    border-radius: 5px;
}
.welcome_department h1 {
    line-height: 40px;
    font-weight: 700;
    color: #377d22;
}

.report-table.table.table-striped.table-condensed.table2 > tbody > tr > td, .report-table.table.table-striped.table-condensed.table2 > tfoot > tr > td, .report-table.table.table-striped.table-condensed.table2 > tfoot > tr > th, .report-table.table.table-striped.table-condensed.table2 > thead > tr > td, .report-table.table.table-striped.table-condensed.table2 > thead > tr > th {
    font-size: 20px;
}
.pathologyinvoice-customize {
  width: 135mm;
  font-family: 'Bank' !important;
  box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
  padding: 2mm;
  background: #FFF;
  position: relative;
}
.pathologyinvoice-customize .table.table-striped.table-condensed.table2 td {
    color: #000;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    font-size: 15px;
    line-height: 20px!important;
    border: 1px solid #333;
    padding: 5px 11px;
}
.pathologyinvoice-customize .table.table-striped.table-condensed.table2 th {
    color: #000;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    font-size: 15px;
    line-height: 15px !important;
    font-weight: 700;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 15px;
}
.pathologyinvoice-customize address {
    margin-bottom: 1rem;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
    font-style: normal;
    line-height: inherit;
    font-size: 12px;
}
.invoice-template-header{
    font-size: 12px;
    font-weight: 700;
}
.invoice-template-right h6 {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.table.table-striped.table-condensed.table2 tr td p {
    margin-bottom: 0;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.entryMan {
    text-align: right;
    width: 160px;
    float: right;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.development {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.development p {
    font-size: 10px;
    line-height: 20px;
}
table.table.table-striped.table-condensed.table2.prescriptionTable {
    border: none;
}
table.table.table-striped.table-condensed.table2.prescriptionTable td {
    font-size: 15px;
    line-height: 30px;
    border: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}

.table.salary-sheet {
    border: 1px dashed #f4f4f4;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.table.salary-sheet tr th {
    border: 1px dashed #000;
    font-size: 17px;
    vertical-align: top;
    padding: 7px 5px 5px;
    background: #fff;
}
.table.salary-sheet tr td {
    border: 1px dashed #000;
    font-size: 14px;
    padding: 0px 15px !important;
    text-align: center;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
}
.head-item-report {
    font-size: 16px;
    line-height: 15px;
    text-align: left;
    font-family: 'Roboto Condensed','Noto Sans Bengali', sans-serif;
}

.error-content {
	width: 700px;
	text-align: center;
	margin: 100px;
}
.error-content img {
	width: 400px;
	text-align: center;
}
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 {
    bottom: 5px;
}
img.image-thumnail {
    border: 1px solid #f3f3f3;
    padding: 15px;
    border-radius: 5px;
}
.machine-item {
    text-align: center;
    border: 1px solid #076af1;
    padding: 20px 10px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
    height: 480px;
}
.machine-item h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid #076af1;
    display: inline;
    margin-bottom: 25px;
}
.machine-item img {
    width: 150px;
    height: 262px;
    margin-top: 20px;
}
.machine-item h3 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 20px;
}
.card-header {
    border-bottom: 1px solid #f0f0f0;
}
.on {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 30px;
    left: 10px;
}
.on img {
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.off {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 30px;
    right: 10px;
}
.off img {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.table.table.table-bordered.table-striped.tablew3.invoice> tbody > tr > td span, .table.table.table-bordered.table-striped.tablew3.invoice> tfoot > tr > td span, .table.table.table-bordered.table-striped.tablew3.invoice> thead > tr > td span {
    border: none;
}
.table.table.table-bordered.table-striped.tablew3.invoice> tbody > tr > td, .table.table.table-bordered.table-striped.tablew3.invoice> tfoot > tr > td, .table.table.table-bordered.table-striped.tablew3.invoice> thead > tr > td{
    background-color:#fff;
}

.info-box-inner{
    height: 96px;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link i {
    color: #076af1;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link p {
    color: #076af1;
}
.nav-sidebar>.nav-item {
    margin-bottom: 5px;
}

.card-success.card-outline {
    border-top: 3px solid #076af1;
}

.navbar-nav>.user-menu .user-image {
    background: #dbd8d8;
}
.dropdown-menu-lg {
    min-width: 180px;
}
.navbar-nav>.user-menu>.dropdown-menu {
    width: 180px;
}
.dropdown-menu {
    margin: 14px 0 0;
    border: 0px;
}
.form-group strong {
    color: red;
    font-size: 6px;
}


.detail-dashboard.add-form {
    border: 1px solid #f3f3f3;
    padding: 15px;
    border-radius: 5px;
    min-height: 475px;
}
.detail-dashboard.add-form h2 {
    font-size: 23px;
    font-weight: 700;
}
