


div#account_subscriptions {
    width: 100%;
    /* height: 90px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.ne_subscriptions.ne-ui.ne-form-ui {
    position: unset;
    width: auto;
}










.ne-dropdown-checkbox .main-label {
    background: #383636;
    color: #b6b4b4b3;
    height: 28px;
    font-size: 14px;
    padding: 7px;
    font-weight: 400;
    /* overflow: hidden; */
}
.ne-dropdown-checkbox.cards .main-label {
    background: #383636;
    color: #b6b4b4b3;
    height: 28px;
    font-size: 14px;
    padding: 7px;
    font-weight: 400;
    /* overflow: hidden; */
}

.ne-dropdown-checkbox.cards:hover .wrap {
	display: grid;
}
.ne-dropdown-checkbox.cards .wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	width: max-content;
	background: #1b1b1b;
	grid-gap: 1px 1px;
	display: none;
}






.ne-dropdown-checkbox .clear-label, .ne-dropdown-checkbox .label {
    background: #4b4848;
    color: #b6b4b4;
    height: 40px;
    font-size: 14px;
    padding: 15px 13px;
    font-weight: 350;
    /* overflow: hidden; */
    margin-top: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.ne-dropdown-checkbox {
    background: #3a3a3a;
    color: #b6b4b4;
    height: 28px;
    /* overflow: hidden; */
    cursor: pointer;
}
.ne-dropdown-checkbox:hover {/*     background: #383636; */color: #b6b4b4;height: auto;/* overflow: hidden; */cursor: pointer;}
.ne-dropdown-checkbox input[type=checkbox] + label {
    font-size: 12px;
    padding: 8px;
    font-weight: 300;
}

/* Timesheets */
.timecards-wrap {
    /* padding: 20px; */
}
.timecards-wrap h5 {
    padding: 2px 20px 11px;
    background: #38363680;
    margin: 1px 0 1px 0;
    font-weight: 400;
    font-size: 20px;
}
.timecards-wrap .avatar-wrap {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-color: #1b1b1b;
    top: 6px;
    left: 0;
    margin-right: 10px;
    border: 1px solid #505050;
}
.timecards-wrap h3 {
    padding: 20px;
}
.timecards {
    display: grid;
    grid-template-columns: 140px 190px 190px 190px auto;
    grid-gap: 1px;
    /* margin-top: 12px; */
}
.timecards .data {background: #383636;padding: 10px 20px;}

#ne_timecard_edit {
    position: fixed;
    top: 200px;
    left: calc(50% - -150px);
    width: 500px;
    min-height: 300px;
    background-color: #1b1b1b;
    padding: 24px;
}
.timewrap {
    display: grid;
    grid-template-columns: auto 100px 100px;
    grid-gap: 10px;
}
.timewrap select {
    
}





#clockin {
    position: absolute;
    top: 2px;
    right: 8px;
}

#clockin .button.clock.in {
    display: none;
}
#ne_timesheets h2 {
    padding: 20px 20px 10px 20px;
    font-size: 15px;
    color: #fff;
}









.planner-accounts.ne-form label {
    display: inline-block !important;
    height: 30px !important;
    background-color: #383636 !important;
    border: none !important;
    position: unset;
}
.planner-accounts {
	width: 360px !important;
	height: 30px;
}











/* User auth */
#authorize {
	z-index: 20;
	top: 430px;
	left: 0px;
	width: 190px;
	padding: 35px;
	background: #202020;
	position: absolute;
	top: 75px;
	display: none;
	height: 219px;
}
#authorize.active {
	display: block;
	width: 100%;
}
#authorize form {
	position: relative;
	display: none;
}
#authorize form.active {
	display: block;
}
#authorized_accounts .avatar-wrap {
	width: 45px;
	height: 45px;
	left: 15px;
	top: 15px;
}
#authorized_accounts {
	position: fixed;
	z-index: 32;
	top: 61px;
	left: -400px;
	max-width: 375px;
	background: #383636;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
	padding: 75px 0 55px;
	height: 350px;
	overflow: hidden;
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
	border-radius: 0;
	}
#authorized_accounts li.active {
	position: absolute;
	top: 0;
	overflow: hidden;
	/* height: 100px; */
}
#authorized_accounts li.active .button {
	font-size: 21px;
	color: #bababa;
}
#authorized_accounts #manage .button
{
	background-size: 25px;
	background-position: 12px 12px;
}
#authorized_accounts li {
	height: 75px;
	/* background: #383636; */
	width: 100%;
	position: relative;
}
#authorized_accounts.active {left: 4px;}
#authorized_accounts.active ul {
  display: block;
  height: 220px;
  overflow-y: scroll;
  width: 103%;
  -webkit-overflow-scrolling: touch;
  background: #1b1b1b;
  } 
#authorized_accounts .button.icon.auth {
	background: url(../images/ui-optimized/btn-auth-add.png);
	left: 10px;
}
#authorized_accounts .button.icon.deauth {
	background: url(../images/ui-optimized/btn-auth-remove.png);
	left: unset;
	right: 10px;
}
#authorized_accounts .button.icon.hide {
	background: url(../images/ui-optimized/btn-auth-cancel.png);
	display: none;
}
#authorized_accounts .button.icon.hide.active {
	background: url(../images/ui-optimized/btn-auth-cancel.png);
	display: inline-block;
	left: 135px;
}

