/* .col.col-sm-12.col-md-7.p-0.right-panel h3{
  color: #fff;
} */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Roboto', sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body,a,button {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
	color: #140C40;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	text-transform: normal;
}

p {
	font-family: 'Roboto', sans-serif;
	/* color: #646D77; */
	color: #000;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 1.4;
}
/* body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f5f8fa;
} */

@media (min-width: 1400px){
  .container {
    /* max-width: 1320px !important; */
    max-width: 1400px !important;
  }
}
  /* ------------------------------ Start Common css ------------------------------------------------- */
.b-cl{
  color: #3192d6;
}
section {
  margin-left: 10px;
  margin-right: 10px;
}

  .dataTables_info, .dataTables_length, .dt-buttons {
  display: inline-block;
}

.dataTables_info{
  float: left;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.d-w{
  width: 132px;
}

.hr-border {
  border: 1px solid #1d2b2c;
}
.t-head{
  font-weight: 600;
}
.th-color {
  background-color: grey;
  color: #fff;
}
.font-css{
  font-size: 20px;
  color: #007bff;
}
.font-trash{
  font-size: 20px;
  color : #fe4141;
}
label {
  font-size: 15px !important;
  font-weight: 600;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-size: 14px !important;
  opacity: 1; /* Firefox */
}
input, select, textarea{
  color: #000000 !important;
}

.view-btn{
  border-radius: 10px;
  border: 0;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  padding: 7px 13px;
  color: #fff !important;
  line-height: 0;
  background: #1dac31 !important;
}

.card-bgc{
  /* background: #e3b27052; */
  /* background: #f161013b; */
  background: #f150012b;
}

.table-bgc{
  background: #e3b27052;
}
  /* ------------------------------ end Common css ------------------------------------------------- */


/* ------------------------------ Start Navigation section ------------------------------------------------- */
#header-section .mobile-nav-toggle{
  display: none;
}

#header-section {
  /* background: #3192d6; */
  /* background: #f29f01; */
  /* background: #f16101cc; */
  background: #000;
  transition: all 0.5s;
  /* color: #EBF5FF; */
  /* color: #e3b270; */
  color: #1d2b2c;
  position: sticky;
  top: 0;
  z-index: 997;
  height: 50px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  
}
/* #header-section .navbar .main-nav{
  margin-right: 300px !important;
} */
.main-nav li a.nav-link{
  color: #fff;
  padding-bottom: 13px;
}
#header-section .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  /* margin-right: 300px; */
}

#header-section .navbar ul .dropdown-menu{
  display: block;
}
.dropdown-menu
#header-section .navbar>ul>li {
  /* white-space: nowrap; */
  padding: 10px 0 10px 28px;
  padding-left: 0;
  padding-right: 20px;
}

#header-section  .logo-img{
  /* width:100px; */
  height: 50px;
  margin-left: 10px;
}

#header-section .navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  /* color: #F58430; */
  color: #115a97;
  background: #fff;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: 0.3s;
}

#header-section .navbar .dropdown .dropdown-menu {
  left: -40px;
}
#header-section .navbar .dropdown.user-menu .dropdown-menu {
  left: -119px;
}

#header-section .navbar .dropdown .waves-effect {
  color: #fff;
}
#header-section .navbar .dropdown .waves-effect span{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* background: #f16101; */
  background: #ee3738;
  /* margin-top: -5px; */
  display: inline-block;
  position: absolute;
  top: -10px;
  font-size: 12px;
  font-weight: 700;
}

#header-section .bi-person{
  font-size: 20px;
}
#header-section .navbar .dropdown .dropdown-menu a {
  padding: 10px 20px;
}

#header-section .navbar .dropdown .dropdown-menu .dropdown-divider{
  margin: 0;
}
.sticky-bar{
  position: fixed;
  top: 0;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.sticky-bar .header-padding{
  padding-right: 0px;
  padding-left: 0px;
}
/* --------------------------End Navigation section ----------------------------------- */

/* #header-section .navbar .dropdown .dropdown-menu a{
  color: #fff;
} */
/* --------------------------Start add_purchase_section----------------------------------- */
/* #add_purchase_section .table, th, td {
  border: 1px solid white;
} */


#add_purchase_section #addPurchaseModal .modal-body{
  padding: 25px;
}
#add_purchase_section .card .table td, .table th {
  padding: 10px;
}

#add_purchase_section .table td, .table th {
  vertical-align: middle !important;
  text-align: center;
}

/* #add_purchase_section .fa-edit {
  font-size: 20px;
  color: #007bff;
} */
/* #add_purchase_section .table{
  border-spacing: 2px;
  border-collapse: separate;
} */
#add_purchase_section .table-bordered{
  /* border:1px solid #00000073; */
  margin-top:20px;
}
#add_purchase_section .table-bordered > thead > tr > th{
    /* border:1px solid #00000073; */
    padding: .75rem;
}
#add_purchase_section .table-bordered > tbody > tr > td{
    /* border:1px solid #00000073; */
    padding: .75rem;
}
/* --------------------------End add_purchase_section----------------------------------- */


/* --------------------------Start new_order_section----------------------------------- */
/* #new_order_section .card{ */
  /* background: #defbc9; */
  /* background: #dfeef9; */
  /* background: #e3b27052;
} */

#new_order_section .card .table td, .table th {
    padding: 2px;
}

