@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
/* line 4, app/assets/stylesheets/pages.scss */
.billing-process-list {
  counter-reset: item;
  list-style-position: inside;
  list-style: none;
}

/* line 4, app/assets/stylesheets/pages.scss */
.billing-process-list > li {
  counter-increment: item;
}

/* line 4, app/assets/stylesheets/pages.scss */
.billing-process-list > li:before {
  color: #E60000;
  content: counter(item);
  margin-right: 10px;
  width: 1.2em;
}

/* line 4, app/assets/stylesheets/pages.scss */
.down-arrow {
  color: #E60000;
  font-family: fontawesome;
}

/* line 4, app/assets/stylesheets/pages.scss */
.more-information-button, .video-tutorial-button {
  border: 1px solid #E60000 !important;
  border-radius: 0;
  color: #E60000;
}

/* line 4, app/assets/stylesheets/pages.scss */
.text-cyan {
  color: #E60000;
}

/* line 4, app/assets/stylesheets/pages.scss */
.text-blue {
  color: #C30000;
}

/* line 4, app/assets/stylesheets/pages.scss */
.text-step {
  color: #E60000;
}

/* line 4, app/assets/stylesheets/pages.scss */
.want-to-join-button {
  background: #E60000;
  border: 1px solid #E60000 !important;
  border-radius: 0;
}

/* line 4, app/assets/stylesheets/pages.scss */
.bg-pearl {
  background: #f9feef;
}

/* line 4, app/assets/stylesheets/pages.scss */
.bg-gray {
  background: #ccc;
}

/* line 4, app/assets/stylesheets/pages.scss */
.bg-footer, .bg-header {
  background-color: #E60000;
}

/* line 4, app/assets/stylesheets/pages.scss */
.bg-client {
  background: linear-gradient(180deg, #FF6666 2%, #FF4D4D 75%);
}

/* line 4, app/assets/stylesheets/pages.scss */
.list-group-item:before {
  content: "â—";
  margin-right: .75rem;
}

/* line 4, app/assets/stylesheets/pages.scss */
li {
  border: none !important;
}

/* line 4, app/assets/stylesheets/pages.scss */
.carousel-img-container {
  height: 200px;
}

/* line 4, app/assets/stylesheets/pages.scss */
.carousel-img-container img {
  max-height: 100%;
  max-width: 100%;
}

/* line 4, app/assets/stylesheets/pages.scss */
.carousel-text-container {
  min-height: 150px;
}

/* line 5, app/assets/stylesheets/pages.scss */
#layout_public a, #kt_body i {
  color: #E60000;
}

/* line 8, app/assets/stylesheets/pages.scss */
#layout_public .pl-5 {
  padding-left: 2rem;
}

/* line 11, app/assets/stylesheets/pages.scss */
#layout_public .pr-5 {
  padding-right: 2rem;
}

/* line 14, app/assets/stylesheets/pages.scss */
#layout_public .min-vh-10 {
  min-height: 10.8vh !important;
}

/* line 17, app/assets/stylesheets/pages.scss */
#layout_public .text-blank {
  color: #fff;
}

/* line 20, app/assets/stylesheets/pages.scss */
#kt_body .btn:hover i {
  color: #fff;
}

/* line 23, app/assets/stylesheets/pages.scss */
.combined_icon_styles i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px !important;
}

/* line 31, app/assets/stylesheets/pages.scss */
#kt_login_signin_submit {
  width: 100%;
  background: #E60000;
  border-color: #E60000;
  color: #fff;
  font-size: 16px !important;
  font-weight: 600;
}

/* line 39, app/assets/stylesheets/pages.scss */
#kt_login_forgot {
  font-size: 14px !important;
}

