body{
  font-family: "Chivo", sans-serif;
  background-color:#030712;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.text-logo{
  font-weight: 600;
  color:white;
}

.text-logo{
  font-size: 1rem;
  line-height: 1.5rem;
}

.header {
  height: 64px;
  position: fixed;
  background: rgb(3 7 18 / 40%);
  backdrop-filter: blur(8px);
  z-index: 5;
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding: 0px 24px;
  justify-content: space-between;
  border-bottom: 1px solid #1f2937;
  top: 0px;
}

.nav-link {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
    font-size: 0.875rem;
    margin: 1.5rem;
    text-decoration: none;
}

/* .logo-nav {
  width: 40px;
} */

.header-logo{
  display:flex;
  align-items:center
}

.sign-up{
    border-radius: 8px;
    height: 40px;
    padding: 0px 15px;
    border: none;
}

.login {
    border-radius: 8px;
    height: 40px;
    padding: 0px 15px;
    border: none;
    background: #111827;
    color: white;
    margin-left: 10px;
}

.section-middle {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  min-height: calc(100vh - 158.67px);
  backdrop-filter: blur(8px);
  z-index: 5;
  margin: 0 auto;
  margin-top: 64.67px;
  max-width: 1700px;
}

.sign-box {
  display: flex;  
  flex-direction: column;
  align-items: center;
  width: 28rem;
}

p.desc {
  color: #929baf;
  margin:0;
}

.nav {
  user-select: none;
}

.nav-link:hover {
  color:white;
}

.hover-button {
  transition: box-shadow 0.3s;
}

.hover-button:hover {
  box-shadow: 0 0 10px #283a5a;
}

.hover-button2 {
  transition: box-shadow 0.3s;
}

.hover-button2:hover {
  box-shadow: 0 0 10px #fefbfb;
}

.hover-button3 {
  transition: box-shadow 0.3s;
}

.hover-button3:hover {
  box-shadow: 0 0 10px #283a5a;
}

section.footer {
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  font-size: 2.5rem;
  margin: 0px;
  margin-bottom: 6px;
  text-align: center;
}

.title-dashboard{
  margin-top:20px
}

#sign-up-desc{
  margin-bottom:10px;
}

p.info-sign-up {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}

.oauth-form{
  /* margin: 2rem; */
  display: flex;
  flex-direction: column;
  /* max-width: 24.5rem;
  width: 100%; */
}

input {
  margin-top: 4px !important;
  border-radius: 8px;
  height: 2.5rem;
  border-width: 0;
  padding-left: 10px;
  margin-bottom: 16px !important;
}

input:focus {
  outline: 2px solid #b1b1b1;
}

.submit-button {
  margin-top: 20px !important;
  color: white;
  background: #7200d9;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0px !important;
  transition: box-shadow 0.3s;
  border-radius: 8px;
  height: 2.5rem;
  border-width: 0;
  padding-left: 10px;
}

.submit-button:hover {
    box-shadow: 0 0 10px #283a5a;
}

.Login-a{
  color: #ffffff;
  margin:0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  cursor: pointer;
}

.Login-p {
  color: #929baf;
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  justify-content: center;
}

.Login-a:hover {
  color: #929baf;
}

.login-button {
  display: flex;
  align-items: center;
}

.ico {
  width: 1rem;
  height: 1rem;
  margin-right: 0.1rem;
}

.ico {
  transform: translateY(3px);
}

.info-start {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}

.error {
  color: #cb0101;
  margin: 0;
  margin-top: 2px;
  font-size: 0.875rem;
  font-weight: 800;
}

.good {
  color: #4069ff;
  margin: 0;
  margin-top: 2px;
  font-weight: 700;
  font-size: 0.875rem;
}

.oauth-form {
  padding: 25px;
  background-color: #030712;
  border: 1.5px solid #1f2937;
  box-shadow: 0px -3px 15px 0px #242529 inset;
  border-radius: 10px;
}

.stat-box-cont {
  display: grid;
  width: 100%;
  /* max-width: 56rem; */
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 16px;
}

