dialog::backdrop {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

/* General dialog styling */
#logoutDialog {
    border: none;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}

#priceUpdateDialog {
    border: none;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}
#UserdetailDialog {
    border: none;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}
#StationDetailDialog {
    border: none;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}
#errorDialog {
    border: none;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}
#comfirmApprove {
    border: none;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}
#comfirmDenied {
    border: none;
    border-radius: 8px; 
    padding: 20px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto; 
}
#comfirmDelete {
    border: none; 
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}

 
#StationDetailDialog_Ungrouped {
    border: none; 
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}#StationDetailDialog_GroupSet {
    border: none; 
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}
#comfirmStationDelete {
    border: none; 
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}

#comfirmSetGroupDialog {
    border: none; 
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}

#groupSetSentStatus {
    border: none; 
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}
#StatusMessageDialog {
    border: none; 
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}
.dialogStyle{
    border: none;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    margin: auto;
}
 
.dialog-content h2 {
    margin-top: 0;
    color: #333;
}

.dialog-content p {
    color: #666;
}

.dialog-actions {
    text-align: right;
    margin-top: 20px;
}

.dialog-actions button {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}

.dialog-actions button:hover {
    opacity: 0.8;
}


.logout-btn{
    background-color: #f44336; /* Red color for danger action */
    color: white;
} 

 


.dialog-actions button:not(.logout-btn) {
    background-color: #ccc;
    color: #333;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
}
/*//////////////////////////////////////////////////
//////////////////////////////////////////////////*/
 
.buttongggg {  
  border: none;  
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
 /* margin: 4px 2px; */
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight: 600; 
  width: 80px;
  height: 60px;
  color:green; 
  background-color: #04AA6D;
}
.button {  
  border: none;   
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 13px; 
  transition-duration: 0.4s;
  cursor: pointer; 
  font-weight: 600;  
  color: #34ee8D; 
 background-color: #198754;
  /* background-color: #ff8754;
  
  background-color: #04AA6D; *//* Highlight color for active link */
  color:  white;             /*#dfdb04; */
  height: 50px;  
  font-size: 13px; 
  border-top-right-radius: 10px; 
  border-top-left-radius: 10px;  
  padding-left: 10px;
}

/*.button1 { }
.button2 { }
.button3 { }
.button4 { }
.button5 { }

.button0:hover { 
}*/
.button.active {
  background-color: #04AA6D; /* Highlight color for active link */
  color:  white;             /*#dfdb04; */
  height: 60px;  
  font-size: 17px; 
  border-top-right-radius: 10px; 
  border-top-left-radius: 10px; 
}
.button:hover {
  height: 60px;
 /* background-color: #198754; */
 
  background-color: #04AA6D;
  color: white;
  font-size: 17px; 
  border-top-right-radius: 10px; 
  border-top-left-radius: 10px; 
}  
.logout:hover {
  height: 60px;
  background-color: #dd3333;
  color:  white;
  font-size: 18px; 
  border-top-right-radius: 10px; 
  border-top-left-radius: 10px; 
} 
 
.userdetail {  
  border: none;  
  text-align: left;
  font-size: 14px;  
}
.detaildialogHead {   
  color: #04AA6D; 
  text-decoration: none;
  font-weight: 500; 
  
 /* display: inline-block;
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight: 600;  
  color: #34ee8D; 
  background-color: #198754;*/
}
.detaildialogValue {   
  color: #666666; 
  z-index: 1;
  position: relative;
/*  margin-left: 100px;
  padding-left: 20px; */
}

