/*https://codepen.io/alivim/pen/ZvdBWd*/
/*body {
  background-color: #008ce6 !important;
}
#body-content:after {
  content: ' ';
  border-top: 112vh solid #fff;
  border-right: 137vw solid transparent;
  width: 0;
  position: absolute;
}*/
/*
div.box-triangle {
  width: 100vw;
  height: 100vh;
  background-color: #008ce6;
}
.box-triangle:after {
  content: ' ';
  border-top: 100vh solid #fff;
  border-right: 100vw solid transparent;
  width: 0;
  position: absolute;

}*/
@media(max-width:575px){
	html{
		width: fit-content;
	}
}
/* triangle background*/

html,body{
	height:100%;
}
body{
	font-size:16px;
	font-family: var(--theme-font-main);
	color:#1C1B1E;
	background: #fafafa;
	/*background-image: url('../images/main-bg.svg'); remove bg*/
	background-size: cover;
	background-repeat: no-repeat;
    background-position-y: 80px;
}
a,
a:hover{
	color:var(--theme-color-brand-primary);
}

a[href^="tel:"] {
	text-decoration: none;	
}

p.desc{
	font-size:16px;
}
.desc-notes{
	font-size:12px;
}

input[type="text"],
input[type="tel"],
input[type="password"]{
	border-radius: 10px;
	height: 52px;
	border: 1px solid var(--desc-color);
	padding-left: 10px;
	padding-right: 10px;
	background: #fafafa;
}

.loading-1{
	background: transparent !important;
}

.form-control{
	font-size: 16px;
}

.vertical-align-child-element svg{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#skip a{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
 
#skip a:focus{
	position:static;
	width:auto;
	height:auto;
}
#loadingStatusBox{
	z-index: 99999;	
}
.spinner-border{
	color: var(--theme-color-brand-primary);
}

@media(max-width:768px){
    #loadingBox .modal-body{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        padding-top: 15px !important;
    }
}
@media(min-width:769px){
    #loadingBox .modal-body{
        /*align-items: flex-start !important;*/
    }
}

.main-content{
	margin-top: 105px;
}

.remember-me-label{
	display: inline-block;
    vertical-align: top;
}
.top-bar{
	display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 50px;
    padding-top: 20px;
}

.top-bar-back{
	background: var(--theme-color-brand-primary);
	background-image:url('../images/icons/chevron_left.svg');
	background-repeat: no-repeat;
    background-position-y: center;
    background-position-x:6px;
    color: #fff;
    padding: 10px 30px;
    padding-right: 15px;
    text-decoration: none;
    border-radius: 40px;
    white-space: nowrap;
    font-family: var(--theme-font-title);
    font-size: 14px;
}

.top-bar-back:hover{
	color: #fff;
}

.top-bar-title{
	display: flex;
    flex-basis: auto;
    justify-content: center;
    width: 100%;
    position: absolute;
    font-weight: 600;
}
.top-bar-title h1{
	font-size: 40px;
    font-family:var(--theme-font-title);
    text-align: center;
}

.top-bar-icon{
	margin-top: 31px;
	margin-bottom: 31px;
	margin-right: 10px;
}

