body{
    /*font-family: "Nunito Sans", sans-serif;*/
    display:flex; 
    flex-direction:column;  
}
footer{
  margin-top:auto; 
}
main{
    min-height: 85vh;
}

@media (max-width: 768px) {
    .h-app {
        height: 73vh;
    }
}

@media (min-width: 769px) {
    .h-app {
        height: 85vh;
    }
}

.h-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hidden {
   display: none; 
}

.lg-days-text {
    display: none;
}
.nav-orange{
	/*background: #FD9D50;*/
    background: var(--main-theme-color);
	color: #fff !important;
}
.btn-primary{
	color: #fff;
    /*
	background-color: #FD9D50;
	border-color:#FD9D50;
    */
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}
.btn-primary:hover {
    color: #fff;
    /*
    background-color: #c86b1e;
    border-color: #c86b1e;
    */
    background-color: var(--main-theme-color-dark);
    border-color: var(--main-theme-color-dark);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #ffab6e;
    border-color: #ffab6e;
}
.btn-primary:active, .btn-primary:focus {
    /*
    background-color: #FD9D50;
    border-color: #FD9D50;
    */
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.btn-outline-primary{
    /*
    color: #FD9D50;
    border-color: #FD9D50;
    */
    color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.btn-outline-primary:hover {
    /*
    background-color: #FD9D50;
    border-color: #ffab6e;
    */
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color-light);
}

.btn-primary:disabled {
    /*
    background-color: #FD9D50;
    border-color: #FD9D50;
    */
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.badge-light{
    border: 1px solid #343a40;
}

.badge-info{
    color: #fff
}

.btn-info{
    color: #fff
}

.btn-like-div {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
}

.no-hover {
  pointer-events: none;
}

.float-spinner{
    position:fixed;
    z-index:100;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    /*background-color:#F58120;*/
    background-color: var(--main-theme-color);
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float-spinner{
    margin-top:15px;
}

.my-float-button{
    font-size: 25px;
    margin-top:10px;
}

.marker-circle {
    display: block;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    cursor: pointer;
    padding: 0;
    background-color: red;
    color: white; 
    text-align: center; 
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    /*
    background-color: #FD9D50;
    border-color: #FD9D50;
    */
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

@media (min-width: 451px) {
    .sm-days-text {
        display: none;
    }
    .lg-days-text {
        display: block;
    }
}

#bodyContent{
    line-height: 19px;
}

/*.breadcrumb {
    display:none;
}*/

h5.card-header.font-weight-bold {
    font-size: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight:700;
}

.card.card-tareas h5 {
    font-size:20px;
    line-height:28px;
    margin-bottom:2px;
}

.card.card-tareas h5 span {
    font-size:13px;
    line-height:15px;
    margin-bottom:0px;
}

.card.card-tareas .card-body {
    border-bottom:1px solid #dedede;
}

.card.card-tareas .btn {
    width:100%;
    font-size:14px;
    margin-top:0px;
}

@media (max-width:480px) {
    .card.card-tareas .btn {
        width:100%;
        font-size:16px;
        margin-top:15px;
    }
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 5px
}
#progressbar {
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
    color: lightgrey
}
#progressbar .active {
    color: #000000
}
#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #origen:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5"
}
#progressbar #destino:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5"
}
#progressbar #paquete:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f49e"
}
#progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c" 
}
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;

}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
#progressbar li.active:before,
#progressbar li.active:after {
    /*background: #FD9D50*/
    background: var(--main-theme-color);
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}
.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}
.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}
.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}
.ul-nostyle{
    padding: 0;
    list-style-type: none;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.disabled_link {
  opacity: 0.7;
  pointer-events:none;
}

.form-check-label.font-weight-bold.font-size-rem1-3{
  font-size: 1.3rem;
}

.form-check-label.font-weight-bold.font-size-rem1-1{
  font-size: 1.1rem;
}

/* for sm */
.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

@media (max-width: 425px) {
    .custom-sm-pr-0 {
        padding-right: 0px;
    }
    .custom-sm-mt-1rem {
        margin-top: 1rem !important;
    }
    .btn-group.custom-sm-vertical {
        flex-direction: column !important;
    }
    .custom-sm-justify-content {
        justify-content: flex-start !important;
    }
    .custom-sm-justify-content button, .custom-sm-justify-content a {
        margin-right: 0.5rem;
    }
}
@media (min-width: 426px) {
    .custom-sm-justify-content {
        justify-content: flex-end !important;
    }
    .custom-sm-justify-content button, .custom-sm-justify-content a {
        margin-left: 0.5rem;
    }
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

@media (max-width: 769px) {
    .custom-mb-1 {
        margin-bottom: 0.25rem !important;
    }
}
@media (min-width: 770px) {
    .custom-md-2 {
        margin-left: 0.5rem !important;
    }
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

.btn.btn-primary.btn-sm.btn-caja-movil{
    font-size: 0.9rem;
}

.progresbar li, ::before, ::after{
    box-sizing: border-box;
    z-index: 10   
}

.blockquote-footer.quote{
    font-size: 100%;
}

.form-control.has-warning{
    border-color: #FFC107;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='DarkGoldenRod' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

h1.text-center.title-price {
    font-size: 3.25rem;
}

.blockquote-footer.text-danger{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 92%;
    color: #e3342f;
}

.input-group .input-group-append .btn.btn-lock{
    border-radius: 0.25rem;
}

.hero-header h1 {
    font-size: 60px;
}

.hero-header {
    padding-top:80px;
    padding-bottom:100px;
}

textarea.code-like {
    font-family: monospace;
}

footer.bg-grey {
    background-color:#dee2e6;
    margin-top:20px;
}

ul.footer-links li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}

ul.footer-links {
    margin-bottom:5px;
    margin-top:5px;
}

.registro-page .card {
    margin-top: 20px;
}

.registro-page .card.card-login {
    margin-top: 120px;
}

.registro-page .card.card-login .card-header {
    text-align: center;
}

.text-capitalize{
    text-transform: capitalize;    
}

@media (max-width: 768px) {
    .hero-header {
        padding-top:0px;
        padding-bottom:20px;
    }
}

@media (max-width: 480px) {
    .hero-header h1 {
        font-size: 55px;
    }

    .hero-header h4 {
        font-size: 24px;
    }

    .hero-header ul li {
        font-size: 18px;
        line-height: 30px;
    }

    ul.footer-links li {
        font-size: 13px;
    }

    .registro-page .card {
        margin-top: 0px;
    }

    .registro-page .card label {
        font-size: 18px;
    }

    .registro-page .card button {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .registro-page .card h5 {
        font-size: 23px;
    }

    .registro-page .card.card-login {
        margin-top: 0px;
        margin-bottom: 100px;
    }

    .card-body label {
        font-size: 20px;
        margin-bottom: 1px;     
    }

    .quote-card .card-body label {
        font-size: inherit;
        margin-bottom: 1px;     
    }
}

.info-start-end{
    font-size: 16px
}

.multiselect.is-valid .multiselect__tags{
    border: 1px solid #38c172;
}

.multiselect.is-invalid .multiselect__tags{
    border: 1px solid #e3342f;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    /*color: #FD9D50;*/
    color: var(--main-theme-color);
    background-color: transparent;
}

.modal-body.modal-overflow{
    height: 450px;
    overflow-y: scroll;
}

.invisible-btn-cover {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.line-break-2{
    line-height: 2;
}

.table th.light-like {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.status-badge-in-title {
  position: relative;
  bottom: 0px;
}
@media (min-width: 769px) {
  .status-badge-in-title {
    padding-left: 18px;
    bottom: 4px;
  }
}

.envios-info-collapsable .card-header {
  border-bottom: none;
}
.envios-info-collapsable .card-header a {
  line-height: 2;
}

.title-w-help h1 {
  display: inline-block;
}
.title-w-help a.help {
  font-size: 26px;
}

/* rewriting bootstrap */
.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.4);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-menu.client-payments.show {
  transform: translate3d(-179px, 29px, 0px) !important;
}

.dropdown-menu.show-shipping.show {
  transform: translate3d(-108px, 29px, 0px) !important;
}
/* rewriting bootstrap */

/* extending bootstrap colors */
.text-warning-dark {
  color: #ffc107 !important;
}

a.text-warning-dark:hover,
a.text-warning-dark:focus {
  color: #fde300 !important;
}
/* extending bootstrap colors */

/* measurements */
.wd-32 {
    width: 32px;
}
/* measurements */

.form-enabled {
    background-color: #fff !important;
}

.text-client-help {
    margin-bottom: 40px;
    font-size: 15px;
}

/* new badge colors */
.badge-pending {
  color: #fff;
  background-color: #FF9800;/*#f5a700*/
}
a.badge-pending:hover, a.badge-pending:focus {
  color: #fff;
  background-color: #cc7a00;/*#dc9600*/
}
a.badge-pending:focus, a.badge-pending.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);/*245, 167, 0,*/
}

.badge-approved {
  color: #fff;
  background-color: #09aba1;/*#4dbfff*/
}
a.badge-approved:hover, a.badge-approved:focus {
  color: #fff;
  background-color: #067b73;/*#1aadff*/
}
a.badge-approved:focus, a.badge-approved.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(9, 171, 161, 0.5);/*77, 191, 255,*/
}

.badge-collected {
  color: #fff;
  background-color: #5180a5;/*#a0e01e*/
}
a.badge-collected:hover, a.badge-collected:focus {
  color: #fff;
  background-color: #406583;/*#80b318*/
}
a.badge-collected:focus, a.badge-collected.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 128, 165, 0.5);/*160, 224, 30,*/
}