/* line 42, app/assets/stylesheets/pages.scss */
.header_establisments {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

/* line 49, app/assets/stylesheets/pages.scss */
.toast-title {
  font-weight: bold;
}

/* line 52, app/assets/stylesheets/pages.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 56, app/assets/stylesheets/pages.scss */
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

/* line 60, app/assets/stylesheets/pages.scss */
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/pages.scss */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

/* line 79, app/assets/stylesheets/pages.scss */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 88, app/assets/stylesheets/pages.scss */
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
/* line 96, app/assets/stylesheets/pages.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 103, app/assets/stylesheets/pages.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/pages.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 113, app/assets/stylesheets/pages.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 118, app/assets/stylesheets/pages.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 123, app/assets/stylesheets/pages.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 127, app/assets/stylesheets/pages.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 131, app/assets/stylesheets/pages.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 135, app/assets/stylesheets/pages.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 139, app/assets/stylesheets/pages.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}

/* line 145, app/assets/stylesheets/pages.scss */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 150, app/assets/stylesheets/pages.scss */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 170, app/assets/stylesheets/pages.scss */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

/* line 175, app/assets/stylesheets/pages.scss */
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 184, app/assets/stylesheets/pages.scss */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 187, app/assets/stylesheets/pages.scss */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 190, app/assets/stylesheets/pages.scss */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 193, app/assets/stylesheets/pages.scss */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 196, app/assets/stylesheets/pages.scss */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 202, app/assets/stylesheets/pages.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 208, app/assets/stylesheets/pages.scss */
.toast {
  background-color: #030303;
}

/* line 211, app/assets/stylesheets/pages.scss */
.toast-success {
  background-color: #51A351;
}

/* line 214, app/assets/stylesheets/pages.scss */
.toast-error {
  background-color: #BD362F;
}

/* line 217, app/assets/stylesheets/pages.scss */
.toast-info {
  background-color: #2F96B4;
}

/* line 220, app/assets/stylesheets/pages.scss */
.toast-warning {
  background-color: #F89406;
}

/* line 223, app/assets/stylesheets/pages.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 235, app/assets/stylesheets/pages.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 239, app/assets/stylesheets/pages.scss */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 242, app/assets/stylesheets/pages.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  /* line 246, app/assets/stylesheets/pages.scss */
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 252, app/assets/stylesheets/pages.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 256, app/assets/stylesheets/pages.scss */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 259, app/assets/stylesheets/pages.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  /* line 263, app/assets/stylesheets/pages.scss */
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 269, app/assets/stylesheets/pages.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  /* line 273, app/assets/stylesheets/pages.scss */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* line 277, app/assets/stylesheets/pages.scss */
.container-fluid.text-center.flex-grow-1.d-flex.text-break {
  min-height: auto;
}

/* line 280, app/assets/stylesheets/pages.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 285, app/assets/stylesheets/pages.scss */
.card-ui {
  border-radius: 16px;
}

/* line 288, app/assets/stylesheets/pages.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 291, app/assets/stylesheets/pages.scss */
.d-flex {
  display: flex !important;
}

/* line 294, app/assets/stylesheets/pages.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 305, app/assets/stylesheets/pages.scss */
.card-ui {
  border-radius: 16px;
  min-width: 305px;
}

@media (max-width: 768px) {
  /* line 310, app/assets/stylesheets/pages.scss */
  .card-ui {
    width: 100%;
    /* Ocupa el 100% del ancho disponible */
  }
}

/* line 315, app/assets/stylesheets/pages.scss */
.card-ui-header {
  background: linear-gradient(90deg, #FF9999 0%, #FF8080 75%);
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/* line 321, app/assets/stylesheets/pages.scss */
.card-ui-header-tag {
  position: absolute;
  top: 0;
  height: 36px;
  color: #fff;
  background: linear-gradient(90deg, #FF6666 0%, #FF4D4D 100%);
  padding: 3px 10px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  gap: 10px;
  text-align: center;
  display: gap;
  place-content: center;
}

/* line 335, app/assets/stylesheets/pages.scss */
.card-ui-header-info {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 40px 25px 20px 25px;
}

/* line 341, app/assets/stylesheets/pages.scss */
.h-100 {
  height: 100% !important;
}

/* line 344, app/assets/stylesheets/pages.scss */
.card-ui-header-info-content {
  gap: 20px;
}

/* line 347, app/assets/stylesheets/pages.scss */
.text-ui-primary {
  color: #E60000 !important;
}

/* line 350, app/assets/stylesheets/pages.scss */
.card-ui-header-info-content-total {
  font-size: 46px;
  font-weight: 500;
}

/* line 354, app/assets/stylesheets/pages.scss */
.split {
  width: 1px;
  gap: 0px;
  opacity: 0px;
  border: 1px solid #c7d2e8;
  height: 90%;
}

/* line 361, app/assets/stylesheets/pages.scss */
.card-ui-header-info-content .info-aditional {
  margin-top: -15px;
}

/* line 364, app/assets/stylesheets/pages.scss */
.card-ui-header-info-content .value, .card-ui-header-info .date {
  font-size: 13px;
  font-weight: 400;
}

/* line 368, app/assets/stylesheets/pages.scss */
.text-ui-secondary {
  color: #7c889a;
}

/* line 371, app/assets/stylesheets/pages.scss */
.card-ui-header-info-content .price {
  font-size: 18px;
  font-weight: 500;
}

/* line 375, app/assets/stylesheets/pages.scss */
.card-ui-header-info mat-icon {
  font-size: 14px;
}

/* line 378, app/assets/stylesheets/pages.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* line 393, app/assets/stylesheets/pages.scss */
.mat-icon {
  -webkit-user-select: none;
  user-select: none;
  background-repeat: no-repeat;
  display: inline-block;
  fill: currentColor;
  height: 24px;
  width: 24px;
  overflow: hidden;
}

/* line 403, app/assets/stylesheets/pages.scss */
.mt-2, .my-2 {
  margin-top: .5rem !important;
}

/* line 407, app/assets/stylesheets/pages.scss */
.card-ui-header-info .date {
  margin-left: -5px;
}

/* line 410, app/assets/stylesheets/pages.scss */
.card-ui-header-info-content .value, .card-ui-header-info .date {
  font-size: 14px;
  font-weight: 400;
}

/* line 415, app/assets/stylesheets/pages.scss */
.card-ui-header-info .date {
  margin-left: -5px;
}

/* line 418, app/assets/stylesheets/pages.scss */
.card-ui-header-info-content .value, .card-ui-header-info .date {
  font-size: 14px;
  font-weight: 400;
}

/* line 423, app/assets/stylesheets/pages.scss */
.text-ui-secondary {
  color: #d3d3d3;
}

/* line 426, app/assets/stylesheets/pages.scss */
.card-ui-body-item {
  border-radius: 16px;
  background: linear-gradient(91.91deg, #161a26 -11.51%, #202c4a 98.53%);
  padding: 10px 15px;
  gap: 10px;
  cursor: pointer;
  border: none;
  outline: none;
}

/* line 435, app/assets/stylesheets/pages.scss */
.card-ui-body-item-text .download {
  color: #7c889a;
  font-size: 12px;
  font-weight: 400px;
  line-height: 14px;
}

/* line 441, app/assets/stylesheets/pages.scss */
.card-ui-body-item-text .wallet {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

/* line 447, app/assets/stylesheets/pages.scss */
.card-ui-footer {
  padding: 0 25px;
  gap: 10px;
  margin-bottom: 25px;
}

/* line 452, app/assets/stylesheets/pages.scss */
.card-ui-body {
  padding: 30px 25px;
  gap: 12px;
}

/* line 456, app/assets/stylesheets/pages.scss */
.mat-h1, .mat-headline-5, .mat-typography .mat-h1, .mat-typography .mat-headline-5, .mat-typography h1 {
  font: 400 24px / 32px Rubik;
  letter-spacing: normal;
  margin: 0 0 16px;
}

/* line 461, app/assets/stylesheets/pages.scss */
.mat-divider {
  display: block;
  margin: 0;
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 467, app/assets/stylesheets/pages.scss */
.mat-divider {
  border-top-color: #0000001f;
}

/* line 470, app/assets/stylesheets/pages.scss */
.mr-2 {
  margin-right: .5rem;
}

/* line 473, app/assets/stylesheets/pages.scss */
.card-custom {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

/* line 477, app/assets/stylesheets/pages.scss */
.card-custom:hover {
  transform: scale(1.05);
}

/* line 481, app/assets/stylesheets/pages.scss */
.btn-custom:hover {
  border-color: #E60000;
}

/* line 484, app/assets/stylesheets/pages.scss */
.text-uppercase {
  text-transform: uppercase;
}

@media (min-width: 771px) {
  /* line 488, app/assets/stylesheets/pages.scss */
  .img-fluid-public {
    width: 50%;
    /* 55% width on large screens */
  }
}

/* line 492, app/assets/stylesheets/pages.scss */
.img-fluid-logo {
  width: 60%;
  /* 55% width on large screens */
}

/* line 495, app/assets/stylesheets/pages.scss */
.navbar-toggler-icon {
  color: #ffffff;
}

/* line 498, app/assets/stylesheets/pages.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* Alinear el contenido del navbar desplegado */
@media (max-width: 991.98px) {
  /* line 509, app/assets/stylesheets/pages.scss */
  .navbar .navbar-nav {
    text-align: right;
    margin-right: auto;
  }
  /* line 513, app/assets/stylesheets/pages.scss */
  .img-fluid-logo {
    width: 40%;
    /* 55% width on large screens */
  }
}

/* line 517, app/assets/stylesheets/pages.scss */
.content {
  flex-grow: 1;
}

/* line 520, app/assets/stylesheets/pages.scss */
.pr-2 {
  padding-right: 1.5rem;
}

/* line 523, app/assets/stylesheets/pages.scss */
.footer-images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #f0f0f0;
  /* Gris claro */
  padding: 20px;
  margin: 0 auto;
  /* Centrar el contenedor */
}

/* line 532, app/assets/stylesheets/pages.scss */
.footer-images img {
  max-width: 9%;
  height: auto;
  margin: 10px;
  transform: scale(1.9);
}

@media (max-width: 768px) {
  /* line 541, app/assets/stylesheets/pages.scss */
  .footer-images img {
    transform: scale(3.9);
  }
  /* line 544, app/assets/stylesheets/pages.scss */
  #qr_cliente {
    flex-wrap: wrap !important;
  }
  /* line 547, app/assets/stylesheets/pages.scss */
  #qr_cliente .qr-container {
    margin-bottom: 2rem;
  }
  /* line 550, app/assets/stylesheets/pages.scss */
  #qr_code {
    transform: scale(0.7);
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  /* line 554, app/assets/stylesheets/pages.scss */
  #qr_cliente {
    flex-wrap: wrap-reverse !important;
  }
  /* line 557, app/assets/stylesheets/pages.scss */
  #qr_cliente .qr-container {
    margin-bottom: 2rem;
  }
}

/* line 561, app/assets/stylesheets/pages.scss */
.qr-box {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* Make the QR container take the full height */
}

/* line 571, app/assets/stylesheets/pages.scss */
.list-group-item::before {
  content: none;
  /* Elimina el contenido antes del elemento */
}

/* line 574, app/assets/stylesheets/pages.scss */
.toast-message {
  color: #000;
}

/* line 577, app/assets/stylesheets/pages.scss */
.toast-close-button {
  color: #000 !important;
}

/* Asegura que el contenedor de la tabla se ajuste al ancho disponible */
/* line 581, app/assets/stylesheets/pages.scss */
.table-responsive {
  overflow-x: auto;
  /* Permite scroll horizontal solo si es necesario */
  width: 100%;
  /* Ajusta el ancho del contenedor al 100% */
}

/* Ajusta el ancho de las columnas para evitar desbordamiento */
/* line 587, app/assets/stylesheets/pages.scss */
.table {
  width: 100%;
  /* Asegura que la tabla use el 100% del ancho de su contenedor */
  table-layout: fixed;
  /* Establece un diseño fijo para las columnas */
}

/* Ajusta el texto para que se ajuste a dos líneas si es necesario */
/* line 593, app/assets/stylesheets/pages.scss */
.table th, .table td {
  word-wrap: break-word;
  /* Permite que las palabras largas se dividan en varias líneas */
  overflow-wrap: break-word;
  /* Alternativa a word-wrap */
  white-space: normal;
  /* Permite que el texto se envuelva en lugar de forzar una sola línea */
  text-overflow: ellipsis;
  /* Opcional: añade puntos suspensivos si el texto es demasiado largo */
}

/* Ajusta el tamaño de la fuente y el padding en pantallas pequeñas */
@media (max-width: 767.98px) {
  /* line 602, app/assets/stylesheets/pages.scss */
  .table th, .table td {
    font-size: 0.875rem;
    /* Ajusta el tamaño de la fuente */
    padding: 0.5rem;
    /* Ajusta el relleno para mejor ajuste del contenido */
  }
}

/* line 607, app/assets/stylesheets/pages.scss */
.sector-header th {
  font-size: 1rem;
  /* Tamaño de fuente más pequeño */
  font-weight: bold;
  /* Negrita para el título */
  background-color: #ff0000;
  /* Fondo rojo */
  color: #ffffff;
  /* Texto en blanco para contraste */
  border: 1px solid #dee2e6;
  /* Bordes alrededor del encabezado */
  padding: 0.5rem;
  /* Espaciado dentro de la celda */
}

/* line 615, app/assets/stylesheets/pages.scss */
.w-16 {
  width: 4rem;
}

/* line 618, app/assets/stylesheets/pages.scss */
.text-color-boton-texto, .text-color-fondo {
  color: #fff;
}

/* line 621, app/assets/stylesheets/pages.scss */
.h-16 {
  height: 4rem;
}

/* line 624, app/assets/stylesheets/pages.scss */
.justify-center {
  justify-content: center;
}

/* line 627, app/assets/stylesheets/pages.scss */
.items-center {
  align-items: center;
}

/* line 630, app/assets/stylesheets/pages.scss */
.flex {
  display: flex;
}

/* line 633, app/assets/stylesheets/pages.scss */
.rounded-full {
  border-radius: 9999px;
}

/* line 636, app/assets/stylesheets/pages.scss */
.bg-color-accent, .bg-color-boton {
  background-color: #e2211c;
}

/* line 640, app/assets/stylesheets/pages.scss */
.mt-5 {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  /* line 644, app/assets/stylesheets/pages.scss */
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  /* line 649, app/assets/stylesheets/pages.scss */
  .md\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  /* line 655, app/assets/stylesheets/pages.scss */
  .md\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

@media (min-width: 768px) {
  /* line 662, app/assets/stylesheets/pages.scss */
  .md\:grid {
    display: grid;
  }
}

/* line 667, app/assets/stylesheets/pages.scss */
*, :after, :before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

/* line 673, app/assets/stylesheets/pages.scss */
.flex {
  display: flex;
}

/* line 676, app/assets/stylesheets/pages.scss */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* line 679, app/assets/stylesheets/pages.scss */
.text-4xl {
  font-size: 2.25rem;
}

/* line 682, app/assets/stylesheets/pages.scss */
.font-bold {
  font-weight: 700;
}

/* line 685, app/assets/stylesheets/pages.scss */
.ml-4 {
  margin-left: 1rem;
}

/* line 688, app/assets/stylesheets/pages.scss */
.text-gray-900 {
  color: #1a202c;
}

/* line 691, app/assets/stylesheets/pages.scss */
.leading-6 {
  line-height: 1.5rem;
}

/* line 694, app/assets/stylesheets/pages.scss */
.text-lg {
  font-size: 1.125rem;
}

/* line 697, app/assets/stylesheets/pages.scss */
.font-medium {
  font-weight: 500;
}

/* line 700, app/assets/stylesheets/pages.scss */
.text-gray-500 {
  color: #a0aec0;
}

/* line 703, app/assets/stylesheets/pages.scss */
.mt-2 {
  margin-top: .5rem;
}

/* line 706, app/assets/stylesheets/pages.scss */
.leading-6 {
  line-height: 1.5rem;
}

/* line 709, app/assets/stylesheets/pages.scss */
.text-base {
  font-size: 1rem;
}

/* line 713, app/assets/stylesheets/pages.scss */
.cursor-pointer {
  cursor: pointer;
  /* Cambiar el cursor al pasar por encima */
}

/* line 717, app/assets/stylesheets/pages.scss */
.modal-dialog {
  max-width: 50%;
  /* Ajustar el ancho del modal para que se ajuste mejor a la pantalla */
}

@media (max-width: 576px) {
  /* Para pantallas pequeñas */
  /* line 721, app/assets/stylesheets/pages.scss */
  .modal-dialog {
    max-width: 100%;
  }
}

/* line 725, app/assets/stylesheets/pages.scss */
.CookieDeclaration {
  display: none;
}

/* line 728, app/assets/stylesheets/pages.scss */
.nav-item .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  /* Asegura que se alinee a la derecha correctamente */
  width: auto;
  /* Previene que ocupe un ancho mayor y cause scroll */
}

/* Para desplegar el dropdown al hacer hover */
/* line 735, app/assets/stylesheets/pages.scss */
.user-dropdown:hover .dropdown-menu {
  display: block;
}

/* Aseguramos que el dropdown no se colapse al mover el mouse */
/* line 740, app/assets/stylesheets/pages.scss */
.user-dropdown .dropdown-menu {
  display: none;
  position: absolute;
}

/* line 744, app/assets/stylesheets/pages.scss */
#home_index {
  min-height: 65vh;
}

/* line 747, app/assets/stylesheets/pages.scss */
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #E60000 !important;
  border-color: #E60000 !important;
  color: #FFFFFF;
}

/* line 752, app/assets/stylesheets/pages.scss */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #E60000 !important;
  width: 18px;
}

