
    * {box-sizing: border-box;}

  .container-login100{    
      /* background-image: url('assets/bg-01.jpg'); 
      background-attachment:fixed; */
      height: 100vh;
      background-color: #f0f0f0;
  }

  .container-indi{    
    height: 100%;
    background-color: #f0f0f0;
}


	.profile-img {
    	-moz-border-radius: 50%; 
   		-webkit-border-radius: 50%; 
   		border-radius: 50%;      
      border: 2px solid #009EE2;
      padding: 3px;
   		/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	}
	.jumbotronV2 {
		  background: #fff;
		  border-radius: 10px;
		  overflow: hidden;
		  padding: 50px 50px 50px 50px;
    }
	.jumbotron {
		  background: #fff;
		  border-radius: 10px;
    }
    .dropdown-menu {
   		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   	}
   	.avatar-pic {
		width: 150px;
	}
   	.candidate {
		height: 150px;
	}

a:hover { text-decoration: none; color: #009EE2;}

    /*------------------------------------------------------------------
[ Responsive ]*/

	@media (max-width: 992px) {
	  .jumbotronV2 {
	    padding: 50px 90px 20px 85px;
	  }
	}

	@media (max-width: 768px) {
	  .jumbotronV2 {
	    padding: 10px 80px 20px 80px;
	  }
	}

	@media (max-width: 576px) {
	  .jumbotronV2 {
	    padding: 10px 15px 20px 15px;
	  }
	}
	


/*-- ------------------------------ removed padding in right side when modal appeared  */
    body {
    	padding-right: 0 !important ;
	}

	/*------------------------------------------------------------------ [ candidate number ]*/
.candi_num {

  position: absolute;
   width: 35px;
   height: 35px;
   -moz-border-radius: 50%; 
   -webkit-border-radius: 50%; 
   border-radius: 50%;
   background: #e68ff0;
   margin-top:4px;
   margin-left:5px;
   padding-top: 7px;
   color:#FFF;
}
.candi-img {
	-moz-border-radius: 2%; 
	-webkit-border-radius: 2%; 
	border-radius: 2%;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	border: 2px solid #E8E7E7;
}
	/*------------------------------------------------------------------ [ image pic ]*/
.acc-img {
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #E8E7E7;
  padding: 3px;
}
  /*------------------------------------------------------------------ [ photo slide ]*/
.slider-img {
  -moz-border-radius: 3%; 
  -webkit-border-radius: 3%; 
  border-radius: 3%;
   width: 100%;
   height: 100%;
   border: 1px solid #ddd;
   padding: 5px;
   }
	/*------------------------------------------------------------------[ readonly ]*/
input[data-readonly] {
  pointer-events: none;
  pointer-events: none;
}
.head_link{  
  font:15px 'Tahoma';   
  align-items: center; 
  font-family:    Arial, Helvetica, sans-serif !important;
}

.locked-select {
  pointer-events: none;
  color: #C0C0C0 !important;
  background-color: #F5F5F5 !important;
  border-color: #D3D3D3 !important;

}
/*------------------------------------------------------------------[ content color ]*/
#content_body{
  background-color:#fff; border:none;  
  vertical-align:middle;
}

#content_head{
  background-color:#fff; 
  border-width: 0 0 1px 0;
}

/*------------------------------------------------------------------[ card body ]*/

.card-body{
  border-width: 1px 1px 1px 1px;
}

#search_term {
  background-color: #F3F4F7 !important;
  border-width: 1px !important;
  border-color: #0D9DBC !important;
  box-shadow: none !important;
  z-index: 1 !important;
  position: relative !important;
}

#search_term_live{
  background-color: #F3F4F7 !important;
  border-width: 1px !important;
  border-color: #0D9DBC !important;
  box-shadow: none !important;
  z-index: 1 !important;
  position: relative !important;
}

.search_term_2 {
  background-color: #F3F4F7 !important;
  border: 1px solid #0D9DBC !important;
  box-shadow: none !important;
  z-index: 1 !important;
  /* position: relative !important; */
  color: #575757 !important;
  text-align: center !important;; 
}

.search_term_label {
  background-color: #ffffff !important;
  z-index: 1 !important;
  position: relative !important;
  border-color: #0D9DBC !important;
}

