/* your styles go here */

/* Global */
.text-red {
  color: #b50000 !important;
}

.badge-transparent {
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid #a2a9b2;
}

.text-secondary {
  color: #ffffff !important;
}

.ribbon {
  font-size: 0.7rem;
   background: #0926d7;
}

.ribbon_party_details .ribbon {
  margin-top: 70px;
}

.separator {
  width: 0.2px;
  height: 400px;
  position: relative;
  background: #ccc;
  box-shadow: 1px 0px 2px 0px #e2e2e2;
  display: inline-block;
}

.blockquote-muted {
  border-left: 2px solid #c1c4c8;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
.btnBuyTicket {
  border: 2px solid #50dc4e;
  background-color: #229e37;
}

/* Navbar */
#userDropdownMenuLink i {
  top: 23px;
  position: relative;
  right: 25px;
  z-index: 10;
  color: #4e66f8;
  border-radius: 100px;
}
.btnAddParty {
  border: 2px solid #9ccdffdb;
}
/* User Notification */

.indicator {
  background: #ff3636;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  height: 18px;
  width: 18px;
  border: 1px solid #fff;
  /* padding: 1px; */
  position: relative;
  top: -35px;
  right: -10px;
  text-align: center;
  transition: top 0.1s ease-out;
  font-size: 0.675rem;
  color: #fff;
}

a.notification {
  color: #000;
}

.notification {
  color: #232e3c;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.83333rem;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.notification:not(.notification-flush) {
  border: 1px solid #f9fafd;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 10px;
}

.avatar-notification {
  position: relative;
  display: inline-block;
}

.avatar-notification {
  position: relative;
  display: inline-block;
}

.avatar-xl {
  height: 2rem;
  width: 2rem;
}

.avatar-notification img {
  display: block;
}

.avatar-notification img {
  width: 100%;
  height: 150%;
}

.avatar-notification img {
  -o-object-fit: cover;
  object-fit: cover;
}

.notification-body {
  margin-bottom: 0.25rem;
}

/* portal_parties */
.swiper-slide .card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.5rem;
  background: #000000a3;
}

.light-overlay-portal::after,
.dark-overlay-portal::after,
.gradient-overlay-portal::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  opacity: 0.3;
  background: #000;
}

.pt-10,
.py-10 {
  padding-top: 10rem !important;
}

.buttonDownBottom {
  padding: 2px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  margin-left: -11px;
  color: #4e66f8;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: 2px;
  background: #fff;
  left: auto;
  right: auto;
}

/* Navbar */
.navbar .dropdown-menu {
  margin-top: 7px;
}

.dropdown-menu-right {
  right: -10px;
}

/* party_list */

.event-date {
  background: #f2f5ff;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  font-family: Lato, latoregular, Lucida Grande, Lucida Sans Unicode,
    Lucida Sans, Arial, sans-serif;
  border-radius: 0.4rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
}

.event-date .event-date-center {
  color: #005a3a;
  width: 100px;
  padding: 5px;
  margin: auto;
  text-align: center;
}

.event-weekday {
  margin: 10px 0 4px;
}
.event-day {
  line-height: 28px;
  padding-bottom: 1px;
  font-size: 30px;
}
.event-month {
  margin-top: 4px;
}
.event-year {
  margin-top: 7px;
}
.event-year:after {
  content: ' \21E3 ';
  font-size: 40px;
  line-height: 1;
  display: block;
}

.card {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
}

.card-img-overlay-bottom {
  position: absolute;
  padding: 10px 10px 0px;
  background-color: #000000ab;
}

.partyNew {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
  border: 2px solid #60c562;
}

.info_terminated {
  display: flex;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  position: absolute;
  top: 0;
  border-radius: 0.4rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0.7;
  background: #04041985;
  text-transform: uppercase;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.info_terminated .info_text {
  padding: 5px 25px;
  color: #000;
  border-radius: 20px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #000;
  letter-spacing: 2px;
}

.card:hover .info_terminated {
  opacity: 0;
}

/* party_details */
.card-body.detail-cartaz {
  -ms-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1px;
}
.btnViewCartaz {
  color: #fff;
  position: relative;
  top: 40px;
  border: 3px solid #ffffff8c;
  background-color: #868e96;
}

.bar_sticky {
  background-color: #f9f9f9 !important;
}

.stuck {
  position: fixed;
  top: 81px;
  left: 0;
  padding: 10px;
  width: 100%;
  -webkit-animation: navbar-show 0.25s;
  animation: navbar-show 0.25s;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03),
    0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  z-index: 1010;
  /* margin-bottom: 10px; */
}

.date-tile {
  height: 5.5rem;
}

.date-tile-init {
  color: #34b300;
}
.date-tile-end {
  color: #ff1a1a;
}

.card-body.detail-cartaz img {
  width: 100%;
}

.dropzone {
  border: 1px dashed #4e66f8;
  background: #f9f9f9;
}

.dropzone .dz-preview .dz-remove {
  font-size: 15px;
  margin-top: 5px;
}

/* uploud Avatar User */
.img-uploader-user {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.img-uploader-user > .upload {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 4;
  opacity: 0;
}

.img-uploader-user .upload {
  cursor: pointer;
}

.img-uploader-user .over i {
  top: 85px;
  position: absolute;
  width: 50px;
  color: #ececec;
  left: 52px;
  font-size: 18px;
  opacity: 0.74;
}
.img-uploader-user .over i:hover {
  font-size: 19px;
  opacity: 0.9;
}

/* designer validate */
.u-has-success:focus,
.u-has-success *:focus,
.u-has-success .input-group-text,
.u-has-success .form-control {
  border-color: rgba(0, 201, 167, 0.5);
}

.u-has-success .form-label + .form-control,
.u-has-success .custom-select,
.u-has-success .input-group,
.u-has-success .form-control:first-child:last-child {
  box-shadow: 0 0 10px rgba(0, 201, 167, 0.1);
}

.u-has-error:focus,
.u-has-error *:focus,
.u-has-error .input-group-text,
.u-has-error .form-control {
  border-color: rgba(222, 68, 55, 0.5);
}

.u-has-error .form-label + .form-control,
.u-has-error .custom-select,
.u-has-error .input-group,
.u-has-error .form-control:first-child:last-child {
  box-shadow: 0 0 10px rgba(222, 68, 55, 0.1);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #de4437;
}

/* Definir Designer Mobile */
/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 300px) {
  .hidden-xs {
    display: none;
  }
  .ml-xs {
    margin-left: 0;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .ml-xs {
    margin-left: 0;
  }

  .event-date .event-date-center {
    height: 140px;
    margin: 212px auto;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .visible-sm {
    display: block;
  }
  .hidden-sm {
    display: none;
  }

  /* Party List */
  .event-date {
    max-height: 100% !important;
    flex-direction: column;
  }
  .event-date .event-date-center {
    height: 140px;
    margin: 212px auto;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .visible-md {
    display: block;
  }
  .hidden-md {
    display: none;
  }

  /* Party List */
  .event-date {
    max-height: 100% !important;
    flex-direction: column;
  }
  .event-date .event-date-center {
    height: 140px;
    margin: 222px auto;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .visible-lg {
    display: block;
  }
  .hidden-lg {
    display: none;
  }

  /* Party List */
  .event-date {
    max-height: 100% !important;
    flex-direction: column;
  }
  .event-date .event-date-center {
    height: 140px;
    margin: 212px auto;
  }
}