#authorized_accounts .load-user
{
	width: auto;
	background: #2a2a2a;
	text-align: left !important;
	padding: 0;
	/* border-top: 2px solid #69696926; */
	height: 73px;
	color: #bababa;
	text-transform: capitalize;
	font-weight: 600;
	border-radius: 0;
	border-bottom: 1px solid #69696926;
	}
#authorized_accounts .role
{
	font-size: 9px;
	font-weight: 400;
	position: absolute;
	top: 33px;
	left: 80px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff3b;
}
#authorized_accounts .username
{
	position: absolute;
	top: 11px;
	left: 80px;
	font-size: 18px;
	font-weight: 300;
}
.button.icon {
	color: transparent;
	width: 50px;
	display: inline-block;
	background-repeat: no-repeat !important;
	padding: 0;
	margin: 0;
}
.icon.remove {
	background: url(../images/ui/ui-remove.png);
}
.icon.hide.active {
	background: url(../images/ui/ui-hide.png);
	display: inline-block;
}


@media screen and (min-width: 375px)
{
	#authorize {
		width: 81%;
		max-width: 375px;
	}
	#authorize form.active {
		display: block;
	}
	.button.icon.hide.active {
		background: url(../images/ui/ui-hide.png);
		display: inline-block;
	}
}

@media screen and (min-width: 768px)
{
	#authorize form.active {
		display: block;
	}
	#authorized_accounts li.active .load-user {
		background: #383636;
	}
	#authorized_accounts .button:hover
	{
		color: #fff;
		background-color: #2a2a2aa8;
	}
	#authorized_accounts .button.icon.hide.active {
		background: url(../images/ui-optimized/btn-auth-cancel.png);
		display: inline-block;
		left: 135px;
	}
}















#edit_calendar .ne-toggle-switch .option.active {
    color: white;
}
#toggle_cycles {
	top: 470px;
	position: absolute;
	z-index: 20;
	width: 330px;
	right: 20px;
}
#toggle_scheduled {
	top: 20px;
	position: absolute;
	z-index: 20;
	width: 90%;
	right: 20px;
	background: #1b1b1b;
}

#ne_calendar {
	/* display: none; */
}
#ne_calendar.active {
	display: block;
}
.ne_calendar {
	z-index: 999;
	background: #fff;
	width: 100%;
	overflow-y: scroll;
}
.ne_calendar li {
	display: none;
}
.ne_calendar li.active {
	display: block;
}
.ne_calendar table {
	width: 100%;
}
.ne_calendar .user-avatars {
	/*! background: rgb(204, 204, 204); */
	height: 100px;
}
.ne_calendar .avatar {
	width: 35px !important;
	height: auto !important;
	position: unset !important;
	border-radius: 20px;
	border: 1px solid rgb(238, 238, 238);
	margin-top: 10px;
}
.calendar-nav {
	position: absolute;
	bottom: 20px;
	left: 25px;
	font-size: 22px;
}
.calendar-nav li {
	width: 70px;
}
.calendar-nav li.next a {
	width: 50px;
	height: 50px;
	display: block;
}
.calendar-nav li.active, .calendar-nav li.prev, .calendar-nav li.next 
{
	display: inline-block;
	margin: 3px;
}
.calendar-nav li
{
	display: none;
}

.ne_calendar td {
    text-align: center;
    height: 22px;
  	color: transparent;
}
.ne_calendar td.weekday {
  	color: rgb(0, 0, 0);
  	text-transform: uppercase;
  	font-size: 12px;
    font-family: var(--ne-app-font-family, 'Mardoto', sans-serif) !important;
	   background: #fff;
    padding: 25px 0 10px;
}
.ne_calendar td span {
	background: rgba(145, 145, 145, 0.28);
    text-align: center;
    height: 22px;
  	color: transparent;
	display: block;
	line-height: 22px;
	border-radius: 4px;
	width: 100%;
}
.ne_calendar td.available span {
	background: rgb(18, 204, 59);
	color: transparent;
}  
.ne_calendar td.start span {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.08em;
	font-size: 18px;
}  









/* NE Settings */


#ne_show_settings.active span {
	opacity: 0.4;
}

#ne_settings .ne-context-settings-nav {
	display: flex;
	justify-content: center;
	padding: 10px;
}

#ne_settings .ne-context-settings-back {
	display: grid;
	box-sizing: border-box;
	width: 45px;
	min-width: 45px;
	height: 45px;
	min-height: 45px;
	padding: 0;
	place-items: center;
	border: 1px solid #343434;
	border-radius: 0;
	background: #1f1f1f;
	color: #a2a2a2;
	font-size: 0;
}

#ne_settings .ne-context-settings-back__icon,
#ne_settings .ne-context-settings-back__icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

#ne_settings .ne-context-settings-back__icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#ne_settings .ne-context-settings-back:hover,
#ne_settings .ne-context-settings-back:focus-visible {
	border-color: rgba(244, 168, 60, 0.55);
	color: #f4a83c;
	outline: none;
}

#authorized_accounts #ne_show_settings {
	background-image: url(../images/ui-optimized/btn-preferences.png);
	/* bottom: 19px; */
	/* top: unset; */
	z-index: 139;
	right: 120px;
	/* height: 40px; */
	}
