/* .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: #f6e6d1;
}


.table-bgc{
  background: #e3b27052;
}
.card{
  border: 0 !important;
}
  /* ------------------------------ end Common css ------------------------------------------------- */


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

#header-section {
  /* background: #3192d6; */
  background: #e3b270;
  transition: all 0.5s;
  /* color: #EBF5FF; */
  /* color: #e3b270; */
  color: #1d2b2c;
  z-index: 997;
  height: 50px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  
}
/* #header-section .navbar .main-nav{
  margin-right: 300px !important;
} */


#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;
  /* margin-top: 5px; */
}

.main-nav li a.nav-link{
  /* color: #fff; */
  color: #1d2b2c !important;
  padding-bottom: 13px;
}


#header-section .navbar .dropdown .dropdown-menu a{
  padding: 10px 20px;
}
.dropdown-divider {
  margin: 0;
}

#header-section .navbar .dropdown .waves-effect {
  color: #fff;
}

#header-section .bi-person{
  font-size: 20px;
}

.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: 2px;
}

#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;
}
#add_purchase_section .table-bordered > tbody > tr > td{
    border:1px solid #00000073;
}
/* --------------------------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 .card .table td, .table th {
  padding: 2px;
} */

#purchase_history_details_section .table td, .table th {
  vertical-align: middle !important;
  text-align: center;
}
#purchase_history_details_section .table-bordered{
  border:1px solid #00000073;
  margin-top:20px;
}
#purchase_history_details_section .table-bordered > thead > tr > th{
    border:1px solid #00000073;
}
#purchase_history_details_section .table-bordered > tbody > tr > td{
    border:1px solid #00000073;
}
/* #purchase_history_details_section{

} */

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

/* --------------------------Start outward_section----------------------------------- */

#outward_section .table td, .table th {
  vertical-align: middle !important;
  text-align: center;
}
#outward_section .table-bordered{
  border:1px solid #00000073;
  margin-top:20px;
}
#outward_section .table-bordered > thead > tr > th{
    border:1px solid #00000073;
}
#outward_section .table-bordered > tbody > tr > td{
    border:1px solid #00000073;
}


/* --------------------------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;
  text-align: center;

}
#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----------------------------------- */
/* .swal2-popup  */

.swal2-popup {
  font-size: 10px !important;
}

.disable-select {
  pointer-events: none;
  cursor: default;
  background-color: #e9ecef;
  opacity: 1;
}
/* apply CSS to the select tag of 
         .dropdown-container div*/
.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* 
#add_purchase_section .table-bordered > thead > tr > th {
  border: 1px solid #00000073;
} */

#header-section{
  position: sticky;
  top:0;
  z-index: 100;
  /* overflow-x: scroll; */
}


/* Loader Start  */
/* * { 
  margin: 0; 
  padding: 0; 
  box-sizing: border-box; 
} */
.preloader {
  align-items: center;
  /* background: #e3b270; */
  background: #e5c270;
  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;
}

/* .page_loader {
  position: fixed; 
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%);
  width: calc(200px - calc(12px * 2));
  height: 100px; 
}

.page_loader #bg-left-circle, #bg-right-circle, #top-left-inner, #bottom-right-inner, #bottom-left-inner, #top-right-inner {
  position: absolute; 
  width: 100px; 
  height: 100px;
  border: 12px solid #1d2b2c;
  border: 12px solid #fff;
  border-radius: 50%; 
}

.page_loader #bg-right-circle, #fg-right-circle {
  transform: translateX(calc(100% - 12px));
}

.page_loader #top-left-inner, #bottom-right-inner, #bottom-left-inner, #top-right-inner {
  position: static; 
  border-color: #e3b27052 #e3b27052 transparent transparent; 
  transform: rotate(135deg); 
  animation: spin 1.5s linear infinite;
}

.page_loader #top-left-circle, #bottom-right-circle, #bottom-left-circle, #top-right-circle {
  clip: rect(0, 100px, 50px, 0); 
  position: absolute; 
}

.page_loader #bottom-right-circle {
  transform: translateX(calc(100% - 12px)) scale(1, -1); 
}

.page_loader #bottom-right-inner {
  animation-delay: .375s; 
}

.page_loader #top-right-circle {
  transform: translateX(calc(100% - 12px)) scale(-1, 1); 
}

.page_loader #top-right-inner {
  animation-delay: .75s; 
}

.page_loader #bottom-left-circle {
  transform: scale(-1); 
}

.page_loader #bottom-left-inner {
  animation-delay: 1.125s; 
}

.page_loader #foreground-circles {
  filter: drop-shadow(0 0 5px #e3b270); 
}

@keyframes spin {
  50%, 100% {
      transform: rotate(495deg);
  }
} */

.t-b{
  margin: 0 !important;
  /* border-top: 1px solid rgb(0 0 0 / 81%); */
  border-top: 1px solid #1d2b2c !important;
}
.dropdown-menu{
  padding: 0;
}

.dropdown-menu a{
  padding: 10px 20px;
}

.dataTables_length{
  margin-right: 20px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}