* {
  font-family: Montserrat, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

#align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* helpers/grid.css */

.grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  width: 90%;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
}

a {
  color: #039be5;
  text-decoration: underline;
}

body {
  background-color: #2c3338;
  color: #606468;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.logo {
  text-align: center;
  margin-bottom: 50px;
}

p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #ccc;
}

.text--center {
  text-align: center;
}

.text--center a {
  font-weight: 500;
  color: #e45c96;
}

.btn {
  background-color: #5a5656;
  color: #f4f4f4;
  display: block;
  font-size: 12px;
  line-height: 50px;
  margin: 15px auto;
  padding: 5px 16px;
  text-transform: uppercase;
  width: 90%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: color 0.3s, background-color, 0.4s;
  -o-transition: color 0.3s, background-color, 0.4s;
  -webkit-transition: color 0.3s, background-color, 0.4s;
  transition: color 0.3s, background-color, 0.4s;
}

.btn .btn-icon {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin: 10px;
  margin-right: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.facebook {
  background-color: #3b5998;
  color: #f4f4f4;
  outline: none;
  border: 0;
  cursor: pointer;
}

.facebook:hover {
  background-color: #334C80;
}

.google {
  background-color: #dedede;
  color: #121212;
  outline: none;
  border: 0;
  cursor: pointer;
}

.google:hover {
  background-color: #b9b9b9;
}

.google:disabled,
.facebook:disabled {
  color: rgba(245, 245, 245, 0.42);
  box-shadow: none;
  background-color: rgba(245, 245, 245, 0.42);
}

#loader-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loaders {
  text-align: center;
}

.terms-condition--container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
}

.terms-condition--container>p {
  margin: 0;
  margin-left: 15px;
  font-size: 16px;
}

.terms-condition--checkbox {
  width: 20px;
  position: relative;
}

.terms-condition--checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.terms-condition--checkbox label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}

.terms-condition--checkbox label:hover::after {
  opacity: 0.5;
}

.terms-condition--checkbox input[type=checkbox] {
  visibility: hidden;
}

.terms-condition--checkbox input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.terms-condition--modal-overlay {
  /* visibility: hidden; */
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background: #ffffff59;
  transform: scale(0);
}


.terms-condition--modal-header,
.terms-condition--modal-footer {
  padding: 14px;
}

.terms-condition--modal-footer {
  display: flex;
  justify-content: center;
}

.terms-condition--modal-header>h2 {
  margin: 0;
  color: #fff;
}

.terms-condition--modal-container {
  background: #1C1C1C;
  color: #ccc;
  padding: 14px;
  height: calc(100% - 125px);
  overflow-y: auto;
  margin: 0 14px;
}

.term-condition-btn {
  border: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  -moz-appearance: none;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 6px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  line-height: 1.75;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  border-radius: 4px;
  letter-spacing: 0.02857em;
}


.btn-raised {
  background-color: #1492e6;
  color: #fff;
}

.btn-raised:hover {
  background: #268ACC;
}

.btn-outline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin-right: 10px;
}

.btn-outline:hover {
  background: rgba(25, 118, 210, 0.08);
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-button {
  display: none;
}

*::-webkit-scrollbar-thumb {
  background: #3D3D3D;
}

*::-webkit-scrollbar-track {
  background: #1c1c1c;
}

.checkbox-label:hover {
  text-decoration: underline;
  cursor: pointer;
}

.modal-container {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-container-out {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, .0);
  }

  100% {
    background: rgba(0, 0, 0, .7);
  }
}

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, .7);
  }

  100% {
    background: rgba(0, 0, 0, .0);
  }
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 247, 247, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background: #121212;
  pointer-events: all;
  z-index: 2;
  border-radius: 4px;
  position: absolute;
  width: 90%;
  max-width: 500px;
  /* min-height: 300px; */
  height: 600px;
  max-height: 95vh;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@media (max-width : 500px) {
  #term-conditon-title {
    font-size: 14px;
  }
}

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}