.badge-notcollected {
  color: #fff;
  background-color: #ff0000;/*#676c68*/
}
a.badge-notcollected:hover, a.badge-notcollected:focus {
  color: #fff;
  background-color: #cc0000;/*#4e524f*/
}
a.badge-notcollected:focus, a.badge-notcollected.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);/*103, 108, 104,*/
}

.badge-basecollected {
  color: #fff;
  background-color: #6594b9;/*#3d9c04*/
}
a.badge-basecollected:hover, a.badge-basecollected:focus {
  color: #fff;
  background-color: #497ba2;/*#2a6a03*/
}
a.badge-basecollected:focus, a.badge-basecollected.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 148, 185, 0.5);/*61, 156, 4,*/
}

.badge-basedelivered {
  color: #fff;
  background-color: #6594b9;/*#3665ce*/
}
a.badge-basedelivered:hover, a.badge-basedelivered:focus {
  color: #fff;
  background-color: #497ba2;/*#2950a8*/
}
a.badge-basedelivered:focus, a.badge-basedelivered.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 148, 185, 0.5);/*54, 101, 206,*/
}

.badge-routed {
  color: #fff;
  background-color: #b6d400;/*#6959e0*/
}
a.badge-routed:hover, a.badge-routed:focus {
  color: #fff;
  background-color: #8aa100;/*#422ed8*/
}
a.badge-routed:focus, a.badge-routed.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(182, 212, 0, 0.5);/*105, 89, 224,*/
}

