

@charset "UTF-8";
.rsvp-message, .rsvp-message-text {
  color: var(--color-blue-dark);
  text-align: center;
}
li.closed {
  transition: height 0.5s ease;
}
.card-drop ul:has(.closed) {
  height: 0;
}
.rsvp-confirmation.d-none {
  display: none;
}
.te {
  transition: all 0.5s ease;
}
.card-drop, span, ol, ul, li, a {
  margin: 0;
  padding: 0;
  /* border-radius: 20px; */
  border: 0;
  font: inherit;
  /* font-size: 2rem; */
  color: white;
  vertical-align: baseline;
}
.rsvptitle {
  text-align: center;
}
ol, ul {
  list-style: none;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#rsvp-wrapper {
  width: 100%;
  /* margin: 0 auto 20rem auto; */
  text-align: left;
  padding-top: 30px;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  margin: 0 auto 20rem auto;
}
.card-drop {
  max-width: 95%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  -moz-perspective: 800px;
  display: inline-block;
  transition: all 0.5s ease;
  flex-direction: column;
  /* height: 100%; */
  /* -webkit-perspective: 800px; */
  /* perspective: 800px; */
}
@media screen and (min-width: 500px) {
  .card-drop {
    max-width: 75%;
  }
}
@media screen and (min-width: 750px) {
  .card-drop {
    max-width: 45%;
  }
}
.card-drop a {
  display: inline-block;
  width: 100%;
  /* background-color: salmon; */
  padding: 20px 0 20px 20px;
  /* height: 100%; */
  text-decoration: none;
  color: white;
  background-color: var(--color-blue-dark);
  border-bottom: 1px solid var(--color-blue-light);
}
.card-drop a i {
  display: inline-block;
  width: 20px;
}
.card-drop > a.toggle {
  position: relative;
  z-index: 300;
  background-color: var(--color-blue-dark);
}
.card-drop > a.toggle.active:before {
  -moz-transform: rotateX(180deg);
  transition: all 0.5s ease;
  -webkit-transform: rotateX(180deg);
  transform: rotate(180deg);
}
.card-drop > a.toggle:before {
  transition: all 0.5s ease;
}
a.toggle {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.5s ease;
}
a.toggle.active {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-drop > a.toggle:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 1.3em;
  color: var(--color-blue-light);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  height: 59px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  display: inline-block;
  /* border-left: 1px solid var(--color-blue-light); */
}
.card-drop ul {
  position: absolute;
  flex: 1;
  z-index: 99;
  /* top: 0; */
  display: block;
  overflow: hidden;
  width: 100%;
  /* height: 100%; */
  /* border-radius: 20px; */
  transition: all 0.5s ease;
}
.card-drop ul li {
  margin: 0 auto;
  /* position: absolute; */
  display: block;
  top: 0;
  z-index: 0;
  height: auto;
  overflow: hidden;
  width: 100% !important;
  transition: all 0.5s ease;
}
.card-drop ul li:last-of-type a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.card-drop ul li a:hover {
  color: white;
  background-color: var(--color-blue);
}
.card-drop ul li.active a {
  color: white;
  background-color: var(--color-blue);
  cursor: default;
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-rsvp] [62.3095] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 159 */