/* For information on how to create your own theme, please see:
http://ionicframework.com/docs/theming/ */
p {
  font-family: "Montserrat", serif;
  font-weight: 600;
}

div{
  font-family: "Montserrat", serif;
  font-weight: 600;
}

label{
  font-family: "Montserrat", serif;
  font-weight: 600;
}

body{
  /*font-family: "Montserrat", serif !important;
  font-weight: 600;*/
  height: 100vh !important; 
  margin-top: 0vh !important; 

  /*iosQuirk
    height: 95vh !important; 
    margin-top: 2vh !important; 
  */
}

a{
    font-family: "Montserrat", serif;
    font-weight: 600;
}

ul{
  font-family: "Montserrat", serif;
  font-weight: 600;
}

li{
  font-family: "Montserrat", serif;
  font-weight: 600;
}

textarea{
  font-family: "Montserrat", serif;
  font-weight: 600;
}

button
{
  font-family: "Montserrat", serif !important;
  font-weight: 600;
}

input{
  font-family: "Montserrat", serif;
  font-weight: 500;
  color:white;
  font-size: 13px;
}

.statisbg{
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-color: #1c1f26;
    overflow-y: auto;
}

.logopos{
    width: 40%;
    margin-left: 30%;
    margin-top: 8vh;
}

.loginwrapper{
    padding-top: 10px;
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    background-color: #3a3e4a;
    box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    min-height: 50vh;
    padding-bottom:10px
}

.dupercard{
  padding: 10px;
  width: 80%;
  margin-left: 10%;
  background-color: #3a3e4a;
  box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
}

.input1{
    width: 85%;
    min-height: 37px;
    border-radius: 7px;
    border: none;
    background-color: #1f232c;
    margin-left: 6.5%;
    margin-bottom: 5px;
}

.lbl{
  font-size: 14px;
  margin-top: 4px;
  font-weight: 600;
  margin-left: 7%;
  margin-bottom: 3px;
  color: white;
}

.lbl2{
  font-size: 14px;
  margin-top: 4px;
  font-weight: 600;

  margin-bottom: 3px;
  color: white;
}


