/**
 * Default CSS file for: nibblespot
 * Fallback values: Light (default theme)
 */
body {
    font: 300 normal 14px/1.25em monospace;
    font-family: IBM Plex Mono,monospace;
    color: var(--main-text-color, #D5D8D7);
    background: var(--main-bg-color, #171717);
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 430px;
}

small {
  font-size: .870em;
}

a:link, a:visited {
    color: var(--links-color, #D5D8D7);
    text-decoration: none;
}

a:hover, a:active { 
    text-decoration: underline dashed !important;
}

a, b, strong { font-weight: 600; }

img { max-width: 100%; height: auto; }

header, footer, manpage {
    max-width: 40em;
    margin-left: 0%;
    margin-right: auto;
    padding: 0 0.5em;
}

nav {
    max-width: 60em;
    margin: 0 0.5rem 1rem 0.5rem;
    text-decoration: none;
    font-size: 16px;
}

main, name {
    max-width: 60em;
    margin: 0 0.5rem 1rem 0.5rem;
    padding: 0.2rem 0rem;
    text-decoration: none;
    font-size: 12px;
}

code {
    font-style: italic;
    max-width: 60em;
    margin-left: 10%;
    margin-right: auto;
    padding: 0 0.5em;
}

.textarea {
  width: 400px;
  height: 500px;
  border: 1px dashed #d9534f;
  background: var(--main-bg-color, #171717);
  color: var(--main-text-color, #D5D8D7);
}

.form-control {
  display: block;
  width: 95%;
  border: 1px dashed #d9534f;
  background: var(--main-bg-color, #171717);
  color: var(--main-text-color, #D5D8D7);
  padding: 1px 12px;
}

.redframe {
  margin: 3em 0;
  padding: 1em;
  border: 1px dashed #d9534f;
  color: #d9534f;
}

.button {
  padding: 4px 30px;
  text-align: center;
  display: inline-block;
  font-size: 9px;
  cursor: pointer;
  color: #D5D8D7;
  background: #171717;
  border: 1px dashed #d9534f;
}

form {
	margin: 1em 0;
	position: relative;
}

form input[type="search"] {
	background-color: #171717;
	border: 1px dashed #d9534f;
	box-sizing: border-box;
	font: inherit;
	width: 100%;
	color: #D5D8D7;
	transition: all 0.2s;
}	

form label {
	color: var(--yellow);
	position: absolute;
	transition: all 0.4s;
}

form:focus-within input::placeholder {
	opacity: 0;
}

pre {
	box-sizing: border-box;
	font: inherit;
	width: 100%;
	color: #d9534f;
	transition: all 0.2s;
}	

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 5px 0 5px 0;	
	width: 400px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 330px;
	color: #777; 
	height: 20px;
	padding: 2px;	
  color: #D5D8D7;
	vertical-align: top;
  background-color: #171717;
	border: 1px dashed #d9534f;
}
.searchform input.button { 
	width: 55px;
	height: 26px;
	padding: 2px 5px;
	vertical-align: top;
}

input.button { 
	font: 12px IBM Plex Mono,monospace; 
	margin: 0;
	color: #D5D8D7;
	background: #171717; 
	border: 1px dashed #d9534f;
}

#date {
  font-size: 12px;
  color: #d9534f;
  margin-left: 11px;
}

.fa-icon {
  color: #d9534f;
  filter: brightness(0) invert(1);
}

.panel-body {
  position: relative;
  aspect-ratio: 3;
}

td.file-icon {
  width: 60px;
}
h1 .fa-icon {
  height: 50px;
  width: 50px;
  vertical-align: middle;
}
.btn .fa-icon.fa-fw {
  width: 25px;
}
.btn .fa-icon {
  vertical-align: middle;
}
.pull-right.btn-group.upload-success-btns {
  position: relative;
  aspect-ratio: 11;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 3px;
}
.hidden-xs {

}
.btn-new-session, .btn-admin-refresh {

}

.btn.btn-sm.btn-info.btn-new-session {
  padding: 10px 15px;
  line-height: 2.0;
  margin-bottom: 5px;
}

#uploadBtn {
  padding: 4px 30px;
  text-align: center;
  display: inline-block;
  font-size: 9px;
  cursor: pointer;
  color: #D5D8D7;
  background: #171717;
  border: 1px dashed #d9534f;
}
.pull-right.btn-group {
  position: relative;
  aspect-ratio: 11;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 3px;
}

.close {
  padding: 4px 30px;
  text-align: center;
  display: inline-block;
  font-size: 9px;
  cursor: pointer;
  color: #D5D8D7;
  background: #171717;
  border: 1px dashed #d9534f;
}

.pull-right.btn-group {
  float: right !important;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background: #171717;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #D5D8D7;
}

.panel {
  margin-bottom: 20px;
  background-color: #171717;
  border: 1px dashed #d9534f;
    border-top-color: rgb(217, 83, 79);
    border-right-color: rgb(217, 83, 79);
    border-bottom-color: rgb(217, 83, 79);
    border-left-color: rgb(217, 83, 79);
  border-top-color: #d9534f;
  border-right-color: #d9534f;
  border-bottom-color: #d9534f;
  border-left-color: #d9534f;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #171717;
  border: 1px dashed #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.btn .fa-icon.fa-fw {
  width: 25px;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #171717;
  border-color: #D5D8D7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #171717;
  border-color: #d9534f;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px dashed #d9534f;
    border-bottom-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.form-group {
  margin-bottom: 15px;
}


.paste-content {
  border: 1px dashed #d9534f;
}