@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-color:rgba(96, 146, 205,1);
   --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;
      } 
.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-color);
}
 
.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:rgba(96, 146, 205,0.1);line-height: 35px;padding-left: 6px;
}
.top-right-navigation-icons101 > .fontx{
  color: var(--primary-color);
  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:25px;
  } 
  .inner-data-div:nth-child(odd) {
    background-color:var(--primary-color-transparent0);
  }
.inner-data-div:hover{
  transition: all 1s;
  box-shadow: 0 0 0.5px 0.5px var(--primary-color);
 background-color:var(--primary-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-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:400;font-size:1em;float:left;margin-top:7px;margin-left:5px;text-transform: uppercase;color:var(--primary-color) !important;
  }
#page-options select{ 
color:var(--primary-color) !important;text-transform:uppercase;
outline:none;border:none;background-color:transparent;max-width:1200px;
  }
  #searchContainer0{
  height:30px;
  background-color:rgba(0, 0, 0, 0.02);
  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;
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%);
}
 
 ::-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-color);
   border-radius: 50%;
   border-top:  6px solid var(--primary-color);
   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-color); 
  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  */

