

body {
	margin: 0px;
	background-image:url('../../images/background.png'); 
	background-repeat:repeat-x;
}

.title_content {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.title_text {
	padding-left: 5px;
	font-family: Calibri;
	font-size: 18px;
}

.wrapper {
	width: 70%;
	margin: auto;
	font-family: Calibri;
}

.page_content{
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
	padding: 40px;
}

.page_title{
	text-align:center;
	font-size:24px;
}

.page_text{
	font-size:16px;
	text-align:justify;
}


.reference{
	font-size:11px
}

.buttons{
	text-align:center
}

.containercolumn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	padding: 5px;
	box-sizing: border-box;
	font-family: Calibri;
}
		
.column {
	flex: 1;
	padding: 20px;
	box-sizing: border-box;
}


#abstracttext {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid gray;
	resize: none;
}
		
.leftcolumn {
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 10px;
	text-align: justify;
	height: 500px;
}

::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


.table-container {
  display: flex;
  margin-left:-5px;
  margin-right:-5px;
}

.peerfeedbacktables {
  flex: 50%;
  padding: 5px;
}


.table .c1{
	background-color:#FFFBEB;
}


.table .c2{
	background-color:#E3DFFD;
}

.table .c3{
	background-color:#ECF9FF;
}

.table .peerwritingf{
	padding-left:15px;
	padding-right:15px;
	font-family:Arial narrow;
	line-height:1.2;
}


.table .peerwritingr{
	padding-left:25px;
	padding-right:25px;
}


#taskinfo{
	background-color:#FFE7CC;
	text-align:center;
	margin:0px 20px 0px 20px;
	padding:10px;
	border: 1px solid gray;
	box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
}

#caution{
	padding: 0.5rem;
	border-radius: 0.8rem;
	box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
	border: 1px solid gray;	
	background-color:#FFE7CC;

}

#taskinfo2{
	text-align:center;
	background-color:#FFE7CC;
	padding:10px;
	border: 1px solid gray;
	box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
}

#saving{
	text-align:center;
	background-color:#F2F2F2;
}

.feedbackcontainer{
	display: flex;
}

.table .ftextbox1{
	flex: 1;
    margin-right: 5px;
	font-size:14px;
	line-height: 1;
}

.table .ftextbox2{
	flex: 1;
	font-size:14px;
	line-height: 1;
}

.table .criterion{	
	background-color:#F2F2F2; 
	font-weight:bold;
}

#footer{
	font-size:0.90em; 
	text-align:center;
	background-color:#000640;
	color:white;
	padding:10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	-webkit-box-shadow:0px 1px 1px gray;
	-moz-box-shadow:0px 1px 1px gray;
	box-shadow:0px 1px 1px gray;
}

input[type="range"] {
			width: 100%;
}

.slider-container {
	display: flex;
	align-items: center;
	position: relative;
	margin-top:30px;
}

.se_understanding_confidence-value{
	position: absolute;
	margin-top: -50px;
	font-weight: bold;
	color: white;
	background-color: black;
	padding: 3px 5px;
	border-radius: 5px;
	pointer-events: none;
}

.se_writing_confidence-value{
	position: absolute;
	margin-top: -50px;
	font-weight: bold;
	color: white;
	background-color: black;
	padding: 3px 5px;
	border-radius: 5px;
	pointer-events: none;
}

.slider-min,
.slider-max {
	position: absolute;
	bottom: -20px;
	color: black;
}

.slider-min {
	left: 0;
}
		
.slider-max {
	right: 0;
}

.btn-secondary
{
	margin-right:10px;
}

.infocolumn1{
	padding-left:15px;
	padding-right:25px;
	padding-bottom: 5px;
	width:50%;
	vertical-align:top;
}

.infocolumn2{
	padding-left:40px;
	padding-bottom:10px;
	width:50%;
	vertical-align:top;
}

.infocolumntitle1{
	padding-left:0px;
	width:50%;
}

.infocolumntitle2{
	padding-left:25px;
	width:50%
}

.infocolumntitle1 p{
	background: aliceblue;
	padding: 0.5rem;
	border-radius: 0.8rem;
	box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
	border: 1px solid gray;	
	margin-right:20px;
}

 .infocolumntitle2 p{
	background: aliceblue;
	padding: 0.5rem;
	border-radius: 0.8rem;
	box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
	border: 1px solid gray;	
}



.table .feedbackcol1{
	width:50%;
	background-color:#FFFBEB;
}

.table .feedbackcol2{
	width:50%;
	background-color:#E3DFFD;
}

.my-list {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: aliceblue;
	padding: 0.5rem;
	border-radius: 1rem;
	width: 50%;
	box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
	margin-top: 1rem;
	border: 1px solid gray;
}

.my-list::before {
	counter-increment: list-item;
	content: counter(list-item);
	font-size: 1.2rem;
	font-weight: 700;
	width: 1.5em;
	height: 1.5em;
	background: black;
	flex: 0 0 auto;
	border-radius: 50%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

#info-icon {
  position: relative;
  display: inline-block;
}

#info-icon svg {
  cursor: pointer;
}

#info-window {
  position: absolute;
  top: 25px;
  left: -100px;
  width: 200px;
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid gray;
  box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
  visibility: hidden;
  opacity: 0;
  font-weight: normal;
  font-size: small;
  line-height:1.2;
  z-index: 1;
}

#info-icon:hover #info-window {
  visibility: visible;
  opacity: 1;
}

    .accordion {
      background-color: #ECF9FF;
	  font-weight:bold;
      cursor: pointer;
      padding: 10px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      transition: 0.4s;
    }

    .active,
    .accordion:hover {
      background-color: #ddd;
    }

    .accordion::after {
      content: '\002B';
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }

    .active::after {
      content: '\2212';
    }

    .panel {
      padding: 0 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
    }


