@charset "UTF-8";
/* Base */
body {
  padding: 0px !important;
}

.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-lg {
  color: black;
}

.blur-off {
  backdrop-filter: blur(0px) !important;
  -webkit-backdrop-filter: blur(0px) !important;
}

.blur-5px {
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}

.blur-10px {
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.blur-20px {
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

.paddingTopBottom {
  padding-bottom: 100px !important;
  padding-top: 65px !important;
}

.continue-btn {
  font-size: 17px;
}

.display-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 700px;
}

#create-account-display, #have-account-cell-display {
  display: flex;
  justify-content: center;
  align-items: center;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}

@keyframes jump {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
    filter: blur(1px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translateY(100px);
    opacity: 0;
    filter: blur(3px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes fadeInUpOverlay {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fade-in-animation {
  animation: fadeIn 300ms ease-in-out 1 forwards;
}

.container-fluid {
  animation: fadeIn 300ms ease-in-out 1 forwards;
}

@keyframes show {
  from {
    opacity: 0;
    filter: blur(5px);
    scale: 60%;
  }
  to {
    opacity: 1;
    filter: blur(0px);
    scale: 100%;
  }
}
@font-face {
  font-family: "Orpheus Pro";
  src: url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.eot");
  src: url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.svg#Orpheus Pro") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  src: url("https://db.onlinewebfonts.com/t/bf9f5d50c1b928ff21436517a1a95ad9.eot");
  src: url("https://db.onlinewebfonts.com/t/bf9f5d50c1b928ff21436517a1a95ad9.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/bf9f5d50c1b928ff21436517a1a95ad9.woff") format("woff"), url("https://db.onlinewebfonts.com/t/bf9f5d50c1b928ff21436517a1a95ad9.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/bf9f5d50c1b928ff21436517a1a95ad9.svg#Proxima Nova") format("svg");
}
/* Pages */
/* Login */
#privacy-policy-display {
  font-size: 13px;
  margin-top: 15px;
  background-color: rgb(213, 213, 213);
  color: black;
  padding: 10px !important;
  max-width: 600px;
  text-align: justify;
  margin: 0px 20px;
}
#privacy-policy-display p {
  margin: 0px;
}
#privacy-policy-display button {
  margin: 0px;
}

.background-styles {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login-container .stripe-display {
  width: 100%;
  margin-bottom: 20px;
}
.login-container .stripe-display .stripe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.login-container .stripe-display .stripe img {
  max-height: 80px;
  max-width: 500px;
  /* width: 90%; */
  /*  @media screen and (min-width: 768px){
       width: 100%;

   } */
}
.login-container .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.login-container .row .login-body-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .login-container .row .login-body-container {
    gap: 50px;
  }
}
.login-container .row .login-body-container .company-message-container {
  max-width: 800px;
  width: 100%;
  margin-top: 0px;
}
.login-container .row .login-body-container .company-message-container h1 {
  text-align: center;
}
.login-container .row .login-body-container .company-message-container p {
  text-align: justify;
  margin: 0px;
  padding: 0px 20px;
}
.login-container .row .login-body-container .login-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 800px;
  width: 90%;
  padding: 20px;
  box-shadow: 0px 0px 10px black;
}
@media screen and (min-width: 768px) {
  .login-container .row .login-body-container .login-box {
    width: 100%;
    margin: 0px 20px;
  }
}
.login-container .row .login-body-container .login-box .button-display {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login-container .row .login-body-container .login-box .button-display .login-button {
  border-color: transparent;
  width: 90px !important;
  padding: 3px;
  font-size: 17px;
  border-radius: 5px;
  transition-duration: 200ms;
}
.login-container .row .login-display {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.company-info-links-large {
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

/* Home Page */
#home-page {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.home-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .home-container {
    gap: 50px;
  }
}
.home-container .header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-container .header-container .company-logo {
  max-width: 800px;
  width: 100%;
  padding: 20px;
  filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.5));
}
.home-container .body-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.home-container .body-container .buttons-container {
  padding: 0px 15px;
  margin: 0px;
  gap: 10px;
}
.home-container .body-container .buttons-container .hover-item {
  transition-duration: 200ms;
}
.home-container .body-container .buttons-container .hover-item:hover {
  scale: 1.05;
  box-shadow: 0px 0px 5px rgba(151, 151, 151, 0.5);
}
.home-container .company-welcome-message {
  background-color: rgba(213, 213, 213, 0.6);
  color: black;
  padding: 5px;
  width: 100%;
  max-width: 330px;
  font-weight: bold;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 480px) {
  .home-container .company-welcome-message {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .home-container .company-welcome-message {
    max-width: 590px;
  }
}
.home-container .company-welcome-message .message {
  margin: 0px;
  text-align: center;
}

/* Home Buttons */
/* Button Base */
.menu-boton {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  width: 300px;
}
@media (min-width: 480px) {
  .menu-boton {
    width: 265px;
  }
}
@media (min-width: 768px) {
  .menu-boton {
    width: 220px;
  }
}

/* Theme_Button_Border_Radius_Code */
.border-radius-rounded-1 {
  border-radius: 5px !important;
}

.border-radius-rounded-2 {
  border-radius: 10px !important;
}

.border-radius-pill {
  border-radius: 50px !important;
}

.border-radius-off {
  border-radius: 0px !important;
}

/* Theme_Button_Border_Code */
.border-line {
  border: 1px solid black;
}

.border-dashed {
  border: 2px dashed black;
}

.border-off {
  border: none !important;
}

/* Theme_Button_Icons_Code */
.icons-on {
  display: inline-block !important;
}

.icons-off {
  display: none !important;
}

/* Theme_Button_Box_Grid_Code */
.grid-1-columns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.grid-1-columns .list-group-item {
  width: 300px;
}

.grid-2-columns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 480px) {
  .grid-2-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-2-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-2-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-2-columns .list-group-item {
  width: 265px;
}

.grid-3-columns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 480px) {
  .grid-3-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-columns .list-group-item {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .grid-3-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-4-columns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 480px) {
  .grid-4-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-4-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-4-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* fa */
.fa {
  margin-right: 5px;
  font-size: 15px;
}

/* Team Page */
.company-team-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 100px;
  padding-top: 55px;
}
.company-team-page .company-team-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  gap: 10px;
  margin-bottom: 100px;
}
.company-team-page .company-team-container .member-card {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 260px;
  height: 400px;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: center;
  box-shadow: 2px 2px 5px rgba(57, 57, 57, 0.5);
  animation: fadeIn 200ms ease-in-out;
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: show;
  animation-range: entry 25% cover 30%;
  animation-fill-mode: both;
}
.company-team-page .company-team-container .member-card:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.company-team-page .company-team-container .member-card .member-card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}
.company-team-page .company-team-container .member-card .member-card-header .team-member-image {
  background-clip: padding-box;
  background-size: cover;
  background-position: center center;
  width: 140px;
  height: 140px;
  border-radius: 3px;
  animation: fadeIn 200ms ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.2);
  object-fit: cover;
}
.company-team-page .company-team-container .member-card .member-card-header .member-avatar-image {
  width: 175px;
  max-height: 175px;
  border-radius: 5px;
  animation: fadeIn 200ms ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.2);
  object-fit: cover;
}
.company-team-page .company-team-container .member-card .member-card-body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  width: 50%;
  color: white;
}
.company-team-page .company-team-container .member-card .member-card-body h4 {
  font-size: 20px;
  font-family: "Orpheus Pro";
  text-align: left;
}
.company-team-page .company-team-container .member-card .member-card-body p {
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: lighter;
  text-align: left;
}

