html, body{
  margin: 0px;
  padding:0px;
  background: #FFF;
  height:100%;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-weight: 400;
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::placeholder {
  color: #CCC;
}

@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.rotate {
    animation:spin 2s linear;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-1440deg);
        transform:rotate(-1440deg);
    }
}

table {
  width:100%;
	border:1px solid #b3adad;
	border-collapse:collapse;
	padding:5px;
}
table th {
	border:1px solid #b3adad;
	padding:5px;
	color: #313030;
}
table td {
	border:1px solid #b3adad;
	text-align:center;
	padding:3px;
	color: #313030;
  font-weight:bold;
}

.text-overflow{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:disabled {
  background: #dddddd;
}

.shadow1{
  box-shadow: 1px -2px 14px -2px rgba(0,0,0,0.4);
  -webkit-box-shadow: 1px -2px 14px -2px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px -2px 14px -2px rgba(0,0,0,0.4);
}

.bg-cover{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contain{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.wauto{
  width: auto;
}

.mobile{
  width: 100%;
}

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
 }

.btn{opacity:1; cursor: pointer;}
.btn:hover{opacity:0.9;}
.btn:active{opacity:0.6;}

.btn-foot{opacity:1; cursor: pointer;color:#CCC;}
.btn-foot:hover{opacity:0.8; color:#E62E04;}
.btn-foot:active{opacity:0.6;}

.font-14{ font-size: 14px; }
.font-12{ font-size: 12px;}
.font-13{ font-size: 13px;}
.font-bold{ font-weight:600}
.font-spacing-1{ letter-spacing: 0.3px;}

.input{
  background: #fff;
  background-color: #fff;
  border: 1px solid #DDD;
  box-sizing: border-box;
  width:100%;
  border-radius: 17.5px;
  font-size:15px; font-weight: 500;
  padding:8px;
  outline: none;
  height: 35px;
  color:#000;
  font-family: 'Open Sans', sans-serif;
}

.input:focus{
  border: 1px solid #DDD !important;
  box-shadow: 1px -2px 14px -2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px -2px 14px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px -2px 14px -2px rgba(0,0,0,0.2);
}

.input.noborder:focus{
  border: 1px solid #333 !important;
}

.crow{
  float: left;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.panel50{
  width: 50%;
}

.hover:hover{
  background: rgba(255,255,255,0.03);
}

.buton{
  outline: none;
  width:auto;height:35px;
  font-size:14px;font-weight:600;
  background:rgb(20,20,20);color:#FFF;
  border-radius:0px;border:hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left:15px;padding-right:15px;
}

.buton-gray{
  outline: none;
  width:auto;height:35px;
  font-size:14px;font-weight:600;
  background:#747f82;color:#FFF;
  border-radius:7px;border:hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left:15px;padding-right:15px;
}

.buton-gray-outline{
  outline: none;
  width:auto;height:35px;
  font-size:14px;font-weight:600;
  background:transparent;color:#747f82;
  border-radius:17.5px;
  border: 1px solid #747f82;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left:15px;padding-right:15px;
}

.buton-lightgray{
  outline: none;
  width:auto;height:35px;
  font-size:14px;font-weight:600;
  background:#EFF3F4;color:#222;
  border-radius:17.5px;border:hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left:15px;padding-right:15px;
}

.buton-lightgray-outline{
  outline: none;
  width:auto;height:35px;
  font-size:14px;font-weight:600;
  background:transparent;color:#666;
  border-radius:17.5px;
  border: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left:15px;padding-right:15px;
}

.buton-red-outline{
  outline: none;
  width:auto;height:35px;
  font-size:14px;font-weight:600;
  background:transparent;color:#ff3b30;
  border-radius:7px;
  border: 1px solid #ff3b30;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left:15px;padding-right:15px;
}

.buton-purple{
  outline: none;
  width:auto;height:35px;
  font-size:14px;font-weight:600;
  background:#ff6200;color:#FFF;
  border-radius:17.5px;border:hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left:15px;padding-right:15px;
}

.buton-purple-outline{
  outline: none;
  width:auto;height:35px;
  font-size:14px;font-weight:600;
  background:transparent;color:#ff6200;
  border-radius:17.5px;border:1px solid #ff6200;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left:15px;padding-right:15px;
}

.buton-green{
  outline: none;
  width:auto;height:40px;
  font-size:14px;font-weight:600;
  background:#00E6BE;color:#001E19;
  border-radius:7px;border:hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left:15px;padding-right:15px;
}

.buton-red{
  outline: none;
  width:auto;height:35px;
  font-size:14px;font-weight:600;
  background:#ff3b30;color:#FFF;
  border-radius:7px;border:hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left:15px;padding-right:15px;
}

.menu-top::-webkit-scrollbar{
  display: none;
}
.menu-top {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.loading{
  position: fixed;
  width:100%;
  height: 100%;
  top:0px; left:0px;
  background: rgba(255,255,255,0.3);
}

.loginPanel{
  position:absolute;top:0;right:0;
  bottom:0;left:0;width:600px;
  height:500px;margin:auto auto;
  background-color:#fff;border-radius:15px;
}
.loginPanel .leftp{
  padding:15px;width:50%;height:100%;
  background-image:url(http://localhost:4000/assets/images/loginbg.jpg);
  border-top-left-radius:15px;border-bottom-left-radius:15px;
}
.loginPanel .rightp{
  height:100%;width:50%;
  padding:15px;
}
.loginPanel.mob{
  height: calc(100vh - 20px);
  width: calc(100vw - 20px);
}

.registerPanel{
  position:absolute;top:0;right:0;
  bottom:0;left:0;width:600px;
  height:500px;margin:auto auto;
  background-color:#fff;border-radius:15px;
}
.registerPanel .leftp{
  padding:15px;width:50%;height:100%;
  background-image:url(https://ofertear.com/assets/images/loginbg2.jpg);
  border-top-left-radius:15px;border-bottom-left-radius:15px;
}
.registerPanel .rightp{
  height:100%;width:50%;
  padding:15px;
}
.registerPanel.mob{
  height: calc(100vh - 20px);
  width: calc(100vw - 20px);
}

.article .article-image{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-num{
  width:10%;
  background-color:#589b58;
  height:auto;
  color:#FFF;
  font-size:3.2vw;
  text-align:center;
  padding:8px;
  border:1.5px solid #014c14;
  line-height: 1em;
  padding-bottom:8px;
  font-weight:500;
}
.grid-num.active{
  width:10%;
  background-color:#f6d846;
  height:auto;
  color:#730800;
  font-size:3.2vw;
  text-align:center;
  padding:8px;
  border:1.5px solid #014c14;
  line-height: 1em;
  padding-bottom:8px;
  font-weight:600;
}

.ball{
  width:4.5vw;height:4.5vw;border-radius:50%;background-image:url(ball.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  box-sizing: border-box;
}