.filter-search{
  border-color: #0D9DBC !important;
  box-shadow: none !important;
} 

#clearBtn {
  background-color: #F3F4F7;
  border-color: #0D9DBC #F3F4F7 #0D9DBC #F3F4F7;
  box-shadow: none;
  z-index: 1;
  position: relative;
  color:#d5d6d8;
  font-size: 20px;
  width: 40px;
}

#clearBtn:hover{
  color:#9e9e9e;
}

#clearBtnLive {
  background-color: #F3F4F7;
  border-color: #0D9DBC #F3F4F7 #0D9DBC #F3F4F7;
  box-shadow: none;
  z-index: 1;
  position: relative;
  color:#d5d6d8;
  font-size: 20px;
  width: 40px;
}

#clearBtnLive:hover{
  color:#9e9e9e;
}


.search_txt{
  background-color: #F3F4F7 !important;
  border-width: 1px !important;
  border-color: #0D9DBC !important;
  box-shadow: none !important;
 }
/* #search_term:focus{
  border-color: #009EE2;
 } */
/*------------------------------------------------------------------[ live search ]*/

  .search-results-live {
      width: 100%;
      margin-top: 5px;
  }
  .search-results-live div {
      padding: 10px;
      cursor: pointer;
      border-radius: 10px;
  }
  .search-results-live div:hover {
      background-color: #f0f0f0;
  }

  /*------------------------------------------------------------------[ live search ]*/

  .search-results-live-2 {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow-y: auto;
    max-height: 300px;
    background-color: rgba(0, 0, 0, 0.8);
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    display: none;
  }
  .search-results-live-2 div {
      padding: 10px;
      cursor: pointer;
      border-radius: 10px;
  }
  .search-results-live-2 div:hover {
      background-color: #201b1b;
  }

/*------------------------------------------------------------------[ pagination ]*/
/* Pagination Styles */
ul.pagination {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font: 12px 'Tahoma';
  list-style-type: none;
  box-shadow: none !important; 
}

ul.pagination li.details {
  padding: 7px 10px;
  font-size: 14px;
  box-shadow: none !important; 
}

ul.pagination li:first-child {
  margin-left: 0;
  box-shadow: none !important; 
}

ul.pagination li a {
  color: #0097b2;
  background-color: #F3F4F7;
  border-width: 1px;
  text-decoration: none;
  padding: 7px 10px;
  box-shadow: none !important; 
}

ul.pagination li a img {
  border: none;
  box-shadow: none !important; 
}

/* Individual Pagination Items */
.pagination .page-item {
  margin: 0 2px;
}

/* Pagination Links */
.pagination .page-link {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  color: #6d6c6c;
  text-decoration: none;
  box-shadow: none !important; 
}
.pagination .page-link:hover {
  color: #0D9DBC;
  box-shadow: none !important; 
}

/* Active Pagination Item */
.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0D9DBC;
  border-color: #0D9DBC;
  box-shadow: none !important; 
}

/* Disabled Pagination Items */
.pagination .page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
  box-shadow: none !important; 
}

/* Disabled textbox */
.disabled-txtbox{
  color: #C0C0C0 !important;
  background-color: #F5F5F5 !important;
  border-color: #D3D3D3 !important;  
  pointer-events: none;
}

/* Disabled textbox */
.disabled-btn{
  color: #ffffff !important;
  background-color: #acaaaa !important;
  pointer-events: none;
}

/*------------------------------------------------------------------
[ toggle ]*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* OPTION ICON */
.option-btn{
  width: 100%;
  height: 70px;
  display: grid;
}

.space-bet > div {
  padding-top: 20px;
  margin: 0 auto;
}

.space-bet{
  margin: 0 auto;
}

.icon-set{
  position:absolute;
  left:18px;
  top:9px;
  font-size:30px;
}

/* cert */
  .cert{  
  border-radius: 0;
}

div.relative {
  position: relative;
} 

div.achievement {
  position: absolute;
  top: 230px;
  width: 100%;
  /*border: 3px solid #73AD21;*/
}