/* line 756, app/assets/stylesheets/pages.scss */
#CookiebotWidget .CookiebotWidget-consent-details button {
  align-items: center;
  color: #E60000 !important;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  margin-bottom: 12px;
}

/* line 764, app/assets/stylesheets/pages.scss */
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background-color: #FFFFFF;
  border-color: #E60000 !important;
  color: #141414;
  transition-delay: .3s;
}

/* line 770, app/assets/stylesheets/pages.scss */
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  background-color: #E60000 !important;
  border: 2px solid #E60000 !important;
}

/* line 774, app/assets/stylesheets/pages.scss */
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-color: transparent;
  border-bottom: 1px solid #E60000 !important;
  color: #E60000 !important;
}

/* line 779, app/assets/stylesheets/pages.scss */
#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #E60000 !important;
}

/* line 782, app/assets/stylesheets/pages.scss */
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #E60000 !important;
}

/* line 785, app/assets/stylesheets/pages.scss */
.pl-5 {
  padding-left: 3rem !important;
}

/* Contenedor de la información de saldo generado y canjeado */
/* line 789, app/assets/stylesheets/pages.scss */
.card-ui-header-info {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 795, app/assets/stylesheets/pages.scss */
  .card-ui-header-info {
    flex-direction: row;
    /* Para pantallas más grandes, los elementos estarán en fila */
    justify-content: flex-start;
    text-align: left;
    /* Ajustar alineación a la izquierda en pantallas grandes */
  }
}