@media (min-width: 1024px) {
    .stat-box-cont {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) {
  .stat-box-cont{
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.stat-box {
  background-color: #030712;
  border: 1.5px solid #1f2937;
  box-shadow: 0px -3px 15px 0px #242529 inset;
  border-radius: 10px;
}

.stat-box-title {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 24px;
    padding-bottom: 0px;
}

.stat-box-number {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  margin-top: 0.5rem;
  font-weight: 700;
  padding: 24px;
  padding-top: 0;
}

.stat-box-evo {
  font-size: 16px;
  line-height: 1rem;
  color: rgb(156 163 175);
  margin: 0;
  padding: 24px;
  display: flex;
}

.email {
    font-size: 1.1rem !important;
    line-height: normal !important;
}

.box-stat-login {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
}

@media (min-width: 768px) {
  .box-stat-login {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.stat-box2 {
  background-color: #030712;
  border: 1.5px solid #1f2937;
  box-shadow: 0px -3px 15px 0px #242529 inset;
  border-radius: 10px;
}

.p15{
  padding: 1.5rem;
}


i.fa.fa-spinner.fa-spin {
  display: flex;
  justify-content: center;
}

.product-box {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
}


.credits_ico {
  margin-right: 5px;
}


.submit-button-direct-login{
  margin-top: 20px !important;
  color: white;
  background: #7200d9;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0px !important;
  transition: box-shadow 0.3s;
  border-radius: 8px;
  height: 2.5rem;
  border-width: 0;
  padding-left: 10px;
}


.submit-button-direct-login:hover {
  box-shadow: 0 0 10px #283a5a;
}

.stat-box3 {
  background-color: #030712;
  border: 1.5px solid #1f2937;
  box-shadow: 0px -3px 15px 0px #242529 inset;
  border-radius: 10px;
}

.stat-box4 {
  background-color: #030712;
  border: 1.5px solid #1f2937;
  box-shadow: 0px -3px 15px 0px #242529 inset;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .product-box{
      grid-template-columns: 1fr 2fr;
  }
}

.form-filtered {
  padding: 24px;
  display: flex;
  flex-direction: column;
}


.submit-button-filt {
  margin-top: 20px !important;
  color: white;
  background: #7200d9;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0px !important;
  transition: box-shadow 0.3s;
  border-radius: 8px;
  height: 2.5rem;
  border-width: 0;
  padding-left: 10px;
}

.submit-button-none {
  margin-top: 20px !important;
  color: white;
  background:#7200d9;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0px !important;
  transition: box-shadow 0.3s;
  border-radius: 8px;
  height: 2.5rem;
  border-width: 0;
  padding-left: 10px;
}

.email_text_fil {
  margin: 0;
}

.email_box_fil {
  padding: 24px;
  padding-top: 0px;
}

.email_text_fil {
  margin-top: 5px;
  font-weight: 700;
}

.delete-btn {
  cursor: pointer;
  color: red;
  margin-left: 7px;
  text-decoration: none;
}

.delete-btn:hover {
  color: #c50000;
}

@media (max-width: 704px){
  .nav-top {
    display: none !important;
  }
  .header-logo, .login-button {
    flex: none !important;
  }
}

@media (min-width: 704px){
  .burger_menu_ico {
    display: none;
  }
}

.burger_menu_ico {
  margin-left: 1.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: white;
  margin-top: 2px;
}

.burger-menu {
    width: 100%;
    height: 0vh;
    position: fixed;
    z-index: 50;
    top: -100%;
    border-bottom: 1px solid rgb(31, 41, 55);
    backdrop-filter: blur(8px);
    background: rgb(3 7 18 / 55%);
    display: flex;
    flex-direction: column;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.burger-menu-element {
  display: flex;
  flex-direction: column;
}

.header-burger-menu {
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.nav-link-burger {
    color: rgb(156 163 175 / 1);
    font-size: 0.875rem;
    padding: 1.5rem;
    border-bottom: 1px solid #1f2937;
    cursor: pointer;
    text-decoration: none;
}

.nav-link-burger:hover {
  color: white;
}

.burger-menu.show {
    top: 0;
    opacity: 1;
    height: 100vh;
}

.login-button {
  display: flex;
  align-items: center;
}

#nav-burger-menu {
  padding-top: 10px;
}

@media (max-width: 395px){
  .burger_menu_ico {
    margin-left: 5px;
  }
}

.loader {
	width:100%;
	height:100%;
	background: #030712;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display:flex;
	justify-content:center;
	align-items:center;
	z-index: 9999;
	position: fixed;
}
  
.fondu-out{
	opacity:0;
	transition: opacity 0.4s ease-out, z-index 0s 0.4s; 
	z-index: -2;
}

a {
    text-decoration: none;
}

.error-access {
  color: #be77ff;
}

.error-access:hover {
  color: #a84aff;
}


.container {
  background-color: #030712;
  border: 1.5px solid #1f2937;
  box-shadow: 0px -3px 15px 0px #242529 inset;
  border-radius: 10px;
  padding: 24px;
}

.google-account-link {
    color: #DB4437;
    font-weight: 800;
}

ul {
  margin: 10px 0;
}

.container {
  background-color: #030712;
  border: 1.5px solid #1f2937;
  box-shadow: 0px -3px 15px 0px #242529 inset;
  border-radius: 10px;
  padding: 24px;
  color: rgb(156 163 175);
}

.title-tuto {
  color: white;
  font-size: 1.75rem;
}

.google-account-link:hover {
  color: #4285F4;
}

.title-step {
  color: white;
  font-size: 1.25rem;
}

li {
  margin-bottom: 5px;
}

.step {
  margin-bottom: 20px;
}

.strong{
  font-weight: bolder;
}

.instruction {
  margin: 10px 0;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

ul {
  margin: 10px 0;
  list-style-type: circle;
}

.strong {
  font-weight: bolder;
  margin-bottom: 5px;
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

.login-button {
  justify-content: flex-end;
}

.header-logo, .login-button {
  flex: 1;
}


.section-middle-terms {
  color: #bbc1cd;
  padding: 1rem 2rem;
  min-height: calc(100vh - 178.67px);
  backdrop-filter: blur(8px);
  z-index: 5;
  margin: 0 auto;
  margin-top: 64.67px;
  max-width: 900px;
}

.title-terms {
  TEXT-ALIGN: center;
  margin-top: 0px;
  color: #949ba7;
}

.nav {
  user-select: none;
  display: flex;
}

@media (max-width: 471px){
  .nav-link {
    margin: 1rem;
  }
}

@media (max-width: 384px) {
  .nav-link {
      margin: 0.72rem;
  }
}

.all-terms-title {
  color: #dedfe3;
  font-weight: 800;
}

.mail-link {
  color: #DB4437;
  font-weight: 800;
}


.mail-link:hover {
  color: #4285F4;
}

.simple-text-terms {
  line-height: 1.5;
  font-size: 15px;
}

.submit-button-turn-off {
  margin-top: 20px !important;
  color: white;
  background: #8d0000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0px !important;
  transition: box-shadow 0.3s;
  border-radius: 8px;
  height: 2.5rem;
  border-width: 0;
  padding-left: 10px;
}

.submit-button-turn-off:hover {
  box-shadow: 0 0 10px #8d0000;
}
