.red {border: solid red 1px;}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh; /* better for mobile */
}

.page-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main-row {
  flex: 1;
  margin: 0;
}

body {
  font-size: 14px;
  font-weight:300;
}

form {
  margin: 10px;
}

.warning {
  color: #d9534f;
}

.success {
  color: #5cb85c;
}

.text-success {
  color: white !important;
}

.ev-icon {
  background: green;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.route-options {
  margin: 10px;
  padding: 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
}

.route-option:hover {
  background-color: #d1e7ff;
}

.route-option {
  cursor: pointer !important;
}
.route-option.selected {
  background-color: #e0f7fa !important;
  font-weight: 500 !important;
}

.sideBar {
  color: #959799;
  background-image: url('https://brainydx.com/wp-content/uploads/2024/12/Black-Background-Texture.webp');

}

footer {
  background-color:#21252900;
  /* padding:20px 0px; */
  margin-top: -40px;
}

footer a, footer p{
  font-size: 12px;
  font-weight: 400
}

footer p {
  color: #999999
}


.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white
}

.searchFormField::placeholder,
.formField::placeholder {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #757575;
}

.formField {
  height: 48px;
  border:none;
  border-radius: 16px;
  width: 100%;
  accent-color: #00fa64;
}

.formPrimaryDiv {
  background-color: white;
  border-radius: 16px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: red !important;
    color: fieldtext !important;
}

.formPrimaryDiv hr {
  margin: 0px;
}

.customButton {
  width: 100%;
  padding-left:20px;
  padding-right:20px;
  height: 48px;
  border-radius: 50px;
  border:none;
  background-color: #00fa64;
  color: black;
}

button:disabled {
  background-color: #00fa6444 !important;
  color: #00000066;
}

#nearMeBtn.customButton {
  background-color: #e6fff0;
  font-weight: 400;
  font-size: 16px;
}

#nearMeBtn.customButton img {
  margin-right: 10px;
  width: 18px;
}

.searchFormField {
  width: 100%;
  height: 48px;
  border-radius: 50px 0px 0px 50px;
  margin-bottom: 24px;
  border:none;
  padding-left: 20px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border: none; /* only if you don't want any border */
}

.searchCustomButton {
  height: 48px;
  border-radius: 0px 50px 50px 0px;
  border: none;
  background-color: white;
  color: black;
}

.searchCustomButton img {
  padding: 12px;
  border-radius: 50px;
  background-color: #00fa64;
  color: black;
  width: 40px;
}

.optionButton {
    background: none;
    color: #fff;
    font-size: 14px;
    padding-right: 12px;
    border: solid #00fa64 1px !important;
    border-radius: 50px;
    padding: 8px;
    margin-right: 12px;
    font-size: 12px;
}

.optionButton .active{
    background: #00fa64;
    color: #fff;
    font-size: 14px;
    padding-right: 12px;
    border: solid #00fa64 1px !important;
    border-radius: 50px;
    padding: 8px;
    margin-right: 12px;
    font-size: 12px;
}


.leaflet-popup-content-wrapper {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.leaflet-popup-content {
  font-size: 14px;
  line-height: 1.5;
}

.leaflet-popup-tip {
  background: white;
}


.leaflet-popup-content-wrapper {
  background: #1f2937;
  color: #f9fafb;
}

.leaflet-popup-tip {
  background: #1f2937;
}

.optionButton {
  /* border: 2px solid #00fa64; */
  border: none !important;
  background: white;
  color: black;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
}

.optionButton.active {
  background: #00fa64;
  color: white;
}

.bodyContainer {
  height: 100%;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}



.mobileHeader {
  padding-top: 5px !important;
  /* height: 100px; */
  color: #959799;
  background-image: url('https://brainydx.com/wp-content/uploads/2024/12/Black-Background-Texture.webp');

}


/* #route-options input[type="range"] { */


#nearby-ev-form .rangeBar {
  background: #00FA641A;
  padding: 0px 20px;
  padding-right: 50px;
  border-radius: 50px;
  height: 48px;
  margin-bottom: 20px;
  width: 80%
}


#nearby-ev-form .rangeBar input[type="range"] {
  padding-top: 24px;
  accent-color: #00fa64;
}

#nearby-ev-form .resultBox {
  margin-left: -35px;
  width: 35%;
  height: 48px;
  border-radius: 999px;
  padding: 12px;
  opacity: 1;
  text-align: center;
  background-color: white;
  color: black;
  font-size: 16px;
  font-weight: 400;  
}


#nearby-ev-form .resultBox label{
  font-size: 12px;
  font-weight: 400;
  color: #00000066;
  margin-left: 4px;
}

.subTitle label {
  color: #999999 !important;
  font-size: 12px;
  font-weight: 300;
  
}


#nearby-ev-form .subTitle{
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}



/*
*
*
*
*
* Calculator Page Styles 
*
*/

#ev-calculator-form .rangeBar {
  background: #00FA641A;
  padding: 0px 20px;
  padding-right: 50px;
  border-radius: 50px;
  height: 48px;
  margin-bottom: 30px;
  width: 80%
}

#ev-calculator-form .resultBox {
  margin-left: -35px;
  width: 35%;
  height: 48px;
  border-radius: 999px;
  padding: 12px;
  opacity: 1;
  text-align: center;
  background-color: white;
  color: black;
  font-size: 16px;
  font-weight: 400;  
}

#ev-calculator-form .resultBox label {
  font-size: 12px;
  font-weight: 400;
  color: #00000066;
  margin-left: 4px;
}


#ev-calculator-form .subTitle,
#route-options .subTitle {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}


#ev-calculator-form .subTitle span{
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}

.caculator-page {
  /* background-image: url('https://brainydx.com/wp-content/uploads/2024/12/Black-Background-Texture.webp'); */
  /* min-height: 90vh; */
  padding-top: 40px;
  padding-bottom: 40px;
}


.parent-container {
  background-color: #f5f5f5;
}

.child-container {
  background-color: #FFFFFF;
  border-radius: 16px;
  /* height: 80vh; */
  height: 100%;
  padding: 28px;
}

.child-container .subtitle {
  font-size: 18px;
}

.cost-card {
  padding:6px;
}

.cost-card > div {
  
  /* padding: 20px; */
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #44B98233;
  background: rgba(255, 255, 255, 1);
}

.cost-card h2 {
  font-size: 16px;
  padding: 20px 20px 0px 20px;
}

.cost-card strong {
  font-size: 32px;
  font-weight: 700;
  /* padding: 0px 20px 20px 20px; */
}

.cost-card .data {
  padding: 0px 20px 20px 20px;
}

.cost-card img {
  width: 100%;
  border-radius: 0px 0px 20px 20px;
}

.cost-card .unit {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: super;
  color: #999999;
}

.note {
  font-weight: 400;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #999999;

  position: absolute;
  bottom: 0;
}

.placeholder {
  text-align: center;
  height: 333px;
  padding-top: 100px; 
}

.placeholder img {
  width: 100%;
  max-width: 150px;
}

.placeholder h3 {
  color: #51A868;
  font-weight: 700;
  font-style: Bold;
  line-height: 140%;
  letter-spacing: 0%;
}

.placeholder p {
  font-weight: 400;
  letter-spacing: 0%;
  color: #4a4a4a;
}








input[type="range"] {
     accent-color: #00fa64 !important;
}