.detaildialogHead2 {   
  color: #04AA6D; 
  font-size: 14px;  
  text-decoration: none;
  font-weight: 500;  
}
.detaildialogValue2 {   
  color: #666666; 
  font-size: 14px;  
  z-index: 1;
  position: relative; 
}
.detaildialogValueTime {   
  color: #666666; 
  font-size: 14px;  
  z-index: 1;  
}
/* Style the container for inputs */
.homebtn1
{
   font-weight: 600;
   font-family: Arial Black;
   font-size:12px; 
   padding:0px; 
   /*  margin-left:15px; */ 
   margin:5px; 
   color:#888888; 
   width:75px;
   height:75px;
   border-radius: 50%;
   border: 0px solid #cccccc;
   background-color: #ffffff;
   box-shadow: rgba(64, 255, 67, 0.9) 0px 0px 2px 0px, rgba(64, 255, 67, 0.9) 0px 0px 6px 2px;
}.homebtn2
{
   font-weight: 600;
   font-family: Arial Black;
   font-size:12px; 
   padding:0px; 
   /*  margin-left:15px; */ 
   margin:5px; 
   color:#888888; 
   width:75px;
   height:75px;
   border-radius: 50%;
   border: 0px solid #cccccc;
   background-color: #ffffff;
   box-shadow: rgba(34, 136, 34, 0.9) 0px 0px 2px 0px, rgba(34, 136, 34, 0.9) 0px 0px 6px 2px;
}.homebtn3
{
   font-weight: 600;
   font-family: Arial Black;
   font-size:12px; 
   padding:0px; 
   /*  margin-left:15px; */ 
   margin:5px; 
   color:#888888; 
   width:75px;
   height:75px;
   border-radius: 50%;
   border: 0px solid #cccccc;
   background-color: #ffffff;
   box-shadow: rgba(204, 204, 00, 0.9) 0px 0px 2px 0px, rgba(204, 204, 00, 0.9) 0px 0px 6px 2px;   
}.homebtn4
{
   font-weight: 600;
   font-family: Arial Black;
   font-size:12px; 
   padding:0px; 
   /*  margin-left:15px; */ 
   margin:5px; 
   color:#888888; 
   width:75px;
   height:75px;
   border-radius: 50%;
   border: 0px solid #cccccc;
   background-color: #ffffff;
   box-shadow: rgba(0, 168, 107, 0.9) 0px 0px 2px 0px, rgba(0, 168, 107, 0.9) 0px 0px 6px 2px;   
}
.homeRedbtn1 
{ 
   font-family: sans-serif;
   font-size:11px; 
   position: absolute;
   z-index: 1001;
   padding:0px; 
   margin-left:55px;   
   color:#888888; 
   width:25px;
   height:25px;
   border-radius: 50%; 
   background-color: #ff0000; 
   color:#ffffff; 
   border: 0px solid #cccccc;
}
.homeRedbtn2
{
   font-family: sans-serif;
   font-size:11px; 
   position: absolute;
   z-index: 1002;
   padding:0px; 
   margin-left:145px; 
   color:#888888; 
   width:25px;
   height:25px;
   border-radius: 50%; 
   background-color: #ff0000; 
   color:#ffffff; 
   border: 0px solid #cccccc;
}
.homeRedbtn3
{
   font-family: sans-serif;
   font-size:11px; 
   position: absolute;
   padding:0px; 
   margin-left:230px;  
   color:#888888; 
   width:25px;
   height:25px;
   border-radius: 50%; 
   background-color: #ff0000; 
   color:#ffffff;
   position: absolute;
   z-index: 1003;
   border: 0px solid #cccccc;
}
.homeRedbtn4
{
   font-family: sans-serif;
   font-size:11px; 
   position: absolute;
   padding:0px; 
   margin-left:315px;  
   color:#888888; 
   width:25px;
   height:25px;
   border-radius: 50%; 
   background-color: #ff0000; 
   color:#ffffff;
   position: absolute;
   z-index: 1004;
   border: 0px solid #cccccc;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message p {
  padding: 2px 20px;
  font-size: 14px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "âœ”";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "âœ–";
}
 
.container {
  background-color: #f1f1f1; 
  padding: 20px;
}

table {
  font-family: Arial, Helvetica, sans-serif; 
  color:#66666;  
  position: relative;
  margin-top: 19px;
  /*  
  
  border-collapse: collapse;
  margin-top: 130px;
  width: 40%;
  margin:10px; 
  
  justify-content: center;
  
    */
  font-size: 12px;  
  margin-left: 9px;
  width: 330px; 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px; 
  border: 0px solid black; 
  padding: 8px 
}

.tableNC {  
   box-shadow: rgba(4, 170, 109, 0.9) 0px 0px 2px 0px, rgba(4, 170, 109, 0.9) 0px 0px 6px 2px; 
} 
.tableNE {  
   box-shadow: rgba(204, 204, 0, 0.9) 0px 0px 2px 0px, rgba(204, 204, 0, 0.9) 0px 0px 6px 2px; 
}
.tableNW {  
   box-shadow: rgba(0, 170, 204, 0.9) 0px 0px 2px 0px, rgba(0, 170, 204, 0.9) 0px 0px 6px 2px; 
}
.tableSE {  
   box-shadow: rgba(0, 204, 180, 0.9) 0px 0px 2px 0px, rgba(0, 204, 180, 0.9) 0px 0px 6px 2px; 
}
.tableSS {  
   box-shadow: rgba(154, 80, 204, 0.9) 0px 0px 2px 0px, rgba(154, 80, 204, 0.9) 0px 0px 6px 2px; 
}
.tableSW {  
   box-shadow: rgba(205, 64, 64, 0.9) 0px 0px 2px 0px, rgba(204, 64, 64, 0.9) 0px 0px 6px 2px; 
}


.thNC {
    
  text-align: center; 
/*  padding-top: 5px;
  padding-bottom: 5px;*/
    font-size: 15px; 
   background-color: #04AA6D;
  color: white;
}

