.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(21, 21, 21, 0.75);
  z-index: 20002;
display:block;
}

.loader2 {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #2f4050;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 40%;
  top: 31%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.swal2-container{
z-index:10000000;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#blah1{
cursor: pointer;
object-fit: contain;
height: 150px;
border-radius: 50%;
/* border: 1px solid; */
box-shadow: 0 0 0 5px rgba(255,255,255,.4);

}
.product_summary tbody tr{
cursor:pointer;
}
.quantity,.discount{
width:100%;
}
.scrollable{
overflow-y:auto;
max-height:300px;
}
div.dt-buttons{
text-align:right;
}
div.dt-button a{
margin-left:12px;
}

.dt-buttons{
text-align: right;
}
.modalcontent2 .modal-content{
width:140%;
}
/*! CSS Used from: https://demo4.onlineoffice.live/AdminLTE/plugins/pace/pace.css?v=42 */
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.pace-inactive{display:none;}
.pace .pace-progress{background:#589dd7;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:3px;}
/*! CSS Used from: https://demo4.onlineoffice.live/bootstrap/css/bootstrap.min.css?v=42 */
@media print{
*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*! CSS Used from: https://demo4.onlineoffice.live/plugins/calculator/calculator.css?v=42 */
*:focus{outline:0!important;}
/*! CSS Used from: https://demo4.onlineoffice.live/css/app.css?v=42 */
/* ::-webkit-scrollbar{width:7px;} */
/* ::-webkit-scrollbar-track{background:#f1f1f1;} */
/* ::-webkit-scrollbar-thumb{background:#888;} */
/* ::-webkit-scrollbar-thumb:hover{background:#555;} */
@media print{
::-webkit-scrollbar{display:none!important;}
}
.dataTables_scrollHeadInner,.dataTables_scrollBody table{
width:100% !important;
}
.logo-img{
width:35%;
}
.single-page{
height:100vh;
}
.installler{

}
.sidebar-container{
height: 100vh;
overflow-y: auto !important; /* Ensure scrollbar appears only when needed */
position: fixed;
z-index: 10;
background-color: #fff;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background-color: #f8f9fa;
}

::-webkit-scrollbar-thumb {
background-color: #999999;
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background-color: #666666;
}
.sidebar-items .nav-link {
color: #000;
}
.sidebar-items .nav-link:hover, .sidebar-items .nav-link.active {
/* background-color: #f8f9fa; */
font-weight:bold;
}
.sidebar-items .nav-link:hover i, .sidebar-items .nav-link.active i {
color: #589ed7;
  font-weight: bold;
}


.profile-picture img{
width:80%;
}
.profile-name{
/* text-decoration:underline; */
/* color:black; */
}
.content-here{
min-height:561px;
}
.md-form{
margin-top: 0; 
margin-bottom: 0;
}
.md-form>.form-control {
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  border-radius: 0;
  background-color: transparent;
  box-shadow: 0 1px 0 #d4dae3;
  transition: box-shadow .3s ease-out;
}
.md-form textarea.form-control:focus {
  -webkit-box-shadow:  0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.icons-dash i{
font-size: 39px;
  color: #ccc;
}
.profile-name{
font-weight:bold;
}
.profile-name:hover{
/* border-bottom:1px solid #ccc; */
/* transition: .3s; */
}
.content-here .row{
padding-top: 21px;
}
h3.block-title{
font-size: 16px;
  font-weight: bolder;
  color: #91989e;
}
.row.form-group{
/* margin-bottom: 2rem; */
}
.listview .block-content {
padding-bottom: 0;
  padding-top: 0;
}
.listview #basic-datatable_filter{
margin-top: 18px;
}
.listview #basic-datatable_wrapper{
padding-top: 16px;
}
.btn{
word-wrap: unset;
  padding: 11px;
  text-align: center;
}
[type="button"]{
-webkit-appearance: inherit;
}
@media (max-width: 767px) {
  .sidebar-container{ 
      background-color: #fff;
  }

}
.dataTables_scrollHeadInner table{
width: inherit !important;
}
.btn-float {
position: relative;
overflow: hidden;
background: linear-gradient(45deg, var(--brand-color) 0%, var(--brand-color-light) 100%);
border: none;
transition: all 0.3s ease;
}

.btn-float:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
background: linear-gradient(45deg, var(--brand-color-dark) 0%, var(--brand-color) 100%);
}

.icon-float {
position: relative;
display: inline-block;
transition: transform 0.3s ease;
/* animation: float 2s ease-in-out infinite; */

}

.btn-float:hover .icon-float {
transform: translateY(-2px);
}

:root {
--brand-color: #353d63;
--brand-color-dark: #353d63;
--brand-color-light: #3367d6;
}

/* Button color overrides */
.btn-info {
background: linear-gradient(45deg, #17a2b8 0%, #138496 100%);
}

.btn-success {
background: linear-gradient(45deg, #28a745 0%, #218838 100%);
}

.btn-primary{
background: linear-gradient(45deg, #007bff 0%, #0056b3 100%);
}
.btn-danger{
background: linear-gradient(45deg, #dc3545 0%, #c82333 100%);
}

@keyframes float {
0% {
  transform: translateY(0px);
}
50% {
  transform: translateY(-5px);
}
100% {
  transform: translateY(0px);
}
}
.top-search {
text-align: center;
margin-bottom: 10px;
}

.top-search label {
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
}

.top-search input {
width: 50%; /* Adjust width as needed */
text-align: center;
}
