@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap");
:root {
  --primary-color1:rgba(96, 146, 205,1);
  --primary-color:rgba(0,0,0,0.5);
  --primary-color3:rgba(0,0,0,0.01);
    --primary-color0:rgba(0,0,0,1);
    --primary-color2: #4e8ace;
   --primary-color-active:rgb(0, 128, 0);
    --primary-color-active2:rgb(0, 128, 0, 0.3);
   --primary-color-transparent-white: rgba(255,255,255,0.9);
   --primary-color-transparent-0: rgba(230, 230, 230,0.7);
  --primary-color-transparent: rgba(96, 146, 205,0.1);
    --primary-color-transparent0: rgba(96, 146, 205,0.05);
    --primary-color-transparent1: rgba(96, 146, 205,0.2);
  --primary-color-transparent2:rgba(96, 146, 205,0.5);
    --primary-color-transparent3:rgba(96, 146, 205,0.7);
  --secondary-color: rgba(96, 146, 205,1);
  --background-color: #f4f4f4;
   --active-color-transparent: rgb(0, 128, 0,0.1);
     --warning-color: #ff0000; 
     --dark-transparence: rgba(0,0,0,0.5);
  --text-color: gray; 
    --text-gray-color: gray; 
}
@media (min-width:601px){
  .receipt-invoice-titles-div00{
   margin-bottom:30px;
  }
 }
@media (max-width:601px){
 .receipt-invoice-titles-div01{
  margin-top:-20px;
 }
}

.invoice_statement_title{
margin-left:10px;margin-top:60px;margin-bottom:5px;color:var(--primary-color);font-size:1.2em;
}
 @media (max-width:601px){
 .invoice_statement_title{
  margin-top:10px;
 }
}
 
 @-webkit-keyframes pulsate {
         from { -webkit-transform:scale(0.4);}
         to {-webkit-transform: scale(1.5);}
      }
      .cart-count-style0 {
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: center center;
        -webkit-animation-duration: 210ms;
        -webkit-animation-name: pulsate;
        -webkit-animation-delay: 1.2s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        -webkit-animation-timing-function: ease-in-out;
        transition: all 1s 0.01s;
      } 

*{
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}
.topNavigation{
  /*
box-shadow:0px 0.5px 0.5px 0px #eee;
background-color:transparent;
*/
height:43px;
background-color:#fff;
position:fixed;
z-index:999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
color: var(--primary-color0);
}
 
.top-right-navigation-icons101{
  cursor:pointer;margin-left:2px;margin-top:-2px;
  margin-right:2px;float:right;height:30px;width:30px;border-radius: 50%;
  background-color:transparent;line-height: 35px;padding-left: 6px;
}
.top-right-navigation-icons101 > .fontx{
  color: var(--primary-color0);
  font-size: 1.2em;
}
 @media (max-width:601px){
 .reduceSizeOnSmallScreen{
  width:10px;
 }
}
 
.fileDiv101 {
  position: relative; cursor:pointer;
  height:30px;width:30px;border-radius: 50%;
}

.fileDiv101 input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height:30px;width:30px;border-radius: 50%;
}
.fileDiv101.green {
  background-color: rgba(96, 205, 96, 0.8); /* Adjust the green color as needed */ 
}
 
.dropbtn {
  background-color:transparent;
  padding: 2px;
  border: none;
  cursor: pointer;
  font-size:1.6em;
  margin-right:-7px;
  z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999;
}

.dropdown {
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;

}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color:#fff;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999;
}