#authorized_accounts #ne_show_settings.ne-authorized-account-btn {
	background-image: none;
	background-color: #383636;
	border: 0;
	color: transparent !important;
	width: 32px;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	top: 18px;
	bottom: auto;
	right: 18px;
	text-align: center;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.5v2.2M12 18.3v2.2M20.5 12h-2.2M5.7 12H3.5M18.1 5.9l-1.6 1.6M7.5 16.5l-1.6 1.6M18.1 18.1l-1.6-1.6M7.5 7.5L5.9 5.9' fill='none' stroke='rgba%28184%2C184%2C184%2C0.3%29' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='12' r='3.2' fill='none' stroke='rgba%28184%2C184%2C184%2C0.3%29' stroke-width='2'/%3E%3C/svg%3E");
}
#authorized_accounts #ne_show_settings.ne-authorized-account-btn span {
	display: none;
}

#authorized_accounts .go-account {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm0 2c-4.42 0-8 2.01-8 4.5V20h16v-1.5c0-2.49-3.58-4.5-8-4.5Z' fill='rgba%28184%2C184%2C184%2C0.3%29'/%3E%3C/svg%3E") !important;
	right: 70px;
}

#authorized_accounts .go-account,
#authorized_accounts .go-settings {
	top: 20px;
	bottom: auto;
	width: 32px;
	height: 25px;
}

#authorized_accounts .go-settings,
#authorized_accounts #ne_show_settings.ne-authorized-account-btn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.4 13.5c.1-.5.1-1 .1-1.5s0-1-.1-1.5l2-1.5-2-3.5-2.4 1a7 7 0 0 0-2.6-1.5L14 2h-4l-.4 2.5A7 7 0 0 0 7 6L4.6 5l-2 3.5 2 1.5c-.1.5-.1 1-.1 1.5s0 1 .1 1.5l-2 1.5 2 3.5 2.4-1a7 7 0 0 0 2.6 1.5L10 22h4l.4-2.5A7 7 0 0 0 17 18l2.4 1 2-3.5-2-1.5Z' fill='rgba%28184%2C184%2C184%2C0.3%29'/%3E%3Ccircle cx='12' cy='12' r='3.1' fill='%23383636'/%3E%3C/svg%3E") !important;
	right: 25px;
}

#authorized_accounts .go-account:hover,
#authorized_accounts .go-account:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm0 2c-4.42 0-8 2.01-8 4.5V20h16v-1.5c0-2.49-3.58-4.5-8-4.5Z' fill='%23f4a83c'/%3E%3C/svg%3E") !important;
	background-color: transparent !important;
}

#authorized_accounts .go-settings:hover,
#authorized_accounts .go-settings:focus,
#authorized_accounts #ne_show_settings.ne-authorized-account-btn:hover,
#authorized_accounts #ne_show_settings.ne-authorized-account-btn:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.4 13.5c.1-.5.1-1 .1-1.5s0-1-.1-1.5l2-1.5-2-3.5-2.4 1a7 7 0 0 0-2.6-1.5L14 2h-4l-.4 2.5A7 7 0 0 0 7 6L4.6 5l-2 3.5 2 1.5c-.1.5-.1 1-.1 1.5s0 1 .1 1.5l-2 1.5 2 3.5 2.4-1a7 7 0 0 0 2.6 1.5L10 22h4l.4-2.5A7 7 0 0 0 17 18l2.4 1 2-3.5-2-1.5Z' fill='%23f4a83c'/%3E%3Ccircle cx='12' cy='12' r='3.1' fill='%23383636'/%3E%3C/svg%3E") !important;
	background-color: transparent !important;
}
#ne_settings h3
{
	font-size: 14px;
	/* margin: 0px 0 0 50px; */
	padding: 8px 30px;
	width: auto;
	line-height: 24px;
	/* padding-left: 10px; */
	font-weight: 300;
	background: #262626;
	letter-spacing: 0.03em;
	display: block;
	text-align: left;
}
#ne_settings .module li
{
	/* display: block; */
	/* width: 49%; */
	/* margin-bottom: 0px; */
	text-align: left;
	}
#ne_settings .module ul
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 5px;
}

#ne_settings .module li a
{
	display: block;
	background: #383636;
	line-height: 80px;
	text-align: center;
	/* width: 100%; */
	height: 250px;
	line-height: -moz-block-height;
	color: #b5b3b2;
	/* border-radius: 10px; */
	/* margin: 0 10px; */
	font-size: 24px;
	font-weight: 300;
	border: 1px solid #3f3f3f;
	/* position: absolute; */
	/* width: 100%; */
	margin: auto;
	line-height: 232px;
}









/* Notifications     */
#notifications {
    right: 10px;
    background-image: url(../images/ui/ui-notification-dark.png);
    background-size: auto 23px;
    background-position: 7px center;
    border-radius: 0px;
    background-color: #383636;
    opacity: 1;
    height: 57px;
    /* background-color: #d7d7d70a; */
    }
#notifications.active {
    /* opacity: 0.4; */
} 
#notifications.new {
    background-image: url(../images/ui/ui-notification.png);
    background-size: auto 30px;
    background-position: 5px center;
} 

#notifications {
	/* position: absolute; */
	right: 64px;
	top: 0;
	top: 2px;
	left: unset;
	box-sizing: content-box;
	font-size: 3px;
	right: 64px;
	z-index: 29;
	width: 57px;
	background-position: 14px center;
	height: 57px;
}

/* Account info */
    #account_info {
        /* background: rgb(251, 251, 251); */
        padding: 22px 24px;
        width: 320px;
    }
#account_info li {
	display: block;
	vertical-align: middle;
	text-align: center;
}
#account_info .avatar-wrap {
	margin: 0;
	position: unset;
	width: 105px;
	height: 105px;
	}