div.signatories1-achievement {
  position: absolute;
  top: 550px;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.signatories2-achievement {
  position: absolute;
  top: 650px;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.signatories3-achievement {
  position: absolute;
  top: 550px;
  left: 30%;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.title-achievement {
  position: absolute;
  top: 500px;
  left: 71%;
  width: 200px;  
  height: 200px;
  overflow: hidden;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  /*border: 3px solid #73AD21;*/
}

div.Success {
  position: absolute;
  top: 330px;
  width: 100%;
  /*border: 3px solid #73AD21;*/
}

div.signatories1-Success {
  position: absolute;
  top: 610px;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.signatories2-Success {
  position: absolute;
  top: 650px;
  width: 100%;
  /*border: 3px solid #73AD21;*/
}

div.signatories3-Success {
  position: absolute;
  top: 610px;
  right: 0;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.title-Success {
  position: absolute;
  top: 54px;
  left: 75.8%;
  width: 170px;  
  height: 180px;
  overflow: hidden;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  /*border: 3px solid #73AD21;*/
}

div.Victory {
  position: absolute;
  top: 270px;
  width: 100%;
  /*border: 3px solid #73AD21;*/
}

div.signatories1-Victory {
  position: absolute;
  top: 600px;  
  right: 50%;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.signatories2-Victory {
  position: absolute;
  top: 690px;
  left: 40%;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.signatories3-Victory {
  position: absolute;
  top: 600px;
  right: 0;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.title-Victory {
  position: absolute;
  top: 46px;
  left: 78.2%;
  width: 170px;  
  height: 180px;
  overflow: hidden;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  /*border: 3px solid #73AD21;*/
}

div.Attainment {
  position: absolute;
  top: 295px;
  width: 100%;
  /*border: 3px solid #73AD21;*/
}

div.signatories1-Attainment {
  position: absolute;
  top: 610px;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.signatories2-Attainment {
  position: absolute;
  top: 650px;
  width: 100%;
  /*border: 3px solid #73AD21;*/
}

div.signatories3-Attainment {
  position: absolute;
  top: 610px;
  right: 0;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.title-Attainment {
  position: absolute;
  top: 46px;
  left: 78%;
  width: 170px;  
  height: 180px;
  overflow: hidden;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  /*border: 3px solid #73AD21;*/
}

div.Triumph {
  position: absolute;
  top: 330px;
  width: 100%;
  /*border: 3px solid #73AD21;*/
}

div.signatories1-Triumph {
  position: absolute;
  top: 620px;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.signatories2-Triumph {
  position: absolute;
  top: 670px;
  width: 100%;
  /*border: 3px solid #73AD21;*/
}

div.signatories3-Triumph {
  position: absolute;
  top: 620px;
  right: 0;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.title-Triumph {
  position: absolute;
  top: 68px;
  left: 7.8%;
  width: 170px;  
  height: 180px;
  overflow: hidden;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  /*border: 3px solid #73AD21;*/
}

div.Accomplishment {
  position: absolute;
  top: 350px;
  width: 100%;
  /*border: 3px solid #73AD21;*/
}

div.signatories1-Accomplishment {
  position: absolute;
  top: 630px;
  right: 55%;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.signatories2-Accomplishment {
  position: absolute;
  top: 690px;
  right: 28%;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.signatories3-Accomplishment {
  position: absolute;
  top: 630px;
  right: 0;
  width: 400px;
  /*border: 3px solid #73AD21;*/
}

div.title-Accomplishment {
  position: absolute;
  top: 39.1px;
  left: 42.4%;
  width: 170px;  
  height: 170px;
  overflow: hidden;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  /*border: 3px solid #73AD21;*/
}

  /*------------------------------------------------------------------[ date picker ]*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    /* src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); */
}
/*----------------------------- transparent div -----------------------------------------*/
#transparentbg{
    /* -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: ”alpha(opacity=70)”;
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity: .70; */
}
/*-------------------------- system tag --------------------------------------*/
#systemnametag{
  font-size: 1.5rem;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 6px;
  background: linear-gradient(to right, #93D4EA 0%, #16B6CE 51%, #1C58A1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*-------------------------- system tag --------------------------------------*/
#labellogin{
  /*font-size: 1.5rem;*/
  color: #6fdaed;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}

/*-------------------------- system tag --------------------------------------*/
.topbar{
  /*font-size: 1.5rem;*/
  color: #c4a236;
   background-color: red;
}
/*--------------------------------input button--------------------------------------*/
.input100, .form-control{
  background-color:#F5F5F5;
  border: 1px solid #0CC0DF;
  border-radius: 8px;
  /* padding: 0 43px;*/
}

.filter {
  height:40px;
}

/*--------------------------------input modal--------------------------------------*/
.inputmodal{
  background-color:#ffffffee;
  border: 1px solid #07adca;
  border-radius: 3px;
}

/*-------------------------------- Radio Button Hide Display DIV --------------------------------------*/
.form-check-input {
  appearance: none;
  width: 20px; /* Outer circle diameter */
  height: 20px; /* Outer circle diameter */
  border: 2px solid #07adca;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s ease;
}

.form-check-input:checked::before {
  content: '';
  display: block;
  width: 10px; /* Adjusted inner circle size */
  height: 10px; /* Adjusted inner circle size */
  background-color: #07adca;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centering */
}

.form-check-input:hover {
  border-color: #07adca;
}

.form-check-input:hover::before {
  background-color: #07adca; /* Optional */
}


.form-check-label {
  margin-left: 8px;
  cursor: pointer;
}

.form-section {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  margin-top: 20px;
  padding: 0 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.form-section.active {
  max-height: 900px; /* Adjust based on your content's height */
  opacity: 1;
  padding: 15px;
}

.form-section label {
  display: block;
  margin-bottom: 8px;
}

.form-section input {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #07adca;
  border-radius: 8px;
  background-color:#ffffffee;
}

.my-float {
  padding-left: 10px !important;
  cursor: pointer !important;
  font-weight: bold !important;
}

/*-------------------------------- button controls --------------------------------------*/
.quantity-control {
  display: inline-flex;
  align-items: center;
}

.decrement-btn, .increment-btn {
  border: none;
  background-color: #07adca;
  color:#ffffff;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16.5px;
  font-weight: bold;
}

.decrement-btn{  
  border-radius: 4px 0 0 4px;
}

.increment-btn {
  border-radius: 0 4px 4px 0;
}

/* .quantity-input {
  width: 60px;
  height: 32px; 
  text-align: center !important;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 2px;
  margin: 0 5px;
  background-color: white;
  border: 1px solid #07adca;
  border-radius:2px;
} */

.quantity-input {
  width: 60px; 
  height: 32px;
  text-align: center !important;
  font-size: 16px;
  border: 1px solid #07adca;
  border-radius: 2px;
  background-color: white;
  margin: 0 5px;
  padding: 0 !important; 
}

.quantity-input:readonly {
  background-color: #e0e0e0;
}
/*-------------------------------- Circle Customer Badge --------------------------------------*/
.custom-badge-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;  
  height: 60px; 
  border-radius: 50%; 
  font-size: 9px !important; 
  font-weight: normal;
  color: white; 
  background-color: #4eaebd; 
}

/*-------------------------------- Lazy Load--------------------------------------*/
.lazy-load {
  filter: blur(5px);
  transition: filter 0.3s;
}
.lazy-load[src] {
  filter: none;
}

/*-------------------------------- Custom Scroll Bar--------------------------------------*/
.custom-scroll, .modal-content {
    scrollbar-width: thin !important; /* For Firefox */
    scrollbar-color: #07adca #f1f1f1 !important; /* Thumb and track colors for Firefox */
}

.custom-scroll::-webkit-scrollbar,
.modal-content::-webkit-scrollbar {
    width: 3px !important; /* Scrollbar width */
}

.custom-scroll::-webkit-scrollbar-thumb,
.modal-content::-webkit-scrollbar-thumb {
    background-color: #c2c2c2 !important; /* Thumb color */
    border-radius: 10px !important; /* Rounded edges */
}

.custom-scroll::-webkit-scrollbar-thumb:hover,
.modal-content::-webkit-scrollbar-thumb:hover {
    background-color: #07adca !important; /* Thumb color on hover */
}

.custom-scroll::-webkit-scrollbar-track,
.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1 !important; /* Track color */
    border-radius: 10px !important; /* Rounded track edges */
}

  /*-------------------------------- Container to center content --------------------------------------*/

  video, canvas {
    display: block;
    margin: 0 auto; /* Remove extra margin */
    max-width: 100%;
  }
  .mirrored {
      transform: scaleX(-1); /* Mirror the video feed */
  }

  .QR-data {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
  }

  /* Scrollbar styling */
  .QR-data::-webkit-scrollbar {
      height: 3px; /* Horizontal scrollbar height */
      width: 3px;  /* Vertical scrollbar width */
  }

  .QR-data::-webkit-scrollbar-thumb {
      background-color: #c2c2c2; /* Color of the scrollbar thumb */
      border-radius: 10px;    /* Rounded edges */
  }

  .QR-data::-webkit-scrollbar-track {
      background-color: #07adca; /* Scrollbar track color */
  }

  /* Styling for the content */
  .QR-content {
      width: auto;
      text-align: center;
  }

/*-------------------------------- Dashboard icon-------------------------------------*/
.card-link {
  text-decoration: none;
  color: inherit;
  position: relative;
}
.card-body-dashboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.card-body-dashboard img {
  max-width: 50%;
  height: auto;
}
.badge-count {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #0188a0;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 2px 1px 6px rgba(0, 50, 56, 0.3);
}

/*-------------------------------- Switch --------------------------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCCCCC; /* Default (hidden/null) */
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3CB300; /* 3CB300 Visible */
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

/*-------------------------------- TABLLE CARD --------------------------------------*/
.centered-cell {
  text-align: center !important; /* Centers text horizontally */
  vertical-align: middle; /* Centers text vertically */
}

.table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  text-align: left;
}

/* Apply border radius to the table */
.rounded-table {
  border: 1px solid #d6d4d4; /* Change border color as needed */
  border-radius: 10px;
  overflow: hidden; /* Ensures that content doesn't overflow the rounded corners */
}

/* Optional: styling for table headers and cells */
.rounded-table th, .rounded-table td {
  padding: 10px;
  text-align: left;
}

/* Remove borders from table headers */
.rounded-table th {
  border: none !important; /* Remove borders */
  vertical-align: middle;
  padding: 10px; /* Adjust padding as needed */
  /* background-color: #0D9DBC;  */
  /* color: #0D9DBC; */
  font-size:75%;
  /* border: 1px solid #d6d4d4; */
  /* border-radius: 10px;   */
}

tr:nth-child(odd) td {
  padding-bottom: 10px;
}
/*-------------------------------------------------------------------------------------*/        

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

  /*------------------------------------------------------------------[ LINE TEXT IN MIDDLE ]*/
    .strike {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap; 
    }

    .strike > span {
        position: relative;
        display: inline-block;
    }
  
    .strike > span:before,
    .strike > span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 1px;
        background: #ccc !important;
    }

    .strike > span:before {
        right: 100%;
        margin-right: 15px;
    }

    .strike > span:after {
        left: 100%;
        margin-left: 15px;
    }

  /*------------------------------------------------------------------[ radio button ]*/
  .radio {
  margin: 16px 0;
  display: block;
  cursor: pointer;
}
.radio input {
  display: none;
}
.radio input + span {
  line-height: 22px;
  height: 22px;
  padding-left: 22px;
  display: block;
  position: relative;
}
.radio input + span:not(:empty) {
  padding-left: 30px;
}
.radio input + span:before, .radio input + span:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.radio input + span:before {
  background: #D1D7E3;
  /* transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2); */
}

.radio input + span:after {
  background: #fff;
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  background: #5D9BFB;
}
.radio input:checked + span:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.radio:hover input + span:before {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.radio:hover input + span:after {
  -webkit-transform: scale(0.74);
          transform: scale(0.74);
}
.radio:hover input:checked + span:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

/* ------------------------------------------------------------------ button Float */
#goto_top , #goto_home, #goto_back, #goto_bottom {      
  display: none;
  position: fixed;  
  z-index: 99;  
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000000;
  color: white;
  cursor: pointer;
  bottom: 20px;  /* 20px from the bottom */
  right: 20px;   /* 20px from the right */
  /* box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.3); */
  border-radius: 50%;
  padding: 0;
  border: 0;
  width: 50px;
  height: 50px;
  opacity: 0.3;
  transition: 0.3s;
}

#goto_top:hover , #goto_home:hover, #goto_back:hover, #goto_bottom:hover{  
  background-color: #0d9dbc;
  color: #fff !important;
  opacity: 1 !important;
  opacity: 0.9;
}

#goto_top {
  bottom: 30px;
}

#goto_home {
  bottom: 100px;
}

#goto_back {
  bottom: 170px;
}

#goto_bottom {
  bottom: 240px;
}

  /*------------------------------------------------------------------[ CHECK BOX ]*/
    .styled-checkbox {
      position: absolute;
      opacity: 0;
    }
    .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 0;
    }
    .styled-checkbox + label:before {
      content: "";
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: white;
    }
    .styled-checkbox:hover + label:before {
      background: #5d9bfb;
    }
    .styled-checkbox:focus + label:before {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }
    .styled-checkbox:checked + label:before {
      background: #5d9bfb;
    }
    .styled-checkbox:disabled + label {
      color: #b8b8b8;
      cursor: auto;
    }
    .styled-checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd;
    }
    .styled-checkbox:checked + label:after {
      content: "";
      position: absolute;
      left: 5px;
      top: 9px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
  /*------------------------------------------------------------------[ live search ]*/

#lowrbdy img{
  width:100%;
  height:100%;
  }
/***********************************/ 
header{
  width:100%;
  height:auto;
  background:#0071b4; 
  box-shadow:0px 0px 8px 2px #333; 
  position:fixed; 
  z-index:99999;  
  top:0px; 
  left:0px;
  }

/***********************************/
#livesearch, #livesearch_sealbarcode,#livesearch_sealbarcode_blue,#livesearch_canisterbarcode,#livesearch_checked_by {
  position: absolute;
  z-index:1; 
  max-height:260px;
  overflow:auto; 
  width:95%;
  /*box-shadow:0px 2px 2px #444; */
  margin-left:1.2%;
  z-index:9999; 
  border-radius:3px 3px 10px 10px;
  }
/***********************************/
.live-outer{
  width:100%; 
  height:40px;
  /*border-bottom:1px solid #ccc; */
  background:#424243;
  padding-left: 20px;
  }
.live-outer:hover{
  background:white;
  background-color:#3b3a3a;
  }
.live-im{
  float:left;
  width: 40px; 
  height:40px;
  }
.live-im img{
  width:100%; 
  height:100%;
  }
.live-product-det{
  float:left; 
  width:90%; 
  height:40px;
  }
.live-search-name{
  width:100%; 
  height:2px; 
  margin-top:7px;
  }
.live-search-name p{
  margin:0px;
  color:white;
  /*text-shadow: 1px 1px 1px #DDDDDD;*/
  font-size:17px;
  }
.live-product-price{
  width:100%;
  /*height:25px;*/
  }
.live-product-price-text{
  float:right; 
  /*width:50%;*/
  }
.live-product-price-text p{
  margin:0px;
  font-size:12px;
  }
.link-p-colr{
  color:#333;
  }

  /*------------------------------------------------------------------[ selection ]*/
select {
  outline: none;
  border: 1px solid #e6e6e6;
}

  /*------------------------------------------------------------------[ scroll animate ]*/
html {
  scroll-behavior: smooth;
}

  /*------------------------------------------------------------------[ td table vertical align ]*/

.table>tbody>tr>td {
  vertical-align: middle;
}

.table>tbody>tr>th {
  vertical-align: middle;
}

.table {
  table-layout: auto;
  width: 100%;  
}
.table, .table th {
  vertical-align: middle !important;
}

  /*------------------------------------------------------------------[ clear search ]*/
      #input-outer {
      height: 2em;
      width: 15em;
      border: 1px #e7e7e7 solid;
      border-radius: 20px;
    }
    #input-outer input {
      height: 2em;
      width: 80%;
      border: 0px;
      outline: none;
      margin: 0 0 0 10px;
      border-radius: 20px;
      color: #666;
    }

