@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    
}
@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

* {
	box-sizing: border-box;
	line-height: 1.75;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	height: 100%;

}

/*Height relative*/
.h-100 {
	height: 100% !important;
}

.h-75 {
	height: 75% !important;
}

.h-50 {
	height: 50% !important;
}

.h-25 {
	height: 25% !important;
}

/*Width relative*/

.w-100 {
	width: 100% !important;
}

.w-75 {
	width: 75% !important;
}

.w-50 {
	width: 50% !important;
}

.w-25 {
	width: 25% !important;
}


/*layout*/
.text-center {
	text-align: center !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-900 {
	font-weight: 900 !important;
}

.text-gray {
	color: gray !important;
}

.text-dark {
	color: #000 !important;
}

.text-white {
	color: #fff !important;
}

.bg-white {
	background: #fff !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.cursor-poRoboto {
	cursor: poRoboto;
}

.d-flex {
	display: flex !important;
}

.d-block {
	display: block !important;
}

.align-items-start {
	align-items: start;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-1 {
	margin-top: 0.15rem !important;
}

.fs-20 {
	font-size: 20px !important;
}



/*****PAGE******/

.container {
	max-width: 768px;
	margin: auto;
}

.layout-wrapper-p {
	padding: 20px;
}
.before {
	width: 44px;
}

/* Header */
.layout-header--title {
	display: flex;
	position: fixed;
	margin: auto;
	width: 100%;
	max-width: 768px;
	background: #161ECA;
	color: white;
	padding: 0;
	justify-content: space-between;
	align-items: center;
}

.layout-header--title .title h3 {
	font-weight: 300;
}

.vt-icon-left,
.vt-icon-x {
	padding: 0 10px;
	text-decoration: none;
}


.layout-content .layout-content--banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 100px;
}

/*description content*/
.layout-header--title-padding {
	padding: 20px;
}
.layout-content--user {
	padding: 70px 20px;
}
.layout-content--description-info {
	padding: 70px 0;
}
.layout-content--description-user {
	margin-bottom: 15px;
}
.description,
.layout-content--action {
	padding: 10px;
}

.description {
	font-size: 13px;
}

.description-info .title {
	color: #161ECA;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 14px;
}

.description-info--user-img img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px;
}
.description-info--user span {
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
}

.description-info--user p {
	font-size: 14px;
	line-height: 20px;
	color: #101828;
	font-weight: 500;
}

.description-info--user-name {
	margin-bottom: 5px;
	font-size: 14px;
}

.image-message {
	width: 200px;
	height: 200px;
	margin: 20px auto 0 auto;
	border-radius: 50%;
	display: flex;
}

/*Footer*/
.layout-content--action {
	position: fixed;
	width: 100%;
	max-width: 768px;
	bottom: 0;
	
}
.layout-content--action-info {
	margin: 12px 0;
	background: #fff;
}
.layout-content--action .action {
	width: 100%;
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: #161ECA;
	color: #fff;
	font-size: 14px;
	font-weight: 300 !important;
	border: 0;
	border-radius: 25px;
	cursor: poRoboto;
}

.layout-content--action-back {
	margin-top: 15px;
	color: #161ECA;
}

.layout-content--action-back span {
	color: #161ECA;
}

.policy input {
	margin-right: 10px;
	margin-top: 6px;
}

.layout-content--action.box-shadow {
	box-shadow: rgb(0 0 0 / 50%) 0px -5px 6px -5px;
	background-color: white;
}

@media (min-width: 576px) {
	.layout-header--title .title {
		font-size: 20px;
	}

	.description {
		font-size: 15px;
	}

	.action,
	.layout-content--action-back a {
		font-size: 20px;
	}
}