#account_info h3 {
	font-size: 21px;
	margin: 10px 0 10px 0px;
	text-transform: capitalize;
	color: #fff;
}

#account_info span {
	font-size: 12px;
	display: block;
	margin: 0px 0 5px 0px;
}
#show_user_cal {
	position: absolute;
	top: 300px;
	right: 30px;
}

/* Account stats */

#account_stats
{
	position: absolute;
	top: 180px;
	width: 100%;
	display: table;
	/* background: #262626; */
}
#account_stats td {
	height: 20px;
	font-size: 18px;
	padding: 15px;
	border: 1px solid rgb(238, 238, 238);
	text-align: right;
}
#account_stats td span
{
	text-align: left;
	display: inline-block;
	width: 80px;
	font-size: 9px;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
}




/* Login */
#login_form {
	width: 250px;
	margin: auto;
	text-align: center;
	position: fixed;
	bottom: 70px;
	left: calc(50% - 125px);
}
#login_form .credentials {
	/*! width: 180px; */
}
#login_form .ne-form, #login_form .signin
{
	
}






#edit_calendar .ui-tabs-panel {
	width: 130px;
	display: inline-block !important;
}





.tab .schedule-view {
    width: 80%;
	margin: auto;
    position: absolute;
    left: 20px;
    top: 20px;
}
#edit_schedule {
	width: 335px;
	top: 455px;
}
    
.tab .schedule-view .row {
    display: grid;
    grid-template-columns: 100px auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-gap: 1px;
    margin-bottom: 1px;
    text-align: left;
}
.tab .schedule-view .box {
    text-align: center;
    font-size: 11px;
    padding: 4px 4px;
    color: #ffffff1c;
    background: #424040;
    line-height: 19px;
}

.tab .schedule-view .box.date {
    text-align: left;
    font-size: 15px;
    color: #fdfdfd;
}
.tab .schedule-view .box.active {
    /* text-align: center; */
    /* height: 22px; */
    color: #000000;
    font-weight: 600;
    background: #7fff01;
}
.tab .schedule-view td.weekday {
  	color: rgb(0, 0, 0);
  	text-transform: uppercase;
  	font-size: 12px;
    font-family: var(--ne-app-font-family, 'Mardoto', sans-serif) !important;
	   background: #fff;
    padding: 25px 0 10px;
}
.tab .schedule-view td span {
	background: rgba(145, 145, 145, 0.28);
	text-align: center;
	height: 22px;
	color: transparent;
	display: block;
	line-height: 22px;
	/* border-radius: 4px; */
	width: 53px;
}
.tab .schedule-view td.available span {
	background: rgb(18, 204, 59);
	color: transparent;
}  
.tab .schedule-view td.start span {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.08em;
	font-size: 18px;
}  





#edit_calendar .ui-tabs-panel label {
	display: inline-block;
	padding: 20px;
	width: 20px;
}
#edit_calendar .labels {
	display: inline-block;
	position: relative;
	width: 50px;
	top: 20px;
	left: 25px;
	/* display: none; */
}
#edit_calendar .labels.active {
	/* display: block; */
}
#edit_calendar .labels li {
	height: auto;
	width: 100px;
}
#edit_calendar .labels li a {
	color: rgb(168 168 168 / 74%);
	height: 33px;
	cursor: pointer;
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 300;
}
#edit_calendar .labels li a.active {
	color: rgb(247 247 247);
	font-weight: 600;
	/* font-size: 21px; */
}
#edit_calendar .tabs {
	width: 130px;
	display: none;
	text-align: right;
}

#edit_calendar .tabs.show.day-0 {
    /* display: inline-block; */
}
#edit_calendar .tabs.active {
	width: 280px;
	position: absolute;
	top: 20px;
	display: block;
	right: 20px;
}
#edit_calendar .tabs label {
	width: 110px;
	display: inline-block !important;
	border-radius: 0;
	text-align: center;
	font-family: var(--ne-app-font-family, 'Mardoto', sans-serif) !important;
	letter-spacing: -0.08em;
	font-weight: 600;
	padding: 0;
	height: 62px;
	margin: 4px 2px;
	font-size: 31px;
	line-height: 65px;
	color: rgb(135 135 135 / 37%);
	background: #2c2c2ca8;
}
#edit_calendar input[type=checkbox]:checked + label
{
	background: chartreuse;
	color: rgb(20 67 0);
	border-color: rgb(27, 157, 27);
}
.dash-form .row {
    display: block;
}
.dash-form .subtab-menu a {
	background: #ddd;
	font-size: 15px;
	text-align: center;
	padding: 14px 0px;
}
.dash-form .subtab-menu {
    position: absolute;
    bottom: 0;
    z-index: 2;
    /* background: pink; */
    color: black;
    font-size: 20px;
    left: 3px;
    display: grid;
    grid-gap: 4px;
    /* background: black; */
    grid-template-columns: repeat(3, 1fr);
    width: -webkit-fill-available;
}

#ne_main #main, #ne_main #main.fixed {
	background: #212121;
	height: 100vh;
}

/*-*-*-*-*-*-*-*-*-*\                
         
        320

\*-*-*-*-*-*-*-*-*-*/ 

#ne_main {
	position: fixed;
	height: 100%;
	width: 100%;
	/* background: rgb(218, 217, 217); */
	top: 0;
}
#userrolefrm .ne-table {
	top: 200px;
	position: absolute;
}
.ne-account #main {
    overflow: unset;
    background: #eee;
    height: 100vh;
}
.ne-account {
    background: #f1f1f1;
}





