@font-face {
  font-family: 'DBHelvethaica';
  src: url('./font/DBHelvethaicaX.ttf');
}

body{
	font-family: 'Mitr';
	font-weight: 400;
	/* background-color: #000; */
	background-color: rgba(196, 196, 196, 0.6);
	min-height: 100vh;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: #AAB2B7;
  	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #AAB2B7;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #AAB2B7;
}
.content{
	width: 100%;
	max-width: 480px;
	margin:0 auto;
	background-color: #FFF;
	padding: 20px 15px;
	overflow: hidden;
	min-height: 100vh;

}

.fs-1{
	font-size: 15px;
}
.fs-2{
	font-size: 20px;
	line-height: 24px;
}
.fs-3{
	font-size: 26px;
	line-height: 41px;
}
.fs-4{
	font-size: 18px;
	line-height: 21px;
}
.fs-5{
	font-size: 22px;
	line-height: 26px;
}
.fs-6{
	font-size: 38px;
	line-height: 34px;
}
.fs-7{
	font-size: 28px;
	line-height: 41px;
}
.fs-8{
	font-size: 16px;
	line-height: 41px;
}
.fs-9{
	font-size: 13px;
	line-height: 41px;
}
.fc-1{
	color: #778087;
}
.fc-2{
	color: #171F24;
}
.fc-3{
	color: rgba(119, 128, 135, 0.5);
}
.fc-4{
	color: #FF2626;
}
.fc-5{
	color: #000000;
}
.fc-6{
	color: #9EA0A5;
}
.bold{
	font-weight: bold;
}
.img-profile{
	width: 136px;
	height: 136px;
	border: 3px solid #FC6219;
	border-radius: 90px;
	margin: 0 auto;
}
.img-profile-2{
	/* width: 72px; */
	/* height: 72px; */
	border: 3px solid #FC6219;
	border-radius: 90px;
}
.img-profile-2 > img{
	width: 72px;
	height: 72px;
    object-fit: cover;
    border-radius: 90px;
}
.img-profile-3{
	width: 54px;
	height: 54px;
	border-radius: 90px;
}
.form-custom{
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 21px;
	text-align: center;
	border:0;
	color: #171F24;
	width: 100%;
}

