/*! This file is auto-generated */
/*
 * Button mixin- creates a button effect with correct
 * highlights/shadows, based on a base color.
 */
/**
 * This function name uses British English to maintain backward compatibility, as developers
 * may use the function in their own admin CSS files. See #56811.
 */

body {
	background: #f1f1f1;
}

#ns_dashboard_widget .postbox {
	border: none;
	box-shadow: none;
	background: transparent;
}

#ns_dashboard_widget .postbox .inside {
	padding: 0;
}

#ns_dashboard_widget .main-container {
	width: 1fr;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	gap:11px;
}

#ns_dashboard_widget .row-container {
	width: 1fr;
	position: relative;
	padding: 10px;
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	background: #fff;
	border-radius:4px;
}

#ns_dashboard_widget .row-container h2 {
	text-align: center;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	margin-bottom: 10px;
}

#ns_dashboard_widget .row-container h3 {
	text-align: center;
	margin-top: 8px;
}

.valid-support {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.valid-support span {
	width: 100%;
	max-width: 120px;
	background: green;
	color: #fff;
	border: 0px;
	padding: 5px;
	border-radius: 5px;
	display: flex;
	margin-bottom: 5px;
	justify-content: center;
}

#ns_dashboard_widget table#tickets td,
#ns_dashboard_widget table#tickets th {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-left-width: 0;
	border-bottom-width: 0;
}
#ns_dashboard_widget table {
	border-spacing: 0px;
}
#ns_dashboard_widget #supportticketstable {
	max-height: 350px;
	overflow-x: scroll;
	border: 1px solid #e9ecef;
	border-top-width: 0;
}
#ns_dashboard_widget #tableheader,
#ns_dashboard_widget #tickets {
	width: 100%;
}
#tableheader tr {
	display: flex;
	justify-content: space-between;
}
#tableheader th {
	padding: 0.55rem;
}
#tickets .odd {
	background-color: rgba(0, 0, 0, 0.03);
}
#tickets td {
	padding: 0.55rem;
	vertical-align: top;
	border: 1px solid #e9ecef;
}
#supportticketstable .updated {
	text-align: right;
	border-right-width: 0;
}
#tickets .title a {
	text-decoration: none;
}
.support {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 70%;
}
.support .buttons {
	display: flex;
	justify-content: space-evenly;
}
.support .btn {
	align-items: center;
	display: inline-flex;
	background-color: #3858e9;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 400;
	height: 25px;
	margin: 0;
	padding: 6px 12px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
}
.support .btn:hover {
	opacity: 0.8;
}
.balance {
	text-align: center;
	font-size: 18px;
	padding: 20px;
}
.support .balance {
	margin: 0;
}
.support .buttons {
	margin-bottom:15px;
}
.negative {
	color: red;
}
.positive {
	color: green;
}
.contract {
	text-align: center;
	padding-top: 15px;
}
.no-support {
	color: red;
}

/* Admin Menu */
#adminmenuback,
#adminmenuwrap,
#adminmenu {
	background: #19222d;
}

#adminmenu .wp-submenu {
	background: #232C38;
}

#adminmenu,
#adminmenu .wp-submenu,
#adminmenuback,
#adminmenuwrap {
	width: 230px;
}

#adminmenu .wp-submenu {
	left: 230px;
}

#adminmenu a.ns-logo {
	display: block;
	opacity: 0.8;
	margin: 0 auto;
	padding: 10px 0px;
}

.folded #adminmenu a.ns-logo {
	background: url(/wp-content/plugins/netstudio-admin/img/netstudioicon.svg) no-repeat center center;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

body:not(.folded) #adminmenu a.ns-logo {
	background: url(/wp-content/plugins/netstudio-admin/img/netstudiologo.svg)
	no-repeat center center;
	background-size: 140px 40px;
	width: 140px;
	height: 40px;
}

#adminmenu .ns-logo a {
	pointer-events: none;
	cursor: pointer;
}
#adminmenu a.ns-logo div.wp-menu-name {
	display: none;
}

#wpcontent,
#wpfooter {
	margin-left: 230px;
} */