.top-bar-title.not-display-back-bt{
	position: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.page-title{
	font-size: 40px;
	font-family:var(--theme-font-title);
	letter-spacing: 0.03em;
}

.page-title-1{
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
}

.sub-page-title{
	font-size: 22px;
	font-weight: bolder;
	margin-bottom: 5px;
}

.page-desc{
	margin-top: 34px;
	margin-bottom: 38px;
}

.center-title-icon{
	margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 42px;
    margin-bottom: 42px;
    text-align: center;
}

.bottom-buttons{
	 margin-top: 60px;
}

.container.main-content{
	max-width:100%;
	padding-left: 112px;
    padding-right: 128px;
}

.content-box.content-box-no-border{
	border:0;
	background: transparent;
	box-shadow:inherit;
	 border-radius: 0px;
}
.content-box{
	max-width: 480px;
    margin: auto;
    border: 1px solid #0000000D;
    box-shadow: 0px 4px 34px 0px #0000001a;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
}

.content-box-no-border{
	max-width: 480px;
    margin: auto;
}

.small-content-box{
	max-width: 480px;
    margin: auto;
    border: 1px solid #0000000D;
    box-shadow: 0px 4px 34px 0px #0000001a;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.icon-left.pass{
	top:12px !important
}
.field-margin-top-40{
	margin-top: 40px;
}
.field-margin-top-32{
	margin-top: 32px;
}
.field-margin-bottom-32{
	margin-bottom: 32px;
}
.field-margin-bottom-40{
	margin-bottom: 40px;
}
.field-margin-bottom-50{
	margin-bottom: 50px;
}
.field-margin-bottom-60{
	margin-bottom: 60px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.page-padding-left-right {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.page-padding-left-right {
		padding-left: 2rem;
		padding-right: 2rem;
	}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.page-padding-left-right {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.page-padding-left-right {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.page-padding-left-right {
		padding-left: 8rem;
		padding-right: 8rem;
	}
}

.field-margin-top-16{
	margin-top: 16px;
}

.field-margin-left-16{
	margin-left: 16px;
}

.field-margin-right-16{
	margin-right: 16px;
}

.field-margin-bottom-16{
	margin-bottom: 16px;
}

.field-margin-bottom-10{
	margin-bottom: 10px;
}

.icon-16{
	width: 16px;
	height: 16px;
}

.icon-24{
	width: 24px;
	height: 24px;
}

.icon-40{
	width: 40px;
	height: 40px;
}

.icon-80{
	width: 80px;
	height: 80px;
}

.left-align{
	text-align: left !important;
}
.close-popup{
	position: absolute;
    right: 44px;
    top: 44px;
}

.checkbox-style {
    accent-color: var(--theme-color-brand-primary);
    height: 20px; /* not needed */
    width: 20px; /* not needed */
    cursor: pointer;
}

.remember-me input[type="checkbox"]{
	margin-right:10px;
}



/*Custome Checkbox*/
.custom-ckeckbox input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 10px;
    background: rgba(0, 0, 0, 0);
    top: 4px;
    left: 5px;
    border: 3px solid var(--theme-color-agaist-brand-primary);
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-ckeckbox input[type="checkbox"] {
    line-height: 2.1ex;
}

.custom-ckeckbox input[type="radio"],
.custom-ckeckbox input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

.custom-ckeckbox input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.custom-ckeckbox input[type="checkbox"]:checked + label::before{
	background-color: var(--theme-color-brand-primary);
}

.custom-ckeckbox input[type="checkbox"][disabled]:checked + label::before{
	background-color: #c0c0c0;
}

.custom-ckeckbox input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    vertical-align: -25%;
    height: 24px;
    width: 24px;
    background-color: var(--theme-color-agaist-brand-primary);
    border: 1px solid rgb(166, 166, 166);
    border-radius: 4px;
    margin-right: 8px;
}

.home-focus{
	display: none;
}
.home-not-focus{
	display: inherit;
}
object {
  pointer-events: none;
}
.rf-msg-inf.errorMessage{
	color: red;
}

/*For details*/
.details-label{
	font-family:var(--theme-font-title);
	color: var(--label-color);
	font-size: 14px;
}
label.text-muted{
	font-size: 16px;
}

.how-it-work-main-title{
	color: var(--desc-color);
	font-size:14px;
	font-family: var(--theme-font-title);
}
.how-it-work-title{
	font-family:var(--theme-font-title);
	font-size: 22px;
}

.how-it-works-popup div.modal-footer,
.modal-footer.no-border-top{
	border-top: 0;
}

.modal-backdrop.show {
    opacity: .75;
}
.modal-backdrop.loading {
	opacity: .2;
}

.content-text{
	margin-top: 8px;
}
.support-text{
	font-size: 12px;
}
.support-text a{
	text-decoration: none;
}

.bold-text{
	font-family: var(--theme-font-title);
}

span.rf-msg span.rf-msg-err{
	margin-top: 5px;
	line-height: 14px;
}

span.rf-msg span.rf-msg-err .rf-msg-det{
	line-height: 15px;
	display: inline-block;
}

span.rf-msg-err{
	background-image:none;
}

.rf-msg-err, .rf-msgs-err{
	background-image:none !important;
	line-height: 15px;
}

.global-error span.rf-msgs-err{
	display: block;
	padding-bottom: 15px;
}

.list-group-item{
	padding-left: 0;
	padding-right: 0;
}

#eulaModal-title{
	font-size: 26px;
}

.circle-bt{
	width: 32px;
	height: 32px;
	padding-left: 12px;
	padding-top: 5px;
}

.NOT_VERIFIED input[type="text"],
.FAILED input[type="text"],
.REQUIRES_ATTENTION input[type="text"]{
	color: #BA1B1B;
}

.ACTIVE input[type="text"]{
	color: #28A745;
}