/* rsvp card */

.hr-card {
  height: 0.1px;
  border: none;
  color: #333;
  background-color: #333333;
  width: 65%;
}

.event-card-name{
  font-size: 20px;
}

.icon-person{
  position: relative;
  top: 6px;
  margin-right: 5px;
}

/* rsvp card */

.card-m {
  background: rgba(255, 255, 255, 0) none repeat scroll 0% 0% !important;
  box-shadow: none !important;
  margin-bottom: 30px;
}

.card-cara-color {
  background: linear-gradient( 90deg, rgba(16, 106, 171, 1) 0%, rgba(175, 235, 255, 1) 100%) !important;
}

.card {
  background: #FFF none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.bg-cara {
  background-color: #106aab !important;
}

.btn-request-left {
  background-color: #ff9800 !important;
  display: block;
  border-right: 1px solid #fff;
}

.btn-request-right {
  display: block;
}

.swiper-container {
  width: 600px;
  height: auto;
}

.ticket {
  display: inline-block;
  box-sizing: content-box;
  -webkit-filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
  /* position: absolute; */
  margin-bottom: 20px;
  top: 42px;
  /* height: 500px; */
  width: 80%;
  padding: 1em;
  color: #000;
  border-radius: 15px 15px 15px 15px;
  font-size: 16px;
  background-size: 50% 141%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 48%, rgba(255, 255, 224, 0) 1.2em, #ffff 1.3em), radial-gradient(circle at 100% 48%, rgba(255, 255, 224, 0) 1.2em, #ffff 1.3em);
  background-position: top left, top right;
}

.ticket-event {
  background-size: 50% 160% !important;
}

.dependant-namelabel {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 12px;
  margin-top: 20px;
}

.dependant-name {
  color: #015f92;
  font-size: 15px;
}

.dependant-nolabel {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 12px;
  margin-top: 20px;
}

.dependant-no {
  color: #015f92;
  font-size: 15px;
}

.dependant-datelabel {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 12px;
  margin-top: 25px;
}

.dependant-date {
  color: #015f92;
  font-size: 15px;
}

.btn-outline-cara {
  color: #106aab !important;
  background-color: transparent;
  border-color: #106aab;
  border: 1px solid currentColor;
}

hr.style5 {
  background-color: #fff;
  border-top: 2px dashed #8c8b8b;
  opacity: 0.2;
  width: 80%;
}

.modal-content .modal-header button {
  position: absolute;
  right: 27px;
  top: 30px;
  outline: 0;
}

.cardevent-bg {
  background: url('../img/wp1.jpg');
  height: 500px;
  background-position: 50% 34%;
  background-size: cover;
  position: relative;
}

.btn-rsvpnurin {
  border: 1px solid rgba(0, 0, 0, 0.253) !important;
  color: #fff !important;
  background-color:#D7C6A3 !important;
  /* border: 1px solid #D7C6A3 !important; */
}

.cardevent-nurin-bg {
  background: url('../img/nurin/bgnurin.png');
  height: 731px;
  background-position: 50% 34%;
  background-size: cover;
  position: relative;
}

.c-btn {
  padding: .95em .2em;
  border: solid 1px #106aab;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}

.c-btn:hover, .c-btn:focus {
  cursor: pointer;
  background-color: #edf9ff;
  color: #fff;
}

.c-btn-group {
  display: inline-flex;
  border: 1px solid #106aab;
  overflow: hidden;
  border-radius: 4px;
}

.c-btn-group>.c-btn {
  border-radius: 0;
  border: none;
  border-right: 1px solid #106aab;
}

.c-btn-group>.c-btn:last-child {
  border-right: none;
}

.c-btn-group--block {
  display: flex;
}

.c-btn-group--block>.c-btn {
  flex-grow: 1;
}

.c-btn-group--vertical-block {
  display: flex;
  flex-direction: column;
}

.c-btn-group--vertical-block>.c-btn {
  flex-grow: 1;
  border: none;
  border-bottom: 1px solid #106aab;
}

.c-btn-group--vertical-block>.c-btn:last-child {
  border-bottom: none;
}

.btn-rsvp {
  border: 1px solid #106aab !important;
}

.cardevent-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@font-face {
  font-family: 'Timeless';
  src: URL('../font/timeless/Timeless.ttf') format('truetype');
}

@font-face {
  font-family: 'Timeless Bold';
  src: URL('../font/timeless/Timeless-Bold.ttf') format('truetype');
}

.event-entity {
  font-family: 'Playball', cursive;
}

.event-entity-nurin {
  font-family: 'Great Vibes', cursive;
  color: #D7C6A3;
}

.event-img {
  width: 100px;
  border-radius: 7px 0 0 7px;
  filter: saturate(50%);
}

p.line {
  margin: 0px auto 20px auto;
  color: #999;
}

.badge-circle {
  padding: 5px 7px !important;
}

.vcode-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
}

