/*
* CUSTOM STYLES FOR THE WEBSITE ARE STORED HERE
* TODO: CATEGORIES EACH CSS USING PROPER COMMENTS
 */
/* Removes row's and column's margin and padding respectively*/
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* Removes row's and column's margin and padding respectively*/

/* BLUR OVERLAY */
.overlay {
  z-index: 999999;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100vh;
  /* width: 100%; */
  background-color: rgba(0, 0, 0, 0.7);
}

/* BLUR OVERLAY */
/* WHATSAPP BLOCK */
.whatsapp-float {
  cursor: pointer;
  z-index: 999999999;
  position: fixed !important;
  bottom: 1em;
  left: 1em;
  transition: whatsapp-float-up 1s all;
  -webkit-transition: whatsapp-float-up 1s all;
  -moz-transition: whatsapp-float-up 1s all;
  -ms-transition: whatsapp-float-up 1s all;
  -o-transition: whatsapp-float-up 1s all;
}
.whatsapp-float a>img{
  width: 4.5em;
  z-index: 9999999999999;
}

.whatsapp-float :hover{
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
/* DOWNLOAD MODAL BLOCK */
@media screen and (max-width:565px){
  #auth_modal .modal-title {
     font-size: 1.1em !important;
  }
  #auth_modal .checkbox-text {
    font-size: 0.8em !important;
  }
}
@media (min-width:567px){
  #auth_modal .checkbox-text {
    font-size: 0.9em !important;
  }
}
#auth_modal {
  top:15%;
  z-index:9999999;
}

label.error {
  font-size:0.6em !important;
  font-family: 'Roboto',sans-serif;
}
#auth_modal .error {
  color:red;
  font-size:0.7em !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  
}

/* DOWNLOAD MODAL BLOCK */