/* Estilo adicional para la separación entre bloques de información */
/* line 804, app/assets/stylesheets/pages.scss */
.info-aditional {
  margin-bottom: 1rem;
  /* Espacio entre las secciones en pantallas pequeñas */
}

@media (min-width: 768px) {
  /* line 809, app/assets/stylesheets/pages.scss */
  .info-aditional {
    margin-bottom: 0;
    /* Elimina el espacio en pantallas más grandes */
    margin-right: 1.5rem;
    /* Añade espacio horizontal entre los bloques de información */
  }
}

/* Estilos para la fecha y el icono */
/* line 816, app/assets/stylesheets/pages.scss */
.date {
  font-size: 0.875rem;
  /* Tamaño más pequeño en pantallas móviles */
  margin-top: 1rem;
  /* Separación superior en pantallas pequeñas */
}

@media (min-width: 768px) {
  /* line 822, app/assets/stylesheets/pages.scss */
  .date {
    font-size: 1rem;
    /* Tamaño normal en pantallas grandes */
    margin-top: 0;
    /* Elimina el margen en pantallas grandes */
  }
}

/* Pantallas menores a 768px */
@media (max-width: 767.98px) {
  /* line 830, app/assets/stylesheets/pages.scss */
  .col-md-6, .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 835, app/assets/stylesheets/pages.scss */
  .qr-container, .card {
    margin-bottom: 1rem;
    /* Espacio entre el QR y la caja de saldo */
  }
  /* line 839, app/assets/stylesheets/pages.scss */
  .split {
    display: none;
  }
}

