/* primary #F40009
black #1E1E1E */
@font-face {
  font-family: "Gotham";
  src:
    local("Gotham"),
    url("../fonts/Gotham-Medium.otf") format("opentype"), url("../fonts/Gotham-Light.otf") format("opentype"), url("../fonts/Gotham-Bold.otf") format("opentype")
}

@font-face {
  font-family: "Born";
  src:
    local("Gotham"),
    url("../fonts/Born_Ready_Family/Nicky_Laatz_Born-Ready_Regular.otf") format("opentype")
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Gotham";
}

.born-font {
  font-family: "Born";
  font-weight: 400;
  font-style: normal;
}

.chakra-petch-regular {
  font-family: "Gotham";
  font-weight: 400;
  font-style: normal;
}

.chakra-petch-medium {
  font-family: "Gotham";
  font-weight: 500;
  font-style: normal;
}

.chakra-petch-bold {
  font-family: "Gotham";
  font-weight: 500;
  font-style: normal;
}

.index-page .page-header {
  height: 300px;
  overflow: hidden;
}

.navbar-brand img {
  height: 54px;
}

.index-page .brand {
  color: #1E1E1E;
  text-align: center;
}

.navbar.navbar-transparent {
  background-color: transparent !important;
  box-shadow: none;
  padding-top: 10px;
  color: #ffffff;
}

.main {
  /*  height: calc(100vh - 245px);
    overflow-y: auto; */
  margin-top: 35px;
}

.section {
  padding: 30px 0;
}

.info {
  max-width: 360px;
  margin: 0 auto;
  padding: 0px 0 0px;
}

.title,
.title a,
.card-title,
.card-title a,
.info-title,
.info-title a,
.footer-brand,
.footer-brand a,
.footer-big h5,
.footer-big h5 a,
.footer-big h4,
.footer-big h4 a,
.media .media-heading,
.media .media-heading a {
  color: #97752D !important;
  text-decoration: none;
}

.font-weight-bolder {
  font-weight: bold !important;
}

.countdown {
  font-size: 50px;
  color: #666;
  min-height: 60px;
  line-height: 55px;
}

.blue-background-class {
  background-color: #f1f1f1;
}

.list-group-item-light {
  border: 1px solid #f3f3f3;
}

.list-group-item:hover {
  cursor: move;
}

.text-wrap {
  white-space: normal !important;
}

.btn-group .btn.btn-secondary {
  border: 1px solid #f1f1f1;
  width: 100%;
  text-align: left;
}