.dropdown-content span {
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  width: 100%;
}
.dropdown-content span:hover {
  color: white;
 background-color: rgb(8, 60, 116,0.9);
 cursor: pointer;
}
.dropdown-content span a{
   text-decoration: none;
}
.dropdown-content a:hover {background-color:transparent;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {outline:none;border:none;background-color:transparent;color:gray;}

.notificationbBadge101{
margin-top:-70px;
margin-left:14px;
line-height:14px;
height:14px;
width:14px;
background-color:orange;
border-radius:50%;
font-size:0.5em;
padding-left:4px;padding-top:1px;
}
 
.inner-data-div{
  float:left;
  transition: all 1s;
  margin-top:0px;
text-align:left;
font-size:0.8em;
font-weight:400;
padding-left:12px;
color:var(--text-color);
background-color:transparent;
padding:0px;
line-height:30px;
  } 
  .inner-data-div:nth-child(odd) {
    background-color:rgba(0, 0, 0, 0.003);
  }
.inner-data-div:hover{
  transition: all 1s;
  box-shadow: 0 0 0.5px 0.1px var(--primary-color);
 background-color:transparent;
 transition: all 1s;
transform: scale(1.01);
 /*  transform : translateY(-10px);*/
}
.inner-data-div-title{
font-weight:200;
}

.inner-data-more-actions{
border:none;outline:none;width:15px;height:15px;background-color:transparent;float:right;
border-radius:50%;color:var(--primary-color);cursor:pointer;margin-left: 5px;margin-right: 10px;margin-top:7px;
}
.inner-data-more-actions2{
border:none;outline:none;width:75px;height:15px;background-color:var(--primary-color);float:right;
border-radius:5%;color:white;cursor:pointer;margin-left: 5px;margin-right: 10px;margin-top:7px;
}
.inner-data-checkbox{
cursor:pointer;margin-top:7px;margin-right:5px;font-size:1.5em;float:right;
}
 .reportsDiv:hover{
  transition: all 1s;
  transform: scale(1.05);
  cursor: pointer; 
 }
 
  .dashboard01{
    /*  
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(xd-assets/images/giraffe.jpg) no-repeat;
  */  background-attachment: fixed;
  background-size:cover;
  height:100%;
  max-width:1600px; 
  overflow-x: hidden; 
  height:100%;max-width:1600px; overflow-x: hidden;
 background-color: rgba(0,0,0,0.01);
  }
  
  .dashboard02{
 background: rgba(0, 0, 0, 0.85);
 background-attachment: fixed;
  background-size:cover;
  height:100%;
  max-width:1600px; 
  overflow-x: hidden;
  }
  
  .dashboard03{
 background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(xd-assets/images/pear-flower.jpg) no-repeat;
  background-size:cover;
  background-attachment: fixed;
  height:100%;
  }
  
  .dashboard04{
 background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(xd-assets/images/mongu.jpg) no-repeat;
  background-size:cover;
  background-attachment: fixed;
  height:100%;
  }
  
a{
  text-decoration: none;
}
#container_count_down {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center; 
	overflow: hidden;
}

#countdown {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:1em;
	font-family: "Comfortaa", cursive;
	overflow: hidden;
}

#record01{
font-size:1em;
font-weight:600;
color: gray;
font-weight: 100;
} 
  
@media (max-width:601px){
.topNavTotals{
display: none;
}
 }

#page-options{ 
font-weight:600;font-size:1em;float:left;margin-top:7px;margin-left:5px;text-transform: uppercase;color:var(--primary-color0) !important;
  }
#page-options select{ 
color:var(--primary-color0) !important;text-transform:uppercase;
outline:none;border:none;background-color:transparent;max-width:1200px;
  }
  #searchContainer0{
  height:30px;
  background-color:transparent;
  margin-top:0px;
  box-shadow:0px 1px 1px 0px #eee;
 
}
#main-body{
	margin-top:0px !important;
	background-color:transparent;
}
#sub_top_nav{
color:black;padding-top:3px;
font-family:segoe ui light;
background-color:rgb(0,0,0,0.0);
/*height:30px;margin-top:43px;*/
margin-top: 40px;
padding-left:0px;
border-top:none;
overflow-x: hidden; 
border-top: 1px rgba(0, 0, 0,0) solid;
width: 100%;
}

.imageContainer {
  position: relative;
  text-align: center;
  color: white;
}