/* Pantallas medianas (768px a 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 844, app/assets/stylesheets/pages.scss */
  .col-md-6, .col-lg-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  /* line 849, app/assets/stylesheets/pages.scss */
  .qr-container, .card {
    margin-bottom: 1rem;
    /* Espacio entre las filas */
  }
  /* line 852, app/assets/stylesheets/pages.scss */
  .split {
    display: none;
  }
}

/* line 854, app/assets/stylesheets/pages.scss */
.card-ui-header-info {
  display: flex;
  flex-direction: column;
  /* Por defecto, columna en móviles */
}

@media (min-width: 768px) {
  /* line 860, app/assets/stylesheets/pages.scss */
  .card-ui-header-info {
    flex-direction: row;
    /* Cambiar a fila en pantallas más grandes */
    justify-content: space-between;
    /* Espacio entre los elementos */
  }
}

/* line 866, app/assets/stylesheets/pages.scss */
.info-aditional {
  margin-bottom: 1rem;
  /* Espacio en móviles */
}

@media (min-width: 768px) {
  /* line 871, app/assets/stylesheets/pages.scss */
  .info-aditional {
    margin-bottom: 0;
    /* Elimina el margen en pantallas más grandes */
  }
}

/* line 875, app/assets/stylesheets/pages.scss */
.leading-tight {
  line-height: 1.25;
}