#ne_notification_status {
	position: absolute;
	top: 7px;
	left: 359px;
	background: rgb(214, 214, 214);
	display: block;
	height: 7px;
	width: 7px;
	z-index: 20;
	border-radius: 20px;
	display: none;
}
#ne_notification_status.active {
	background: rgb(25, 223, 117);
}


/* Accounts */

.ne-list.ne_accounts .avatar-wrap {
	left: 20px;
	position: absolute;
	top: 20px;
}
.ne-list.ne_accounts .account {
	height: 130px;
}
.ne-list.ne_accounts .role {
	text-transform: uppercase;
	display: block;
	margin: 8px 0 0 20px;
	text-align: left;
	font-size: 12px;
	/* display: none; */
	position: absolute;
	top: 70px;
	left: 100px;
	color: #dddddd6b;
	text-transform: uppercase;
	display: block;
	margin: 8px 0 0 0px;
	text-align: left;
	font-size: 12px;
	position: absolute;
	top: 58px;
	left: 110px;
	color: #dddddd6b;
}


#ne_accounts {
	/* height: 450px; */
	text-align: center;
	-webkit-overflow-scrolling: touch;
	/* position: absolute; */
	/*! width: 100%; */
	z-index: 13;
    /*! -webkit-animation-name: accounts; */
	-webkit-animation-duration: 400ms;
	-webkit-transform-origin: 0% 0%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	list-style-type: none;
	/* margin: 0; */
	/* padding: 0; */
}
#ne_accounts.active {
}

@-webkit-keyframes accounts {
    0% { 
		top: -480px;
	}
    0.5% { 

	}
    80% { 

	}
    100% { 
		top: 80px;
	}
}
#ne_accounts .edit {
	position: absolute;
	top: 30px;
	right: 0;
	background: none;
	color: rgb(0, 0, 0);
	background-image: url(../images/ui/ui-back-basic.png);
	background-color: transparent;
	background-size: 14px;
	background-position: calc(18px) 30px;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	color: transparent;
	height: 100%;
	top: 0;
	/* opacity: 0.4; */
}
#ne_accounts h3 {
	text-transform: capitalize;
	display: block;
	margin: 0;
	text-align: left;
	position: absolute;
	font-size: 24px;
	font-weight: 300;
	top: 30px;
	left: 110px;
	letter-spacing: 0.02em;
	color: #a7a7a7;
}
#ne_accounts .role {

}
#ne_accounts .commitment {
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 14px;
	background: rgb(255, 255, 255);
	left: 310px;
	position: absolute;
	top: 25px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
}
#ne_accounts .commitment.warning {
	background: red;
	color: transparent;
	display: none;
}
#ne_accounts .account h3 a {
	color: #000;
	text-transform: capitalize;
	letter-spacing: 0.05em;
}


/* Update account */
#updatecustomerfrm {
	top: 81px;
	position: absolute;
	left: calc(50% - 360px);
	width: 720px;
	background: none;
	height: 550px;
	background: #f9f9f9;
}
#ne_edit_account_form {
	height: 100vh;
}
#ne_edit_account_form.active {
	display: block;
}
#ne_edit_account_form fieldset {
	position: absolute;
	left: 90px;
	top: 70px;
}



/* Account */
#dash {
	list-style-type: none;
  	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
		margin: auto;
}



#ne_account_edit_form input[type="checkbox"] + .ne-ui {

}



/* Dash */
.ne-dash .menu-buttons {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	top: 77px;
	right: 240px;
	color: #999;
}




#data {
	list-style-type: none;
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	/* box-shadow: 0px -30px 43px -30px rgba(0,0,0,0.2) inset; */
}
#data li {
	display: table-cell;
	text-align: center;
	margin: 30px;
	padding: 20px 0 20px;
	/* border: 0.5px solid #ccc; */
	font-size: 40px;
}
#data li span {
	display: block;
	font-size: 9px;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
	color: #555;
	text-transform: uppercase;
}
header .avatar {
	/* width: 81px; */
	/* height: 81px; */
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.85;
	background: #000;
	filter: grayscale(0.15);
}






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

	
/* Calendar	 */
	
#ne_calendar {
	/* display: none; */
}
#ne_calendar.active {
	display: block;
	height: 488px;
}
.ne_calendar {
	background: #fff;
	width: 100%;
	height: 100%;
}
.ne_calendar li {
	display: none;
}
.ne_calendar li.active {
	display: block;
}
.ne_calendar table {
	width: 90%;
	margin: auto;
}
.ne_calendar .user-avatars {
	/*! background: rgb(204, 204, 204); */
	height: 60px;
}
.ne_calendar .avatar {
	width: 35px !important;
	height: auto !important;
	position: unset !important;
	margin-top: 10px;
}

.calendar-nav li.active, .calendar-nav li.prev, .calendar-nav li.next 
{
	display: inline-block;
	margin: 3px;
}
.calendar-nav li
{
	display: none;
}