.company-info-container {
  padding-bottom: 100px;
  padding-top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.company-info-data-container {
  max-width: 800px;
  width: 100%;
  padding: 20px;
}

/* Company Reviews */
.company-reviews-container {
  padding-bottom: 100px;
  padding-top: 55px;
}

/* Schedule Services */
.schedule-services-container {
  padding-bottom: 100px;
  padding-top: 55px;
}

#services-added-list {
  height: auto !important;
  overflow-y: auto;
  margin-bottom: 7px;
}

.day, .picker-switch, .dow {
  color: black !important;
}

.day .new {
  color: #777 !important;
}

/* .fa-arrow-circle-right:before {
    color: black;
}

.fa .fa-arrow-circle-left .fa-lg {
    color: black !important;
} */
/* User Gallery */
.user-gallery-page {
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.user-gallery-page .gallery-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  gap: 20px;
  padding: 40px;
  transition: all 0.5s ease-in-out; /* Animación suave */
}
.user-gallery-page .gallery-container .image-container {
  transition: all 0.5s ease-in-out; /* Animación suave */
  overflow: hidden;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.user-gallery-page .gallery-container .image-container .gallery-image {
  background-clip: padding-box;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  animation: fadeIn 200ms ease-in-out;
  object-fit: cover;
  cursor: pointer;
  transition-duration: 200ms;
}
.user-gallery-page .gallery-container .image-container .gallery-image:hover {
  transform: scale(1.2);
}
.user-gallery-page .gallery-container .image-container:hover {
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.fileinput-button {
  transition-duration: 200ms;
  color: rgb(193, 198, 202);
}
.fileinput-button:hover {
  color: #ffffff;
}

/* Company Review */
.company-review-container {
  padding-bottom: 100px;
  padding-top: 55px;
}

.rating-display {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* Promotions */
.promotions-page-container {
  padding-bottom: 100px;
  padding-top: 55px;
}
.promotions-page-container .promotions-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.promotions-page-container .promotions-container .promotion-card {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 20px;
  flex-direction: column;
  max-width: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(57, 57, 57, 0.5);
  animation: fadeIn 200ms ease-in-out;
  transition: all 0.3s ease-in-out;
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: show;
  animation-range: entry 25% cover 30%;
  animation-fill-mode: both;
}
.promotions-page-container .promotions-container .promotion-card .promotion-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
.promotions-page-container .promotions-container .promotion-card .promotion-row .promotion-card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40%;
}
.promotions-page-container .promotions-container .promotion-card .promotion-row .promotion-card-header .promotion-image {
  background-clip: padding-box;
  background-size: cover;
  background-position: center center;
  width: 140px;
  height: 140px;
  border-radius: 5px;
  animation: fadeIn 300ms ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.1);
  object-fit: cover;
}
.promotions-page-container .promotions-container .promotion-card .promotion-row .promotion-card-body {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
  width: 60%;
  min-height: 180px;
  color: white;
}
.promotions-page-container .promotions-container .promotion-card .promotion-row .promotion-card-body h4 {
  font-size: 20px;
  font-family: "Orpheus Pro";
  text-align: left;
}
.promotions-page-container .promotions-container .promotion-card .promotion-row .promotion-card-body p {
  margin: 0px !important;
  text-align: justify;
  padding: 10px;
  font-family: "Proxima Nova";
}
.promotions-page-container .promotions-container .promotion-card .promotion-row .promotion-card-body .promotion-card-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  padding-right: 30px;
}

