@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Dangrek&family=Preahvihear&family=Suwannaphum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nokora:wght@100;300;400;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/home/bg-com.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
header {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 998;
}
header .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 10px;
}
header .container .logo {
    width: 180%;
}
header .container .logo img {
    position: relative;
    width: 20%;
}
header .container .login {
    float: right;
    right: 10px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}
header .container .km {
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    top: 3px;
    margin-left: 10px;
    cursor: pointer;
}
header .container span {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    position: relative;
    top: 8px;
    left: 5px;
}
header .container .login i {
    color: #fff;
    font-size: 14px;
}
header .container .login .flag {
    width: 25%;
    vertical-align: middle;
}
header .container .login .btn1 {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    border-radius: 10px;
    width: 80px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background-color: #f2f3f8;
    position: relative;
    float: right;
    right: 0;
}
.description {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 200px;
}
.description .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
}
.description .container h2 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    font-family: "Koulen", sans-serif;
    line-height: 30px;
}
.description .container img {
    width: 60%;
    display: block;
    margin-right: auto;
}
.description .container span {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    line-height: 25px;
}
.login-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 120px;
}
.login-btn .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
.login-btn .container .row {
    cursor: pointer;
}
.login-btn .container .row button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    font-style: normal;
    font-weight: 400;
    border-radius: 10px;
    background-color: #094663;
    border: none;
    padding: 15px;
}
.register-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 60px;
}
.register-btn .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
.register-btn .container .row {
    cursor: pointer;
}
.register-btn .container .row button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #094663;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    font-style: normal;
    font-weight: 400;
    background: none;
    border: 1px solid #094663;
    border-radius: 10px;
    padding: 14px;
}
.contect_bottom {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 10px;
}
.contect_bottom .container {
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.contect_bottom .container .row {
    cursor: pointer;
}
.contect_bottom .container .row p {
    text-align: center;
    color: #094663;
    font-size: 13px;
    font-family: "Nokora", sans-serif;
}
/* -----------SLide---------- */
.slide-wraper {
	max-width: 1280px;
	height: auto;
	padding: 20px;
    margin: 0 auto;
}
#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#slider #line {
	height: 5px;
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}
#slider #dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	display: flex;
	justify-content: center;
}
#slider #dots li {
	transition: 0.3s;
	list-style-type: none;
	width: 50px;
	height: 4px;
	border-radius: 20px;
	background: #92278f;
	margin: 0 0.25em;
	cursor: pointer;
}
#slider #dots li:hover,
#slider #dots li.active {
	background: #d9d9d9;
}
@keyframes line {

	0% {width: 0%;}
	100% {width: 100%;}

}
#slider #back,
#slider #forword {
	width: 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: white;
	font-weight: 700;
    font-size: 2rem;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=1 );
}
#slider #forword {
	left: auto;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=1 );
}
#slider:hover #back,
#slider:hover #forword {
	opacity: 0.7;
}
ul#move {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	margin-right: 100%;
}
ul#move li {
	transition: 0.6s;
	min-width: 100%;
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul#move li img {
	width: 40%;
    margin-top: 100px;
}
.login {
    width: 100%;
    height: auto;
}
.login .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
.login .container button {
    width: 100%;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    background-color: #0077ff;
    border: 2px solid #fff;
    font-family: "Nokora", sans-serif;
    font-weight: 500;
    padding: 15px;
    position: relative;
    top: 500px;
    cursor: pointer;
}
.login-text h3 {
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 30px;
    font-family: "Nokora", sans-serif;
    padding-top: 30px;
}
.login-text p {
    text-align: left;
    color: #000;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
}
.div_phone {
    position: relative;
}
.div_pwd {
    position: relative;
    padding-top: 10px;
}
.div_phone i, .div_pwd i{
    position: absolute;
    left: 15px;
    color: #000;
    padding-top: 20px;
}
.div_pwd i{
  cursor: pointer;
}
.form-element {
    border-radius: 10px;
}
#phone_number, #password, #password_register, #phone, #confirm_password{
    padding: 20px 40px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.login-input{
    width: 100%;
    display: block;
    padding: 10px;
    outline: none;
    border: 1px solid #aaa;
    margin-top: 5px;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type=text]::placeholder {
    color: #000;
    font-size: 12px;
    font-family: 'Battambang', sans-serif;
}
input[type=password]::placeholder {
    color: #000;
    font-size: 12px;
    font-family: 'Battambang', sans-serif;
}
/* ----------------Select Country------------ */
.select-menu{
    width: auto;
}
.select-menu .select-btn{
    display: inline-flex;
    height: 38px;
    padding: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    font-family: DB-Heavent-Cond;
    border-radius: 10px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    background: #f5f6f8;
}
.select-btn i{
    font-size: 25px;
    transition: 0.3s;
}
.select-menu.active .select-btn i{
    transform: rotate(-180deg);
}
.select-menu .options{
    position: relative;
    /* padding: 10px;
    margin-top: 10px; */
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    display: none;
    max-height: 300px;
    /* overflow-y: scroll; */
}
.select-menu.active .options{
    display: block;
}
.options .option{
    display: flex;
    height: 40px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #f2f2f2;
    margin-top: 10px;
}
.options .option:hover{
    background: #F2F2F2;
}
.option i{
    font-size: 25px;
    margin-right: 12px;
}
.option .option-text{
    font-size: 14px;
    color: #333;
    margin-left: 20px;
    font-family: 'Roboto', sans-serif;
}
.sBtn-text {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
}
.phone-login {
    width: 100%;
    height: auto;
}
.phone-login .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 27% 73%;
    padding-top: 20px;
}
.phone-login .wrap .artical {
    cursor: pointer;
}
.page_register {
    width: 100%;
    height: auto;
}
.page_register .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.register_title {
    max-width: 500px;
    height: auto;
}
.register_title h3 {
    color: #000;
    font-weight: 500;
    font-family: "Nokora", sans-serif;
    font-size: 30px;
    padding-top: 30px;
}
.register_title p {
    color: #8d8d8d;
    font-weight: 500;
    font-family: "Nokora", sans-serif;
    font-size: 14px;
    padding-bottom: 30px;
}
.bottom_register {
    position: relative;
    top: 250px;
}
.bottom_register button {
    width: 100%;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    background-color: #0077ff;
    font-family: "Nokora", sans-serif;
    font-weight: 500;
    padding: 15px;
    cursor: pointer;
    border: none;
}
.location {
    width: 100%;
    height: auto;
}
.location .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.location .container .addlocation {
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    font-family: "Nokora", sans-serif;
    padding: 15px 0;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: 0px 12px 17px #eaeaea;
    background-color: #fcfcfc;
}
.camera {
    width: 100%;
    height: auto;
}
.camera .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.camera .container .takephoto {
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    font-family: "Nokora", sans-serif;
    padding: 15px 0;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: 0px 12px 17px #eaeaea;
    background-color: #fcfcfc;
}
/* --------------Loading-------------- */

  .loader {
    width: 48px;
    height: 48px;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #ccc;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  .loader::after,
  .loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translate(0, 0);
    background-color: #ccc;
    border-radius: 50%;
    animation: animloader 1s infinite ease-in-out;
  }
  .loader::before {
    background-color: #000;
    transform: scale(0.5) translate(-48px, -48px);
  }

  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animloader {
    50% {
      transform: scale(1) translate(-50%, -50%);
    }
  }
.btn_next {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 50px;
}
.btn_next .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
}
.btn_next .container .row {
    cursor: pointer;
}
.btn_next .container .row button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    font-style: normal;
    font-weight: 400;
    border-radius: 10px;
    background-color: #094663;
    border: none;
    padding: 15px;
    cursor: pointer;
}
.final-capture {
    width: 100%;
    height: auto;
}
.final-capture .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
}
.final-capture .container img {
    width: 100%;
    height: auto;
}
.reset_btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 120px;
}
.reset_btn .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
}
.reset_btn .container .row {
    cursor: pointer;
}
.reset_btn .container .row button {
    position: relative;
    top: 0;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    font-style: normal;
    font-weight: 400;
    border-radius: 10px;
    background-color: #0077ff;
    border: none;
    padding: 15px;
    cursor: pointer;
}
