/* System Settings */

#ne_settings .tab {
    display: none;
}
#ne_settings .tab.active {
    /* display: block; */
}





#tab_engine .row-wrap {
    /* display: grid; */
}

#tab_engine .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
    padding: 2px;
    grid-gap: 3px;
    border: 5px solid #2b2b2b;
}
#ne_settings .avatar-wrapper {
    border-radius: 0;
    background-color: white;
    background-position: center;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}
#tab_engine .cat {font-size: 10px;/* padding: 15px 12px; */position: absolute;bottom: 8px;left: 8px;letter-spacing: 0.06em;color: #8b8a8a7d;}
#tab_engine .setting:hover .cat {font-size: 10px;/* padding: 15px 12px; */position: absolute;bottom: 8px;left: 8px;letter-spacing: 0.06em;color: #f4a83c;}
#tab_engine .setting:hover {/* font-size: 10px; *//* padding: 15px 12px; *//* position: absolute; */bottom: 0px;left: 0px;letter-spacing: 0.06em;color: #f4a83c;height: 53px;margin-bottom: -1px;background: #383636;}
#tab_engine .legend {font-size: 16px;/* padding: 15px 12px; */position: absolute;top: 8px;left: 8px;letter-spacing: 0.04em;color: #ccc;}
#tab_engine .head {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    color: white;
}
#tab_engine .setting {
    background-color: #ffffff12;
    margin-bottom: 2px;
    position: relative;
    height: 50px;
}
#ne_settings_defaults:hover .setting {
    opacity: 0.4;
}
#ne_settings_defaults .row:hover .setting {
    opacity: 0.5;
}
#ne_settings_defaults .row:hover .setting:hover {
    opacity: 1;
}
#ne_settings #tab_engine .ne-form.ne-select
{
	width: 110px;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

#ne_settings #tab_engine .ne-form.ne-select.assignees
{
	width: 110px;
	margin: 0;
	position: absolute;
	right: 130px;
	top: 10px;
}












/* // Settings */

.menu #ne_avatar {
        background: #eee;
}
#ne_settings #ne_avatar {
	width: 120px;
	/* height: 120px; */
	overflow: hidden;
	border-radius: 150px;
	margin: 40px auto;
}
#ne_settings .tab-title {
	text-align: left;
	padding: 20px 30px;
	font-size: 24px;
	background: #383636;
	letter-spacing: 0.02em;
}
#ne_settings #set_language {
	position: unset;
	margin: 0;
}
#ne_settings .selector {
    position: relative;
    top: -20px;
}

#ne_settings .open-tab.active {
    background: #5a5a5a;
    color: #ffffff;
    border: 1px solid #666666;
}
#ne_settings .open-tab {
	background: #93939321;
	padding: 5px 10px;
	margin: 2px;
	color: #5a5a5a;
	border: 1px solid #93939347;
	font-size: 13px;
	display: inline-block;
	min-width: 79px;
	text-align: center;
}
#ne_settings .avatar-wrap, #ne_settings .avatar-link {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 150px;
	position: unset;
	background: #fff;
	padding: 0;
}
#ne_settings .avatar-wrap img {
	width: 120px;
	height: auto;
	left: 0;
	margin: auto;
	text-align: center;
}