.btn-group .btn.btn-secondary.active:hover,
.btn-group .btn.btn-secondary.active:focus,
.btn.btn-secondary:active:focus {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-group .btn.btn-secondary.active.focus {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: block;
  vertical-align: middle;
}

.btn {}

.togglebutton label input[type=checkbox]:checked+.toggle {
  background-color: #F40009;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #97752D;
  border-color: #97752D;
}

.avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.index-page .page-header-inside {
  height: 185px;
  overflow: hidden;
}

/* wizard */
.page-ath-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-ath-content {
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.page-ath-heading {
  font-size: 28px;
  font-weight: 700;
  color: #231f20;
  padding-bottom: 40px;
}


.page-ath-form,
.page-ath-header,
.page-ath-footer,
.page-ath-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-ath-form {
  padding-bottom: 100px;
}

.page-ath-header {
  visibility: hidden;
  opacity: 0;
}

.page-ath-footer {
  font-family: 'Roboto', sans-serif;
  padding-top: 40px;
}

.page-ath-footer p {
  font-size: 15px;
}

.page-ath-footer p a {
  display: inline-block;
  margin-left: 3px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.page-ath-footer p a:hover {
  color: #97752D;
}

.auth-part-logo {}

.page-content {
  margin-left: 260px;
  transition: all .5s;
  padding: 15px;
}

.page-content.page-active {
  margin-left: 0px;
}

/*---------signup-step-------------*/
.register-form-content {
  justify-content: center;
}

.register-form-content .page-ath-form {
  padding-bottom: 0px;
}

.register-form-content .form-align-box,
.register-form-content .page-ath-form,
.register-form-content .wizard,
.register-form-content .register-wizard-box,
.register-form-content .tab-content,
.register-form-content .wizard .tab-pane {
  height: 100%;
}

.register-form-content .page-ath-header {
  display: none;
}

.register-wizard-box .tab-pane h4 {
  margin-top: 0px;
  font-size: 18px;
  color: #8e8c8c;
  margin-bottom: 12px;
}

.register-wizard-box .tab-pane h3 {
  font-size: 26px;
  font-weight: 700;
  color: #231f20;
  padding-bottom: 25px;
}

.wizard {
  position: relative;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
  position: absolute;
  bottom: 20px;
}

.wizard .nav-tabs>li>a.active .round-tab,
.wizard .nav-tabs>li>a.active:hover .round-tab,
.wizard .nav-tabs>li>a.active:focus .round-tab {
  cursor: default;
  background-color: #97752D;
  color: #fff;
}

.wizard li.active span.round-tab {
  background: #0db02b;
  color: #fff;
  border-color: #0db02b;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
  color: #0db02b;
}

.wizard .nav-tabs>li a {
  padding: 15px;
  position: relative;
}

.wizard .nav-tabs>li {
  width: 25%;
  position: relative;
}

.wizard .nav-tabs>li a .round-tab {
  width: 30px;
  height: 30px;
  color: #868cbd;
  font-weight: 600;
  background-color: #ced2f2;
  display: inline-block;
  border-radius: 50%;
  padding-top: 6px;
  text-align: center;
  z-index: 1;
  position: relative;
  transition: 0.5s;
}

.wizard .nav-tabs>li:before,
.wizard .nav-tabs>li:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  background-color: #ced2f2;
  left: 15px;
  transition: 0.5s;
}

.wizard .nav-tabs>li:after {
  background-color: #42b161;
  width: 0;
}

.wizard .nav-tabs>li.done a .round-tab {
  background-color: #42b161;
  color: #fff;
}

.wizard .nav-tabs>li.done:after {
  width: 100%;
}

.wizard .nav-tabs>li.done.active a .round-tab {
  background-color: #97752D;
  color: #fff;
}

.wizard .nav-tabs>li.done.active~li .round-tab {
  background: #ced2f2;
  color: #868cbd;
}

.wizard .nav-tabs>li.active:after,
.wizard .nav-tabs>li.active~li:after {
  width: 0;
}


.wizard .nav-tabs>li:last-child:before,
.wizard .nav-tabs>li:last-child:after {
  display: none;
}

.wizard .nav-tabs>li a.disabled {
  cursor: not-allowed;
}

.wizard .nav-tabs>li a i {
  position: absolute;
  top: -15px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  color: #000;
}



.wizard .tab-content>.active {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 10px;
}

.step-btn {
  background-color: transparent;
}

.step-btn i {
  width: 40px;
  height: 40px;
  background-color: #e9e9ea;
  display: inline-block;
  border-radius: 50%;
  color: #5e666b;
  font-size: 15px;
  text-align: center;
  padding-top: 12px;
}

.step-btn span {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #5e666b;
  letter-spacing: 0.3px;
}

.wizard h3 {
  margin-top: 0;
}

.prev-step,
.next-step,
.pre-next-step {
  border: none;
  margin-top: 30px;
}

.prev-step span {
  margin-left: 0px;
  margin-top: 5px;
}

.next-step span,
.pre-next-step span {
  margin-right: 0px;
  margin-top: 5px;
  color: #97752D;
}

.next-step i,
.pre-next-step i {
  box-shadow: 0px 4px 12px rgba(81, 97, 206, 0.5);
  background-color: #97752D;
  color: #fff;
}

.form-input-steps .custom-control.custom-checkbox label {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

.form-input-steps .custom-control.custom-checkbox label a {
  display: inline-block;
  margin-left: 3px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;

}

.form-input-steps .custom-control.custom-checkbox label a:hover {
  color: #97752D;
}

.form-control {
  height: auto;
  padding: 16px 18px;
  border-radius: 13px;
  font-weight: 400;
  color: #333;
  border-color: #e4e4e4;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.progress {
  border-radius: 50px;
}

.progress-bar {
  background-color: #97752D;
}

.position-number {
  top: 95px;
  color: rgba(255, 255, 255, 0.97);
  font-weight: bold;
  text-align: center;
  left: calc(50% - 45px);
}

.table tbody tr:first-child td {
  background-color: #97752D;
  color: #ffffff;
}

.table tbody tr:first-child td h5 {
  color: #ffffff !important;
}

.table tbody tr:first-child td small {
  color: #ffffff !important;
}

/* timer */
button[data-setter] {
  outline: none;
  background: transparent;
  border: none;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  width: 25px;
  height: 30px;
  color: #F7958E;
  cursor: pointer;
}

button[data-setter]:hover {
  opacity: 0.5;
}

.container-timer {
  position: relative;

  margin: 0 auto;
}

.setters {
  position: absolute;
  left: 85px;
  top: 75px;
}

.minutes-set {
  float: left;
  margin-right: 28px;
}

.seconds-set {
  float: right;
}

.controlls {
  position: absolute;
  /* left: 10px; */
  top: 30px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.display-remain-time {
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 25px;
  color: #F7958E;
}

#pause {
  outline: none;
  background: transparent;
  border: none;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  position: relative;
}

.play::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 16px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #F7958E;
}

.pause::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;
  width: 15px;
  height: 30px;
  background-color: transparent;
  border-radius: 1px;
  border: 5px solid #F7958E;
  border-top: none;
  border-bottom: none;
}

#pause:hover {
  opacity: 0.8;
}