/* ------------------------------------------------------------------ fa eye icon color Custom */
  #clear, #clear1, #clear2, #clear3, #clear4, #clear5, #clear6, #clear7 {    
    position: absolute;
    float: right;
    color: #b4b4b4 !important;
    background: transparent !important;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    display: flex; 
    align-items: center; 
    justify-content: center; 
  }

  #clear:hover, #clear1:hover, #clear2:hover, #clear3:hover, #clear4:hover, #clear5:hover, #clear6:hover, #clear7:hover {
    color: #009EE2 !important;
  }

    /*------------------------------------------------------------------[ toogle password eye ]*/
    #clear {
      position: absolute;
      float: right;
      height: 30px;
      width: 30px;
      top: 10px;
      right: 10px;
    }
    /*------------------------------------------------------------------[ Sign UP password eye ]*/

    #clear1 {
      height: 20px;
      width: 20px;
      top: 15px;
      right: 45px;
    }
    #clear2 {
      height: 20px;
      width: 20px;
      top: 15px;
      right: 45px;
    }
    /*------------------------------------------------------------------[ modal password eye ]*/
    #clear3 {
      height: 20px;
      width: 20px;
      top: 10px;
      right: 27px;
    }
    #clear4 {
      height: 20px;
      width: 20px;
      top: 10px;
      right: 27px;
    }    
    
    #clear6 {
      height: 20px;
      width: 20px;
      top: 10px;
      right: 27px;
    }

    /*------------------------------------------------------------------[ login password eye ]*/
    #clear5 {
      height: 30px;
      width: 30px;
      top: 10px;
      right: 28px;
    }
    /*------------------------------------------------------------------[ Default password eye ]*/

    #clear7 {
      height: 20px;
      width: 20px;
      top: 15px;
      right: 50px;
    }

    /*------------------------------------------------------------------[ available password eye ]*/
    #clear8 {
      position: absolute;
      float: right;
      height: 30px;
      width: 30px;
      top: 10px;
      right: 25px;
      border-radius: 20px;
      background: #cfc9c9;
      color: white;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      overflow: hidden;
      display: flex; 
      align-items: center; 
      justify-content: center; 
      transition: 0.5s;  
    }
    #clear9 {
      position: absolute;
      float: right;
      height: 30px;
      width: 30px;
      top: 10px;
      right: 25px;
      border-radius: 20px;
      background: #cfc9c9;
      color: white;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      overflow: hidden;
      display: flex; 
      align-items: center; 
      justify-content: center; 
      transition: 0.5s;  
    }
    #clear10 {
      position: absolute;
      float: right;
      height: 30px;
      width: 30px;
      top: 10px;
      right: 25px;
      border-radius: 20px;
      background: #cfc9c9;
      color: white;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      overflow: hidden;
      display: flex; 
      align-items: center; 
      justify-content: center; 
      transition: 0.5s;  
    }
    #clear11 {
      position: absolute;
      float: right;
      height: 30px;
      width: 30px;
      top: 10px;
      right: 25px;
      border-radius: 20px;
      background: #cfc9c9;
      color: white;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      overflow: hidden;
      display: flex; 
      align-items: center; 
      justify-content: center; 
      transition: 0.5s;  
    }
    #clear12 {
      position: absolute;
      float: right;
      height: 30px;
      width: 30px;
      top: 10px;
      right: 25px;
      border-radius: 20px;
      background: #cfc9c9;
      color: white;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      overflow: hidden;
      display: flex; 
      align-items: center; 
      justify-content: center; 
      transition: 0.5s;  
    }

    #clear:hover {
      background: #fff;
    }
    #clear1:hover {
      background: #fff;
    }
    #clear2:hover {
      background: #fff;
    }
    #clear3:hover {
      background: #fff;
    }
    #clear4:hover {
      background: #fff;
    }
    #clear5:hover {
      background: #fff;
    }
    #clear7:hover {
      background: #fff;
    }
    #clear8:hover {
      background: #fff;
    }
    #clear9:hover {
      background: #fff;
    }
    #clear10:hover {
      background: #fff;
    }
    #clear11:hover {
      background: #fff;
    }
    #clear12:hover {
      background: #fff;
    }

  /*------------------------------------------------------------------[ app text area ]*/
    .textarea_1 {
      background: white;
      border-radius: 1px;
      padding: 2px;
    }

    #content {      
      padding: 8px 25px 8px 65px;
    }

  /*------------------------------------------------------------------[ print ]*/     
   .paf
    {
        font-family:    Arial, Helvetica, sans-serif
    }




  /*------------------------------------------------------------------[ date picker ]*/
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
  .bootstrap-datetimepicker-widget li {background: white;}
 .bootstrap-datetimepicker-widget{list-style:none}
 .bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;}@media (min-width:768px){
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}
      .bootstrap-datetimepicker-widget.dropdown-menu:before,
      .bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}
      .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}
      .bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}
      .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}
      .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}
      .bootstrap-datetimepicker-widget .list-unstyled{margin:0}
      .bootstrap-datetimepicker-widget a[data-action]{padding:6px 1px}
      .bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}
      .bootstrap-datetimepicker-widget .timepicker-hour,
      .bootstrap-datetimepicker-widget .timepicker-minute,
      .bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}
      .bootstrap-datetimepicker-widget button[data-action]{padding:6px}
      .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}
      .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}
      .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}
      .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}
      .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}
      .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}
      .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}
      .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}
      .bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}
      .bootstrap-datetimepicker-widget .picker-switch{text-align:center}
      .bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}
      .bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}
      .bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}
      .bootstrap-datetimepicker-widget table{width:100%;margin:0}
      .bootstrap-datetimepicker-widget table td,
      .bootstrap-datetimepicker-widget table th{text-align:center;border-radius:60px}
      .bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}
      .bootstrap-datetimepicker-widget table th.picker-switch{width:145px}
      .bootstrap-datetimepicker-widget table th.disabled,
      .bootstrap-datetimepicker-widget table th
      .disabled:hover{background:none;color:#777;cursor:not-allowed}
      .bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}
      .bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}
      .bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}
      .bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}
      .bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}
      .bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}
      .bootstrap-datetimepicker-widget table td.day:hover,
      .bootstrap-datetimepicker-widget table td.hour:hover,
      .bootstrap-datetimepicker-widget table td.minute:hover,
      .bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}
      .bootstrap-datetimepicker-widget table td.old,
      .bootstrap-datetimepicker-widget table td.new{color:#777}
      .bootstrap-datetimepicker-widget table td.today{position:relative}
      .bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}
      .bootstrap-datetimepicker-widget table td.active,
      .bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
      .bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}
      .bootstrap-datetimepicker-widget table td.disabled,
      .bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}
      .bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}
      .bootstrap-datetimepicker-widget table td span:hover{background:#eee}
      .bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
      .bootstrap-datetimepicker-widget table td span.old{color:#777}
      .bootstrap-datetimepicker-widget table td span.disabled,
      .bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}
      .bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}
      .bootstrap-datetimepicker-widget.wider{width:21em}
      .bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}

   /*------------------------------------------------------------------[ zoom image ]*/

.zoom {
  background-color: white;
  transition: transform .3s;
}

.zoom:hover {
  -ms-transform: scale(2.5); /* IE 9 */
  -webkit-transform: scale(2.5); /* Safari 3-8 */
  transform: scale(2.5); 
  z-index: 9999;

  position: absolute;
  left: 50%;  
  margin-left: -100px;
  top: 23%;
  margin-top: -30px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*.stay-img{  
  background-color: white;
  transition: transform .3s;
}

.zoom-img:hover .stay-img {
  display: block; 
  position: absolute;
  height: 100px;
  width:100px;
}

.zoom-img .stay-img  {
 display: none;
}*/

/*------------------------------------------------------------------[ zoom black opacity display ]*/
.img-container {
  position: relative;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.img-container:hover .overlay {
  opacity: 1;
}

/*------------------------------------------------------------------[ file upload]*/
 .realupload {
    position:absolute;
    top:0;
    right:0;
    opacity:0.5;
    -moz-opacity:0.5;
    /* filter:alpha(opacity:0.5); */
    opacity: 0.5;
    z-index:2;
    width:100px;
  }