.ne_calendar td {
    text-align: center;
    height: 22px;
  	color: transparent;
}
.ne_calendar td.weekday {
  	color: rgb(0, 0, 0);
  	text-transform: uppercase;
  	font-size: 12px;
    font-family: var(--ne-app-font-family, 'Mardoto', sans-serif) !important;
	   background: #fff;
    padding: 25px 0 10px;
}
.ne_calendar td span {
	background: rgba(145, 145, 145, 0.28);
    text-align: center;
    height: 22px;
  	color: transparent;
	display: block;
	line-height: 22px;
	border-radius: 4px;
	width: 100%;
}
.ne_calendar td.available span {
	background: rgb(18, 204, 59);
	color: transparent;
}  
.ne_calendar td.start span {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.08em;
	font-size: 18px;
}  



	
	
	
	
	





/* Account info */

#account_info li {
	/* display: inline-block; */
	/* vertical-align: text-top; */
	text-align: left;
}
#account_info h3 {
	font-size: 23px;
	margin: 10px 0px 3px 0;
	text-transform: capitalize;
	letter-spacing: 0.01em;
	font-weight: 400;
}

#account_info span {
	font-size: 12px;
	display: block;
	margin: 0px 0 5px 0px;
}
#show_user_cal {
	position: absolute;
	top: 300px;
	right: 30px;
}

/* Account stats */

#account_stats
{
	position: absolute;
	top: 257px;
	width: 100%;
	display: table;
	/* background: #fff; */
	z-index: 43;
}
#account_stats div {
	background: #262626;
	font-size: 15px;
	padding: 9px 14px;
	color: #a7a7a7;
	/* text-align: right; */
	white-space: nowrap;
	margin-bottom: 1px;
}
#account_stats div span
{
	text-align: left;
	display: inline-block;
	width: 139px;
	font-size: 12px;
	text-transform: uppercase;
	/* float: left; */
	margin-top: unset;
	display: inline-block;
}




/* Login */
#login_form {
	width: 250px;
	margin: auto;
	text-align: center;
	position: fixed;
	bottom: 70px;
	left: calc(50% - 125px);
}






#edit_calendar .ui-tabs-panel {
	width: 130px;
	display: inline-block !important;
}





.tab .schedule-view {
    width: 80%;
    margin: auto;
    position: absolute;
    left: 2px;
    top: 0px;
}
#edit_schedule {
	width: 335px;
	top: 455px;
}
.tab .schedule-view td span {
	background: rgba(145, 145, 145, 0.28);
	text-align: center;
	height: 22px;
	color: transparent;
	display: block;
	line-height: 22px;
	/* border-radius: 4px; */
	width: 46px;
}
.tab .schedule-view td.available span {
	background: rgb(18, 204, 59);
	color: transparent;
}  
.tab .schedule-view td.start span {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.08em;
	font-size: 18px;
}  





#edit_calendar .ui-tabs-panel label {
	display: inline-block;
	padding: 20px;
	width: 20px;
}
#edit_calendar .tabs {
	width: 130px;
	/* display: none; */
	text-align: right;
	position: relative;
	top: 70px;
}
#edit_calendar .tabs.active {
	width: 280px;
	position: absolute;
	/* top: 90px; */
	display: block;
	right: 20px;
}









.ne-dropdown-checkbox input[type=checkbox] + label {
    position: relative;
    width: auto;
    background: #292929;
    height: 66px;
    /* margin: 1px -4px 0px 4px; */
    text-align: left;
    color: #959595;
}

}
	



/*-*-*-*-*-*-*-*-*-*\                
         
        768        

\*-*-*-*-*-*-*-*-*-*/ 

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

.ne-list.ne_accounts .role {
	text-transform: uppercase;
	display: block;
	margin: 8px 0 0 20px;
	text-align: left;
	font-size: 12px;
	/* display: none; */
	position: absolute;
	top: 70px;
	left: 100px;
	color: #dddddd6b;
	text-transform: uppercase;
	display: block;
	margin: 8px 0 0 0px;
	text-align: left;
	font-size: 12px;
	position: absolute;
	top: 52px;
	left: 180px;
	color: #dddddd6b;
}
	
#notifications:hover {
	background-color: #4a4646;
	opacity: 1;
}
#notifications {
	/* top: 20px; */
	/* opacity: 0.6; */
	left: unset;
	/* display: block; */
	box-sizing: content-box;
	font-size: 3px;
	right: -80px;
	z-index: 29;
	width: 90px;
	background-position: 44px center;
	height: 39px;
	}	
	
	
	/* Login */
#login_form {
	width: 100%;
	margin: auto;
	text-align: center;
	position: fixed;
	bottom: 180px;
	left: unset;
}
#login_form .credentials {
	width: 180px;
}
#login_form .ne-form, #login_form .signin
{
	display: inline-block;
	
}
#ne_accounts .commitment {
	left: 150px;
	top: 52px;
}
	
	
	
#ne_accounts h3 {
	font-size: 33px;
	font-weight: 300;
	top: 46px;
	left: 370px;
	letter-spacing: 0.02em;
	color: #a7a7a7;
	}



#ne_main #set_language {
    display: none;
}
#ne_main #show_ne_contact {
    display: none;
}

	
	
	
.dash #header-container
{
	height: 0;
}
header.dash {
	z-index: 3;
	height: 0;
}
header.dash .logo {
	display: none;
}	
#dash {
	margin: auto;
}
	

	
/* Accounts */
.customers {
	height: 940px;
	overflow: scroll;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	width: 100%;
	top: 80px;
}	

	

/* Accounts */