.badge-routeprogrammed {
  color: #fff;
  background-color: #a2b918;/*#35a8cf*/
}
a.badge-routeprogrammed:hover, a.badge-routeprogrammed:focus {
  color: #fff;
  background-color: #7a8c12;/*#2888a9*/
}
a.badge-routeprogrammed:focus, a.badge-routeprogrammed.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(162, 185, 24, 0.5);/*53, 168, 207,*/
}

.badge-comming {
  color: #fff;
  background-color: #b6d402;/*#f4b5f8*/
}
a.badge-comming:hover, a.badge-comming:focus {
  color: #fff;
  background-color: #8ba102;/*#ed86f4*/
}
a.badge-comming:focus, a.badge-comming.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(182, 212, 2, 0.5);/*244, 181, 248,*/
}

.badge-notdelivered {
  color: #fff;
  background-color: #ff0000;/*#a2b0bb*/
}
a.badge-notdelivered:hover, a.badge-notdelivered:focus {
  color: #fff;
  background-color: #cc0000;/*#8597a5*/
}
a.badge-notdelivered:focus, a.badge-notdelivered.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);/*162, 176, 187,*/
}

.badge-delivered {
  color: #fff;
  background-color: #2196F3;/*#ff7302*/
}
a.badge-delivered:hover, a.badge-delivered:focus {
  color: #fff;
  background-color: #0c7cd5;/*#ce5c00*/
}
a.badge-delivered:focus, a.badge-delivered.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);/*255, 115, 2,*/
}

.badge-canceled {
  color: #fff;
  background-color: #757575;/*#fe254c*/
}
a.badge-canceled:hover, a.badge-canceled:focus {
  color: #fff;
  background-color: #5b5b5b;/*#ef012c*/
}
a.badge-canceled:focus, a.badge-canceled.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5);/*254, 37, 76,*/
}
/* new badge colors */

/* mobile-app-like blocks */

.card.bordless {
  border: none;
}

