/* form styles */
div.default-submit h1 {
	font-weight: 600;
}
div.default-submit label {
	font-weight: 600;
	margin-bottom: 3px;
}
div.default-submit div.form-group input, div.default-submit div.form-group select {
	padding: 0 10px;
	height: 28px;
	max-width: 280px;
}
div.default-submit div.form-group {
	margin-right: 20px;
}
.base-form-field input, .base-form-field textarea {
	margin: 0;
	outline: none;
	width: 100%;
	color: #3b3b3b;
	border: 1px solid #acb9c5;
	border-radius: 4px;
	transition: .2s;
	resize: none;
	padding: 0 10px;
}
.intl-tel-input {
	display: block !important;
}

/* mobile styles */
div.light {
	background-color: #f2f2f2;
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}
div.flashes {
	padding: 5px;
}
div.flashes div.alert {
	margin-bottom: 5px;
}

div.mobile-submit div.form-group input, div.mobile-submit div.form-group select, div.mobile-submit div.form-group textarea {
	line-height: 18px;
	letter-spacing: .2px;
	padding: 0 20px;
	margin: 0;
	height: 50px;
	outline: none;
	width: 100%;
	background-color: #fcfcfc;
	color: #121719;
	border: .5px solid rgba(97,118,141,.7494);
	border-radius: 6px;
	transition: .2s;
	box-shadow: 0 1px 0 rgba(35,35,38,.0595225);
}
div.mobile-submit div.form-group input.form-control, 
div.mobile-submit div.form-group select.form-control,
div.mobile-submit div.form-group textarea.form-control,
div.mobile-submit div.form-group button.form-control
{
	font-size: 18px;
}

.btn-blue {
	color: #fff;
	background-color: #3678e6;
	border-color: #3678e6;
}

.btn-blue-border {
	color: #3678e6;
	background-color: white;
	border-color: #3678e6;
}

.btn-red {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	background-color: #CB0000;
	border-color: #CB0000;
}
.btn-red:hover, .btn-red:active {
	color: #fff;
}

/* login */
.login_correct {
	width: fit-content;
	color: #666;
	font-size: 0.9em;
	background-color: #f6f7d9;
	padding: 5px;
	border: 1px solid #f7fdae;
	border-radius: 4px;
	margin-bottom: 7px;
}
.login_correct_url {
	color: black;
	border: 1px solid #ccc;
	padding: 4px 8px;
	border-radius: 4px;
	margin: 3px 0px;
	background-color: white;
	white-space: nowrap;
}
.login_correct_url svg {
	width: 12px;
	vertical-align: text-bottom;
}
div.password_show_div {
	position: absolute;
	top: 0;
	right: 0;
    height: 100%;
}
div.password_show_div a.password_show_btn {
	color: #333;
	height: 100%;
	display: flex;
    align-items: center;
	padding: 0px 10px;
}

/* video verification page, place video upload page */

div.video-verification-container form > div,
div.place-video-upload form > div {
	margin-bottom: 10px;
}
div.video-verification-container span.fileinput-button, 
div.place-video-upload span.fileinput-button {
	background-color: #eee;
	width: 200px;
	display: block;
	padding: 20px;
	text-align: center;
}
div.video-verification-container span.fileinput-button div.custom-file,
div.place-video-upload span.fileinput-button div.custom-file {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	height: 100%;
}

#video-preview, #photo_preview > img {
	width: 500px;
	height: 280px;
}

@media (max-width: 420px) {
	#video-preview, #photo_preview > img {
		width: 100%;
		height: 200px;
	}
}

.video-player {
	position: relative;
	max-height: 100%;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	zoom: 1 !important;
	height: 200px;
	width: 355px;
	float: left;
}
.verification-video {
	max-width: 100%;
}
.video-player > video {
	height: 100%;
	width: 100%;
}

/* 2fa pages */

#twofa_container {
	padding-top: 25px;
}
#twofa_container .rounded {
	margin: auto;
	background-color: white;
	border: 1px solid #e5e5e5;
	padding-top: 25px;
}
#twofa_container h1{
	font-weight: normal;
	font-size: 20px;
}
.twofa_description{
	margin-bottom: 25px;
	margin-left: 3%;
	margin-right: 3%;
	font-size: 14px;
	color: #808080;
}
.twofa_description_text{
	max-width: 400px;
	margin: 0 auto;
	color: #808080;
}
.twofa_inner{
	clear: both;
}
.twofa_block h2{
	border-bottom: none;
	font-weight: bold;
	font-size: 18px;
}
.twofa_method{
	display: block;
	position: relative;
	padding: 10px 21px 10px 65px;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: left;
	font-size: 16px;
	color: #000;
	text-decoration: none !important;
	background: #FAFAFA;
}
.twofa_method span, .twofa_method strong{
	display: block;
}
.twofa_method .twofa_method_icon{
	display: block;
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -10px;
}
.twofa_method .twofa_method_direction{
	display: block;
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -10px;
}
.twofa_icon{
	margin-bottom: 10px;
}
.twofa_method_description{
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 16px;
}
.twofa_confirm_form{
	display: inline-block;
	width: 340px;
	padding-bottom: 40px;
}
.twofa_confirm_form label{
	display: block;
	text-align: left;
	line-height: 17px;
	font-size: 14px;
	color: #717171;
}
.twofa_confirm_form input{
	margin-bottom: 12px;
	background: #fcfcfc;
}
.twofa_confirm_form button:hover, .twofa_confirm_form button:focus, .twofa_confirm_form button:active, .twofa_switch_methods a:hover, .twofa_switch_methods a:active, .twofa_switch_methods a:focus{
	opacity: 0.9;
}
.twofa_switch_methods{
	padding-bottom: 20px;
	font-size: 14px;
}
.twofa_switch_methods a{
	text-decoration: none !important;
	color: #3577E5;
}
.twofa_method_description_text{
	max-width: 340px;
	margin: 0 auto;
}

/* businessowner pages */
.simple-select-container select {
    width: 100%;
    height: 28px;
    color: #7E90A3;
    padding: 0 10px;
    border: 1px solid #acb9c5;
    border-radius: 4px;
    background-color: white;
    font-weight: 600;
    font-size: 14px;
}
.simple-select-container select:focus {
    outline: none;
}
#businessowner-pick-form div.form-check {
    margin-bottom: 20px;
}
#businessowner-pick-form input[type=radio].form-check-input {
    width: 23px;
    height: 23px;
    margin-left: -1.8rem;
    margin-top: -0.02rem;
}
