.hao-container {
  min-height: 100vh;
  background-color: #fff;
}
.logo-page img {
  width: 80px;
}
.logo-page-signup {
  margin-top: 49px;
}
.h-overhidden{
	overflow: hidden;
}
.hao-button button {
  background-color: #1a73e9; /* Green */
  border: 1px solid;
  border-radius: 6px;
  color: white;
  height: 48px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}
.hao-position-left {
  background-color: #fff;
  margin-right: 96px;
  margin-left: auto;
  min-height: 100vh;
  flex-direction: column;
  width: 350px;
}
.input-form input {
  background-color: #fff;
  border: 1px solid #dde3eb;
  border-radius: 6px;
  width: 100%;
  padding-left: 15px;
  height: 48px;
}
.hao-form-signup input {
  background-color: #fff;
  border: 1px solid #dde3eb;
  border-radius: 6px;
  width: 100%;
  padding: 0 15px;
  height: 48px;
}
.hao-link-signin {
  float: right;
  color: #0073e6;
  font-size: 13px;
}
.hao-link-signin a {
  color: #0073e6;
}
.hao-form-group {
  margin-top: 20px;
}
.hao-ok {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hao-ok input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0 4px 0 0;
  border: 2px solid #a8a8a8;
  line-height: 14px;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.hao-table-fixed2 {
  width: 100%;
  height: 465px;
  overflow-y: scroll;
  overflow-x: hidden;

}
.hao-login-account h2,
.hao-create-account h2 {
  margin-top: 18px;
  margin-bottom: 7px;
}

.hao-login-account .hao-title-login a {
  color: #0073e6;
}

.hao-login-account .hao-title-login p {
  font-size: 13px;
}

.hao-create-account .hao-title-signup a {
  color: #0073e6;
}
.hao-create-account .hao-title-signup h2 {
  font-size: 29px;
}

.hao-create-account .hao-title-signup p {
  font-size: 13px;
}
.hao-form-text {
  margin-bottom: 8px;
  margin-top: 13px;
  color: #676e78;
}
.hao-form-text label b {
  font-size: 13px;
  color: #424c56;
}
.hao-position-right {
  height: 100%;
  color: black;
  background: url("../img/background-login.jpg") no-repeat;
  background-size: 230% auto;
  background-position: right;
}

.bgr-color {
  background-color: rgba(40, 122, 229, 0.9);
}
.hao-text-part h1 {
  font-size: 43px;
}
.hao-text-part p {
  line-height: 28px;
}
/*binh thuong*/
.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox .checkbox-mark {
  position: relative;
  display: inline-block;
  border: 2px solid #727f97;
  border-radius: 1px;
  height: 16px;
  width: 16px;
}
/*kiem tra input checked va doi mau checkbox*/
.custom-checkbox input:checked ~ .checkbox-mark {
  background-color: #0063c1;
  border-color: #0063c1;
}
.custom-checkbox input:checked ~ .checkbox-mark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.custom-checkbox .hao-remember-login {
  margin-left: 10px;
  font-size: 13px;
  color: #676e78;
}
.hao-position-right .hao-text-part {
  height: 100%;
  padding-left: 196px;
  color: #fff;
}
.hao-position-right .hao-text-part h1 {
  margin-bottom: 19px;
}
.hao-button-blue {
  border: none;
  background-color: #1a73e9;
  width: 106px;
  color: #fff;
}
.pr-3{
	padding-right: 3px;
}
.hao-button {
  height: 48px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}

.hao-btn-submit-signup {
  margin-bottom: 54px;
}
.hao-input {
  border: 1px solid #dde3eb;
  border-radius: 6px;
  width: 100%;
  padding: 0 15px;
  height: 48px;
}
.hao-input-eye {
  padding-right: 40px;
}
.hao-group-ip-btn .hao-input,
.hao-form-group .nl-row .hao-left {
  width: calc(100% - 118px);
}
.hao-group-ip-btn .hao-button,
.hao-form-group .nl-row .hao-right {
  width: 108px;
}
.hao-button-last-link-signin {
  border: none;
  background-color: #1a73e9;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  height: 30px;
  width: 57px;
  cursor: pointer;
}
.input-form-text .hao-label-policy-last-formsignup {
  background-color: #fff;
  color: #424c56;
  border: 1px solid #dde3eb;
  font-size: 13px;
  padding: 12px 6px;
  border-radius: 6px;
  margin-top: 15px;
  line-height: 18px;
}
.hao-label-policy-last-formsignup p {
  font-size: 11px;
}
.input-have-eye {
  position: relative;
}
.hao-eye-signup {
  position: absolute;
  margin-top: 13px;
  margin-left: 198px;
  cursor: pointer;
}
#eye-hidden {
  margin-top: 3px;
}
.height-48 {
  height: 48px;
}
.hao-btn {
  font-size: 13px;
  min-height: 38px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.nl-list-grp .hao-btn .nl-icon-find {
  height: 18px !important;
}
.hao-lbl {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.hao-lbl-popup-131 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.hao-font-size__17 {
  display: block;
  font-size: 17px;
}
.hao-img-style__cominfo{
	width:130px;
	height:130px;
}
.hao-btn-button__cominfo {
	height: 35px;
    border-radius: 4px;
}
.hao-btn-button__cominfo img {
	height: 16px;
}
.hao-color-red {
  color: red;
}

.width-10pc {
  width: 10%;
}

.width-15pc {
  width: 15%;
}

.width-20pc {
  width: 20%;
}

.width-25pc {
  width: 25%;
}
.width-30pc {
  width: 30%;
}

.width-40pc {
  width: 40%;
}

.width-50pc {
  width: 50%;
}
.width-55pc {
  width: 55%;
}
.width-60pc {
  width: 60%;
}
.width-65pc {
  width: 65%;
}
.width-70pc {
  width: 70%;
}

.width-75pc {
  width: 75%;
}
.width-80pc {
  width: 80%;
}
.hao-plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.hao-j-around {
  justify-content: space-around;
}
.hao-font-btn-12 {
  font-size: 12px;
}
.hao-font-btn-12 img {
  width: 10%;
}
.hao-form-control-search {
  min-height: 38px;
  border-top: 1px solid #d7dce0;
  border-bottom: 1px solid #d7dce0;
  border-left: 1px solid #d7dce0;
  border-right: 0;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 4px 0 0 4px;
}
.hao-table-bgr-cl-F6F8FB {
  background-color: #f6f8fb;
}
.hao-table-bgr-cl-F3F6F7 {
  background-color: #f3f6f7;
}

.nl-form-grp .nl-list-checkbox .hao-custom-checkbox {
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
}
.hao-pointer {
  cursor: pointer;
}
.hao-popup-body-3part .hao-custom-checkbox .checkbox-mark {
  height: 18px;
  width: 18px;
}
.hao-popup-body-3part
  .hao-custom-checkbox
  input:checked
  ~ .checkbox-mark::after {
  width: 12px;
  height: 7px;
}
.hao-custom-checkbox .checkbox-mark {
  position: relative;
  display: inline-block;
  border: 2px solid #727f97;
  border-radius: 1px;
  height: 20px;
  width: 20px;
}
/*kiem tra input checked va doi mau checkbox*/
.hao-custom-checkbox input:checked ~ .checkbox-mark {
  background-color: #727f97;
  border-color: #727f97;
}
.hao-custom-checkbox input:checked ~ .checkbox-mark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.hao-mobile-screen-parent {
  position: relative;
  border: 2px solid #c0c0c0;
  background-color: #f2f2f2;
  border-radius: 7px;
  height: 200px;
  width: 200px;
}
.hao-mobile-screen-child {
  position: absolute;
  height: 115px;
  width: 147px;
  border: 2px solid #707070;
  background-color: #fff;
  border-radius: 7px;
}
.hao-mobile-text-red-cl {
  color: red;
}

.hao-text-mobile-screen {
  height: calc(100% - 19px);
  padding-bottom: 4px;
}
.hao-form-148 {
  width: 800px;
  height: auto;
  border: 1px solid #d7dce0;
  border-radius: 4px;
  position: relative;
}
.hao-form-color-f6f8fb {
  width: 340px;
  background-color: #f6f8fb;
}

.hao-popup-all {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 102;
}
.hao-popup-main {
  border-radius: 5px 5px 4px 4px;
  background-color: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hao-popup-main-31 {
  width: 350px;
  height: auto;
}

.hao-popup-main-37 {
  width: 600px;
  /* height: 610px; */
}

/* .hao-popup-main-37.td-fix {
  height: 625px !important;
} */

.hao-popup-header {
  background-color: #696f85;
  height: 60px;
  position: relative;
  border-radius: 4px 4px 0px 0px;
}
.hao-popup-content-header {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
}
.hao-close-popup {
  position: absolute;
  width: 100%;
  padding-top: 13px;
  padding-right: 12px;
}
.hao-close-popup img {
  cursor: pointer;
}

.hao-popup-body {
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
  height: calc(100% - 146px);
}
.hao-popup-confirm-body {
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
  height: calc(100% - 146px);
}
.hao-popup-body-131 {
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
  height: calc(100% - 146px);
}
.hao-popup-body-3part {
  height: 63px;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.hao-popup-body-37 {
  height: 80px;
  width: 100%;
}

.hao-popup-content-body label {
  font-weight: bold;
  font-size: 25px;
}

.hao-popup-footer {
  height: 86px;
}
.hao-popup-footer button {
  background-color: #434a66;
  width: 130px;
  height: 40px;
  color: #fff;
  border: none;
}
.hao-popup-footer .nl-btn {
  font-size: 15px;
}
.btn-popup-37 {
  font-size: 13px;
  min-height: 38px;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hao-table-fixed {
  width: 100%;
  height: 445px;
  overflow-y: auto;
  overflow-x: hidden;
}
.hao-popup-body .hao-table-fixed {
	height: 370px;
	border: 1px solid #e9edf0;
	margin-bottom: 25px
}
.nl-form-control[readonly] {
  background-color: #f6f8fb;
  /* opacity: 1; */
}
.hao-form-area__88 {
  padding: 10px;
  line-height: 22px;
  border-radius: 4px !important;
}
.hao-btn-normal-ffffff {
  background-color: #ffffff;
  color: #2a2a2a;
  border: 1px solid #b5b5b5;
}
.hao-font-bold {
  font-weight: bold;
}
.hao-border-right__top__bottom {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hao-not-display {
  display: none;
}

.hao-popup-main-confirm {
  width: 300px;
  height: 300px;
  padding: 20px;
}

.hao-popup-confirm-body p {
  font-size: 13px;
}
.hao-td-active-red-color {
  background-color: red;
  color: white;
}

.hao-font-13 {
  font-size: 14px;
}
.hao-font-19 {
  font-size: 19px;
}
.hao-send-require-131 {
  width: 480px;
}
.hao-btn-popup-bd-radius-all {
  font-size: 16px;
  min-height: 38px;
  cursor: pointer;
  border-radius: 4px;
}
.hao-form-active-clr-blue-dark {
  border: 0;
  background-color: #0063c1;
  color: #fff;
}
.hao-form-active-clr-red{
	border: 0;
	background-color: #f6f8fb;
	color: black;
}
.hao-popup-main-100 {
  width: 480px;
  height: 495px;
}
.hao-plr-23 {
  padding-left: 23px;
  padding-right: 23px;
}

.nl-form-grp .nl-list-checkbox .hao-custom-checkbox__phone {
  font-size: 15px;
  font-weight: bold;
  color :#2E3243;
  background-color: #fff;
}
.hao-custom-checkbox__phone .checkbox-mark__phone {
  position: relative;
  display: inline-block;
  border: 2px solid #01A9F4;
  border-radius: 1px;
  height: 16px;
  width: 16px;
}

.hao-custom-checkbox__phone .checkbox-mark__phone {
  position: relative;
  display: inline-block;
  border: 2px solid #D2D2D2;
  border-radius: 1px;
  height: 20px;
  width: 20px;
}

.hao-custom-checkbox__phone input:checked ~ .checkbox-mark__phone::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-49deg);
}

.hao-custom-checkbox__phone input:checked ~ .checkbox-mark__phone {
  background-color: #01A9F4;
  border-color: #01A9F4;
}
.hao-phone-header__title{
  position: absolute;
}
.hao-bg-sms {
  position: relative;
  background-image: url("../img/phone_screen.svg");
  background-repeat: no-repeat;
  background-size:  274px 303px;
  background-position: center;
  height: 247px;
  width: 263px;
}
.hao-bg-sms textarea {
	left: 38px;
    height: 151px;
    width: 163px;
    position: absolute;
    top: 68px;
    border: none;
    background-color: #D8F2FF;
	padding-left:10px;

}
.hao-bg-sms input {
    left: 50px;
    height: 21px;
    width: 120px;
    position: absolute;
    top: 37px;
    border: none;
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
  
}
.hao-font-15{
  font-size: 15px;
}
.mt-40{
	margin-top: 40px;
}
.hao-scrool__policy_list{
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: 20px;
	width: 100%;
	height:185px;

}
.hao-text__policy_list{
	border:none;
	cursor:context-menu;
	resize: none;
}
.hao-no-resize{
	resize:none;
}
.sms-form:nth-child(n+7){
	margin-top:70px !important;
}
.hao-remove-phone{
	position: absolute;
	right: 6px;
	top: -4px;
	font-size: 20px;
	width: 26px;
	height: 26px;
	font-weight: bold;
	/* color: red;
	padding-top: 11px; */
	cursor: pointer;
	background-image: url(../img/icon_x_send_sms.svg);
	background-size: contain;
	z-index: 19;
}
.h-datepicker-all{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 1px;
  z-index: 109;
}
.h-datepicker-main{
  border-radius: 5px 5px 4px 4px;
  background-color: #fff;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 250px;
}
.h-date-picker__header{
  width: 100%;
  height:32px;
  border: 1px solid #D9D9D9;
  display: none;
}
.h-date-picker__header span{
  font-size: 13px;
  corlor: #230000;
}

.h-table-calendar tr th{
  height: 37px;
  /* border-radius: 4px; */
  border: 1px solid #aaaaaa;
  background-color: #d7d7d7;
}
.h-table-calendar tr td{
  background-color: #f6f6f6;
  cursor: pointer;
  font-size: 11px;
  border: 1px solid #dcdcdc;
  height: 48px;
}
.h-table-calendar tr td:hover {
	background: #ededed;
}
.h-table-calendar tr .active:hover,
.h-table-calendar tr .active {
  background-color: #007fff;
  color: #fff;
}
.h-table-calendar{
  border: 1px solid #e9edf0;
  text-align: center;
  border-collapse: collapse;
}
/* .h-date-picker__body{
  padding: 4px 4px 0 4px;
} */
.h-btn-calendar{
	font-size: 20px;
    background: #d7d7d7;
	border:none;
}
.hao-form-select-calendar{
  border: 1px solid #868686;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 13px;
  min-height: 24px;
}
.hao-custom-select-calendar::after {
  content: "";
  position: absolute;
  margin-top:10px;
  right:3px;
  height: 5px;
  width: 5px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg) translateY(-50%);
}

.h-btn-calendar2{
	font-size: 32px;
	border:none;
	background: #fff;
	color: #888e93;
}
.hao-form-select-calendar2{
  border: 1px solid #d7dce0;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 13px;
  min-height: 38px;
  width: 80px;
}
.hao-custom-select-calendar2::after {
  content: "";
  position: absolute;
  right:4px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-left: 1px solid #babfc5;
  border-bottom: 1px solid #babfc5;
  transform: rotate(-45deg) translateY(-50%);
}
.h-border-none{
	border:none;
}
.cs-width-80{
	width:80px!important;
}