.appcard {
  /*
  padding: 10px;
  border-radius: 10px;
  background-color: #F7F7F7;
  */
}
.appcard .apptitle {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.appcard .apptitle .subtitle- {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.appcard .appbody {
  padding-top: 15px;
  /*
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  */
  border-radius: 8px;
}
.appcard .appbody.addresses {
  min-height: 190px;
}
.appcard .appbody .right {
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 12px;
  padding-left: 3px;
  text-align: right;
  color: #7a828a;
}
.appcard .appbody .left {
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 12px;
  padding-right: 3px;
}
.appcard .appbody .center {
  text-align: center;
}
.appcard .appbody .orange {
  /*color: #FD9D50;*/
  color: var(--main-theme-color);
}
.appcard .appbody .price {
  font-size: 20px;
  font-weight: bold;
}
/* mobile-app-like blocks */

/* boxes-theme styles */
.boxes-theme-body {
  color: #585c5e;
}

.boxes-theme-body .table {
  color: #585c5e;
}

.boxes-theme-body .table-hover tr:hover {
  color: #585c5e;
  background-color: transparent;
}

.boxes-theme-body h1, .boxes-theme-body h2, .boxes-theme-body h3, .boxes-theme-body h4, .boxes-theme-body h5, .boxes-theme-body h6, .boxes-theme-body .h1, .boxes-theme-body .h2, .boxes-theme-body .h3, .boxes-theme-body .h4, .boxes-theme-body .h5, .boxes-theme-body .h6 {
  font-weight: 600;
  color: #212529;
}

.boxes-theme .card-header h1, .boxes-theme .card-header h2, .boxes-theme .card-header h3, .boxes-theme .card-header h4, .boxes-theme .card-header h5, .boxes-theme .card-header h6 {
  margin-bottom: 0;
}

.boxes-theme a.unstyled p {
  color: #585c5e;
}

.boxes-theme.danger a.unstyled {
  text-decoration-color: #dc3545;
}

h1.boxes-theme{
  font-weight: 600;
}

.boxes-theme .card-body h6 {
  margin-bottom:0px;
  font-size: 0.95rem;
}

.boxes-theme .card-header {
  background-color: rgba(0,0,0,0);
}

.boxes-theme.card {
  box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 10px;
  border: none;
}

.boxes-theme.card.danger h6 {
  color: #dc3545;
}

.boxes-theme.card.danger {
  background-color: #fbeaec;
}

.boxes-theme.card.warning {
  background-color: #ffeeba;
}

.boxes-theme span {
  font-size: 13px;
}

.boxes-theme .decrease-amount {
  color: #585c5e;
  font-weight: normal;
}

.boxes-theme .increase-amount {
  color: #09aba1;
  font-weight: normal;
}

.row-envios .boxes-theme p {
  font-size: 13px;
  margin-bottom: 0px;
}

.row-envios .boxes-theme p i {
  color: #81868b;
}

.h-btn-xl {
    height: 37px;
}

.first-cap:first-letter{
  text-transform: capitalize;
}

.money-balances {
  color: #6c757d;
}

.table-headerless table thead, table.table-headerless thead {
  display: none;
}

.table-headerless .table td {
  padding: 0;
  /*vertical-align: top;*/
  border-top: none;
}

@media (max-width: 480px) {
  h1.boxes-theme {
    font-size: 30px;
  }
}
/* boxes-theme styles */

/* verification pathway */

.verification-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
.verification-box.clickable {
  cursor: pointer;
}
.verification-box.clickable:hover {
  /*background-color: #fed7b9;*/
  background-color: var(--main-theme-color-lighter);
}
.verification-box.bottom-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.verification-box .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.verification-box .main-desc {
  /*font-size: 1.0rem;*/
  font-weight: bold;
}
.verification-box .secondary-desc {
  /*font-size: 1.0rem;*/
}

/* verification pathway */

/* public menu */

.public-menu .title {
  color: #212529;
  font-size: 1.1rem;
}
.public-menu a:hover {
  text-decoration: none;
}
.public-menu i {
  color: #212529;
  font-size: 1.8rem;
  opacity: 0.6;
}
@media (max-width: 600px) {
  .public-menu .title {
    min-height: 56px;
  }
}

/* public menu */

/* responsive envios/recolecciones tables */

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
    display: none !important;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
  .show-mobile.d-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .w-md-60 {
    width: 60% !important;
  }
}
/* responsive envios/recolecciones tables */

/* other responsive elements */

@media (max-width: 767px) {
  .mobile-minus-plus input {
    flex-basis: 100% !important;
    order: 0;
    text-align: center;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .mobile-minus-plus .input-group-prepend {
    flex-basis: 50% !important;
    order: 1;
    margin-right: 0;
  }
  .mobile-minus-plus .input-group-append {
    flex-basis: 50% !important;
    order: 2;
    margin-left: 0;
  }
  .mobile-minus-plus .input-group-prepend button, .mobile-minus-plus .input-group-append button {
    width: 100%;
  }
  .mobile-minus-plus .input-group-prepend button {
    border-top-left-radius: 0;
  }
  .mobile-minus-plus .input-group-append button {
    border-top-right-radius: 0;
  }
  .multiselect.phone-two-lines .multiselect__tags {
    min-height: 60px !important;
  }
}

.animation-bounce{
    animation: bounce 0.5s; 
    animation-direction: alternate; 
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    animation-iteration-count: infinite; 
}

@keyframes bounce { 
    from { 
        transform: translate3d(0, 0, 0); 
    } 
    to { 
        transform: translate3d(0, -40px, 0); 
    } 
} 

/* Prefix Support */ 
/*  
ball { 
    -webkit-animation-name: bounce; 
    -webkit-animation-duration: 0.5s; 
    -webkit-animation-direction: alternate; 
    -webkit-animation-timing-function: cubic-bezier( 
    .5, 0.05, 1, .5); 
    -webkit-animation-iteration-count: infinite; 
} 
  
@-webkit-keyframes bounce { 
    from { 
        -webkit-transform: translate3d(0, 0, 0); 
        transform: translate3d(0, 0, 0); 
    } 
    to { 
        -webkit-transform: translate3d(0, 200px, 0); 
        transform: translate3d(0, 200px, 0); 
    } 
} 
*/
.pin-property {
    align-items: center;
    background-color: #FFFFFF;
    border-color:  #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    justify-content: center;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;

    gap: 15px;
    height: 20px;
    width: 22px;
    font-size: 12px;
    padding: 10px;
}

.pin-property::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    /*border-top: 9px solid inherit;*/
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 9px;

    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 85%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
}

.pin-property-special {
    align-items: center;
    background-color: #FFFFFF;
    border-color:  #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    justify-content: center;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;

    gap: 15px;
    height: 20px;
    width: 22px;
    font-size: 12px;
    padding: 10px;
}

.pin-property-special::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    /*border-top: 9px solid inherit;*/
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 9px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 85%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
}