#ne_settings {
    padding: 0px 0px;
}
#ne_settings .button-url
{
	margin: 15px 20px 10px;
	background: #fefefe;
}
#ne_settings .tab.active
{
	display: block;
	background: #1b1b1b;
}
#ne_settings .tab
{
    text-align: center;
    width: auto;
    padding: 40px 0 100px;
    background: #e6e6e6;
    margin-bottom: 10px;
    display: none;
    position: relative;
}
.enable {
	position: unset;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
}
#ne_settings .tab .ne-form
{
	width: 240px;
	margin: 0 auto 10px;
	height: 60px;
}
#tab_engine .ne-form.ne-image-checkbox .check_wrap {
	width: fit-content;
}
#tab_engine .ne-form.ne-image-checkbox.active {
	z-index: 1000;
}
#tab_engine .ne-form.ne-image-checkbox {
	position: relative;
	top: 0px;
	left: 180px;
	right: 0;
	width: auto;
	margin: 0;
	position: absolute;
	right: 0;
	left: unset;
}
#ne_settings .tab .ne-checkbox-switch,
#ne_settings .tab .ne-checkbox-switch label {
	width: 180px;
	margin: 0;
	min-width: unset;
	height: 45px;
	padding-bottom: 0;
}
#ne_settings .tab .ne-checkbox-switch {
	margin: 0px 0;
}
#ne_settings .tab .ne-form.ne-select
{
	width: 180px;
}
#ne_settings .tab input
{
	margin: auto;
}
.ne-upload-form input[type=file]
{
	margin: auto;
	display: none;
}
#ne_settings .tab h1
{
	font-weight: 400;
	margin: 0px 0 24px 0;
	font-size: 18px;
	text-align: left;
	padding: 14px 24px 12px;
	background: #f0eded;
}
#ne_settings .tab p
{
	font-weight: 300;
	margin: 0 0 20px;
	width: 280px;
	text-align: left;
	padding: 0 24px;
}
#ne_settings .tab p.shipping_address {
        background: #f2f0f0;
        padding: 18px 24px;
        display: block;
        margin: 0 auto 24px;
        font-size: 18px;
}
#ne_settings #ne_site_logo .logo {
	height: auto;
	width: 100%;
}
#ne_site_logo {
	margin: 40px auto;
	height: 65px;
	display: inline-block;
	width: 170px;
	padding: 24px;
}

#ne_settings form input
{
    margin-bottom: 40px;
    margin: 40px auto 80px;
}
#ne_settings .menu a.open-section {
    text-align: center;
    background: #383636;
    padding: 5px 10px 15px 10px;
    margin: 2px;
    color: #bbbbbb;
    border-bottom: 1px solid #93939338;
    font-size: 10px;
    font-weight: 400;
}
#ne_settings .menu a.active {
    background: #424040;
}
#ne_settings .menu a .icon {
    background: url(../images/menu.png) no-repeat;
    /* color: #000; */
    padding: 10px;
    width: 40px;
    height: 40px;
    background-size: 40%;
    display: block;
    margin: auto;
    padding: 10px;
    opacity: 0.9;
    background-position: center;
    /* display: inline-block; */
}

#ne_settings .menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    padding: 20px 20px 30px;
    background: #262626;
}
#ne_settings .subtab {
    display: none;
}
#ne_settings .subtab.active {
    display: block;
}
#ne_settings .selector .open-section {
    color: #444;
    padding: 7px;
    background: #eee;
    margin: 5px;
    display: inline-block;
}
#ne_settings #setting_branding .ne-checkbox-switch {
	margin: 0px auto 12px;
	display: block;
}
#ne_settings #setting_regional .ne-checkbox-switch {
	margin: 0px auto 12px;
	display: block;
}






@media screen and (min-width: 1024px) {
#ne_settings .selector {
    position: relative;
    top: 0px;
    background: #383636;
    padding: 8px 8px 8px 30px;
    min-height: 46px;
    text-align: left;
    border-bottom: 1px solid #4444443d;
    left: 0px;
}
#ne_settings .wrap {
	display: grid;
	grid-template-columns: 190px auto;
	min-height: 400px;
	border: 1px solid #b1b1b1;
}
#ne_settings .menu {
    display: block;
    grid-gap: 10px;
    padding: 0px 0px 0px;
}
#ne_settings .menu a.open-section {
    text-align: left;
    padding: 0 0 0 40px;
    margin: 0px;
    font-size: 14px;
    display: block;
    line-height: 40px;
    position: relative;
    font-weight: 300;
    letter-spacing: 0.02em;
}
#ne_settings .tab
{
    padding: 0px;
    margin-bottom: 0;
    /* height: 550px; */
}
#ne_settings .menu a .icon {
    margin: 0;
    padding: 0;
    /* opacity: 0.9; */
    position: absolute;
    top: 0px;
    left: 0px;
}


 .settings-all {
    width: 100%;
    height: 100%;
    background: #fff;
}
    /* Settings */
    #ne_settings {
        display: grid;
        grid-template-columns: 200px auto;
        grid-gap: 2px;
        margin: 1px 2px;
        height: calc(100vh - 110px);
    }
    #ne_settings form {
        width: 100%;
        /* height: 505px; */
        /* overflow-y: scroll; */
        padding: 0px 0 80px;
    }
	#ne_settings .button-url {
		margin: 15px 0px 10px;
	}
}