/* Client Schedule */
.client-schedule-page {
  padding-bottom: 100px;
  padding-top: 55px;
}

/* User Profile */
.user-profile-container {
  padding-bottom: 100px;
  padding-top: 55px;
}

.panel-heading {
  border-radius: 4px;
}

/* Gift Cards */
.egift-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#cart-order-display {
  display: flex;
  justify-content: center;
}

.giftcard-img {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  transition-duration: 200ms;
}
.giftcard-img:hover {
  border: 2px solid rgba(87, 174, 255, 0.9);
}

.sltr-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background-color: rgba(1, 1, 1, 0.2);
  max-width: 700px;
  width: 100%;
}

.index-font {
  text-align: center;
}

.login-display {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.gift-cards-container {
  padding-bottom: 100px;
  padding-top: 55px;
}
.gift-cards-container .egift-row-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gift-cards-container #egift-amount-btn-group {
  margin-right: 12px;
}
.gift-cards-container #egift-amount-btn-group #egift-amount-btn {
  width: 90px;
}
.gift-cards-container .amount-active {
  background-color: #57afff;
  border: 1px solid white;
  color: white;
}
.gift-cards-container #egift-amounts-list {
  width: 92px !important;
  min-width: 92px !important;
}
.gift-cards-container #egift-amounts-list .egift-amount-li.selected {
  background-color: #e7e7e7;
}
.gift-cards-container .egift-amount-error {
  background-color: #f0ad4e;
}
.gift-cards-container #egift-quantity {
  background-color: white;
  width: 50px;
  margin-left: 10px;
  margin-right: 10px;
  color: black !important;
}
.gift-cards-container #egift-quantity .egift-qnty-btn {
  width: 20px;
}
.gift-cards-container #egift-details-btns-display {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gift-cards-container #egift-details-btns-display .egift-details-btn {
  font-size: 14px;
  color: black;
}
.gift-cards-container #egift-client-details,
.gift-cards-container #egift-quantity-display {
  display: none;
}
.gift-cards-container #eGift-recipients-message,
.gift-cards-container #eGift-clients-message {
  resize: none;
}
.gift-cards-container .period-select-btn.active {
  background-color: #57afff;
  border: 1px solid white;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
  color: white !important;
}
.gift-cards-container #egift-design-display {
  padding-top: 10px;
  padding-bottom: 20px;
}
.gift-cards-container #egift-design-display #egift-design-imgs {
  padding-top: 10px;
}
.gift-cards-container #egift-design-display #egift-design-imgs .egift-design-img {
  padding-top: 13px;
  padding-bottom: 13px;
}
.gift-cards-container #egift-design-display #egift-design-imgs .egift-design-img-unselected {
  display: none;
}
.gift-cards-container #egift-to-review-btn {
  margin-top: 8px;
  margin-right: 27px;
}
.gift-cards-container .message-cnt-display {
  display: inline-block;
  font-style: italic;
  font-size: 11px;
}
.gift-cards-container hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.gift-cards-container .egift-promotion-btn {
  background-color: #ccc;
  width: 100%;
  margin-bottom: 7px;
  border-radius: 4px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: black;
}
.gift-cards-container .egift-promotion-btn.selected {
  background-color: #57afff;
  border: 1px solid white;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
  color: white !important;
  height: auto;
  padding: 10px 16px;
  font-size: 14px;
}
.gift-cards-container .egift-promotion-btn.promotion-match {
  border: 1px solid #57afff;
}
.gift-cards-container .egift-amount-btn {
  background-color: #ccc;
  height: 35px;
  line-height: 24px;
  padding: 5px 10px;
  margin-top: 7px;
  width: 52px;
  color: black;
}
.gift-cards-container .egift-amount-btn.selected {
  background-color: #57afff;
  border: 1px solid white;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
  color: white !important;
  height: auto;
  padding: 5px 10px;
  font-size: 14px;
}
.gift-cards-container .new-headline {
  margin-bottom: 15px;
  font-size: 18px;
}
.gift-cards-container .or-heading {
  margin-top: 7px;
  margin-bottom: 7px;
}
.gift-cards-container #egift-amount-input {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 34px;
  padding: 6px 12px;
  width: 230px;
  border: 1px solid black !important;
  color: black;
}
.gift-cards-container .display-none {
  display: none;
}
.gift-cards-container #change-design-btn,
.gift-cards-container #change-amount-btn {
  background-color: #ccc;
  color: black;
  border: none;
}
.gift-cards-container .dollar-span {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid black !important;
  background-color: #d0d0d0;
  padding: 6px 12px;
  padding-top: 7px;
  color: black;
  white-space: nowrap;
  margin-right: -1px;
  text-align: center;
  height: 34px;
  text-align: center;
}
.gift-cards-container .egift-promotion-title {
  word-wrap: break-word;
  padding-left: 7px;
  padding-right: 7px;
}

