* {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #F1EEDB;
	font-family: Arial, sans-serif;

}

main {

	padding-left: 225px;
	padding-right: 100px;
}

h1 {
	margin: 30px 0;
	color: #584d5e; 
	font-family: Lato, Arial, sans-serif;
	text-align: center;
}

h2 {
	margin: 20px 0;
	color: #584d5e; 
	font-family: Lato, Arial, sans-serif;
	text-align: center;
	border-bottom: 1.5px solid #584d5e;
	padding-bottom: 10px;
}

h3 {
	margin: 20px 0;
	color: #584d5e;
	font-family: Lato, Arial, sans-serif;
	text-align: center;
	text-align: left;
}

.entry-title {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.entry-title h3 span {
 	background-color: #C2B0D4;
	padding: 10px 20px;
	margin-right: 15px;
	border: none;
	border-radius: 6px;
}

p {
	margin: 10px 0;
	color: #220730;
}

p.detail_info {
	min-height: 35px;
}

.detail-box {
	background-color: #ece8ceff;
	padding: 0px 15px;
	margin-bottom: 20px;
	padding-top: 0.1px;
	margin-right: 60px;
	border: none;
	border-radius: 6px;
}

.styled-link {
	display: inline;
	font-style: italic;
	background-color: #C2B0D4;
	width:auto;
	color: black;
	padding: 10.8px;
	border: none;
	border-radius: 4px;
	float: right;
}

label.filter-box {
  background-color: #C2B0D4;
  width:auto;
  color: black;
  padding: 10px;
  margin-right: 0px;
  border: 1px solid #C2B0D4;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  float: left;
  line-height: 1;
  display: inline-block;

}

label.options-box {
  background-color: #C2B0D4;
  width:150px;
  color: black;
  padding: 10px;
  margin-right: 0px;
  border: 1px solid #C2B0D4;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  float: left;
  line-height: 1;
  display: inline-block;

}

select.select-options-box{
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}

input {
  width: 30%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  background-color: #F9F8F0;
  margin-bottom: 10px;
}

input.filter-box {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

input.filter-options-box {
  width: 300px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

p.detail_info input {
  width: 90%;
}

input.file-upload {
  background-color: #C2B0D4;
  width:auto;
  color: white;
  font-weight: bold;
  padding: 0px 0px;
  padding-right: 20px;
  margin-right: 15px;
  border: none;
  border-radius: 4px;
  float: left;
}

input.file-upload::file-selector-button {
	padding: 10px;
	padding-left: 20px;
	background-color: #461D7C;
	color: white;
	font-weight: bold;
	border:none;
}

input.times-counter {
  background-color: #F9F8F0;
  color: #584d5e;
  font-weight: bold;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

input.check-box {
	width: auto;
	margin: 0 6px 0 0;
	vertical-align: middle;
}

.checkbox-wrapper {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 10px 14px;
	display: inline-block;
	line-height: 1;
}

button {
  background-color: #461D7C;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  margin-right: 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

.vertical-seperator {
	color: #C2B0D4;
	font-size: xxx-large;
        text-align: center;
	padding: 20px;
}

input.button {
  background-color: #461D7C;
  width: 150px;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  margin-right: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

select {
  width: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #F9F8F0;
  margin-bottom: 10px;
}


.display_label img {
	border: 2px solid #555;
}

.row {
	display: flex;
}

.column {
	flex: 50%;
}

.column .child-row {
	display:flex;
	padding: 4px;
}

.table-options {
	margin-left: 30px;
}

.table-options select {
	margin-bottom: 20px;
	width: 150px;
}


ol li {
	margin: 10px 40px;
	color: #220730;
}

.wrapper .sidebar {

	background: #F1EEDB;
	position: fixed;
	top: 0;
	left: 0;
	width: 205px;
	height: 100%;
	padding: 20px 0;
	

}

.h2_sidebar {
	margin: 20px 26px;
	color: #584d5e; 
	font-family: Lato, Arial, sans-serif;
	text-align: left;
}

.wrapper .sidebar .ac_logo img{
	position: absolute;
	display: block;
	height: 80px;
	margin: 15px;
	bottom: 0px;
	left: 15px;

}

.wrapper .sidebar .sg_logo img{
	position: absolute;
	display: block;
	height: 80px;
	bottom: 120px;
	left: 15px;
}

.wrapper .sidebar ul li {
	display: block;
	padding: 13px 30px;
	border-bottom: 1 px solid #A39AAC;
	color: #3C1053; 
	font-size: 20px;
	position: relative;
	font-family: Lato, Arial, sans-serif;
	font-weight: 500;
}

.wrapper .sidebar ul li a{
	color: #3C1053; 
}

.wrapper .sidebar ul li ul li {
        padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
}

.wrapper .sidebar ul li.hover-line:hover,
.wrapper .sidebar ul li.hover-line:active{
	color: #461D7C;
	background: #F1EEDB;
	border-right: 2px solid #3C1053;
}

.link_button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

fade {
	  margin-top: -65px;
    bottom: 0px;
    display: block;
	  position: relative;
    width: 100%;
    height: 50px;

    background-image: linear-gradient(to bottom,
        rgba(241, 238, 219, 0),
        rgba(241, 238, 219, 0.9)
    100%);
}

.upload-status {
	padding: 10px 15px;
	border-radius: 4px;
	margin: 10px 0;
	font-weight: bold;
	clear: both;
}

.upload-status-success {
	background-color: #d4edda;
	color: #155724;
}

.upload-status-error {
	background-color: #f8d7da;
	color: #721c24;
}

.htmx-indicator {
	display: none;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
	display: inline;
}

.upload-indicator {
	font-weight: bold;
	color: #461D7C;
	margin-left: 10px;
}