.line-with-o {
    margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-left: 10%;
    position: relative;
  }
  
  .line-with-o::before,
  .line-with-o::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #ffffff; /* Adjust color as needed */
  }
  
  .line-with-o span {
    margin: 0 10px; /* Space around the "O" */
    font-size: 16px; /* Adjust size as needed */
    font-weight: bold; /* Optional: Make the "O" bold */
    color: #bdbdbd;
  }
  
  .rigistratelabel{
    width: 100%;
    text-align: center;
    margin-top: 5px;
    color: #bdbdbd;
    font-size: 16px;
  }

  .btn1{
    width: 50%;
    margin-left: 25%;
    background-color: #05272a;
    border-radius: 10px;
  }

  .btn1 p{
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 13px;
  }

  .suwg{
    max-width: 100%;
    width: 60%;
    margin-left: 19%;
  }

  .logoposhome{
    width: 58%;
  }

  .carposhome{
    width: 100%;
  }

  .text14{
    font-size: 14px;
    color: white;
  }

  .logoname{
    all:unset;
    width: 151%;
    margin-left: -58%;
  }


  .headerpositioningspacer{
    height: 6vh;
    width: 100%;
  }


  .xscrollerwrapper {
    display: flex; /* Align children in a row */
    gap: 1rem; /* Space between cards */
    overflow-x: auto; /* Enable horizontal scrolling */
    padding: 1rem; /* Optional padding */
    scroll-behavior: smooth; /* Smooth scrolling effect */
  }
  
  .xscrollerwrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar for WebKit browsers */
  }
  
  .xscrollerwrapper {
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
  }
  
  .cardoption {
    flex: 0 0 auto; /* Prevent cards from shrinking or growing */
    border-radius: 25px;
    background: linear-gradient(216deg, #000000 0%, #030d29 97.32%);
    height: 36vh;
    width: 204px;
    box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  }
  
  .cardoption img {
    width: 50%;
    margin-left: 29%;
    margin-top: 21%;

  }
  
  .cardoption p {
    width: 90%;
    text-align: right;
    font-size: 18px;
    color: white;
  }

  .footer{
    width: 100%;
    height: 21vh;
    position: fixed;
    bottom: 0;
  }

  .footer img {

    width: 76%;
    margin-left: 11%;
    margin-top: -6%;

  }

  .otxpoints{
    width: 100%;
    font-size: 24px;
    color:white;
  }

.navheader .backpos{
  width: 70%;
  margin-top: 30px;
}


.navheader .lpos{
  width: 100%;
  margin-top: 14px;
  margin-left: 15%;
}

.dump{
  width: 50%;
  margin-left: 25%;

}

.abosolutecardfooter{
  padding: 10px;
  width: 100%;
  background-color: #3a3e4a;
  box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  border-radius: 0x;
  position: absolute;
} 

.abosolutecard{
  margin-top: 15vh !important;
  padding: 10px;
  width: 80%;
  margin-left: 10%;
  background-color: #3a3e4a;
  box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  position: absolute;
}

.abosolutecardtwo{
 
  padding: 10px;
  width: 60%;
  margin-left: 20%;
  background-color: #3a3e4a;
  box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  position: absolute;
}

.addrpos{
  width: 94%;
  margin-left: 2%;
}


.absolute{
  position: absolute;

  width: 100%;
}

.page1{
  z-index: 9;
}

.page2{
  z-index: 99;
}
.page3{
  z-index: 999;
}
.page4{
  z-index: 9999;
}

.relative{
  position: relative;
  height: 95vh;

}

.resetpass{
  width: 100%;
  text-align: center;
  color: white;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}


/* Dark mode modal styling */
.modal-content {
  background-color: #121212; /* Dark background */
  color: #ffffff; /* Light text */
  border: 1px solid #333333; /* Subtle border */
  border-radius: 8px; /* Slightly rounded corners */
}

.modal-header {
  border-bottom: 1px solid #444444; /* Border for header */
}

.modal-body {
  color: #dddddd; /* Slightly lighter text for the body */
}

.modal-footer {
  border-top: 1px solid #444444; /* Border for footer */
}

.btn-primary {
  background-color: #1f6feb; /* Bright blue for primary buttons */
  border-color: #1f6feb;
  color: #ffffff;
}

.btn-close {
  color: #ffffff !important;
}

/* Style the close button for dark mode */
.modal-header .btn-close {
  filter: invert(1); /* Inverts the color to white */
  opacity: 0.8; /* Slightly transparent */
}

.modal-header .btn-close:hover {
  opacity: 1; /* Fully opaque on hover */
}

.btn-primary:hover {
  background-color: #165bb8; /* Slightly darker blue on hover */
  border-color: #165bb8;
}

.btn-secondary {
  background-color: #333333; /* Neutral dark for secondary buttons */
  border-color: #333333;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #444444; /* Slightly lighter on hover */
  border-color: #444444;
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.85); /* Dark backdrop */
}

/* Center modal vertically and horizontally */
.modal.show.d-block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; /* Ensure it covers the entire viewport height */
  padding: 1rem; /* Add padding for smaller screens */
}

.modal-dialog {
  margin: auto; /* Center in all directions */
  max-width: 500px; /* Limit the width for a cleaner appearance */
  width: 90%; /* Adjust width for responsiveness */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7); /* Subtle shadow for depth */
  transition: transform 1s ease-out, opacity 1s ease-out; /* Smooth opening/closing effect */
  transform: translateY(-20px); /* Start slightly higher */
  opacity: 0; /* Initially invisible */
  MARGIN-TOP: 25VH  !important;
}

.modal.show .modal-dialog {
  transform: translateY(0); /* Slide into place */
  opacity: 1; /* Become visible */
}

.modal-title{
  font-size: 14px;

}

.modal-body label{
  font-size: 13px;
}

.modal-body input{
  font-size: 13px;
}

.modal-body button{
  font-size: 13px !important;
}

.fullwidthinput{
  width: 100%;
}