/* line 878, app/assets/stylesheets/pages.scss */
.text-5xl {
  font-size: 2.5rem;
}

/* line 881, app/assets/stylesheets/pages.scss */
.font-bold {
  font-weight: 700;
}

/* line 884, app/assets/stylesheets/pages.scss */
.text-color-accent, .text-color-boton {
  color: #E60000;
}

/* line 887, app/assets/stylesheets/pages.scss */
#home_index .img-fluid {
  width: 64%;
}

/* line 891, app/assets/stylesheets/pages.scss */
:root {
  --bs-body-font-family: 'Montserrat', sans-serif;
  /* Cambia a Montserrat */
  --bs-font-sans-serif: 'Montserrat', sans-serif;
  /* Para asegurar que todas las fuentes sans-serif cambien */
}

/* line 896, app/assets/stylesheets/pages.scss */
body {
  font-family: var(--bs-body-font-family);
}

/* line 899, app/assets/stylesheets/pages.scss */
.align {
  text-align: justify;
}

/* line 902, app/assets/stylesheets/pages.scss */
.card {
  border: 1px solid #dee2e6;
  /* Color de borde */
  border-radius: 8px;
  /* Bordes redondeados */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Sombra sutil */
  transition: transform 0.2s;
  /* Transición suave */
}

