a{
	color: #444 ;
}
body.bg{
	background-color: #eaeded !important;
}
.font-weight-400{
	font-weight: 400 !important;
}

.pointer{
	cursor: pointer;
}
.slide-success, .slide-success>.slide-submit-text {
    box-shadow: inset 0 0 0 3px #FF033E, inset 0 0 0 4px #FF033E;
    color: #fff !important;
	pointer-events: none;
}

.slide-submit-thumb:hover, .slide-submit-thumb:active{
    background: #FF033E;
	color: aliceblue;
}
.slide-success >.slide-submit-thumb {
    background: #d00031;
    box-shadow: inset 0 0 0 3px #FF033E, inset 0 0 0 4px #FF033E;
    color: #fff;
    pointer-events: none;
}
.page-item.active .page-link, .slide-success {
	background: #FF033E !important;
	color: #fff !important;
	border-color: #FF033E !important;
}

.bg-main, .btn-main, .alert-main, .badge-main, .bg-hv-main:hover, .bg-main > a{
	background: #82001e !important;
	color: #fefefe !important;
}
.text-main, .text-hv-main:hover {
	color: #82001e !important;
}

.bg-secondary, .btn-secondary, .alert-secondary, .badge-secondary, .bg-hv-secondary:hover {
	background: #d00031 !important;
	border-color: #82001e !important;
	color: #fff !important;
}

.text-secondary, .text-hv-secondary:hover{
	color: #d00031 !important;
}

.bg-light, .btn-light, .alert-light, .badge-light, .btn-hv-light:hover {
	background: #fefefe !important;
	color: #444 !important;
}

.bg-dark, .btn-dark, .alert-dark, .badge-dark, .badge-hv-dark:hover {
	background: #890000;
	color: #fefefe;
}

/* .text-dark, .text-dark:hover {
	color: #82001e !important;
} */

.bg-third, .btn-third, .alert-third, .badge-third, .bg-hv-third:hover, .list-group-item.active{
	background: #FF033E !important;
	color: #fefefe !important;
}
.btn-outline-third{
	border-color: #FF033E;
}

.btn-outline-third:hover{
	border-color: #d00031;
	background-color: #FF033E;
	color: #fff !important;
}
.text-third, .text-hv-third:hover {
	color: #FF033E !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #999999aa !important;
 box-shadow: none !important;
  /* box-shadow: none !important;/ 0px 1px 1px #FF033Eaa outset, 0 1px 2px #FF033EEE ; */
  outline: 0 none !important;
}
input.remove-outline:focus{
	border-color: #cecece !important;
	box-shadow: none !important;
	outline: 0 none !important;
}
.opacity-0{
	opacity: 0;
}

a:hover{
	text-decoration: none;
	cursor: pointer;
}

.w3-shadow{
	    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.w3-hover-shadow:hover{
	    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


/*;border*/

 .border-main, .border-hv-main:hover {border-color: #890000 !important;}
 .border-secondary, .border-hv-secondary:hover {border-color: #d00031 !important;}
 .border-light, .border-hv-light:hover {border-color: #fefefe !important;}
 .border-dark, .border-hv-dark:hover {border-color: #82001e !important;}
 .border-third, .border-hv-third:hover, .list-group-item.active {border-color: #FF033E !important;}


 /**/
 .rounded-pill {
 	border-radius: 50rem !important;
 }

 .notify{
 	position: absolute;
 	font-size: 10px;
 	height: 14px;
 	width: 14px;
 	line-height: 14px;
 	text-align: center;
 	border-radius: 50% !important;
 	overflow: hidden;
 }


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-size: 4vw;
	font-weight: 400;
}
h2{
	font-size: 3vw;
	font-weight: 400;
}
h3{
	font-size: 2vw;
	font-weight: 400;
}
h4, h5{
	font-size: 1.8vw;
	font-weight: 400;
}




/*  */
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
	width: 100%;
}


.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/*xs*/
@media (max-width: 576px) {

h1 {
    font-size: 15vw;
}
h2{
	font-size: 10vw;
}
h3{
	font-size: 7vw;
}
h4, h5{
	font-size: 5vw;
}

}


@media (min-width: 576px) {
.container {
    max-width: 560px !important;
}
}

/*sm*/
@media (max-width: 768px){
h1 {
    font-size: 15vw;
}
h2{
	font-size: 10vw;
}
h3{
	font-size: 7vw;
}
h4, h5{
	font-size: 5vw;
}
}
@media (min-width: 768px){
.container {
	max-width: 100% !important;
	margin: 0px auto !important;
}
._walletContainer {
	margin-top: -50px !important;
}

}
/*md*/
@media (min-width: 992px) {
.container {
    max-width: 970px !important;
}
}
/*lg*/
@media (min-width: 1200px) {
.container {
    max-width: 100% !important;
}
}

/*lg*/
@media (min-width: 1500px) {
.container {
    max-width: 1200px !important;
}

}


._text_12{
	font-size: 12px !important;
}
._text_21{
	font-size: 21px !important;font-weight: 400;
}
._text_10{
	font-size: 10px;
}
._box_60{
	height: 60px;width:100%;overflow: hidden;
}

	._text_14{
	font-size: 14px;
	font-weight: 400;
	line-height: 16px !important;
}
._text_18{
	font-size: 18px;
	font-weight: 400;
	line-height:20px;
}
	._text_34{
	font-size: 34px !important;font-weight: 400;
	line-height:36px;
}

._cont_32{
	height: 33px;overflow: hidden;
}
._cont_36{
	height: 36px;
}


/* // email  */

.wl-border-20-hidden{
	border-radius: 20px;overflow:hidden;
}
.wl-overflow-hidden{
	overflow:hidden;
}
.wl-height-30{
	height: 30px;
}
.wl-size-20{
	height: 20px;
	width: 20px;
}

.wl-height-150{
	height: 150px;
}
.wl-btn-email{
	line-height: 19px;font-size: 20px;
line-height: 19px;font-size: 20px;
}

.wl-mt-80{
	margin-top: -80px !important;
}

.wl-app-btn{
	font-size: 11px;line-height: 10px;font-weight: 600
}