/* Refer a Friend */
.refer-a-friend-container {
  padding-bottom: 100px;
  padding-top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.write-review-display, #write-review-display {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* have-account-page */
#create-account-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  max-width: 435px;
  margin-top: 30px;
}

/* create-account-page */
.sltr-panel-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.stripe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*     img {
          max-height: 80px;
          max-width: 500px;
          width: 90%;

          @media screen and (min-width: 768px) {
              width: 100%;

          }
      } */
}

/* user-image-detail-page */
.user-image-detail-page-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.user-image-detail-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin: 85px auto;
  padding: 0 20px;
}

/* Create Password Page */
#create-password-panel {
  margin: 30px 20px;
}

#create-password-display {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Components */
/* Hamburger Menu */
#side-nav{
  bottom:initial;
}

.navbar-inverse {
  background-color: #222;
  border-color: transparent;
}

.navbar-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sltr-nav-tall, .sltr-nav-short {
  margin-top: 50px;
  border: none;
}

.navmenu {
  max-width: 330px;
  z-index: 2000;
  width: 100%;
  border-radius: 0px 0px 0px 10px !important;
  animation: fadeInLeft 150ms ease-in-out 1 forwards;
  box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.4);
}

.navbar-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  /* height: 100%; */
  padding: 20px;
  list-style: none;
  gap: 10px;
}
.navbar-row li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 15px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  color: #adadad;
  transition-duration: 200ms;
  border-radius: 5px;
}
.navbar-row li a i {
  width: 3px;
}
.navbar-row li a span {
  margin-left: 10px;
  color: white;
}
.navbar-row li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: white;
}

.navbar-footer {
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  border-top: 1px solid #5b5b5b;
  display: flex;
  justify-content: center;
}
.navbar-footer li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: white;
  transition-duration: 200ms;
}
.navbar-footer li a span {
  color: white;
}
.navbar-footer li a span:hover {
  color: #adadad;
}

.sltr-nav-icon {
  color: white;
  margin-right: 10px !important;
}

/* Navbar */
.navbar {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

#sltr-nav-title {
  font-size: 18px;
}

.navbar-fixed-bottom {
  z-index: 998 !important;
}

#nav-other {
  border-top: 1px solid rgba(125, 125, 125, 0.5) !important;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; /* Asegúrate de que esté por encima de otros elementos */
  display: none; /* Oculto por defecto */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s; /* Duración de la transición */
}

.overlay.show {
  display: block;
  animation: fadeInUp 0.3s forwards; /* Mostrar con animación de entrada */
}

.overlay.fadeOut {
  animation: fadeOutDown 0.3s forwards; /* Ocultar con animación de salida */
}

/*# sourceMappingURL=styles.css.map */
