:root {
  --primary-color: #3e2f91;
  --secondary-color: #00bbcf;
  --white-color: #fff;
  --black-color: #000000;
  --calander-background: #ced4da;
  --admin-background: #f1ebdf;
  --red-color: #ff0000;
  --table-border: #b2bfbd;
}

.wrap {
}

/* .countdown {
  display: flex;
  justify-content: center;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.countdown .bloc-time {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
.countdown .bloc-time:last-child {
  margin-right: 0;
}
.countdown .count-title {
  display: block;
  margin-bottom: 15px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.94em;
}
.countdown .figure {
  position: relative;
  float: left;
  height: 40px;
  width: 27px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
  margin-right: 0;
}
.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  color: var(--primary-color);
  font-weight: normal;
  font-size: 28px
}
.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
  z-index: 3;
  background-color: #f7f7f7;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 10px 10px 0 0;
  transform: perspective(200px);
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 10px 10px 0 0;
}
.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .top,
.countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transform: perspective(200px) rotateX(180deg);
  border-radius: 0 0 10px 10px;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
} */

/*COUNTDOWN TIMER */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1vh;
  padding-bottom: 6vh;
}

.countdown .bloc-time {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
.countdown .bloc-time:last-child {
  margin-right: 0;
}
.countdown .count-title {
  display: block;
  margin-bottom: 15px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.94em;
}
.countdown .figure {
  position: relative;
  float: left;
  height: 40px;
  width: 27px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
  margin-right: 0;
}
.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  color: #3e2f91;
  font-weight: normal;
  font-size: 30px;
}
.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
  z-index: 3;
  background-color: #f7f7f7;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 10px 10px 0 0;
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 10px 10px 0 0;
}
.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .top,
.countdown .figure .top-back {
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
  border-radius: 0 0 10px 10px;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

.mobile-header {
  display: flex;
  height: 55px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0px 12px;
  border-bottom: 10px solid var(--primary-color);
  background-color: var(--primary-color);
}

.mobile-header .mobile-logo {
  max-height: 35px;
  max-width: 35px;
}

.mobile-header span {
  color: var(--white-color);
  font-weight: 600;
}

.transaction-wrapper {
  background: url("/assets/icons/blank-logo.png") no-repeat center fixed;
  background-size: cover;
  position: fixed;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.transaction-wrapper .msg-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  height: 365px;
  justify-content: space-evenly;
}

.transaction-wrapper .msg-wrapper .trans-msg {
  text-align: center;
  max-width: 150px;
  height: 90px;
  font-weight: 800;
  background: none;
  /* box-shadow: 0 0 20px 20px rgb(255 255 255 / 28%); */
  /* text-shadow: 0 0 17px #fff; */
  position: relative;
}

.transaction-wrapper .msg-wrapper .trans-msg:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 41px 46px rgb(255 255 255 / 62%);
}
.transaction-wrapper .msg-wrapper .trans-msg span {
  position: relative;
  z-index: 33;
}

.transaction-wrapper .msg-wrapper .trans-msg:first-child {
  color: white;
  font-size: 22px;
}

.transaction-wrapper .msg-wrapper .trans-msg:last-child {
  height: 80px;
}

.transaction-wrapper .transaction-btn {
  background: linear-gradient(rgba(7, 7, 8, 1) 0%, rgba(46, 35, 126, 1) 100%);
  border-radius: 40px;
  min-width: 280px;
  color: var(--white-color);
  min-height: 50px;
  display: block;
  margin: 0 auto;
}
