
.custom-error{
  color: #e74c3c;
  font-style: italic;
  padding-left: 10px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}

.flagule {	
	margin-top: 0px;
}




.overlay-loader {
  position:fixed;
      top:0;
      left:0;
      background:rgba(0,0,0,0.3);
      z-index:9999;
      width:100%;
      height:100%;
      display:none;
}




.flag-icon-square {
    height: 32px;
width: 42px;
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
position: fixed;
display: inline-block;
line-height: 1em;
margin-right: 34px;
margin-left: 0px;
margin-top: -6px;
box-shadow: 2px 2px 4px #fff;
border-radius:4px;
}


.fadeout {
    position: relative; 
    bottom: 4em;
    height: 4em;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
} 





.overlay {
  position:fixed;
      top:0;
      left:0;
      background:rgba(0,0,0,0.3);
      z-index:99992;
      width:100%;
      height:100%;
      display:none;
}



#id_to_be_contacted {
    list-style-type: none;
    margin-left:-20px;
}


#id_to_be_contacted li {
    display: inline-block;
    margin-left: 10px;
}

#id_to_be_contacted li label {
    color: #e74c3c;
}