.text-cara {
  color: #106aab !important;
}

.ws-color {
  background-color: #24CD63;
}

.btn.btn-jebat {
  color: #fff;
  background-color: #08615e;
  border-color: #013733;
  box-shadow: 0 2px 2px 0 rgba(1, 51, 45, 0.24), 0 3px 1px -2px rgba(1, 56, 50, 0.42), 0 1px 5px 0 rgba(1, 51, 42, 0.2);
}

.cara-orange {
  background-color: #F7941D;
}

.bg-cara-grad {
  background: rgb(16, 106, 171);
  background: linear-gradient( 90deg, rgba(16, 106, 171, 1) 0%, rgba(175, 235, 255, 1) 100%);
}

.hr-theme-slash-2 {
  display: flex;
}

.hr-theme-slash-2 .hr-line {
  width: 100%;
  position: relative;
  margin: 15px;
  border-bottom: 1px solid #0003;
}

.hr-theme-slash-2 .hr-icon {
  position: relative;
  top: 3px;
}

.bg-cara-light {
  background-color: #b7cfe64f;
}

.bgcara-grad {
  background-color: #b7cfe64f;
}

.footer2 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

.large-header {
  position: absolute;
  width: 100%;
  /* background: #333; */
  overflow: hidden;
  top: -148px;
  /* background-size: cover; */
  background-position: center center;
}

/* ariff-barcode */

.center {
  margin: 0 auto;
  text-align: center;
}

/* barcode container */

.anim-box {
  /* position: relative;
	width: 220px; */
  height: 280px;
  padding: 47px 35px;
  transition: transform .6s ease-out;
}

/* adds the 4 corners */

.anim-box:before, .anim-box:after, .anim-box>:first-child:before, .anim-box>:first-child:after {
  position: absolute;
  width: 10%;
  height: 15%;
  border-color: #106aab;
  border-style: solid;
  content: ' ';
}

/* top left corner */

.anim-box:before {
  top: 0;
  left: 0;
  border-width: 4px 0 0 4px;
}

/* top right corner */

.anim-box:after {
  top: 0;
  right: 0;
  border-width: 4px 4px 0 0;
}

/* bottom right corner */

.anim-box>:first-child:before {
  bottom: 0;
  right: 0;
  border-width: 0 4px 4px 0;
}

/* bottom left corner */

.anim-box>:first-child:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 4px 4px;
}

/* barcode bars */

.anim-item {
  display: inline-block;
  background-color: #000;
  height: 100px;
}

.anim-item-sm {
  width: 2px;
  margin-right: 3px;
}

.anim-item-md {
  width: 3px;
  margin-right: 2px;
}

.anim-item-lg {
  width: 5px;
  margin-right: 5px;
}

/* grow on hover */

/* .anim-box:hover {
	transform: scale(1.5, 2);
} */

.anim-box .scanner {
  animation-play-state: running;
}

/* animated laser beam */

.scanner {
  width: 100%;
  height: 3px;
  background-color: red;
  opacity: 0.7;
  position: relative;
  box-shadow: 0px 0px 8px 10px rgba(170, 11, 23, 0.49);
  top: 50%;
  animation-name: scan;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
}

@keyframes scan {
  0% {
    box-shadow: 0px 0px 8px 10px rgba(170, 11, 23, 0.49);
    top: 50%;
  }
  25% {
    box-shadow: 0px 6px 8px 10px rgba(170, 11, 23, 0.49);
    top: 5px;
  }
  75% {
    box-shadow: 0px -6px 8px 10px rgba(170, 11, 23, 0.49);
    top: 98%;
  }
}

/* ariff-barcode */

/* loading spinner */

.brnx-loading {
  bottom: 5px;
  margin-left: 7px;
  padding-left: 10px;
  position: absolute;
  display: inline-block;
  z-index: 9999;
  height: 60px;
  width: 60px;
  overflow: show;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.brnx-loading {
  height: 30px;
  width: 30px;
  content: '';
  border-left: 2px solid rgba(60, 167, 115, .15);
  border-right: 2px solid rgba(60, 167, 115, .15);
  border-bottom: 2px solid rgba(60, 167, 115, .15);
  border-top: 2px solid rgba(60, 167, 115, .8);
  border-radius: 100%;
}

.brnx-loading-slow {
  animation: rotation 1200ms infinite linear;
  -webkit-animation: rotation 1200ms infinite linear;
}

.brnx-loading-fast::after {
  animation: rotation 300ms infinite linear;
  -webkit-animation: rotation 300ms infinite linear;
}

.brnx-loading-scaleout {
  transform: scale(0);
  animation: scaleout 1000ms ease-in;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(90deg);
  }
  10% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes scaleout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/* loading spinner */