.e-c-base {
  fill: none;
  stroke: #B6B6B6;
  stroke-width: 4px
}

.e-c-progress {
  fill: none;
  stroke: #F7958E;
  stroke-width: 15px;
  transition: stroke-dashoffset 0.7s;
}

.e-c-pointer {
  fill: #FFF;
  stroke: #F7958E;
  stroke-width: 2px;
}

#e-pointer {
  transition: transform 0.7s;
}

.coolBeans {
  border: 2px solid currentColor;
  border-radius: 3rem;
  color: #97752D;
  font-family: roboto;

  font-weight: 100;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  text-decoration: none;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
}

.coolBeans::after {
  background-color: #97752D;
  border-radius: 0rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.coolBeans:hover::after {
  transform: translate(0, 0);
}

.coolBeans:hover {
  border: 2px solid transparent;
  color: #4b0082;
  transform: scale(1.05);
  will-change: transform;
}

.btn.btn-primary:hover {
  border-color: #97752D;
}

.btn.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg .btn {

  font-size: 1.2rem;
}

.gradient-border {
  --border-width: 3px;
  position: relative;
  display: flex;
  background: #fff;
  border-radius: var(--border-width);
}

.gradient-border::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(60deg, #97752D, #fff, #97752D, #fff);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

.ct-animate-fadein {
  animation: fadeInAnimation ease 1.69s;
  animation-iteration-count: 30;
  animation-fill-mode: both;

}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.main-raised {
  border-radius: 60px;
}

.card {
  border-radius: 50px;
}

.card .card-header {
  border-radius: 30px;
  background: linear-gradient(60deg, #97752D, #97752D);
  padding: 0.3rem 15px;
  box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, .9), 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.card .card-body,
.card .card-footer {
  padding: 1.9375rem 1.875rem;
}

.h4-title-main {
  letter-spacing: 2px;
  animation: text-flicker 3s linear infinite;
}

.offset {
  animation: letter-flicker 2s linear infinite;
}

@keyframes text-flicker {
  0% {
    opacity: 0.1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  2% {
    opacity: 1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  8% {
    opacity: 0.1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  9% {
    opacity: 1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  12% {
    opacity: 0.1;
    text-shadow: 0px 0px rgba(255, 255, 255, 1);
  }

  20% {
    opacity: 1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1)
  }

  25% {
    opacity: 0.3;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1)
  }

  30% {
    opacity: 1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1)
  }

  70% {
    opacity: 0.7;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1)
  }

  72% {
    opacity: 0.2;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1)
  }

  77% {
    opacity: .9;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1)
  }

  100% {
    opacity: .9;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1)
  }
}



@keyframes letter-flicker {
  0% {
    opacity: 0.1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  2% {
    opacity: 0.1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  4% {
    opacity: 1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }


  19% {
    opacity: 1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  21% {
    opacity: 0.1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  23% {
    opacity: 1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  80% {
    opacity: 1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  83% {
    opacity: 0.4;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }

  87% {
    opacity: 1;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  }
}

.bg-white {
  background: #ffffff !important;
}

.racha-number {
  bottom: 20px;
  right: 10px;
}

.modal-dialog .modal-content {
  border-radius: 60px;
}

.brand img {
  height: 120px;
}

.btn-group label {
  font-weight: normal;
}

.page-header {
  height: 180px !important;
}

.brand img {
  margin-top: 1rem !important;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    }
@media (min-width:576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
    }
}

