
#user_sales td {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 11px;
}
#user_sales {
        background: #fff;
}
#user_sales .row .data {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
}
#user_sales .row.head {
	font-size: 12px;
}
#user_sales .row {
	font-size: 18px;
}




/* Account */
.ne-account #main
{
	/* height: calc(100vh - 65px); */
}

.ne-account #page
{
	padding: 0;
}

#account .menu {
	width: 110px;
	margin: 0;
	text-align: center;
	height: 80px;
	/* position: absolute; */
	right: 20px;
	top: 100px;
}
#account .menu a {
	margin: 20px auto;
}

#account .menu .button {
    display: block;
    margin: 5px auto;
    width: 110px;
}
#account .name {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.account-notice {
    padding: 4px 24px;
    background: rgb(119, 119, 119);
    font-weight: 400;
    margin-bottom: 32px;
    box-shadow: 1px 3px 6px #00000038;
    border-radius: 4px;
    border: 1px solid #555;
}
.account-notice a,
.account-notice p {
	color: #ffffffa1;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.04em;
}
.account-notice a {
	color: #ddddddde;
	font-weight: 400;
}
#account .welcome {
	text-align: center;
	font-size: 42px;
	margin: 24px auto;
	font-weight: 300;
}
#account .ava img {
    width: 110px;
    border-radius: 200px;
    /* position: absolute; */
    top: 65px;
    right: 20px;
    /* display: none; */
    background: #ccc;
}
#account {
    overflow: hidden;
}
#account .ava {
    width: 120px;
    padding: 0;
    margin: 30px auto;
    height: 120px;
    overflow: hidden;
    border-radius: 120px;
}

.button.acc {
    /* position: absolute; */
    /* left: 20px; */
    /* top: 450px; */
    /* width: 140px; */
    /* margin: 10px auto; */
    /* background: #282828; */
    /* border: 0; */
    /* color: #d1d1d1; */
    /* font-weight: 500; */
    /* border: 2px solid #000; */
}

.button.acc:hover {
    /* background: #000000; */
    background: #000000;
    color: #fff;
}
#account .logout {
	top: 335px;
}

.acc.settings {
    /* top: 285px; */
}
.acc.report {
    /* top: 140px; */
    /* left: 20px; */
    /* right: unset; */
}
.acc.wp {
    /* left: 20px; */
    /* right: unset; */
    /* top: 240px; */
    /* font-weight: 400; */
}
.acc.dash {
    /* top: 190px; */
    /* left: 20px; */
    /* right: unset; */
}






/* Account */

.auth .description {
    margin: 0 0 5px 0;
    font-size: 14px;
    display: block;
    text-align: right;
    font-weight: 400;
}
#sign_in .link a {
    margin: 0 0 5px 0;
    font-size: 13px;
    font-weight: 400;
    color: #6a6a6a;
}
#sign_in .link {
	text-align: right;
	margin: 10px 0 0 0;
}
.auth {
	margin: auto;
	width: 100%;
	display: none;
	padding-top: 0px;
	transition: 0.2s all ease-in-out;
	margin-top: 40px;
	background-size: 50px;
	background-position: 135px 130px;
	max-width: 350px;
}
.auth.active
{
    display: block;
    width: auto;
    padding: 0 20px;
}
.auth .title
{
    display: block;
    text-align: center;
    font-size: 32px;
}
.auth.guest .description {
    text-align: center;
    margin: 16px auto 24px;
}
#ne_auth .ne-form {
    display: none;
}
#ne_auth .ne-form.active {
    display: block;
}
.auth .button {
    width: -webkit-fill-available;
    /* height: 40px; */
}
.auth a.not-now {
	margin: 20px 0;
	display: block;
	text-align: center;
	color: #949494;
}
#resend {
    position: absolute;
    top: 0;
    background: #cccccc3d;
    font-size: 14px;
    height: 41px;
    width: 100px;
    line-height: 40px;
    font-weight: 400;
    text-align: left;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    right: 0;
    padding-left: 15px;
    color: #777;
}
#resend.active {
    color: green;
}
 .auth.loading {
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
    background-size: 50px;
    background-position: 135px 130px;
    border-radius: 40px;
    transition: 0.2s all ease-in-out;
}

.auth .message {
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    text-align: center;
    display: block;
    height: 20px;
    color: rgb(177, 36, 36);
}
.login-link {
    padding: 20px 0;
}




@media screen and (min-width: 768px) {

.auth.active
{
    display: block;
    width: auto;
    padding: 0;
}

/* Account */

#account .menu {
	width: 140px;
	margin: 0;
	text-align: center;
	height: unset;
	/* position: absolute; */
	right: 20px;
	top: 60px;
}
#account .menu a {
	margin: 20px auto;
}

#account .menu .button {
    display: block;
    margin: 6px auto;
    width: 140px;
}
#account .name {
	font-size: 24px;
}
#account .ava img {
    width: 75px;
    border-radius: 200px;
    /* display: none; */
    height: 75px;
}
#account .ava {
    width: 75px;
    padding: 0;
    margin: 30px auto 10px;
    height: 75px;
    overflow: hidden;
    border-radius: 120px;
}











}
@media screen and (min-width: 900px) {






.auth .message {
	font-size: 15px;
	margin: 0 0 20px 0px;
	display: block;
	text-align: left;
}
#signup_form label {
    display: block;
    margin: 0;
}
#signup_form label.error, #signin_form label.error {
	top: 4px;
	background: #fff;
}



}


@media screen and (min-width: 1024px) {


#signup_form .cover {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(227, 227, 227, 1);
	z-index: 9;
	top: 0;
	left: 0;
	display: none;
}
#signup_form .cover.active {
	display: block;
	}

#login_form {
    top: 560px;
    left: calc(50% - 300px);
    text-align: center;
}



@keyframes login {
    0%   { opacity: 1;
}
    50% { opacity: 0.5;
}
    100% { opacity: 0.5;
}
}
.login:active {
    opacity: 0.5;
    position: absolute;
    background: url(../images/ui/auth.png) no-repeat;
    background-size: 50px;
    background-position: 135px 130px;
    opacity: 0.3;
    animation: login 3s;
}



}
