.left-back {
  /*width: 70%;*/ /* Set a width if you like */
  float: left;
  border: 1px solid #ccc;
  /*height: 300px;*/
}
.vertical-menu {
  background-color: #223d3c;
  float: left;
  padding-top: 10%;
  /*padding-bottom: 5%;*/
  height: 628px;
  width: 43%;
}
.vertical-menu ul {
  list-style-type: none;
}
.vertical-menu ul li a {
  font-family: Verdana;
  color: white; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 30px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
  text-align: center;
}
.down-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: slategrey;
}
button.back{
  height: 20px;
  width: 150px;
}
.right-explain {
  font-family: Verdana;
  background-color: #223d3c;
  float: left;
  padding-top: 5%;
  padding-bottom: 19.5%;
  width: 43%;
  color: antiquewhite;
}
.about-us{
  padding-bottom: 33.3%;
}
.services-info{
  padding-bottom: 27.5%;
}
.new-customer-leads{
  padding-bottom: 28%;
}
.legal-notes{
  padding-bottom: 30.5%;
}
.right-explain p {
  color: antiquewhite;
  padding-left: 3%;
  font-size: 14px;
}
.right-explain h3 {
  color: slategrey;
  padding-left: 1%;
}
.right-explain h4 {
  color: darkgrey;
  padding-left: 2%;
}
.right-explain a {
  color: white; /* Black text color */
}

h3.service-info {
  padding-left: 30% ;
}

.accordion {
  background-color: #223d3c;
  color: slategrey;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  padding-left: 35%;
}

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

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

.panel h5 {
  color: aliceblue;
  font-size: 15px;
}

.panel p {
  font-size: 13px;
}

a.privacy-notes {
  color: #1ba4dd;
  padding-left: 5px;
}

a.privacy-notes:hover {
  color: blueviolet;
}

form.leads {
  height: 200px;
  width: 400px;
  margin-right: 50px;
  padding-left: 18%;
}

fieldset.leads {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
}

div.row {
  display: block;
  width: 100%;
}

div.row input {
  margin-left: 5px;
}
/*div.row input:first-child {
  margin-left: 0;
}*/

input[type=text],
input[type=email] {
  font-family: Verdana;
  background: #E8E8E8;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  /*padding: 0;*/
  margin-bottom: 5px;
  padding: 6px 12px;
}

textarea {
  font-family: Verdana;
  resize: none;
  font-size: 12px;
  background: #E8E8E8;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  margin-left: 5px;
  padding: 6px 12px;
  margin-bottom: 5px;
}

input[type=submit] {
  font-family: Verdana;
  background: #1ba4dd;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  width: 100%;
  padding: 8px 0;
}

input[type=submit]:hover {
  background: #00bfff;
}

/*ul.footermenu {
  list-style-type:none;
}
ul.footermenu li {
  float:left;
  margin-left:5px;
  margin-right:5px;
  text-transform:uppercase;
  line-height:2.5;
}
ul.footermenu li a {
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
.footermenu li:before {
  content:'|';
  color:#777;
  display:inline-block;
  margin-right:7px;
}
.footermenu li:nth-child(1):before {
  display:none;
}*/
.menu_separator {
  height:2px;
  border-width:0;
  color: red;
  background-color:dimgrey;
  width: 60%;
}

.error, .alert, .notice, .success, .info { padding:0.8em;margin-bottom:1em;border:2px solid #ddd; }
.success { background:#e6efc2;color:#264409;border-color:#c6d880; }

p.customer_leads{
  color: red;
  font-size: 8px;
  padding-left: 19%;
}

p.logged_in {
  color: red;
  font-size: 12px;
  text-align: right;
}

.styled-table {
    border-collapse: collapse;
    /*margin: 25px 0;*/
    margin: 0 auto;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/*nav.pagy {
  text-align: center;
}*/

div.leads {
  /*width: 75%;*/
}

/*footer*/
div.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: beige;
  color: black;
  text-align: center;
}
/* Format the links in the footer */
div.footer a {
  color: darkgoldenrod; /* add a contrasting color to make the links visible */
  text-decoration: none; !important /* remove underlines */
  padding: 0.5em; /* add padding to create space around the links */
}
/* Apply hover effect to the links in the footer */
div.footer a:hover {
  background-color: grey; /* change the background color when hovering */
  color: yellow; /* change the text color when hovering */
}
/*
body.customer_leads {
  background-image: url('/main_images/eukairos_right.png');
  background-size: cover;
  height: 100vh;
  margin: 0;
}*/

/*.blurred_content {*/
  /* Instead of blurring the body, blur the container
  backdrop-filter: blur(10px); /* Webkit browsers */
  /*-webkit-backdrop-filter: blur(10px); /* For Safari */
  /*background-color: rgba(255, 255, 255, 0.15); /* Semi-transparent white */
  /*padding: 20px;*/
  /*color: #333;*/
  /*border-radius: 10px;*/
  /*margin: 100px auto;*/
  /*width: 70%;*/
/*}*/


/*.pagy {
  --B: 1;
  --H: 0;
  --S: 0;
  --L: 50;
  --A: 1;
  --spacing: 0.125rem;
  --padding: 0.75rem;
  --rounding: 1.75rem;
  --border-width: 0rem;
  --font-size: 0.875rem;
  --font-weight: 600;
  --line-height: 1.75;
}*/
