@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap");
body {
    font-family: "Open Sans", Helvetica,Arial,sans-serif;
}

.overlay {
    background-image: url("../img/robot.svg");
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-position: 0% 40%;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	display: none;
	z-index: 1000 !important;
}

.spinner-border {
	top: 60% !important;
	position: absolute;
	width: 2rem;
	height: 2rem;
	color: #341C52 !important;
}

h2 {
	font-size: 1.7rem;
	text-align: left;
	width: 100%;
	background: #4F3C67;
	margin-bottom: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: white;
}

h4 {
	margin-top: 20px;
}

h5 {
	margin-bottom: 2rem;
	line-height: 1.7rem;
}

#main {
    margin-top: -10px;
}

/*
#synopsis-head, #headline {
    display: none;
}
*/

.row {
	margin-top: 10px;
}

.txt_input {
	min-height: 200px !important;
}

.txt_summary {
    font-family: "Lora", "Open Sans", "Arial";
    font-size: 1.1rem;
    line-height: 1.6rem;
    background-color: #fff;
    color: #000;
    padding: 1em;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

#result {
    background-color: #341C52;
    padding-left: 3em;
    color: #fff;
}

#reference-list {
    margin-bottom: 2rem;
}

#detail_level, #structured_summary {
	margin-top: 7px !important;
}

#structured_summary {
    width: 40px;
}

#structured_summary_label {
    display: block;
}

#btn-review, #btn-synopsis {
    background: #4F3C67;
}

details > summary {
  display: inline;
  cursor: pointer;
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none!important;
}
details > summary::marker {
  display: none!important;
}

blockquote {
	margin-top: 1.5em;
    margin-left: 0vw;
    margin-right: 1vw;
    line-height: 1.3em;
    border-left: none;
}
.quotation{
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.standfirst {
    font-style: italic;
}

a {
    color: #3D7FFF;
}

a:hover {
    color: #40a5dff;
}

.footer a {
   color: #fff!important;
}

a.abbreviation {
    cursor: pointer;
    border-bottom: 1px dotted;
}