/* Info center */
.info-center {
	background-color: #F9F9F9;
	padding-top: 15px;
	padding-bottom: 45px;
}
.info {
	padding: 15px;
	background-color: #f8f9fa;
	margin: 0 15px;
	border-radius: 3px;
	margin-bottom: 15px;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.form-info{
	margin-top: 5px;
	padding: 0 20px;
}
.form-info label{
	margin-bottom: 15px;
	font-weight: 500;
}
.form-info input{
	padding: 14px 15px;
	height: 44px;
	border-color: #DDDDDD;
}
.from-info p{
	margin-bottom: 22px;
}
.custom-input{
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("/themes/nhathuoc-theme/img/lock.png") no-repeat right .75rem center;
	background-size: 18px 18px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.info-text{
	margin: 22px 20px;
	display: flex;
	align-items: center;
}
.custom-select{
	display: inline-block;
	width: 100%;
	height: 44px;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("/themes/nhathuoc-theme/img/down-select.png") no-repeat right 18px center;
	background-size: 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.change-password{
	padding: 0 20px;
}
.change-password a{
	color: #3CBBF2;
}

/* info-right */
.info-right{
	padding-top: 47px;
	padding-left: 0;
}
.info-right-flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.account-img{
	width: 55%;
	text-align: center;
	padding-right: 15px;
}
.account-img img{
	border-radius: 50%;
	/* width: 100%;
	height: 100%; */
	width: 130px;
	height: 130px;
	border: 1px solid #DDDDDD;
}
.change-account-img{
	width: 45%;
	align-items: center;
	font-size: 12px;
}
.change-account-img button{
	text-align: center;
	color: #fff;
	padding:5px 11px;
	background-color: #3CBBF2;
	border: 1px solid #3CBBF2;
	border-radius: 3px;
	margin-bottom: 6px;
}
.change-account-img p{
	color: #979797;
}
/* Info update */
.info-update{
	text-align: center;
	padding: 10px;
}
.btn-cancel{
	padding: 12px;
	width: 48%;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #D33348;
	border-radius: 3px;
	margin-right: 15px;
	font-weight: 500;
	color: #D33348;
}
.btn-update{
	padding: 12px;
	width: 48%;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #3CBBF2;
	border: 1px solid #3CBBF2;
	border-radius: 3px;
}

.check-box-info {
	width: 20px;
	height: 20px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 12px 0 0;
	cursor: pointer;
}

.check-box-info svg {
	display: none;
}

input[type=text]:disabled , input[type=email]:disabled {
	background-color: #ffffff;
	color: #979797;
}

#checkBox:checked + .check-box-info svg {
	display: inherit;
}

/* Responsive */
@media only screen and (max-width: 426px) {
	.breadcrumb{
		padding-top: 15px;
	}
	.control-mobile{
		display: none;
	}
	/* info-right-responsive */
	.info-right{
		padding-top: 15px;
		padding:0;
		background-color: #F9F9F9;
		text-align: center;
		display: block;
	}
	.account-img{
		width: 100%;
	}
	.account-img img{
		width: auto;
	}
	.change-account-img{
		display: none;
	}

	/* info-center-responsive */
	.info{
		padding: 10px;
		margin: 0;
		margin-bottom: 15px;
	}
	.info-center{
		padding-right: 9px;
		padding-left: 9px;
	}
	.form-info{
		padding:0;
	}
	.from-info p{
		font-weight: 500
	}

	/* Info update */
	.info-update{
		padding: 0;
		position: fixed;
		width: 100%;
		bottom: 0;
		margin: 0;
		display: flex;
		z-index: 2;
		left: 0;
	}
	.btn-cancel{
		width: 50%;
		padding: 9px 0px;
		margin-right: 0;
		border-radius: 0;
	}
	.btn-update{
		width: 50%;
		padding: 9px 0px;
		border-radius: 0;
	}
	.info-update .row {
		display: flex;
	}
	footer {
		padding-bottom: 42px;
	}
	.info-text {
		margin: 22px 0;
		align-items: flex-start;
	}
	.info-section {
		display: flex !important;
		flex-direction: column;
	}
	.info-right {
		order: 1;
		flex: 1;
		text-align: inherit;
	}
	.info-center {
		order: 2;
		flex: 1;
	}

	.account-img picture {
		position: relative;
		border-radius: 100%;
		display: inline-block;
		overflow: hidden;
	}

	.account-img picture::before {
		content: "Thay đổi ảnh";
		position: absolute;
		bottom: 0px;
		width: 100%;
		text-align: center;
		padding: 10px 0px 15px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 12px;
	}
}


#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 500px;
}

/* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}
