body {
  font-family: "Open Sans", sans-serif;
 }

main {
    margin-bottom: 30px;
}

a {
  color: #ffc107;
  text-decoration: underline;
}

a:hover {
  color: #ffcd39;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}


body {
  /*font-size: .875rem;*/
}

.title {
	font-weight: 800;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
/*  position: fixed;*/
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
/*	padding: 48px 0 0; */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
/*	height: 100%;*/
	min-height: 100vh;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 0;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 600;
  color: #fff;
padding: .25rem .25rem;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #fff;
}

.sidebar .nav-link.active {
  color: #ffcd39;
}
.sidebar .nav-link.active:hover {
  color: #ffcd39;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  color: #ffcd39;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
section {
    padding: 60px 0;
    overflow: hidden;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Icon pulse */
.fa-pulse {
	display: inline-block;
	-moz-animation: pulse 2s infinite linear;
	-o-animation: pulse 2s infinite linear;
	-webkit-animation: pulse 2s infinite linear;
	animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-ms-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

.fa-bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce .51s infinite ease;
    -o-animation: bounce 1s infinite ease;
    -webkit-animation: bounce 1s infinite ease;
    animation: bounce 1s infinite ease;
}

@-webkit-keyframes bounce {
    0% { left: 0; }
    50% { left: 0.2em; }
    70% { left: 0.2em; }
    100% { left: 0; }
}
@-moz-keyframes bounce {
    0% { left: 0; }
    50% { left: 0.2em; }
    70% { left: 0.2em; }
    100% { left: 0; }
}
@-o-keyframes bounce {
    0% { left: 0; }
    50% { left: 0.2em; }
    70% { left: 0.2em; }
    100% { left: 0; }
}
@-ms-keyframes bounce {
    0% { left: 0; }
    50% { left: 0.2em; }
    70% { left: 0.2em; }
    100% { left: 0; }
}
@keyframes bounce {
    0% { left: 0; }
    50% { left: 0.2em; }
    70% { left: 0.2em; }
    100% { left: 0; }
}

.hover-bg-secondary:hover {
	background-color:#2a2e33;
}
label.form-label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}
img {
	max-width: 100%;
}
input, textarea, select {
    background-color: rgba(217, 224, 230, 0.15)!important;
    color: #fff!important;
    border-color: #999!important;
}
select option {
    color: #000;
}
.btn-group-special>.btn-group-special:not(:last-child)>.btn, .btn-group-special>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
}
.btn-group-special>.btn-group-special:not(:first-child)>.btn, .btn-group-special>.btn:nth-child(n+3), .btn-group-special>:not(.btn-check)+.btn {
    border-bottom-right-radius: 0;
}
.btn-group-special .btn {
    border-bottom: 0;
}
form .btn {
	font-weight: bold;
	text-transform: uppercase;
}

.form-switch .form-check-input:checked {
    background-color: #198754!important;
}
.loading {
	visibility: hidden;
}
.helptext {
	font-size: 0.8em;
}
.post_youtube_warning {
    padding: 5px;
    font-weight: bold;
}
/* COLUMNS */
@media (min-width: 768px) {
	.columns{
		column-count: 3;
		column-gap: 40px;
	}
	.two_columns{
		column-count: 2;
		column-gap: 40px;
	}
}