@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");

@media (min-width:601px){
  .receipt-invoice-titles-div00{
   margin-bottom:30px;
  }
 }
@media (max-width:601px){
 .receipt-invoice-titles-div01{
  margin-top:-20px;
 }
}

 
 
 @-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: #6092cd;
}
.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: #6092cd;
  font-size: 1.2em;
}
 
.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:gray;
background-color:transparent;
padding:0px;
line-height:25px;
  } 
  .inner-data-div:nth-child(odd) {
    background-color:rgba(0, 0, 0, 0.02);
  }
.inner-data-div:hover{
  transition: all 1s;
  box-shadow: 0 0 0.5px 0.5px #6092cd;
 background-color:rgba(96, 146, 205,0.15);
 transition: all 1s;
transform: scale(1.01);
 /*  transform : translateY(-10px);*/
}
.inner-data-div-title{
font-weight:200;
}
 .reportsDiv:hover{
  transition: all 1s;
  transform: scale(1.05);
  cursor: pointer;
 /*box-shadow: 0 0 0.5px 0.5px #6092cd;*/
 /*  transform : translateY(-10px);*/
 }
 
  .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;
} 

#page-options{
  font-weight:400;font-size:0.85em;float:left;margin-top:12px;margin-left:5px;
  }

  #searchContainer0{
  height:30px;
  background-color:rgba(0, 0, 0, 0.02);
  margin-top:-1px;
  box-shadow:0px 1px 1px 0px #eee;
 
}
#main-body{
	margin-top:80px;
	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;
z-index: 9999999999999999999999;
}

#tabui {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  margin-top: -40px;
}
 
#tabui span:hover{
color:rgba(96, 146, 205,1);
}

#tabui span.arrow-left {
  left: 5px;
}

#tabui span.arrow-right {
  right: 5px;
}

ul#tabs {
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding:5px;
  padding-left:10px;
  	text-align:left;
    height: 30px;
	 background-color:transparent;
}

ul#tabs::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
ul#tabs {
  -ms-overflow-style: none;/*internet explorer*/
  scrollbar-width: none;/*Firefox*/
}
ul#tabs li {
	text-align:right;
  display: inline-block;
  padding-top: 0px;
  margin-right: 5px;
  margin-top:0px;
 cursor: pointer;
 background-color:transparent; 
   padding-left:6px;
  padding-right:6px;
  font-size:1em;
  color:gray;
  border:none;
  font-weight: 600;
  
}
ul#tabs li.active {
  color:rgba(96, 146, 205,1);
  font-weight: 400;
    height:22px; 
  background-color:transparent;
  
}
ul#tabs li:hover{
  color:rgba(96, 146, 205,1);;
}
ul#tabs li:active{
  color:rgba(96, 146, 205,1);
  background-color:white;
  border: 1px solid rgba(96, 146, 205,1);
  border-radius: 10px;
}
#tabcontent {
  height: auto;
  overflow: auto;
}

.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:#6092cd;
   border-radius:10%;
 }
 ::-webkit-scrollbar-thumb:hover {
   background-color: #6092cd;
   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 #6092cd;
   border-radius: 50%;
   border-top:  6px solid #6092cd;
   border-right: 6px solid #eee;
   border-bottom: 6px solid #eee;
   border-left: 6px solid #eee;
   width: 80px;
   height: 80px;
   -webkit-animation: body-loader-spin 1.5s linear infinite;
   animation: spin 1.5s linear infinite;
 }
 
 @-webkit-keyframes body-loader-spin {
   0% { -webkit-transform: rotate(0deg); }
   100% { -webkit-transform: rotate(360deg); }
 }
 
 @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 #5fa8d3;
	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: #5fa8d3;
}

.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: rgba(96, 146, 205,1);
  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: rgba(96, 146, 205,1); /* 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:9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}
#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;
}

.clientDetailsDiv101{
  background-color:rgba(51, 153, 102,0.09);
  border:1px solid rgba(51, 153, 102,1);
  margin-top:-150px;padding-right: 0px;padding-left:8px

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

@media (max-width:601px){
  .clientDetailsDiv101{
    margin-top:0px;
  }
  .bankInvoiceDetailsDiv{
    margin-top:0px;
  }
}