:root {
    --ppsbox-success-color: #3acd99;
    --ppsbox-danger-color: #ff3535;
    --ppsbox-warning-color: #ffd341;
    --chat-logo: url(../img/chat-icon.png);
}
   
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;        
}

  
.shine-box {
    position: relative;
    overflow: hidden;
    align-items: center;        
    text-decoration: none;        
}

.shine-box:before {
    position: absolute;
    top: 0;
    left: -500px;
    width: 120px;
    height: 500px;
    background: rgb(255 255 255 / 0.6);
}

@-webkit-keyframes shine {
    from {
        left: -500px;
    }
    to {
        left: 655px;
    }
}
@keyframes shine {
    from {
        left: -500px;
    }
    to {
        left: 655px;
    }
}


.shine-box-before-avtive::before {
    content: "";
    -webkit-transform: skew(-50deg);
    -ms-transform: skew(-50deg);
    transform: skew(-50deg);
    -webkit-animation: shine 3s ease infinite;
    animation: shine 3s ease infinite;
}

.mbl-prem-btn {
        width: auto!important;
        background: linear-gradient(45deg, #ff0a02, #00b698) !important;
        height: auto;
        margin: 10px;
        border-left: 1px solid #eee;
        color: #fff;
        border-radius: 5px;
        padding: 10px 14px;         
    }


.mcbdshine a:link, 
.mcbdshine a:active {
text-decoration: none;
}  

\\----------------------------

body{
    background-color: #e4ebf5;   
}

  .fare-calculator {
    margin: 1px;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    padding: 15px;
    color: #ffffff;     
    background-color: #02563C;  
  }

   
  .fare-calculator label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
  }

   
  .fare-calculator select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;  
    color: #333;  
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;  
  }

   
  .fare-calculator p {
    margin-top: 10px;
    font-size: 23px;
    font-weight: bold; 
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
                0px 8px 13px rgba(0, 0, 0, 0.1),
                0px 18px 23px rgba(0, 0, 0, 0.1);
  }

   

   
  .fare-calculator.dark-mode {
    background-color: #222;  
    color: #f9f9f9;  
  }

   
  .fare-calculator.dark-mode select {
    background-color: #333;  
    color: #f9f9f9;  
    border: 1px solid #555;  
  }

   
  .fare-calculator.dark-mode p {
    color: #f9f9f9;  
  }

P{width: auto;
    padding: 10px;
    border-radius: 4px;
 }

 h2{
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
                0px 8px 13px rgba(0, 0, 0, 0.1),
                0px 18px 23px rgba(0, 0, 0, 0.1);
 }
 
 .switch-station-btn[_ngcontent-hom-c178] {
    background: #FFFFFF;
    color: #da924e;
    box-shadow: 0 2px 8px #2b2f3318;
    width: 32px;
    height: 32px;
    border-radius: 21px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    z-index: 1;
    line-height: 42px;
    padding: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}






















