
/*header*/
.header_main{
	min-height: 40px;
	background-color: #47d1af !important;
    color: #eafaf6;
	z-index: 1030;
    margin-bottom: 0;
    padding: 0 30px 0;
	    border-radius: 0;
    border: 0;
	    position: fixed;
    right: 0;
    left: 0;
}
/* Custom login textbox Style */
.login-textbox {
border-color: #d2d6de;
    width: 100%;
    max-width: 400px;
    padding: 12px 16px;
    font-size: 16px;
    font-family: 'Segoe UI', sans-serif;
    border: 2px solid #ccc;
    border-radius: 18px;
    background-color: #f9f9f9;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 40px;
	}
	/*logo image */
	.logo-container
	{
	width: 200px;           /* Adjust based on your logo size */
  height: auto;
  margin-right: 16px;    /* Space between logo and text */
  border-radius: 8px; 	
	}
	
	.logo-container1
	{
	width: 150px;           /* Adjust based on your logo size */
  height: 90px;
  margin-right: 16px;    /* Space between logo and text */
  border-radius: 8px; 	
	}
	
	.skin-blue .main-header .navbar .nav>li>a {
    color: #000 !important;/*menu color*/
}

	.page-title {
  font: normal normal normal 35px / 1 FontAwesome !important;
    font-size: inherit;
  
  color: #DAA520;           /* dark green */
  text-align: center;
  margin-top: 40px !important;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
   border-radius: 8px;
  
}

.search-box {
  width: 250px;
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 25px;
  outline: none;
  transition: 0.3s;
  background-color: #fff;
  color: #333;
}

/* Base Button Styling */
.btn {
  padding: 10px 20px;
  font-size: 17px;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
  color: white;
  text-align: center;
  
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
 
 
}

/* New Button - Green */
.adduser {
  /*background-color: #36A9AE !important; /* Bootstrap green */
   background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid #0077CC;
  margin: 5px 0px 0px 5px;
  
}




/* Delete Button - Red */


/* CSS */
.delete-btn {
  background-color: initial;
  background-image: linear-gradient(-180deg, #F41C20, #F41C20)!important;
   margin: 5px 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
 
 
}
.content{
	margin-top: 20px;
}



.stylish-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  min-width: 600px;
  background: white !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Table Head */
.stylish-table thead {
  background-color: #5F9EA0;
  color: white;
   font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  
}
.buttons-excel ,.buttons-pdf ,.buttons-print {
  background-color: white !important; /* Excel green */
 border: 2px solid #217346; 
  color: black !important;
  width: 70px !important;
    height: 35px !important;
    padding: 5px 20px;
  
}
 .dt-button{
	color: black !important;
	background-color: white !important; 
	border: 2px solid #217346 !important; 
	padding: 5px 20px;
	width: 70px !important;
    height: 35px !important;
}

/*search button */
.search5 {
   background-image: linear-gradient(#31b2c3, #0483a0);
  border: 1px solid #00748f;
  border-radius: 4px;
 
  
  margin-top:-5px;
}
/*menu*/
.navbar-nav{
	
  font: normal normal normal 18px / 1 FontAwesome !important;
    font-size: inherit;
  
}

/*.nav
bar .nav-link {
  background-color: black !important;
  color: blue !important;
}*/
/*.navbar .nav-link:hover{
  background-color: black !important;
  color: white;
}*/
/*.navbar .nav-link {
      color: #333 !important;
      transition: background-color 0.3s, color 0.3s;
      padding: 8px 15px;
      border-radius: 4px;
    }*/
	
	.logo-container1 {
		height:50px;
	}
	 a {
    color: black !important;
}
    .dropdown-menu
	{
		 font-size: 16px !important;
	}
	body
	{
		font-family: 'Oxygen', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
	}
	.form-control 
	{
		border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px; /* 👈 Controls the roundness */
  width: 100%;
  
  outline: none;
  transition: border-color 0.3s;
	}
	
	
select[name="product"],.select2-selection {
 
  width: 100%;
  padding: 10px 40px 10px 15px; /* space for arrow */
  border: 1px solid #ccc;
  border-radius: 5px !important;       /* Rounded corners */
 outline: none;
  transition: border-color 0.3s;
  height:40px;
}

.btn-warning
{
	 background-image: linear-gradient(#FFBC0B, #EBAB00);
  border: 1px solid #ff5d25;
  
}
.btn
{

  box-sizing: border-box;
  color: #FFFFFF;
}
.div-block
{
	border: 0px solid #ccc; /* Light gray border */
  padding: 16px;
  margin: 10px 0; 
  border-radius: 8px !important;  
  background-color: #F2F2F2; /* Light blue background */
  
}
select[name="datatable-buttons1_length"]
{
	height:35px;
}
.dataTables_length label select {
  height: 40px;           /* ✅ increase dropdown height */
 
}
.content-wrapper{
	background-color:white;width:90%; margin-left:85px !important; margin-top: 50px;
}
.paginate_button.current
{
	cursor: default;
    background-color: #337ab7 !important;
    border-color: #337ab7;
}
.select2-dropdown.bigdrop {
  
  width: 148px !important;
  
}

@media (max-width: 768px) {
	.login-page{
		background-size: auto !important;
	}
  .login-box-body {
    max-width: 80% !important;
	margin:0px !important; 
  }
   .login-box {
	   margin-left:10% !important;
   }
   .logo-container1{
	   height:40px ;
	   margin-top: 5px;
   }
  .navbar-fixed-top{
	   height:40px;
   }
   .navbar-nav{
	   height:50px;
   }
    .pull-right{
		/*margin-top:-25px !important;*/
   }
   .navbar-collapse{
	   height:400px;
   }
   .content-wrapper{
	   width:100%;
	   margin-left:0px !important;
	   min-height:100% !important;
   }
   .search-box{
	   width:50% !important;
   }
   .search5{
	   margin-top:-80px;
	   margin-left:250px !important;
   }
   .fa-search{
	   display:none !important;
   }
  .delete-btn , .adduser{
	   margin-top:-1px !important;
   }
  .main-content {
    width: 100%;
  }
  .dropdown{
	  width:80%;
  }
}

