/* Global styles */
body {
  color: #616161;
  font-weight: lighter;
  line-height: 1.5em;
  font-family: sans-serif;
  background-color: #EEF0EF;
}

a {
  text-decoration: none;
  color: #616161;
}

a:hover {
  text-decoration: none;
  color: #616161;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-page {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.main-page-block {
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-center {
  text-align: center;
}

/* Buttons */

.long-btn {
  width: 100%;
  min-width: 100% !important;
  max-width: 100% !important;
}

.dark-btn {
  min-width: 150px;
  max-width: 200px;
  border: none;
  padding: 10px 20px;
  font-weight: normal;
  border-radius: 10px;
  background-color: #40584E;
  color: white;
  text-align: center;
}


.grey-btn
{
  border: none;
  padding: 10px 20px;
  font-weight: normal;
  border-radius: 10px;
  background-color: #eef0ef;
  color: white;
  text-align: center;
}

.dark-btn:hover {
  background-color: #40584E;
  color: white;
}

.light-btn {  
  min-width: 150px;
  max-width: 200px;
  border: none;
  padding: 10px 20px;
  font-weight: normal;
  border-radius: 10px;
  background-color: white;
  color: #40584E;
  border: 1px solid #40584E;
  text-align: center;
}

.light-btn:hover {
  color: #40584E;
  border: 1px solid #40584E;
  text-decoration: none;
}

.light-tiny-btn {  
  font-size: 12px;
  border: none;
  padding: 5px 10px;
  font-weight: normal;
  border-radius: 10px;
  background-color: white;
  color: #40584E;
  border: 1px solid #40584E;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.explanations {
  font-size: 14px;
}

.light-tiny-btn:hover {
  color: #40584E;
  border: 1px solid #40584E;
  text-decoration: none;
}

.button-container {
  display: inline;
  text-align: center;
  margin-top: 1rem;
}

.left-button {
  margin-right: 0.5%;
  width: 49% !important;
}

.right-button {
  width: 49% !important;
  display: inline-block;
  cursor: pointer;
}

.right-button a {
  color: white;
}

.right-button a:hover {
  text-decoration: none;
}

/* Style the email and password labels */
.form-label-small {
  font-size: 14px;
  color: #7f8c8d;
}

/* Style the email and password labels */
.form-label-input {
  font-weight: lighter;
  color: #7f8c8d;
}

select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="color"],
input[type="email"],
textarea {
  color: #616161;
  font-weight: lighter;
  line-height: 1.2em;
  font-family: sans-serif;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
}

#chatbot_intro,
#project_description,
#contact_details {
  height: 100px;
}

#knowledge_base {
  height: 250px;
}

h1 {
  font-size: 36px;
  margin: 20px 0 10px 0;
  font-weight: lighter;
}

.central-block {
  transform: translate(-50%, -50%); position: absolute;
  top: 50%;
  left: 50%;
}

.main-title {
  font-size: 70px !important;
  text-align: center;
}

h2 {
  font-size: 20px;
  margin: 25px 0 20px 0px;
  font-weight: normal;
}

p {
  font-size: 16px;
}

/* Navigation */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: white;
}

.navbar-nav {
  margin-left: auto;
}

.nav-login-btn {
  color: #fff;
}

.nav-item {
  margin-left: 20px;
}


.highlighted-links {
  color: #40584E;
}

.highlighted-links:hover {
  color: #40584E;
}

/* Toggle styling */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #40584E;
  border-color: #40584E;
}