.thNE {
    
  text-align: center; 
/*  padding-top: 5px;
  padding-bottom: 5px;*/
    font-size: 15px; 
   background-color: #cccc00;
  color: white;
}
.thNW {
    
  text-align: center; 
/*  padding-top: 5px;
  padding-bottom: 5px;*/
    font-size: 15px; 
   background-color: #00aacc;
  color: white;
}
.thSE {
    
  text-align: center; 
/*  padding-top: 5px;
  padding-bottom: 5px;*/
    font-size: 15px; 
   background-color: #00ccb4;
  color: white;
}
.thSS {
    
  text-align: center; 
/*  padding-top: 5px;
  padding-bottom: 5px;*/
    font-size: 15px; 
   background-color: #9a50cc;
  color: white;
}
.thSW {
    
  text-align: center; 
/*  padding-top: 5px;
  padding-bottom: 5px;*/
    font-size: 15px; 
   background-color: #cf4040;
  color: white;
}
td { 
  border: 1px solid #ddd;
  padding: 1px;
  font-size: 13px; 
  width:200px; 
  text-align: right;
  color: #888888;
  font-weight:600;
}
.NC_Product
{
    color: #04AA6D;
    font-weight:1000;
    padding-left: 4px;
    padding-left: 5px;
}
.NE_Product
{
    color: #cccc00;
    font-weight:1000;
    padding-left: 4px;
    padding-left: 5px;
}
.NW_Product
{
    color: #00aacc;
    font-weight:1000;
    padding-left: 4px;
    padding-left: 5px;
}
.SE_Product
{
    color: #00ccb4;
    font-weight:1000;
    padding-left: 4px;
    padding-left: 5px;
}
.SS_Product
{
    color: #9a50cc;
    font-weight:1000;
    padding-left: 4px;
    padding-left: 5px;
}
.SW_Product
{
    color: #cf4040;
    font-weight:1000;
    padding-left: 4px;
    padding-left: 5px;
}
.NC_Group
{
    color: #04AA6D;
    font-weight:1000; 
}
.NE_Group
{
    color: #cccc00;
    font-weight:1000;
}
.NW_Group
{
    color: #00aacc;
    font-weight:1000;
}
.SE_Group
{
    color: #00ccb4;
    font-weight:1000;
}
.SS_Group
{
    color: #9a50cc;
    font-weight:1000;
}
.SW_Group
{
    color: #cf4040;
    font-weight:1000;
}

.DetailButtons {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse; 
  margin-left: 61%;
  margin-top: 550px;
  z-index: 1;
  position: fixed;
  color:#66666;
}
tr {
    border-bottom: 1px solid #dddddd;
}

td, th {  
  border: 1px solid #ddd;
 /* padding: 5px;
  font-size: 13px; */
}

tr:nth-child(even){background-color: #ffffff; border-bottom: 1px solid #eeeeee;} 
tr:nth-child(odd){background-color: #fafafa;  border-bottom: 1px solid #eeeeee;}
tr:last-of-type {  border-bottom: 1px solid #eeeeee; }
/*
tr:hover {
    background-color: #77aa77; 
    font-size: 13px; 
    color: #fff;
}


td.userDetailTd { 
  border: 1px solid #ddd;
  padding: 1px;
  font-size: 13px; 
  width:200px; 
}
th.userDetailHead {
  width:120px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  background-color: #04AA6D;
  color: white; 
}
.table1 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse:collapse; 
  width:500px;
  margin-left: 62%; 
  position: fixed;
  color:#66666;
} */

.horizontal_line {
    width: 90%;
    height: 5px;
    border-top: 5px dotted black;
    line-height: 80%;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; /* Ensure it's on top of everything */
    width: 100%;
    height: 100%;
    background: #ccc; /* White background */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.25s, visibility 0.25s; /* Smooth fade out */
}

/* The actual spinning animation */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #04AA6D; /* Blue spinner color */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 0.5s linear infinite; /* Apply the spin animation */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Class to apply when the page is loaded */
.loader-overlay.fade-out {
    opacity: 0;
    visibility: hidden; /* Hides the element from user interaction after fade */
}

.priceBoxStyle {
  display: inline-block; 
  height:30px; 
  color: #888888;   
  text-align:right;
  padding:2px; 
 }
 .textFieldHorizAlign {
    display: flex; /* Makes the container a flex container, arranging children horizontally by default */
    align-items: left; /* Aligns items vertically in the center */ 
    gap: 5px; /* Adds space between the items */
}
.textFieldHorizAlign2 {
    display: flex; /* Makes the container a flex container, arranging children horizontally by default */
    align-items: left; /* Aligns items vertically in the center */
    gap: 70px; /* Adds space between the items */
}
.radio { 
  display: inline-flex;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
}
.radio__input{
    display: none;
} 
.radio__label{
    padding: 8px 14px;
    font-size: 16px;
    font-family: sans-serif;
    color:#00a578;
    background: #ffffff;
    cursor: pointer;
    transition: background 0.1s; 
    
}
.radio__label:not(:last-of-type){
    border-right: 1px solid #006B56;  
}
.radio__input:checked + .radio__label{
    color: #ffffff;
    background: #006B56;
}
.stationSearchButton_ChangePrice{
  background-color: #BEF9E4;
  text-align: center;
  border: none;
  color: white;
  padding: 15px 32px; 
  text-decoration: none;
  display: inline-block; 
  cursor: pointer;
}
.stationSearchButton_ChangePrice2{
  background-color: #BEF9E4;
  text-align: center;
  border: none;
  color: white;
  padding: 15px 32px; 
  text-decoration: none;
  display: inline-block; 
  cursor: pointer;
   border-radius: 20px;
   border: 0px solid #cccccc;
}
.stationSearchButton_ChangePrice:hover { 
  background-color: #6AF1C2;
  color: white;  
}  