#ne_accountsactive {
	opacity: 1;
	width: 750px;
	top: 60px;
    -webkit-animation-name: accounts;
    -webkit-animation-duration: 400ms;
    -webkit-transform-origin: 0% 0%;
    -webkit-animation-iteration-count: 1; 
    -webkit-animation-timing-function: linear;
	padding: 20px 20px 0px 20px;
	overflow-x: hidden;
	height: 690px;
	z-index: 16;
}

@-webkit-keyframes accounts {
    0% { 
		top: -480px;
	}
    0.5% { 

	}
    80% { 

	}
    100% { 
		top: 80px;
	}
}
#ne_accounts .account h2 a {
	color: #000;
	text-transform: capitalize;
	letter-spacing: 0.05em;
}
	
	
/* Edit account */

	
	
.dash-form fieldset.half {
	/* top: 60px; */
	/* left: 25px; */
	/* max-width: 160px; */
}
#ne_edit_account_form .deletecustomer {
	position: absolute;
	bottom: 180px;
	right: 25px;
	width: 60px;
	height: 23px;
	line-height: 23px;
}
#ne_edit_account_form .ne-table {
	bottom: 80px;
	position: absolute;
}	

}



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

	


	
	
	
	
	

#ne_accounts .edit {
	background-size: 24px;
	background-position: calc(35px) center;
	width: 20%;
	background-color: #f5deb300;
}
#ne_accounts .avatar-wrap {
	width: 90px;
	height: 90px;
	top: 20px;
	left: 40px;
	position: absolute;
}
} 

#sign_in .ne-social-auth {
	margin: 18px 0 0;
	text-align: center;
}

#signin_form .ne-auth-login-actions {
	display: grid;
	gap: 14px;
	margin-top: 14px;
}

#signin_form .ne-auth-remember-switch {
	position: static;
	justify-self: start;
	margin: 0;
	color: #a7a7a7;
	font-size: 12px;
	line-height: 1.35;
	text-align: left;
	text-transform: none;
	letter-spacing: 0.02em;
	cursor: pointer;
	font-weight: 400;
}

#signin_form .ne-auth-remember-switch .ne-tw-switch__ui {
	flex: 0 0 26px;
}

#signin_form .ne-auth-login-actions .signin {
	display: block;
	width: auto;
	margin: 0;
	min-width: unset;
}

#sign_in .ne-social-auth__divider {
	position: relative;
	margin: 14px 0 16px;
	color: #6a6a6a;
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

#sign_in .ne-social-auth__divider:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px solid #d9d9d9;
}

#sign_in .ne-social-auth__divider span {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	background: #fff;
}

#sign_in .ne-social-auth__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: stretch;
}

#sign_in .ne-social-auth__provider {
	width: 100%;
}

#sign_in .ne-social-auth__provider--google > div,
#sign_in .ne-social-auth__provider--google iframe {
	margin: 0 auto !important;
}

#sign_in .ne-social-auth__provider--apple {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 44px;
	background: #111;
	color: #fff;
	border: 1px solid #111;
}

#sign_in .ne-social-auth__provider--apple:hover,
#sign_in .ne-social-auth__provider--apple:focus {
	background: #000;
	color: #fff;
}

#sign_in .ne-social-auth__provider.is-loading,
#sign_in .ne-social-auth__provider[disabled] {
	opacity: .7;
	pointer-events: none;
}

#sign_in .ne-social-auth__message {
	min-height: 18px;
	margin-top: 10px;
	font-size: 13px;
	color: #6a6a6a;
}

#sign_in .ne-auth-brand {
	display: flex;
	justify-content: center;
	margin: 110px 0 94px;
}

#sign_in .ne-auth-brand img {
	display: block;
	width: 58px;
	height: 58px;
	object-fit: contain;
}

/* Login nature background */
body:has(#account #sign_in),
body:has(#account #ne_auth),
body:has(#account #signup_form) {
    background: #111 url('../images/ne-login-nature-bg.png') center center / cover no-repeat fixed;
}

body:has(#account #sign_in)::before,
body:has(#account #ne_auth)::before,
body:has(#account #signup_form)::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.46) 42%, rgba(0,0,0,.70)), rgba(0,0,0,.28);
}

#account {
    position: relative;
    z-index: 1;
}

#account #sign_in,
#account #ne_auth,
#account #signup_form,
#account #signup_finish_form {
    position: relative;
    z-index: 2;
}

/* Login nature background fallback for explicit account template classes */
#account.account-guest,
#account.account-target-signup,
#account.account-target-recovery {
    position: fixed;
    inset: 0;
    width: 100%;
    min-height: 100vh;
    overflow: auto;
    background: #111 url('../images/ne-login-nature-bg.png') center center / cover no-repeat fixed !important;
}

#account.account-guest::before,
#account.account-target-signup::before,
#account.account-target-recovery::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.45) 46%, rgba(0,0,0,.72)), rgba(0,0,0,.22);
}

#account.account-guest > *,
#account.account-target-signup > *,
#account.account-target-recovery > * {
    position: relative;
    z-index: 1;
}

.account-buttons .button.ne-auth-logout {
    background: #2a2a2a;
    color: #d8d8d8;
}

.account-buttons .button.ne-auth-logout:hover {
    background: #383636;
    color: #fff;
}

#sign_in.ne-auth-collapsed #signin_form,
#sign_in.ne-auth-collapsed .ne-social-auth,
#sign_in.ne-auth-collapsed .link {
    display: none !important;
}

#sign_in .ne-auth-show-login {
    display: block;
    width: min(260px, calc(100vw - 48px));
    height: 56px;
    margin: 0 auto;
    background: rgba(30, 30, 30, .86);
    border: 1px solid rgba(255, 255, 255, .24);
    color: #f2f2f2;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

