/* DATEPICKER*/
.bootstrap-datetimepicker-widget tbody tr td:last-child {
  text-align: center;
}

.logo-logo {
  height: 57px;
}

.logo-icon {
  height: 30px;
}

/* TOP */
.top-90 {
  top: 90px;
}

/* COLOR */

.color-block {
  color: black;
}

/* ADMIN CONTENT */

.content {
  color: black;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: black;
}

.content h1 {
  font-size: 2.5rem;
}
.content h2 {
  font-size: 2rem;
}
.content h3 {
  font-size: 1.75rem;
}
.content h4 {
  font-size: 1.5rem;
}
.content h5 {
  font-size: 1.25rem;
}
.content h6 {
  font-size: 1rem;
}

.content a {
  color: #4680ff;
}

.content p {
  color: black;
}

.content ul,
.content ol {
  padding-left: 40px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.content li {
  list-style: unset;
}

.content ol {
  counter-reset: item;
}

.content ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.content ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.content .alignright {
  float: right;
  padding: 0px 0px 20px 20px;
}

.content .alignleft {
  float: left;
  padding: 0px 20px 20px 0px;
}
