*{
	margin:0;
	padding: 0;

}


/****

Pop UP
*/




body{

	/*font-family: 'Akaya Telivigala', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Indie Flower', cursive;

font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat Alternates', sans-serif;
*/
font-family: 'Montserrat', sans-serif ;
letter-spacing: 1px;

  touch-action: pan-x pan-y;
}
.dropdown-content a{
	padding: 8px 16px !important;
	font-family: 'Montserrat', sans-serif !important;
}
.font-family{
	/*font-family: 'Akaya Telivigala', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Indie Flower', cursive;

font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat Alternates', sans-serif;
*/
font-family: 'Montserrat', sans-serif !important;
	letter-spacing:1px;
}

.container-max-width{
	max-width: 850px;
}

.containerMonCash{
	max-width: 350px;
	margin: auto;
}

.success-page{
	max-width: 500px;
}

.profil{
	max-width: 400px;
}

.avatar{
	width: 100%;
}

  body {
	padding-bottom: 20px;
  }

  .navbar {
	margin-bottom: 20px;
  }

  h3 {
	margin-top: 2rem;
  }

  .row {
	margin-bottom: 1rem;
  }

	.rotate {
		animation: rotation 64s  linear infinite;
		animation-delay: 3s;
	  transform-origin: 50% 50%;
}

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

/* downpdown menu top css */
.dropbtn {
  border: none;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: none;
}

.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #063335; */
  min-width: 160px;
  border-radius: 15px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  top:50px;
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 8px 16px;
  display: block;
}

.dropdown a:hover {background-color: #009578;}

.show {display: block;}

/* downpdown menu top css */

/* Center the loader */
#loader2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


#loaderf {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -76px 0 0 -76px;
  border-radius: 50%;
  -webkit-animation: spin 2s ease infinite;
  animation: spin 2s ease infinite;
}

#loader2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
	border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 2s;
  animation-name: animatebottom;
  animation-duration: 2s
}

@-webkit-keyframes animatebottom {
  from {  opacity:0 }
  to {  opacity:1 }
}

@keyframes animatebottom {
  from{ opacity:0 }
  to{  opacity:1 }
}

#myDiv {
  display: none;


}