/* line 909, app/assets/stylesheets/pages.scss */
.card:hover {
  transform: scale(1.02);
  /* Efecto de hover */
}

/* line 913, app/assets/stylesheets/pages.scss */
.card-title {
  font-size: 1.5rem;
  /* Tamaño del título */
  font-weight: bold;
  /* Negrita */
}

/* line 918, app/assets/stylesheets/pages.scss */
.card-text {
  font-size: 1.1rem;
  /* Tamaño del texto */
  color: #495057;
  /* Color del texto */
}

/* Asegurarse que las tarjetas se vean bien en dispositivos móviles */
@media (max-width: 768px) {
  /* line 925, app/assets/stylesheets/pages.scss */
  .card {
    width: 100%;
    /* Ocupa el 100% en móviles */
  }
  /* line 928, app/assets/stylesheets/pages.scss */
  .date-info {
    flex-direction: column !important;
  }
}

/* line 930, app/assets/stylesheets/pages.scss */
.obtencion-premios, .utilizacion-premios {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 933, app/assets/stylesheets/pages.scss */
#proceso_venta.row > * {
  margin-top: 0 !important;
}

/* line 936, app/assets/stylesheets/pages.scss */
.fa-15x {
  font-size: 1.5em;
}

/* line 938, app/assets/stylesheets/pages.scss */
.estilo_caja {
  color: #E60000;
  font-size: 1.1em;
  background-color: #f9d6d6;
  border: 2px solid #E60000;
  border-radius: 5px;
  padding: 18px;
  position: relative;
}

