/*

CSS personalzado SLM
PuntoGo

*/


.border-primary {
    border-color: #e23844!important;
}

.bg-primary {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
  background: #2ad2c9;
	/* Old browsers */
  background: -moz-linear-gradient(45deg, #2ad2c9 0%, #28f2f2 100%);
	/* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2ad2c9 0%, #28f2f2 100%);
	/* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(45deg, #d92662 0%, #e23744 100%); */
  background: linear-gradient(45deg, #2ad2c9 0%, #28f2f2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */;
}

.bg-secondary {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
  background: #2ad2c9;
	/* Old browsers */
  background: -moz-linear-gradient(45deg, #2ad2c9 0%, #28f2f2 100%);
	/* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2ad2c9 0%, #28f2f2 100%);
	/* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(45deg, #d92662 0%, #e23744 100%); */
  background: linear-gradient(45deg, #2ad2c9 0%, #28f2f2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */;
}

.btn-primary {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
  background: #28f2f2 !important;
	/* Old browsers */
  background: -moz-linear-gradient(45deg, #2ad2c9 0%, #28f2f2 100%) !important;
	/* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2ad2c9 0%, #28f2f2 100%) !important;
	/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2ad2c9 0%, #28f2f2 100%) !important;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
  border-color: #28f2f2 !important;
  color:#000000 !important;
}
.swal-confirm-button{
  background-color: #28f2f2 !important;
  color:#000000 !important;
}

.btn-primary:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
  background: #03a5a5 !important;
	/* Old browsers */
  background: -moz-linear-gradient(-45deg, #03a5a5 0%, #28f2f2 100%) !important;
	/* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #03a5a5 0%, #28f2f2 100%) !important;
	/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #03a5a5 0%, #28f2f2 100%) !important;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
  border-color: #28f2f2 !important;
}

.btn-outline-primary {
  color: #2ad2c9;
  border-color: #2ad2c9;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background: #2ad2c9;
	/* Old browsers */
  background: -moz-linear-gradient(-45deg, #2ad2c9 0%, #28f2f2 100%);
	/* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2ad2c9 0%, #28f2f2 100%);
	/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2ad2c9 0%, #28f2f2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
  border-color: #2ad2c9;
}

.text-primary {
  color: #2ad2c9 !important;
  text-decoration: none !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #28f2f2!important;
}

.text-shadow {
    text-shadow: 5px 4px 5px #000000;
}

.text-shadow-3 {
    text-shadow: 3px 3px 6px #000000;
}

.hc-offcanvas-nav h2 {
    background: #2ad2c9;
}


.selected-cat, .selected-btn{
  background: none !important;
  background-color: #69B3E7 !important;
  color: white !important;
  border: none;
}
.selected-cat p{
  color: white !important;
}



::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


/* Ocultar flechas en inputs type number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}




.cart-notification {
  background: #dc3545;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  height: 22px;
  width: 22px;
  /* line-height: 15px; */
  position: absolute;
  right: 20px;
  text-align: center;
  top: 10px;
  padding-top: 2px;
}

.modal-content .position-absolute{
  z-index: 1000;
}

.osahan-cart-item-profile .new-card-option .custom-control-label::before {
  margin: 14px 0;
}

.osahan-cart-item-profile .new-card-option .custom-control-label::after {
  margin: 14px 0;
}




.vertical-time-icons {
  padding: 2rem 0 0;
}
.vertical-timeline {
  width: 100%;
  position: relative;
  padding: 1.5rem 0 1rem;
}

.vertical-time-icons .vertical-timeline-element {
  margin-bottom: 1rem;
}
.vertical-timeline-element {
  position: relative;
  margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 .8s;
}
.vertical-time-icons .vertical-timeline-element-icon {
  width: 34px;
  height: 34px;
  left: 0;
  top: -7px;
}
.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: 60px;
}

/* @media only screen and (max-width: 1169px) */
.vertical-timeline--animate .vertical-timeline-element-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2-inverse .6s;
    -moz-animation: cd-bounce-2-inverse .6s;
    animation: cd-bounce-2-inverse .6s;
}
.vertical-timeline--animate .vertical-timeline-element-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 .6s;
    -moz-animation: cd-bounce-2 .6s;
    animation: cd-bounce-2 .6s;
}
.vertical-time-icons .vertical-timeline-element-content {
    margin-left: 50px;
}
.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem;
}

.vertical-timeline-element-content .timeline-title {
  font-size: .8rem;
  text-transform: uppercase;
  margin: 0 0 .5rem;
  padding: 2px 0 0;
  font-weight: 700;
}

.vertical-timeline-element-content p {
  color: #6c757d;
  margin: 0 0 .5rem;
}

.vertical-time-icons .vertical-timeline-element-icon .timeline-icon {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50px;
  border-width: 2px;
  border-style: solid;
  box-shadow: 0 0 0 5px #fff;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
}

.vertical-time-icons::before {
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  height: 100%;
  width: 6px;
  background: #e9ecef;
  border-radius: .25rem;
}

.vertical-timeline-element-content:after {
  content: "";
  display: table;
  clear: both;
}

.vertical-timeline-element:after {
  content: "";
  display: table;
  clear: both;
}

.vertical-time-icons .vertical-timeline-element-icon .timeline-icon i {
  display: block;
  font-size: 1.1rem;
  margin: 0 auto;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.osahan-menu-fotter .col {
  overflow-x: hidden;
}

.osahan-menu-fotter .col .menu-footer-text {
  white-space: nowrap;
  margin-left: -100%;
  margin-right: -100%;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar, .fixed-table-body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Se quita la sombra en focus de los botones, dejar para los botones de .no-scrollbar en caso de quitar */
button:focus {
  box-shadow: none !important;
}

.restaurant_card .img-fluid {
  height: 170px;
  object-fit: cover;
}

.osahan-menu-fotter .col.selected a, .osahan-menu-fotter .col.selected p {
  color: #31f2f2 !important;
}

.osahan-menu-fotter .col.selected img {
  filter: none !important;
}

.menu-footer-text.toggle {
  position: unset;
  cursor: unset;
  top: unset;
  width: unset;
  min-height: unset;
  left: unset;
  z-index: unset;
}

.connected-success {
  background-color: #2c8c42 !important;
}


.switch-state-btn.disabled {
  opacity: 0.75;
}


/* Se arregla un error en el centrado de los checkbox y radio inputs */
.custom-control-label::after, .custom-control-label::before {
  top: 0.15rem;
}


.swal2-loader {
  border-color: #28f2f2 transparent #28f2f2 transparent !important;
}

.ws-nowrap{
  white-space: nowrap;
}

.fixed-table-pagination {
  margin-left: 1rem;
  margin-right: 1rem;
}


.gettrip-closebtn{
  width: auto !important;
  height: auto !important;
  font-size: inherit !important;
  padding: 5px 10px !important;
  color: #dc3545 !important;
  /* border: 1px solid #dc3545 !important; */
  border-radius: .25rem !important;
  font-family: inherit !important;
}




.bottom-15 {
  bottom: 15px !important;
}


.order-collect .osahan-cart-item-profile .custom-control-label::before, .order-collect .osahan-cart-item-profile .custom-control-label::after {
    margin: 10px 0;
}













/* LOADERS */

@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

.dot-opacity-loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.dot-opacity-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}
.dot-opacity-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
.dot-opacity-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

.dot-opacity-loader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #2ad2c9;
  margin: 35px 5px;
  opacity: 0;
}






@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle-loader {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.circle-loader:before, .circle-loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #2ad2c9;
}

.circle-loader:before {
  z-index: 100;
  animation: spin 1s infinite;
}

.circle-loader:after {
  border: 10px solid #d9dbdc;
}


/* Para el botón de estado del conductor: */
.bg-primary.switch-state-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #2ad2c9;
}

.bg-primary.switch-state-btn a:before {
  z-index: 100;
  animation: spin 1s infinite;
}

.bg-primary.switch-state-btn a:after {
  border: 2px solid #d9dbdc;
}





@keyframes circle-fade-one {
  0% {
    width: 0px;
    height: 0px;
    opacity:1;
  }
  
  
  100% {
    width: 100%;
    height: 100%;
    opacity:0;
  }
}

@keyframes circle-fade-two {
  0% {
    width: 0px;
    height: 0px;
    opacity:1;
  }
  
  50% {
    width: 0px;
    height: 0px;
    opacity:1;
  }
  
  100% {
    width: 100%;
    height: 100%;
    opacity:0;
  }
}

.fade-circle-loader {
  width: 68px;
  height: 68px;
  position: absolute;
  pointer-events: none;
}

.bg-primary .fade-circle-loader:before {
  content: "";
  width:0px;
  height:0px;
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: circle-fade-one 2s infinite;
  -o-animation: circle-fade-one 2s infinite;
  -webkit-animation: circle-fade-one 2s infinite;
  -ms-animation: circle-fade-one 2s infinite;
  -moz-animation: circle-fade-one 2s infinite;
  animation-delay:0s;
  animation-timing-function: ease-in-out;
  background-color: #28a745;
}

.bg-primary .fade-circle-loader:after {
  content: "";
  width:0px;
  height:0px;
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: circle-fade-two 2s infinite;
  -o-animation: circle-fade-two 2s infinite;
  -moz-animation: circle-fade-two 2s infinite;
  -webkit-animation: circle-fade-two 2s infinite;
  -ms-animation: circle-fade-two 2s infinite;
  animation-delay:0s;
  animation-timing-function: ease-in-out;
  /* background-color: #2ad2c9; */
  background-color: #28a745;
}






.fade-circle-loader.circle-loader-timer {
  width: 100px;
  height: 100px;
  position: absolute;
  pointer-events: none;
}

.circle-loader-timer.fade-circle-loader:before {
  content: "";
  width:0px;
  height:0px;
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: circle-fade-one 2s infinite;
  -o-animation: circle-fade-one 2s infinite;
  -webkit-animation: circle-fade-one 2s infinite;
  -ms-animation: circle-fade-one 2s infinite;
  -moz-animation: circle-fade-one 2s infinite;
  animation-delay:0s;
  animation-timing-function: ease-in-out;
  /* background-color: #28a745; */
}

.circle-loader-timer.fade-circle-loader:after {
  content: "";
  width:0px;
  height:0px;
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: circle-fade-two 2s infinite;
  -o-animation: circle-fade-two 2s infinite;
  -moz-animation: circle-fade-two 2s infinite;
  -webkit-animation: circle-fade-two 2s infinite;
  -ms-animation: circle-fade-two 2s infinite;
  animation-delay:0s;
  animation-timing-function: ease-in-out;
  /* background-color: #2ad2c9; */
  /* background-color: #28a745; */
}

.circle-loader-timer.fade-circle-loader.green:before, .circle-loader-timer.fade-circle-loader.green:after {
  background-color: lightgreen;
}
.circle-loader-timer.fade-circle-loader.orange:before, .circle-loader-timer.fade-circle-loader.orange:after {
  background-color: orange;
}
.circle-loader-timer.fade-circle-loader.red:before, .circle-loader-timer.fade-circle-loader.red:after {
  background-color: orangered;
}



.border-red{
  border-color: #dc3545 !important;
}





















.base-timer {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}


/* EVITAR QUE DEN CLICK EN LOS MAPAS */
.mapouter {
  pointer-events:none !important;
}