.image-bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.image-top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.image-top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.image-bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.image-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-centered-left {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(-50%, -50%);
}
 .image-centered-right {
  position: absolute;
  top: 50%;
  left: 93%;
  transform: translate(-50%, -50%);
}
@media (min-width:601px){
.productImage{
height:100vh;
}
 }

 ::-webkit-scrollbar {
   background: transparent;
   width: 5px;
   height: 5px;
 }
 ::-webkit-scrollbar-thumb {
   background-color:var(--primary-color);
   border-radius:10%;
 }
 ::-webkit-scrollbar-thumb:hover {
   background-color: var(--primary-color);
   cursor: pointer;
 }

 .w3-main{
 margin-left:210px;
  }
  
  .show-on-fullscreen-toggle{
  display:block;
  }
  
  .hide-on-fullscreen-toggle{
  display:none;
  }
  
  .w3-main2{
 margin-left:35px;
  }
  
 .body-loader {
   margin-top:15%;
   border: 4px solid var(--primary-color2);
   border-radius: 50%;
   border-top:  6px solid var(--primary-color2);
   border-right: 6px solid #eee;
   border-bottom: 6px solid #eee;
   border-left: 6px solid #eee;
   width: 40px;
   height: 40px;
   -webkit-animation: body-loader-spin 0.3s linear infinite;
   animation: spin 1s linear infinite;
 }
 
 @-webkit-keyframes body-loader-spin {
   0% { -webkit-transform: rotate(0deg); }
   100% { -webkit-transform: rotate(360deg); }
 }
 .loader{
  border: 4px solid #f3f3f3; 
  border-top: 4px solid var(--primary-color2); 
  border-radius: 50%; 
  width: 30px; 
  height: 30px;
  animation: spin 1s linear infinite;
  display: inline-block;
 }
 @keyframes spin {
   0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); }
 }
 
 

.input-cont {
	width: 270px;
	position: relative;
	height: 57px;
	overflow: hidden; 
}

.input-cont input {
	width: 100%;
	height: 100%;
	color: gray;
	padding-top: 20px;
	border: none;
	outline: none;
	background: transparent;
}

.input-cont label {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border-bottom: 1px solid gray;
  color: gray;
}

.input-cont label::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 100%;
	border-bottom: 3px solid var(--primary-color);
	transform: translateX(-100%);
	transition: all .3s ease;
}

.content-name {
	position: absolute;
	bottom: 5px;
	left: 0;
	transition: all .3s ease;
}

.input-cont input:focus + .label-name .content-name, .input-cont input:valid + .label-name .content-name {
	transform: translateY(-150%);
	font-size: 14px;
	color: var(--primary-color);
}

.input-cont input:focus + .label-name::after, .input-cont input:valid + .label-name::after {
	transform: translateX(0%);
}
 
.accordion22 { 
  color: #444;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.9s;
}

.active, .accordion22:hover {
  background-color: #eee;
}

.accordion22:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel22 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


 /* DATET INPIUT TAG STYLES*/

input[type="date"] {
  position: relative;
  padding-right: 30px; /* Make room for the icon */
  color: var(--primary-color);
  font-weight: 600;
  max-width: 220px;
}

input[type="date"]::before {
  content: "\1F4C5"; /* Unicode for calendar emoji */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); 
  color: var(--primary-color); /* Match the color to the input text */ 
}
 /* END OF DATET INPIUT TAG STYLES*/




     /* Basic styling for the accordion */
     details {
      margin-bottom: 10px; 
      border-radius: 4px;
      padding: 5px;
      background-color: #eee;
  }

  summary {
      cursor: pointer;
      font-weight: bold;
      color: gray;
      padding: 10px;
      list-style: none; /* Remove default marker */
      position: relative; /* To position the custom marker */
  }

  /* Custom marker */
  summary::before {
      content: '\25B6'; /* Unicode for right-pointing triangle */
      position: absolute;
      left: -20px; /* Adjust position */
      font-size: 12px;
      transform: rotate(0deg);
      transition: transform 0.3s ease;
  }

  /* Rotate marker when details are open */
  details[open] summary::before {
      transform: rotate(90deg); /* Points down */
  }

  /* Optional: Styling for when the details are open */
  details[open] {
      background-color: #f9f9f9;
  }


  #transaction_statement_modal{
    padding-left:15%;padding-right:15%;
    background-color:rgba(0,0,0,0.6);
    padding-top:0px;
    z-index:999999999999999999999999999999999999999999999999999999999999999999;
  }
  
