/* node_modules/curestarlight/themes/starlight-dark.css */
/* style/base/contextmenu.css */
.starlight_centerflex > .starlight_contextmenu{
  position: absolute;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
}
/* style/base/discordformatting.css */
.starlight-list{
  display: inline list-item;
}
.starlight-sublist{
  display: inline list-item;
  list-style: circle;
  padding-left: 10px;
}
/* style/base/icons-white.css */
.starlight_errordialogicon{
	background-image: url(/CureStarlight/icons/error-white-18dp.svg);
}
.starlight_warningdialogicon{
	background-image: url(/CureStarlight/icons/warning-white-18dp.svg);
}
.starlight_infodialogicon{
	background-image: url(/CureStarlight/icons/info-white-18dp.svg);
}
.starlight_lapislazulidialogicon{
	background-image: url(/CureStarlight/icons/lapislazuli.svg);
}
.starlight_editdialogicon{
	background-image: url(/CureStarlight/icons/edit-white-18dp.svg);
}
.starlight_deletedialogicon{
	background-image: url(/CureStarlight/icons/delete-white-18dp.svg);
}
.starlight_checkboxdialogicon{
	background-image: url(/CureStarlight/icons/check_box_outline_blank-white-18dp.svg);
}
.starlight_tickeddialogicon{
	background-image: url(/CureStarlight/icons/check_box-white-18dp.svg);
}
.starlight_forwarddialogicon{
	background-image: url(/CureStarlight/icons/forward-white-18dp.svg);
}
.starlight_adddialogicon{
	background-image: url(/CureStarlight/icons/add_circle-white-18dp.svg);
}
.starlight_alignleftdialogicon{
	background-image: url(/CureStarlight/icons/format_align_left-white-18dp.svg);
}
.starlight_aligncenterdialogicon{
	background-image: url(/CureStarlight/icons/format_align_center-white-18dp.svg);
}
.starlight_alignrightdialogicon{
	background-image: url(/CureStarlight/icons/format_align_right-white-18dp.svg);
}
.starlight_alignjustifydialogicon{
	background-image: url(/CureStarlight/icons/format_align_justify-white-18dp.svg);
}
.starlight_bolddialogicon{
	background-image: url(/CureStarlight/icons/format_bold-white-18dp.svg);
}
.starlight_italicdialogicon{
	background-image: url(/CureStarlight/icons/format_italic-white-18dp.svg);
}
.starlight_underlineddialogicon{
	background-image: url(/CureStarlight/icons/format_underlined-white-18dp.svg);
}
.starlight_linkdialogicon{
	background-image: url(/CureStarlight/icons/insert_link-white-18dp.svg);
}
.starlight_imagedialogicon{
	background-image: url(/CureStarlight/icons/insert_photo-white-18dp.svg);
}
.starlight_admindialogicon{
	background-image: url(/CureStarlight/icons/admin_panel_settings-white-18dp.svg);
}
.starlight_listdialogicon{
	background-image: url(/CureStarlight/icons/format_list_bulleted-white-18dp.svg);
}
/* style/base/inputs.css */
.starlight_inputcontainer{
	display: flex;
}
.starlight_inputtypecheckbox{
	flex-direction: row-reverse;
	text-align: center;
}
.starlight_inputtypecheckbox > .starlight_inputlabel{
	margin-right: auto;
}
.starlight_inputtypecheckbox > .starlight_input{
	margin-left: auto;
}
.starlight_inputtypenumber:not(.starlight_inputnolabel)		> .starlight_inputlabel,
.starlight_inputtypetext:not(.starlight_inputnolabel)			> .starlight_inputlabel,
.starlight_inputtypeemail:not(.starlight_inputnolabel)		> .starlight_inputlabel,
.starlight_inputtypepassword:not(.starlight_inputnolabel)	> .starlight_inputlabel{
	width: 200px;
}
.starlight_inputtypenumber 		> .starlight_input,
.starlight_inputtypetext 			> .starlight_input,
.starlight_inputtypeemail			> .starlight_input,
.starlight_inputtypepassword 	> .starlight_input{
  flex-grow: 1;
  border-width: 1px;
  border-style: solid;
  background: none;
  margin: 5px;
}
.starlight_inputtypenumber.starlight_inputnolabel		> .starlight_input,
.starlight_inputtypetext.starlight_inputnolabel			> .starlight_input,
.starlight_inputtypeemail.starlight_inputnolabel		> .starlight_input,
.starlight_inputtypepassword.starlight_inputnolabel	> .starlight_input{
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
/* style/base/select.css */
.starlight_select > select{
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  margin: 5px;
}
.starlight_select > .starlight_selectlabel{
  width:200px;
  display: inline-block;
}
/* style/base/starlight.css */
/* Centering */.starlight_centerflex{
	display:flex;
	width:100%;
	height:100%;
	pointer-events: none;
	position:fixed;
	z-index:10000;
  top: 0;
}
.starlight_centered{
	pointer-events: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
  overflow-x: hidden;
	overflow-y:auto;
	flex-direction: column;
	display: flex;
}
.starlight_centered > .starlight_content{
	flex-shrink: 1;
	flex-grow: 1;
	overflow: auto;
}
/* span.starlight_content{
} */
.starlight_content{
	white-space: pre-line;
	overflow-wrap: break-word;
	word-break: normal;
  line-break: normal;
}
.starlight_content.starlight_scrolly{
	overflow-y: scroll;
	flex-grow: 1;
	flex-shrink: 1;
}
.starlight_contentimage{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.starlight_contentimageround{
	border-radius: 50%;
}
.starlight_clickable{
	cursor: pointer;
}
.starlight_contenttext{
	font-size: 12px;
	box-decoration-break: clone;
}
.starlight_nopadding.starlight_contenttext{
	padding: 0;
}
.starlight_draggable > .starlight_title{
	cursor: default;
}
.starlight_justify{
	text-align: justify;
}
.starlight_variablesize{
	flex-shrink: 1;
	flex-grow: 1;
}
.starlight_flex{
	display: flex;
}
.starlight_flexvertical{
	display: flex;
	flex-direction: column;
}
.starlight_flexrow{
	display: flex;
	align-items: center;
	flex-direction: row;
}
/* Tab */

.starlight_tabbuttonbar > *{
	display: inline-block;
}
/* Disabled */
.starlight_disabled{
	opacity: 0.3;
}
/* style/base/starlightgrid.css */
.starlight_grid{
  display: grid;
}
/* style/base/textarea.css */
.starlight_textareacont{
  display: flex;
}
.starlight_textareacont > .starlight_inputlabel{
  width:200px;
}
.starlight_textareacont > .starlight_textareainputcont{
  flex-grow: 1;
}
.starlight_textareabuttonbar{
  text-align: center;
}
.starlight_textareabutton{
  display: inline-block;
}
.starlight_textareabutton > .starlight_dialogicon{
  height: 25px;
  width: 25px;
  margin: 0;
}
.starlight_textarea{
  width: calc(100% - 10px);
  margin: 5px;
  box-sizing: border-box;
  text-align: left;
  resize: vertical;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  height: 30vh;
}
/* style/themes/transparentblack/inputs.css */
.starlight_inputtypenumber 		> .starlight_input,
.starlight_inputtypetext 			> .starlight_input,
.starlight_inputtypeemail			> .starlight_input,
.starlight_inputtypepassword 	> .starlight_input{
	border-color: #BBB;
	color:#EEEEEE;
}
/* style/themes/transparentblack/select.css */
.starlight_select > select{
	border-color: #BBB;
	color:#EEEEEE;
}
.starlight_select > select > option{
	border-color: #BBB;
	color:#EEEEEE;
	background-color: rgba(20,20,20);
}
/* style/themes/transparentblack/starlight-dark.css */

.starlight_centered{
  /* box-shadow: 0px 0px 5px #000000; */
	border-style: solid;
	opacity:0;
	transition: opacity 0.2s;
}
.starlight_centered.starlight_opaque{
	opacity:1;
}
.starlight_level0{
	background-color: rgba(20,20,20,.95);
	max-width: 100vw;
	color:#EEEEEE;
}
.starlight_layerbg{
	background-color: rgba(30,30,30,.95);
}
/* Border */
.starlight{
	border-color: #BBB;
	border-width: 1px;
}
.starlight_allborders{
	border-style: solid;
}
.starlight_bordertop{
	border-top-style: solid;
}
.starlight_borderright{
	border-right-style: solid;
}
.starlight_borderbottom{
	border-bottom-style: solid;
}
.starlight_borderleft{
	border-left-style: solid;
}
/* Padding */
.starlight_contenttext,
.starlight_padded:not(.starlight_mini) > .starlight_content,
.starlight_mini.starlight_padded{
	padding:3px;
}
.starlight > .starlight_empty:not(.starlight){
  display:none;
}
.starlight > .starlight_title,
.starlight > .starlight_buttonbar{
	padding:3px;
}
.starlight_warning{
	background-color: rgba(60,60,20,.95);
}
.starlight_error{
	background-color: rgba(50,20,20,.95);
}
.starlight_info{
	background-color: rgba(30,30,50,.95);
}
.starlight_title{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.starlight_level0 > .starlight_title,
.starlight_maintitle{
  background-color: #333344;
}
.starlight_hyperlink, .starlight a{
	color: #01aebf;
	font-weight: bold;
	text-decoration: none;
}
.starlight_clickable:hover:not(.starlight_selected){
	background-color: rgb(40, 40, 40);
}
.starlight_buttonbar{
	text-align: center;
}
.starlight_buttonbar > .starlight_button{
	border:1px solid #BBB;
}
.starlight_button{
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
	display:inline-block;
	padding:3px 10px;
	font-size: 12px;
}
.starlight_buttonnumber{
	display: inline-flex;
	align-items: center;
	border:1px solid #BBB;
}
.starlight_buttonnumber > input{
	width: 50px;
	background-color: rgb(20,20,20);
	color:#EEEEEE;
	border:none;
	text-align: right;
}
.starlight_buttonnumber > input::-webkit-outer-spin-button,
.starlight_buttonnumber > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.starlight_buttonnumber > input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.starlight_buttonbar > :not(:first-child){
	margin-left:3px;
}
.starlight_tabbuttonbar > :not(.starlight_selected){
	background-color: rgba(0,0,0,0);
}
.starlight_tabbuttonbar{
	/* display: flex;
	flex-direction: row; */
}
.starlight_tabbuttonbar > *{
	/* flex-grow: 1;
	cursor: pointer;
	text-align: center;
	padding:5px; */
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
}
.starlight_dialog{
	text-align: center;
	width:300px;
	max-width: 100%;
}
.starlight_dialogicon{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height:30px;
	margin:5px;
}
/* gauge */
.starlight_gaugeouter{
	padding: 2px 5px;
}
.starlight_gaugeinner{
	background-color: #EEEEEE;
	height: 2px;
}
.starlight_gaugelabel{
	display: flex;
	font-size: 12px;
	padding: 2px 5px;
}
.starlight_gaugelabelvalue{
	flex-grow: 1;
	text-align: right;
	flex-basis: 0;
}
.starlight_gaugelabeldivider{
	padding:0px 3px;
}
.starlight_gaugesecondlabeltext{
	text-align: right;
	flex-grow: 1;
}
/* fieldset */
fieldset.starlight{
	margin: 2px;
	border:1px solid #BBB;
}
fieldset.starlight > legend{
	text-align: center;
	margin: 0 auto;
	width: auto;
	font-size: 12px;
	font-weight: bold;
}
/* menu */
.starlight_sidemenu_main{
	width: 1000px;
	height: 800px;
	max-width: 100%;
	max-height: 100%;
	display: flex;
}
.starlight_sidemenu_main > .starlight_contenttree{
	display: flex;
	flex-grow: 1;
}
.starlight_sidemenu{
	width:200px;
	flex-shrink: 0;
}
.starlight_sidemenu > *{
	cursor: pointer;
	padding: 2px;
}
.starlight_sectioncontainer{
	flex-grow: 1;
}
.starlight_selected{
	background-color: rgb(60,60,60);
}
/* style/themes/transparentblack/textarea.css */
.starlight_textarea{
	border-color: #BBB;
	color:#EEEEEE;
}

/* src/style/base.css */
html, body {
	margin: 0;
	padding: 0;
	width:100%;
}
html{
	font-family:arial;
	background-image:url("background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height:100%;
}
body{
	min-height:100%;
}
/* src/style/loginui/loginui.css */
.guildnet_loginform{
  width: 300px;
  max-width: 100%;
}
.guildnet_loginheader{
  height: 100px;
}
/* third parties */
.guildnet_login_tplabel{
  text-align: center;
  width: 300px;
}
.guildnet_login_tplist{
  text-align: center;
}
.guildnet_login_tp{
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  margin: 5px;
}
.guildnet_login_tp > .logo{
  display: block;
  height:50px;
  width:50px;
  margin:10px;
}

/* src/style/userlist.css */
.userlist_user, .admsesslist{
  display: flex;
  align-items: center;
}
.userlist_user > .starlight_contenttree, .admsesslist > .starlight_contenttree{
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.userlist_user .name, .admsesslist .date{
  flex-grow: 1;
  font-weight: bold;
}
.userlist_user .avatar{
  height:50px;
  width:50px;
  border-radius: 25px;
}
/**/
.admsesslist .count{
  text-align: center;
  width: 20%;
}
.admsesslist .time{
  padding: 5px 0;
  text-align: center;
  width: 30%;
}
/* src/style/toptab/toptab.css */
.guildnet_toptab.starlight_contenttext{
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  border-radius: 0 0 0 5px;
  font-weight: bold;
  z-index: 10000;
}
/* src/style/usermenu/usermenu.css */
.guildnet_usermenu{
  top: 25px;
  right: 0px;
  width: 300px;
  position: fixed;
  border-radius: 5px 0 0 5px;
  text-align: center;
  z-index: 10000;
}
.guildnet_usermenu > .starlight{
  padding: 10px 0;
}
.guildnet_usermenu > .starlight:not(:first-child){
  border-top: 1px solid #444444;
}
.guildnet_usermenuprofileavatar.starlight_contentimage{
  width:70px;
  height:70px;
  margin: 0 auto;
  background-size: cover;
  border-radius: 50%;
}
.guildnet_usermenuprofilename{
  font-weight: bold;
}
/* src/style/badgelist/badgelist.css */
.guildnet_badgelist{
  width:400px;
}
.guildnet_badgelistbadge > .starlight_inputlabel{
  width:200px;
  text-align: left;
}
/* src/style/userprofile/userprofile.css */
.guildnet_userprofile{
  width: 800px;
  max-width: 100%;
}
.guildnet_userprofile > .starlight_contenttree{
  display: flex;
}
.guildnet_userprofileleft{
  flex-basis: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  height: 300px;
}
.guildnet_userprofileleft > *{
  margin: 0 auto;
}
.guildnet_userprofileavatar{
  max-width: 90%;
  max-height: 200px;
  border: 1px solid #DDDDDD;
}
.guildnet_userprofilename{
  font-weight: bold;
}
.guildnet_userprofileright{
  flex-grow: 1;
}
.guildnet_userprofileright > *{
  margin: 5px;
  border: 1px solid #444444;
}
.guildnet_userprofilebadge > input.starlight_input{
  margin-left: 5px;
}
/* src/style/userprofile/sessionviewver.css */
.guildnet_sessionviewver{
  width:600px;
}
.guildnet_sessionviewvertoken{
  display: flex;
  align-items: center;
}
.guildnet_sessionviewverdevice > .starlight_contenttree{
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.guildnet_sessionviewversession:not(:first-child){
  border-top: 1px solid #444444;
}
.guildnet_sessionviewverdevice > .starlight_contenttree > .starlight_contenttree > .starlight,
.guildnet_sessionviewversession > .starlight_contenttree > .starlight{
  padding-top: 0;
  padding-bottom: 0;
}
.guildnet_sessionviewverbrowser{
  width: 35%;
}
.guildnet_sessionviewverid{
  width: 30%;
}
.guildnet_sessionviewverdate{
  width: 35%;
}