.btn2{
  width: 50%;
  margin-left: 25%;
  background-color: #05272a;
  border-radius: 10px;
}

.btn2 p{

    width: 50%;
    margin-left: 25%;
    background-color: #05272a;
    border-radius: 10px;
}

.bottomcard{
  /*bottom: 4vh; */ /*IOS QUIRK*/
  bottom: -5vh;  
}

.btn4{
  width: 100%;
  /* margin-left: 25%; */
  background-color: #05272a;
  border-radius: 10px;
}

.btn4 p{

  color:white;
  width: 100%;
  text-align: center;
}


.side-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #1c1f26;
  color: white;
  padding-top: 60px;
  transition: 0.3s ease;
  z-index: 1000;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}


.menu-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-items li {
  padding: 15px 20px;
  border-bottom: 1px solid #ffffff;
}

.pologosidenav{
  width: 60%;
  margin-left: 20%;
  height: auto;
  margin-top: -25%;
}

.menu-items li a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
}

.menu-items li a:hover {
  color: #ff9800;
}


.close-btn {
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: 30px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}


.menu-toggle-btn {
  position: fixed;
  top: 15px;
  left: 15px;
  font-size: 30px;
  background: none;
  border: none;
  color: #011e23;
  cursor: pointer;
  z-index: 2000;
}


.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.side-menu.active {
  left: 0;
}

.menu-overlay.active {
  display: block;
}

.driveroptions{
  color: white;
  font-size: 19px;
}