@media (max-width:601px){
  #transaction_statement_modal{
    padding-left:0%;padding-right:0%;
  }
 }
 
 #invoice_modal{
  /*padding-left:15%;padding-right:15%;*/
  background-color:rgba(255,255,255,255);
  padding-top:0px;
  z-index:9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}
#invoice_modal_div_0{
  padding-left:10%;padding-right:10%;
 }

 @media (max-width:601px){
  #invoice_modal{
    padding-left:0%;padding-right:0%;
  }
 
  }
@media (max-width:601px){
#invoice_modal_div_0{
  padding-left:2%;padding-right:2%;
}
}
 
#comment101 {
  width: 100%;
  height: 30px;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  outline: none; /* Remove blue outline */
  border: none;
  background-color: transparent;
  resize: vertical; /* Allows vertical resizing only */
  box-sizing: border-box;
  margin-top: 10px;
  color: #333; /* Regular text color */
}

/* Style the placeholder text */
#comment101::placeholder {
  color: #aaa;
  font-style: italic;
}
.receiptTitles00{
  margin-top:0px;
}

.receipt_modal_div_01{
  margin-top:-30px;
} 
.clientDetailsDiv101{
 /* background-color:rgba(96, 146, 205,0.1);
  border:1px solid rgba(96, 146, 205,0.2);*/
  margin-top:-0px;
  padding-right: 0px;
  padding-left:8px

}
.bankInvoiceDetailsDiv{
  background-color:transparent;
  border:1px solid transparent;
  margin-top:0px;
  padding-right: 0px;
  padding-left:8px; 
}

@media (max-width:601px){

  .clientDetailsDiv101{
    margin-top:0px;
  } 
  .receipt_modal_div_01{
    margin-top:0px;
  }
  
  .bankInvoiceDetailsDiv{
    margin-top:0px;
  }
  .org_logo{
    height:40px;width:40px;border-radius:50%;cursor: pointer;text-align:center;margin-top:-250px;
   }

}

.org_logo{
 height:80px;width:80px;border-radius:50%;cursor: pointer;text-align:center;margin-top:50px;
}
.waterMark{
  position:absolute;top:50%;left:53%;transform:translate(-50%,-50%);opacity:0.2;position: fixed;
  height: 120px;width: 120px;border-bottom: 50%;border-radius: 50%;
}

.topSelectkey1{
  border:none;outline:none;background-color:transparent;text-transform:uppercase;color:gray;cursor:pointer;
}

/* Style for the tabs */

.tabs {
  list-style: none;
  padding: 0;
  margin-left: 10px;
  display: flex; /* Ensures horizontal alignment */
  gap: 10px; /* Adds spacing between tabs */
}
.tabs li {
  padding: 0px 5px;
  background-color: #f0f0f0;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #ccc;
  color: gray;
  margin-top: 5px;
}
.tabs li:hover {
  background-color: #ddd;
}
 
  #userAvatarImage{
    background-color:rgba(95, 44, 62,0.1);height:95vh;width:100%;border-radius:1%;padding:10px;cursor:pointer
 }
@media (max-width:601px){
 #userAvatarImage{
background-color:rgba(95, 44, 62,0.1);height:300px;width:100%;border-radius:5%;padding:10px;cursor:pointer
 }
}

.image-container {
  position: relative;
  text-align: center;
  color:#eee;
}

/* Bottom left text */
.image-bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.image-top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.image-top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.image-bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.image-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height:50px;
  width:50px;
  background-color: var(--dark-transparence);
  border-radius: 50%;
  line-height: 50px;
  cursor: pointer;
}


/*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles */
/*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles */
/*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles */

