body {
  color: #506784;
  background-color: #ffffff;
  /* background:
    linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ); */
  margin: 0px;
  font-family: system-ui;
}

.tab-content {
  height: 100vh;
}

#dashboard-list img {
  object-fit: cover;
  height    : 15rem;
  transition: transform 0.2s;
}

#dashboard-list img:hover {
  transform: scale(1.1);
}

.dashboard-card:hover {
  background-color: #ad5ca6;
}

._dash-loading {
  text-align: center;
  margin-top: 50px;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 41%;
  padding: 10px;
  /* height: 300px;  */
  /* Should be removed. Only for demonstration */
}
/* Create two equal columns2 that floats next to each other */
.column2 {
  float: left;
  width: 59%;
  padding: 10px;
  /* height: 300px;  */
  /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.rows:after {
  content: "";
  display: table;
  clear: both;
}
.rows{
  height: 100vmin;
  /* margin-top: -1.4rem; */
  /* margin-bottom: -1.2rem; */
  margin-left: -2rem;
}

.rounded {
  border-radius: 0.25rem!important;
}

/* .nav nav-tabs{
  margin-top: -7rem;
  margin-left: 15rem;
  background-color: #c3a9c0;
} */
.nav-tabs {
  margin-top: -6.6rem;
  margin-left: 15rem;
  margin-bottom: 1rem;
  border-bottom: #c3a9c0;
}
.nav-tabs .nav-link.active {
  color: #ad5ca6;
  background-color: #c3a9c0;
  border: 0;
  width: 7rem;
}
.nav-tabs .nav-link {
  width: 7rem;
  text-align: center;
  color: #212529;
  border: 0;
  /* border: 0px solid #c3a9c0; */
}
.row{
  width: 100%;
}
/* Header */
.header {
  height: 60px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.1);
  -moz-box-shadow:    0px 5px 5px 0px rgba(100, 100, 100, 0.1);
  box-shadow:         0px 5px 5px 0px rgba(100, 100, 100, 0.1);
  margin-bottom: 50px;
  background-color: white;
}

.header .links {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgb(81, 104, 131);
  font-size: 16px;
  vertical-align: middle;
}

.header .links .link {
  margin-left: 20px;
  line-height: 60px;
  display: inline-block;
  color: #506784;
  cursor: pointer;
  background-color: white;
  text-decoration: none;
}

.header .links .link:hover {
  color: #0D67BF;
  text-decoration: none;
}

.header .links .link.active {
  border-bottom: #119DFF 2px solid;
  color: #2A3F5F;
  height: 59px;
}

.header .links .link:hover {
  border-bottom: #119DFF 2px solid;
  color: #2A3F5F;
  height: 59px;
}


.header .logo {
  height: 95%;
}

.header .logo-link {
  background-color: white;
}
.start-100 {
    left: 43rem!important;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5em;
  margin-bottom: 0.125rem;
}

input.login-form {
  background-color : #c3a9c0;
  border-color : #212529;
  font-size : 0.9rem;
}

input.login-form:-webkit-autofill,
input.login-form:-webkit-autofill:hover, 
input.login-form:-webkit-autofill:focus, 
input.login-form:-webkit-autofill:active {
  border-color : #212529;
  -webkit-box-shadow: 0 0 0 30px #c3a9c0 inset !important;
}
/* Example Container */

/* .example-container {
  border: thin lightgrey solid;
  padding: 15px;
  overflow-x: scroll;
} */

/* Fonts */
/* h1, h2, h3, h4, h5, h6 {
  font-family: Dosis, 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2A3F5F;
}

.example-container h1,
.example-container h2,
.example-container h3,
.example-container h4,
.example-container h5,
.example-container h6 {
  font-weight: 300;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(50, 50, 50);
}

.gallery .image-link {
  background-color: white;
}

.gallery img {
  width: 100%;
  border: thin lightgrey solid;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.toc ul li a {
  background-color: white;
  color: #506784;
  font-family: Dosis, 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.toc ul li {
  font-size: 26px;
  color: #506784;
}

.toc ul ul li {
  font-size: 18px;
  color: #506784;
  display: none;
}

.toc ul ul ul li {
  font-size: 14px;
  color: #506784;
  font-weight: 200;
} */

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.content a {
  /* color: #506784; */
  /* background-color: rgb(245, 245, 245); */
  /* text-decoration: underline; */
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 1px;
}

.content a:hover {
  color: #0D67BF;
  /* text-decoration: underline; */
}

.content a > img:hover {
  border: thin #119DFF solid;
  cursor: pointer;
}


.content p > code,
.content li > code{
    background-color: rgb(243, 246, 251);
    border: 0.5px rgb(224, 232, 242) solid;
    border-radius: 4px;
    font-size: 1.8rem;
    padding-left: 3px;
    padding-right: 3px;
}

.toc li {
  list-style: none;
}

.content-container {
  background-color: white;
  border-radius: 5px;
  font-size: 1.7rem;
  box-shadow: rgb(240, 240, 240) 5px 5px 5px 0px;
  border: thin solid rgb(240, 240, 240);
  margin-bottom: 100px;
}

@media (min-width: 0px) {
  .content {
     /* margin-left: 20px;
     margin-right: 20px;
     margin-top: 20px; */
     /* margin-bottom: 40px; */
  }

  .container-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .toc-chapters {
    column-count: 1;
  }

  .header .links {
    display: none;
  }
}

._dash-undo-redo {
  display: none;
}

@media (min-width: 450px) {
  .header .links {
    display: block;
  }
}

@media (min-width: 750px) {
  .content {
     /* margin-left: 60px;
     margin-right: 60px; */
     /* margin-top: 20px; */
     /* margin-bottom: 40px; */
  }

  .container-width {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .toc-chapters {
    column-count: 2;
  }
}

@media (min-width: 900px) {
   .container-width {
     width: 100%;
     max-width: 94%;
  }
}