.star-point {
    position: absolute;
    display: block;
    left: 16px;
    top: -1px;
    height: 9px;
    width: 9px;
    background-color: yellow;
    border-radius: 50%;
    border: 1.5px solid #5e5e5e !important;
}
/*
.star-five {
    margin: 5px 0;
    position: absolute;
    display: block;
    color: red;
    width: 0px;
    height: 0px;
    border-right: 10px solid transparent;
  
    border-left: 10px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: red;
    transform: rotate(35deg);
    left: 10px;
    top: -8px;
}
.star-five:before {
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: inherit;

    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -4.5px;
    left: -6.5px;
    display: block;
    content: '';
    transform: rotate(-35deg);
}
.star-five:after {
    position: absolute;
    display: block;
    color: red;
    top: .3px;
    left: -10.5px;
    width: 0px;
    height: 0px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    transform: rotate(-70deg);
    content: '';
}
*/
.pin-property-special.pending > .star-point {
    color:  #FFFFFF;
    background-color: #FFFFFF;
}

.pin-property-special.empty-fields > .star-point {
    color: #00FFFF;
    background-color: #00FFFF;
}

.pin-property-special.national-shipping  > .star-point {
    color: #FF0090;
    background-color: #FF0090;
}

.pin-property-special.preferential > .star-point {
    color: #FFFF00;
    background-color:#FFFF00;
}

.pin-property-special.preferential-km > .star-point {
    color: #FF0000;
    background-color: #FF0000;  
}

.pin-property-special.foreign-shipping > .star-point {
    color: #FD9D50 ;
    background-color: #FD9D50;  
}

.pin-property-special.complete > .star-point {
    color: #4BB543;
    background-color: #4BB543;  
}

.pin-property-special.no-complete > .star-point {
    color: #B9B9B9;
    background-color: #B9B9B9;  
}

.pin-property > i{
    -webkit-text-stroke: 0.5px black;
}

.pin-property-special > i{
    -webkit-text-stroke: 0.5px black;
}

.alert-danger-strong {
    border-color: #a00; !important;  /* Rojo más oscuro */
}