/* Títulos */
/* line 949, app/assets/stylesheets/pages.scss */
.establishment-title,
.establishment-subtitle {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  /* color eliminado para mantener el color original (rojo) */
}

/* line 957, app/assets/stylesheets/pages.scss */
.establishment-description {
  text-align: center;
  margin-top: 1.5rem;
  /* mt-4 */
}

/* Bloques de fechas */
/* line 963, app/assets/stylesheets/pages.scss */
.date-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 969, app/assets/stylesheets/pages.scss */
.date-box {
  background-color: #f8f9fa;
  border-radius: 8px;
  font-size: 1.25rem;
  padding: 1.5rem;
  /* p-4 */
  margin: 0.5rem;
  /* m-2 */
}

/* line 977, app/assets/stylesheets/pages.scss */
.date-box-title {
  font-size: 1.5rem !important;
  /* color eliminado */
  margin-bottom: 0.5rem;
}

/* line 983, app/assets/stylesheets/pages.scss */
.date-box-dates {
  font-size: 1.25rem !important;
  /* color eliminado */
  margin-bottom: 0;
}

/* Campaña terminada */
/* line 990, app/assets/stylesheets/pages.scss */
.finish-campaign {
  /* color eliminado */
  text-align: center;
  font-size: 1.25rem;
}

/* Caja general */
/* line 997, app/assets/stylesheets/pages.scss */
.campaign-box {
  background-color: #f8f9fa;
  border: 2px solid #E60000;
  border-radius: 8px;
  overflow: hidden;
  font-size: 1.25rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  margin-bottom: 0rem;
  /* mb-5 */
}

/* line 1012, app/assets/stylesheets/pages.scss */
.campaign-box h5 {
  color: #E60000;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* line 1018, app/assets/stylesheets/pages.scss */
.campaign-box p {
  margin-bottom: 1.5rem;
}

/* Botones */
/* line 1023, app/assets/stylesheets/pages.scss */
.btn-campaign {
  background-color: #E60000 !important;
  color: white !important;
  border-radius: 4px;
  transition: transform 0.3s ease;
  transform-origin: center;
  width: 100%;
}

/* line 1032, app/assets/stylesheets/pages.scss */
.btn-campaign:hover {
  transform: scale(1.05);
  color: white !important;
}

/* Input */
/* line 1038, app/assets/stylesheets/pages.scss */
.email-input {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* line 1042, app/assets/stylesheets/pages.scss */
.text-red {
  color: #E60000 !important;
}

/* line 1045, app/assets/stylesheets/pages.scss */
.fs-texto {
  font-size: 1.25rem !important;
}

/* line 1048, app/assets/stylesheets/pages.scss */
.p-registro {
  padding: 1.5rem !important;
}

/* line 1051, app/assets/stylesheets/pages.scss */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E60000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

/* line 1055, app/assets/stylesheets/pages.scss */
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E60000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(0deg);
}

/* Cambiar el borde o sombra cuando el botón está en focus */
/* line 1061, app/assets/stylesheets/pages.scss */
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 0, 0, 0.5);
  /* rojo semitransparente */
  border-color: #E60000 !important;
  outline: none;
}

/* line 1067, app/assets/stylesheets/pages.scss */
.form-select.form-select-lg.form-select-solid {
  background-color: #f0f0f0 !important;
  border-color: var(--bs-gray-100);
  color: var(--bs-gray-700);
  font-size: 0.8rem;
  line-height: 1.5;
  min-height: calc(1.5em + 1.65rem + 2px);
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='gray' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  transition: color .2s ease;
}

/* line 1085, app/assets/stylesheets/pages.scss */
.form-select.form-select-lg.form-select-solid:focus {
  border-color: #E60000 !important;
  box-shadow: none !important;
  outline: none;
}

/* line 1090, app/assets/stylesheets/pages.scss */
.align-left {
  text-align: left !important;
}