/* #new_order_section .table td, .table th {
  vertical-align: middle !important;
  text-align: center;
} */
/* #new_order_section th{
  background-color: #007bff;
} */
#new_order_section .table{
  border-spacing: 2px;
  border-collapse: separate;
}
/* --------------------------End new_order_section----------------------------------- */
/* --------------------------Start add_priscription_section----------------------------------- */
/* #add_priscription_section .card{
  background: #e3b27052;
} */
#add_priscription_section .p-right{
  padding-right: 0;
}
#add_priscription_section .p-left{
  padding-left: 0;
}

/* --------------------------End add_priscription_section----------------------------------- */

/* --------------------------Start purchase_history_list_section----------------------------------- */
#purchase_history_list_section table{
  text-align: center;
}
/* #purchase_history_list_section .card{
  background: #e3b27052;
} */

/* --------------------------End purchase_history_list_section----------------------------------- */

/* --------------------------Start purchase_history_details_section----------------------------------- */

/* #purchase_history_details_section{

} */

/* --------------------------End purchase_history_details_section----------------------------------- */

/* --------------------------Start purchase_return_list_section----------------------------------- */
#purchase_return_list_section table{
  text-align: center;
}
/* --------------------------End purchase_return_list_section----------------------------------- */

/* --------------------------Start prescription_update_history_details_section----------------------------------- */
#prescription_update_history_details_section .table-bordered{
  border:1px solid #000000;
  margin-top:20px;
}
#prescription_update_history_details_section .table-bordered > thead > tr > th{
    border:1px solid #000000;
}
#prescription_update_history_details_section .table-bordered > tbody > tr > td{
    border:1px solid #000000;
}
/* --------------------------End prescription_update_history_details_section----------------------------------- */

.btn-primary {
  color: #fff;
  background-color: #f16101;
  border-color: #f16101;
}
.btn-primary:hover {
  color: #fff;
  background-color: #f16101;
  border-color: #f16101;
}

#password , #password1{
  background: #f3f6f9;
}

.forgot-pass a h6{
  color: #000;
}

.invoice-table tr.border-bottom td{
  border: 1px solid;
}

.invoice-table tr.border-top td,.invoice-table tr.border-top th, .invoice-table tr.border-right td{
  border: 1px solid;
}
.swal2-popup {
  font-size: 10px !important;
}

.preloader {
  align-items: center;
  /* background: #e3b270; */
  background: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  transform: opacity 1s linear;
}

/* select 2 css */
/* .select2-selection__rendered {
  text-align: left;
} */
/* .select2-selection__rendered {
  line-height: 36px !important;
  text-align: left;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-selection__arrow {
  height: 40px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #d9d9d9;
  color: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"]:hover {
  color: #fff;
} */

/* .select2-container--default .select2-selection--single {
border-radius: 12px !important;
} */
.modal-xl{
  max-width: 1140px !important;
}
/* Disable Select */
#editbook #book_type{
  pointer-events: none;
  background-color: #e9ecef;
  opacity: 1;
}

.disable_select{
  pointer-events: none;
  background-color: #e9ecef;
  opacity: 1;
}

.book-box{
  width: 100%;
  position: relative;
  padding: 15px 2px;
  background: #fff;
  border: 1px solid #f16101;
  border-radius: 5px;
  cursor: pointer;
  height: 100%;
}

.book-box .conut{
  position: absolute;
  top: 5px;
  left: 0;
  background: #f16101;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 0 2px 2px 0;
}

.book-box .conut span{
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.book-box p{
   font-size: 10px;
   margin-bottom: 0;
   font-weight: 600;
}

.book-box span{
  font-size: 16px;
  font-weight: 600;
  
}

.qty-i{
  display: flex;
  gap: 2px;
  justify-content: space-between;
}

.qty-i a{
  width: 40px;
  display: grid;
  place-items: center;
  background: #f161019e;
  color: #00000070;
  border-radius: 2px;
  cursor: pointer;
  font-size: 18px;
  border: none;
}

.disable-link {
  cursor: not-allowed !important;
  background: #f161014d !important;
  /* pointer-events: none; */
}

.qty-i a:hover {
  text-decoration: none !important;
}
/* .qty-i span{
  width: 40px;
  display: grid;
  place-items: center;
  background: #f161019e;
  color: #00000070;
  border-radius: 2px;
  cursor: pointer;
  font-size: 18px;
} */
#toast-container>div{
  opacity: 1 !important;
}
.sales-card{
  /* height: 500px; */
  height: 45vh;
}

.table-card{
  background: #242424;
}

.table-card .sale_items p{
  color: #fff;
  font-weight: 600;
}
#books_list{
  /* height: 600px; */
  height: 70vh;
  overflow: auto;
}

.dash-title h2{
  font-size: 26px;
}
section .dash-card{
  background: #ee3738e5;
  border-radius: 5px;
  padding: 10px;
}

section .dash-card:nth-child(2){
  background: #f15001cf;
}
.dash-card .dash-card-title h3{
  font-size: 20px;
  color: #fff;
}

.dash-card .content ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.dash-card .content ul li{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.dash-card .content ul li span{
  font-weight: 700;
  float: right;
}

.total-sale{
  box-shadow: #64646f33 0px 7px 29px 0px;
  padding: 20px;
}

.total-sale h4{
  font-size: 18px;
  color: #8da1ad;
}

.total-sale h5{
  font-size: 32px;
  text-align: center;
  padding: 10px 0;
  color: #DDC728;
}