#sign_in .ne-auth-show-login:hover {
    background: rgba(48, 48, 48, .92);
    color: #fff;
}

#sign_in.ne-auth-collapsed .ne-auth-brand {
    margin-bottom: 28px;
}

#sign_in .ne-auth-show-login {
    width: min(210px, calc(100vw - 64px));
    height: 46px;
    margin-top: 42px;
    font-size: 15px;
}

#sign_in.ne-auth-collapsed .ne-auth-brand {
    margin-bottom: 0;
}

#sign_in .ne-auth-show-login {
    margin-top: 96px;
}

#sign_in #signin_form,
#sign_in .ne-social-auth,
#sign_in .link {
    display: block;
}

#sign_in .ne-auth-show-login {
    display: none !important;
}

#sign_in .ne-auth-glass-panel.ne-glass {
	width: min(380px, calc(100vw - 40px));
	margin: 0 auto 42px;
	padding: 22px;
	border: 1px solid rgb(255 255 255 / 8%);
	border-radius: 18px;
	background: rgb(32 32 32 / 13%);
	backdrop-filter: blur(6px) saturate(125%);
	-webkit-backdrop-filter: blur(18px) saturate(125%);
	box-shadow: 0 22px 70px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .08);
}

#sign_in .ne-auth-glass-panel #signin_form,
#sign_in .ne-auth-glass-panel .ne-social-auth,
#sign_in .ne-auth-glass-panel .link {
	width: 100%;
	max-width: none;
}

#sign_in .ne-auth-glass-panel .ne-form input,
#sign_in .ne-auth-glass-panel input[type="text"],
#sign_in .ne-auth-glass-panel input[type="password"] {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .16);
	color: #f0f0f0;
}

#sign_in .ne-auth-glass-panel .ne-form input::placeholder,
#sign_in .ne-auth-glass-panel input[type="text"]::placeholder,
#sign_in .ne-auth-glass-panel input[type="password"]::placeholder {
	color: rgba(255, 255, 255, .38);
}

#sign_in .ne-auth-glass-panel .ne-form label,
#sign_in .ne-auth-glass-panel .ne-auth-remember-switch,
#sign_in .ne-auth-glass-panel .link,
#sign_in .ne-auth-glass-panel .link a {
	color: rgba(255, 255, 255, .76);
}

#sign_in .ne-auth-glass-panel .ne-social-auth__divider:before {
	border-top-color: rgba(255, 255, 255, .18);
}

#sign_in .ne-auth-glass-panel .ne-social-auth__divider span {
	background: transparent;
	color: rgba(255, 255, 255, .58);
}

#sign_in .ne-auth-init-loader {
	display: none;
	min-height: 180px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	color: rgba(255, 255, 255, .76);
}

#sign_in.ne-auth-awaiting-init .ne-auth-init-loader {
	display: flex;
}

#sign_in.ne-auth-awaiting-init #signin_form,
#sign_in.ne-auth-awaiting-init .ne-social-auth,
#sign_in.ne-auth-awaiting-init .ne-auth-glass-panel > .link {
	display: none;
}

#sign_in .ne-auth-init-loader .ne-auth-button-loader {
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid rgba(255, 255, 255, .32);
	border-top-color: #fff;
	border-radius: 50%;
	animation: neAuthButtonSpin .75s linear infinite;
}

#signin_form .ne-auth-login-actions .signin {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
}

#signin_form .ne-auth-login-actions .ne-auth-remember-switch.ne-auth-credentials-pending {
	display: none;
}

#signin_form input:-webkit-autofill,
#signin_form input:-webkit-autofill:hover,
#signin_form input:-webkit-autofill:focus,
#signin_form input:-webkit-autofill:active,
#signup_form input:-webkit-autofill,
#signup_form input:-webkit-autofill:hover,
#signup_form input:-webkit-autofill:focus,
#signup_form input:-webkit-autofill:active {
	animation-name: neAuthAutofillDetected;
	animation-duration: .01s;
	-webkit-text-fill-color: #f0f0f0 !important;
	caret-color: #f0f0f0;
	background-color: transparent !important;
	border-color: rgba(255, 255, 255, .16);
	-webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, .08) inset;
	box-shadow: 0 0 0 1000px rgba(255, 255, 255, .08) inset;
	transition: background-color 9999s ease-out 0s;
}

@keyframes neAuthAutofillDetected {
	from { opacity: .999; }
	to { opacity: 1; }
}

#signin_form .ne-auth-login-actions .signin.loading,
#signin_form .ne-auth-login-actions .signin.loading:hover,
#signin_form .ne-auth-login-actions .signin.loading:focus {
	background: rgba(0, 0, 0, .72) !important;
	background-image: none !important;
	color: #f1f1f1 !important;
	cursor: wait;
}

#signin_form .ne-auth-login-actions .signin .ne-auth-button-loader {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, .32);
	border-top-color: #fff;
	border-radius: 50%;
	animation: neAuthButtonSpin .75s linear infinite;
}

#signin_form .ne-auth-login-actions .signin.loading .ne-auth-button-label {
	opacity: 0;
}

#signin_form .ne-auth-login-actions .signin.loading .ne-auth-button-loader {
	display: block;
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
}

@keyframes neAuthButtonSpin {
	to {
		transform: rotate(360deg);
	}
}