.task-card-main-div{
  padding: 5px;;
}
.task-card {
  background: var(--primary-color-transparent-0);
  border-radius: 16px;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  width:100%; 
  font-family: 'Arial', sans-serif;
  position: relative;
  cursor: pointer;
}
.task-card:hover {
  background: #fff; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.3); 
}
.task-card-icon {
  background: var(--primary-color-transparent);
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 1px; 
}
.task-title {
  font-weight: bold;
  margin-bottom:0px;
  font-size:1em;
}
.taskTarget, .taskSales {
  font-size: 0.9em;
  color: gray;
  margin-top: 0px;
}
 .taskSales > span{
  font-size: 0.9em;
  color: var(--primary-color);
}
.progress-bar-background {
  background: #eee;
  border-radius: 8px;
  overflow: hidden;
  height: 10px;
  margin: 10px 0;
}
.progress-bar-fill {
  background: #4caf50;
  height: 100%;
  width: 45%; /* Dynamic via jQuery */
  transition: width 0.5s ease;
}
.progress-text {
  font-size: 14px;
  margin-top: 5px;
color:var(--primary-color);
}

@keyframes bubbleIn {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.task-card-main-div {
  animation: bubbleIn 0.9s ease forwards;
  opacity: 0;
}

/*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles */
/*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles */
/*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles *//*  task card styles */


/* CUSTOM select2Styles SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  */
/* CUSTOM select2Styles SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  */
/* CUSTOM select2Styles  SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  */

/* Remove border and background from Select2 container */
.select2-container--default .select2-selection--single {
  border: 0.3px solid var(--primary-color) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color:var(--primary-color) !important;
  font-weight: 400 !important;
  margin: 3px 0 !important; 
}

/* Optional: remove the dropdown arrow styling */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* Optional: make the text align better and remove padding */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
} 

/* Optional: keep selected item styled similarly */
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--primary-color);
  color: white;
}

/* select2Styles CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  */
/* select2Styles CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  *//* CUSTOM SELECT STYLES  */



/* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES */
/* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES *//* REQUISITION STYLES */
/* Reset & base styles */
 

/* Form container */
.po-form-container {
    padding: 40px;
}

.po-form-section {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
}

.po-form-section:last-child {
    border-bottom: none;
}

.po-section-title {
    font-size: 20px;
    color: #667eea;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.po-section-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.po-form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.po-form-group {
    display: flex;
    flex-direction: column;
}

.po-form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}

.po-form-group label .po-required {
    color: #e74c3c;
    margin-left: 3px;
}

.po-form-group input,
.po-form-group select,
.po-form-group textarea {
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.po-form-group input:focus,
.po-form-group select:focus,
.po-form-group textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.po-form-group textarea {
    min-height: 100px;
    resize: vertical;
}

/* Items Table */
.po-items-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.po-items-table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.po-items-table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.po-items-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.po-items-table tbody tr:hover {
    background: #f8f9ff;
}

.po-items-table input,
.po-items-table select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
}

.po-items-table input:focus,
.po-items-table select:focus {
    border-color: #667eea;
    outline: none;
}

/* Buttons */
.po-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.po-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.po-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.po-btn-secondary {
    background: #f0f0f0;
    color: #333;
}

.po-btn-secondary:hover {
    background: #e0e0e0;
}

.po-btn-success {
    background: #27ae60;
    color: white;
}

.po-btn-success:hover {
    background: #229954;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(39, 174, 96, 0.4);
}

.po-btn-danger {
    background: #e74c3c;
    color: white;
    padding: 8px 12px;
}

.po-btn-danger:hover {
    background: #c0392b;
}

/* Action Buttons */
.po-action-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 2px solid #f0f0f0;
}

.po-add-item-btn {
    margin-top: 15px;
}

/* Alerts */
.po-alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: none;
}

.po-alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.po-alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Readonly field */
.po-readonly-field {
    background: #f8f9fa;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .po-form-container {
        padding: 20px;
    }

    .po-form-row {
        grid-template-columns: 1fr;
    }

    .po-items-table {
        font-size: 12px;
    }

    .po-items-table th,
    .po-items-table td {
        padding: 8px;
    }
}

/* END OF REQUISITION STYLES *//* END OF REQUISITION STYLES *//* END OF REQUISITION STYLES *//* END OF REQUISITION STYLES *//* END OF REQUISITION STYLES *//* END OF REQUISITION STYLES */
/* END OF REQUISITION STYLES *//* END OF REQUISITION STYLES *//* END OF REQUISITION STYLES *//* END OF REQUISITION STYLES *//* END OF REQUISITION STYLES *//* END OF REQUISITION STYLES */




/* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing */
/* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing */
/* Horizontal Scrollable Menu with Cyber Style */
  /* Horizontal Scroll Container */
.cyber-horizontal-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 5px 5px;
    background-color:transparent;
    align-items: center;
    
    /* Hide scrollbar for Chrome, Safari and Opera */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    margin-top:0px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.cyber-horizontal-scroll::-webkit-scrollbar {
    display: none;
}

/* Menu Buttons */
.cyber-horizontal-scroll button,
.cyber-horizontal-scroll select {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: var(--primary-color3);
    color: #666;
    border: none;
    border-radius: 12px; 
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: 13px;
}

/* Ripple effect background - for buttons only */
.cyber-horizontal-scroll button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

/* Hover Effects */
.cyber-horizontal-scroll button:hover {
    border-color: var(--primary-color);
    color: var(--primary-color1);
    transform: translateY(-1px); 
}

.cyber-horizontal-scroll button:hover::before {
    width: 300px;
    height: 250px;
}

/* Active State - for buttons only */
.cyber-horizontal-scroll button.active {
    background-color: var(--primary-color-transparent0);
    border: none; 
    color: var(--primary-color1); 
   /*  transform: scale(1.02);*/
    font-weight:600;
}

.cyber-horizontal-scroll button.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: var(--primary-color-transparent0); /* Change white to transparent */
    border-radius: 2px;
}
 

/* Click Animation - for buttons only */
.cyber-horizontal-scroll button:active {
    transform: scale(0.97);
}

/* Icon Styles - for buttons only */
.cyber-horizontal-scroll button i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

 

.cyber-horizontal-scroll button.active i {
    animation: pulse 1s ease-in-out infinite;
}

/* Pulse Animation for Active Button Icon */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

/* Fade in animation for all elements */
.cyber-horizontal-scroll button,
.cyber-horizontal-scroll select {
    animation: fadeInUp 0.5s ease-out backwards;
}

.cyber-horizontal-scroll button:nth-child(1),
.cyber-horizontal-scroll select:nth-child(1) {
    animation-delay: 0.1s;
}

.cyber-horizontal-scroll button:nth-child(2),
.cyber-horizontal-scroll select:nth-child(2) {
    animation-delay: 0.2s;
}

.cyber-horizontal-scroll button:nth-child(3),
.cyber-horizontal-scroll select:nth-child(3) {
    animation-delay: 0.3s;
}

.cyber-horizontal-scroll button:nth-child(4),
.cyber-horizontal-scroll select:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus state for accessibility */
.cyber-horizontal-scroll button:focus,
.cyber-horizontal-scroll select:focus {
    outline: none; 
}

 

/* Responsive adjustments */
@media (max-width: 768px) {
    .cyber-horizontal-scroll button,
    .cyber-horizontal-scroll select {
        font-size: 11px;
        padding: 6px 10px;
        min-width: auto;
    }
    
    .cyber-horizontal-scroll select {
        padding-right: 20px;
        background-position: right 6px center;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .cyber-horizontal-scroll select {
        background-color: #2d3748;
        color: #e2e8f0;
        border-color: #4a5568;
    }
    
    .cyber-horizontal-scroll select option {
        background: #2d3748;
        color: #e2e8f0;
    }
}

 /* end Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing */
/* end Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing */
/* end Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing *//* Horizontal Toggle Buttons for Automatic Billing */


/* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES */
/* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES *//* TREASUERERS RECEIPT STYLES */


/* end of TREASUERERS RECEIPT STYLES *//* end of TREASUERERS RECEIPT STYLES *//* end of TREASUERERS RECEIPT STYLES *//* end of TREASUERERS RECEIPT STYLES *//* end of TREASUERERS RECEIPT STYLES *//* end of TREASUERERS RECEIPT STYLES */
/* end of TREASUERERS RECEIPT STYLES *//* end of TREASUERERS RECEIPT STYLES *//* end of TREASUERERS RECEIPT STYLES *//* end of TREASUERERS RECEIPT STYLES *//* end of TREASUERERS RECEIPT STYLES *//* end of TREASUERERS RECEIPT STYLES */