.form-custom:focus,.form-control:focus{
	border: none;
	outline: none;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.form-fix{
	width: 110%;
    margin-left: -10%;
    padding-left: 10%;
}

.btn-login{
	background: #FC6219;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	height: 50px;
	border: 0;
	font-size: 20px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	width: 90%;
}
.btn-login:hover{
	color: #FFFFFF;
}
.btn-login:focus{
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-login-2{
    background: #000;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	height: 45px;
	border: 0;
	font-size: 22px;
	text-align: center;
	color: #FFFFFF;
	width: 50%;
}

.bg-custom {
    background: #FFF;
    color: #000;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
    border: 0;
    line-height: 45px;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
}

.custom-control-label::before {
    background-color: #C4C4C4;
    border-radius: 0 !important;
    box-shadow: none;
    border: 0;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	border: 1px solid;
    border-color: #FF2626;
    padding-right: calc(1.5em + .75rem);
    background-image:none;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: #778087;
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #778087;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fc6219;
    background-color: #fc6219;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow:none;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #fc6219;
    border-color: #fc6219;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #778087;
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #f3612e;
    background-color: #f3612e;
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #778087;
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: none;
}
.form-control.is-valid, .was-validated .form-control:valid {
	border:0;
    border-color: #28a745;

    padding-right: calc(1.5em + .75rem);
    background-image: unset;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.showpassword{
	position: absolute;
	right: 10px;
	top:2px;
}
.showpassword i{
	width: 25px;
    display: block;
    margin-top: 15px;
}
.btn-back img{
	width: 9px;
}

.input-passcode{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

	width: 50px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
	border-radius: 60px;
	font-size: 26px;
	line-height: 22px;
	text-align: center;
	color: #000;
	border: 1px solid #DDD;
}
.input-passcode:focus{
	outline: none;
}

.input-passcode-active{
	background: linear-gradient(135deg, #FC6219 0%, rgba(240, 82, 34, 0.7) 100%);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 60px;
	color: #FFF;
}

.btn-tran{
	background:transparent;
	border:0;
	padding: 20px;
}
.btn-tran:focus{
	outline: 0;
}
.btn-del img{
	width: 15px;
}
.reward{
	background: #F5F5FA;
	padding: 0 !important;
}
.topbar{
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
	padding: 22px;
}
.box-reward{
	background: #FFFFFF;
	box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}
.fixheight{
	height: calc(100vh - 110px) !important;
}
.NoPath{
	width: 185px;
	margin-top: 30%;
}


.box-activity{
	background: #FFFFFF;
	border: 1px solid #FC6219;
	border-radius: 10px;
	width: 124px;
	/* height: 120px; */
	overflow: hidden;
	font-family: 'Mitr';
	font-size: 12px;
}

.score{
	background: #FFFFFF;
	border: 1px solid #FC6219;
	box-sizing: border-box;
	border-radius: 10px;
	width: 115px;
	padding: 0px 10px;
}

.btn-reward{
	width: 203px;
	height: 32px;
	background: #FC6219;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	font-size: 18px;
	line-height: 21px;
	text-align: center;

	color: #FFFFFF;
}

.box-image-reward{
	background: linear-gradient(0deg, rgba(150, 152, 214, 0.1), rgba(150, 152, 214, 0.1)), #FFFFFF;
	border-radius: 10px;
	text-align: center;
	/* padding: 5px; */
}

.radio{
    position: absolute;
    opacity: 0;
}

.radio:checked + .box-activity {
	background: linear-gradient(180deg, #F05222 0%, rgba(240, 82, 34, 0.7) 100%);
	border-radius: 10px;
	color: #FFF;
}

.box-image-reward-2{
	width: 113px;
	height: 85px;
	overflow: hidden;
}
.box-image-reward-2 img{
	width: 100%;
}
.box-image-reward-3{
	width: 170px;
	height: 128px;
}
.box-image-reward-3 img{
	width: 100%;
}
.btn-reward-s{
	background: #FC6219;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	width: 83px;
	height: 17px;
	color: #FFF;
	border: 0;
}
.btn-reward-s:focus{
	outline: 0;
}

.hr-custom{
	border: 1px solid #000000;
}

.btn-reward-disble{
	background: linear-gradient(164.9deg, #9EA0A5 0%, rgba(158, 160, 165, 0.5) 100%);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
}

.btn-back-gray{
	border: 0;
	width: 203px;
	height: 32px;
	background: linear-gradient(171.04deg, #9EA0A5 0%, rgba(158, 160, 165, 0.5) 100%);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}

.close{
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	font-size: 30px;
    top: 2px;
    right: 2px;
    opacity: 1;
}

.text-alert{
	font-weight: bold;
	font-size: 25px;
	line-height: 27px;
	/* identical to box height, or 180% */

	text-align: center;
	text-decoration-line: underline;

	color: #FF2626;
}
.load{
	position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(196, 196, 196, 0.6);
    z-index: 9999;
}
.load2{
	position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(196, 196, 196, 1);
    z-index: 9999;
}
.loader{
	width: 136px;
	height: 136px;
	background: #FFF;
    border-radius: 50%;
    padding: 38px;
    position: absolute;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sk-fading-circle {

  width: 60px;
  height: 60px;
  position: relative;
 

}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FC6219;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.bg {
    background-image: url('./../img/img/bg.png');
    background-size: cover;
}
.img-profile-4{
    width: 200px;
    height: 200px;
    background-image: url('./../img/img/bg-profile.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 321px) and (max-width: 360px) {
}

@media screen and (min-width: 361px) {
    .fs-1{
        font-size: 17px;
    }
    .fs-2{
        font-size: 22px;
        line-height: 26px;
    }
    .fs-3{
        font-size: 28px;
        line-height: 41px;
    }
    .fs-4{
        font-size: 20px;
        line-height: 24px;
    }
    .fs-5{
        font-size: 22px;
        line-height: 26px;
    }
    .fs-6{
        font-size: 40px;
        line-height: 36px;
    }
    .fs-7{
        font-size: 30px;
        line-height: 44px;
    }
    .fs-8{
        font-size: 18px;
        line-height: 44px;
    }
    .fs-9{
        font-size: 16px;
        line-height: 44px;
    }
}