.gradientboxmenu{
  width: 90%;
  margin-left: 5%;
  background: linear-gradient(216deg, #000000 0%, #030d29 97.32%);
 padding-bottom:20px;
  border-radius: 25px;
  box-shadow: 0px 11px 16px 23px rgba(0,0,0,0.25);
}

.tableparagraph{
  color: white;
  font-size: 15px;
  width: 100%;
}

.text-right{
  text-align: right;
}

.whiteborder{
  border-bottom: 1px solid white;
}

.titleresumen{
  text-align: center;
  color: white;
  font-size: 20px;
  width: 100%;
  margin: 0px;

}

.ordercard{
  width: 85%;
  margin-left: 7.5%;
  background-color: #3a3e4a;
  border-radius: 20px;
  box-shadow: 0px 11px 16px 23px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 11px 16px 23px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 11px 16px 23px rgba(0,0,0,0.25);
  min-height: 100px;
}

.btn-teal {
  background-color: teal;
  color: white;
  border-radius: 25px;
  min-height: 37px;
}

.btn-teal-two{
  background-color: teal;
  color: white;
  border-radius: 25px;
  min-height: 37px;
  width: 50% !important;

}


.btn-teal:hover {
  background-color: darkcyan;
  color:white
}

.saldobox{
  width: 100%;
  background-color: transparent;
  border-bottom: 2px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
  line-height: 82px;
  text-align: center;
  font-size: 38px;
}

.saldolabel{
  color: white;
  font-size: 15px;

}

.footerbutton{
  width: 100%;
  height: 80px;
  position: absolute;
  background-color: #011e23 !important;
  bottom: 0;
  box-shadow: 0px 11px 16px 23px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 11px 16px 23px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 11px 16px 23px rgba(0,0,0,0.25);

}

.footerbutton p{
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;
  padding-top: 025px;
}

.abscardtwo{
  padding: 30px;
  width: 100%;
  margin-left: 0%;
  background-color: #3a3e4a;
  box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  position: absolute;
}

.abscardthree{
    padding: 10px;
    width: 100%;
    margin-left: 0%;
    background-color: #3a3e4a;
    box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    position: absolute;
    bottom: -5vh;
    min-height: 14vh;
}

.btn-green {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
  min-height: 37px;
}

.btn-red {
  background-color: #f44336;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
  min-height: 37px;
}

.btn-danger {
  background-color: #4b0702;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
  min-height: 37px;
}

.greenpill{
  background-color: #4CAF50;
  color: white;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  margin-top: -27%;
  margin-left: 7%;
}

.bluepill{
  background-color: #1f6feb;
  color: white;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  margin-top: -17%;
  margin-left: 7%;
}

.megRate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.megRate-modal {
  background: #151616;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  width: 360px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin: 22px;
}

.megRate-stars {
  display: flex;
  justify-content: center;
  margin: 12px 0;
}

.megRate-star {
  font-size: 34px;
  cursor: pointer;
  color: #b3b3b3;
  transition: color 0.3s;
}

.megRate-star.megRate-selected {
  color: #ffc107;
}

.megRate-textarea {
  width: 100%;
  height: 90px;
  margin: 12px 0;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  resize: none;
}

.megRate-btn {
  padding: 10px 18px;
  margin: 5px;
  border: none;
  background: #007bff;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.megRate-btn:hover {
  background: #0056b3;
}

.megRate-close-btn {
  background: #d9534f;
  padding: 10px 15px;
  border: none;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.megRate-close-btn:hover {
  background: #c9302c;
}

    

.chatcontainer{
  width: 85%;
  height: 67vh;
  background-color: #3A3E4A;
  border-radius: 20px;
  margin-left: 7.5%;
  box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  padding: 10px;
  overflow-y: scroll;
}


.frommessage{
  background: #1f232c;
  width: fit-content;
  padding: 10px;
  border-radius: 25px;
  color: white;
  margin: 10px;
  max-width: 80% !important;
  font-size: 13px;
}


.tomessage{
  background: #22362d;
  width: fit-content;
  padding: 10px;
  border-radius: 25px;
  color: white;
  margin: 10px;
  max-width: 80% !important;
  font-size: 13px;

}

.flexend{
  display: flex;
  justify-content: flex-end;
}

.chatFooter{
  width: 85%;
    MARGIN-LEFT: 7.5%;
    margin-top: 6%;
}

.chattextarea{
  font-size: 13px;
  width: 100%;
  border: none;
  background-color: #bdbdbd;
  HEIGHT: 11vh;
  border-radius: 5px;
  box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 16px 23px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.pp{
  width: 46%;
  margin-left: 11%;

}

.logincontainer{
  MAX-WIDTH: 469PX;
  margin: auto;
}

.logincontainertwo{
  MAX-WIDTH: 900PX;
  margin: auto;
}

.servebutton{
  position: absolute;
  background-color: #081f34;
  top: 7%;
  left: 4%;
  width: 80px;
  height: 80px;
  z-index: 99;
  border-radius: 50px;
  box-shadow: 0px 4px 18px 12px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: 0px 4px 18px 12px rgba(0, 0, 0, 0.63);
}

.borderes{
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.logowback{
  width: 90%;
  margin-left: 5%;
}


.upperfab{
  width: 71%;
    margin-left: 10%;
    margin-top: 14%;
}



.start-engine-btn {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #C0C0C0; /* Silver border */
  background: radial-gradient(circle, #333 0%, #000 100%);
  color: #C0C0C0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: inset 0 3px 10px rgba(255, 255, 255, 0.3),
              inset 0 -3px 10px rgba(0, 0, 0, 0.7),
              0 0 10px rgba(192, 192, 192, 0.5);
  transition: all 0.3s ease-in-out;
  margin-left: 28px;
margin-top: -10%;
}


.cardinput{
  width: 90%;
  margin-left: 5%;
  border-radius: 7px;
  border: none;
  height: 28px;
  background-color: #1c1f26;
  color: white;
}

.cardinptextras{
  width: 100% !important;
  margin-left: 0%  !important;
}




/* Engine ON state */
.engine-on {
  background: radial-gradient(circle, #00aa00 0%, #006600 100%);
  border-color: #00ff00;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.8); /* Green glow */
}

.cardlabel{
  margin: 0px;
  margin-left: 3%;
  font-size: 13px;
  color: white;
  margin-bottom: 4px;
}


.selectcardform{
    border: none;
    width: 84%;
    margin-left: 8%;
    background-color: #3a3e4a;
    color: white;
}



body{
  background-color: #1c1f26;
}


.maxminfooter{
  max-width: 346px !important;
  margin: auto !important;
}

body.keyboard-open .ion-page {
  height: calc(100% - env(safe-area-inset-bottom));
  overflow: auto;
}

ion-app{
 
}

.darkred{
  background-color: #4b0702;
}

.billingbubble{
  color: white;
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
}

.lbl2{
  font-size: 14px;
  font-weight: 600;

  margin-bottom: 3px;
  color: white;
}


.pillcblack{
    z-index: 999;
    background-color: black;
    padding: 10px;
    border-radius: 10px;
}

.btn4.disabled {
  pointer-events: none;
  opacity: 0.5;
}


.imgpreview{
  width: 33%;
  margin-left:33%;
}

.ofrecetuprecio{
  font-size: 27px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: black;
    border-bottom: 3px solid #05272a;
    border-radius: 4px;
}


.offer-card {
  width: 90%;
  margin: 16px auto;
  background: #0f172a; /* fondo oscuro */
  color: #e2e8f0; /* texto claro */
  border: 1px solid #1f2937;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.35);
  margin-left:5%
}

.offer-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #1f2937;
}

.avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #1e3a8a;
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.25);
  background: #0b1220;
}

.head-texts {
  flex: 1;
}

.name {
  font-size: 1.1rem;
  margin: 0 0 4px 0;
  font-weight: 700;
  line-height: 1.2;
}

.rating {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  color: #94a3b8;
}

.rating-num {
  margin-left: 8px;
  font-weight: 600;
  color: #e2e8f0;
}

.details {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 2px 8px;
}

.detail-col {
  flex: 1;
  min-width: 0;
}

.label {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 0.06em;
}

.value {
  margin: 2px 0 0 0;
  font-size: 1rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price-col {
  flex: 0.6;
  text-align: right;
}

.price {
  font-size: 1.15rem;
}

.actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.btn {
  flex: 1;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.08s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn:active {
  transform: translateY(1px) scale(0.98);
}

.btn-reject {
  background: transparent;
  color: #ef4444;
  border-color: #dc2626;
}

.btn-reject:hover {
  background: rgba(220, 38, 38, 0.12);
  border-color: #ef4444;
}

.btn-accept {
  background: #16a34a;
  color: #071b0c;
}

.btn-accept:hover {
  background: #22c55e;
}

@media (max-width: 380px) {
  .avatar {
    width: 64px;
    height: 64px;
  }
  .price {
    font-size: 1.05rem;
  }
}

.footer-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 23px;
  display: flex;
  gap: 10px;
  background: rgba(15, 23, 42, 0.85); /* oscuro translúcido */
  backdrop-filter: blur(6px);
  z-index: 1040; /* por encima del contenido, debajo del modal (1050) */
}

@media (max-width: 380px) {
  .footer-actions { padding: 10px; gap: 8px; }
}


.tarifactual{
    width: 100%;
    /* text-align: center; */
    font-size: 30px;
    color: white;
    margin-left: 10%;
    margin-top: 4%;

}

.name2{

    font-size: 14px;
    margin: 0 0 4px 0;
    font-weight: 700;
    line-height: 1.2;

}

.text-green{
  color: #22c55e;
      font-size: 21px;
          margin-top: 32%;
}

.text-green-two{
color: #22c55e;
    font-size: 15px;
    margin-left: 10%;
    margin-top: -6%;
}

.header-row {
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* Pill estilo “carrera” a la derecha */
.city-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  position: relative;
  overflow: hidden;
}

/* Tema TGU: rojo / racing */
.city-pill-tgu {
     background: linear-gradient(135deg, #02081a, #d97f0b);
    color: #fff;
}

/* Pseudo efecto de velocidad */
.city-pill-tgu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.12) 4px,
    transparent 4px,
    transparent 8px
  );
  opacity: 0.25;
  pointer-events: none;
}

.city-pill-icon {
  font-size: 12px;
}

.city-pill {
  position: absolute;
  top: 8px;
  right: 8px;   /* 👈 Esto garantiza derecha */
  
}