body,
html {
  font-family: "Nunito", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background: #f8f8f8;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .container {
    max-width: 768px;
  }
}

/* your styles go here */

.underline {
  border-bottom: 2px solid;
  border-bottom-color: rgb(var(--bs-primary-rgb));
}

.form-group {
  margin-bottom: 1rem;
}

.btn-block {
  width: 100%;
}

.alert .close {
  border: navajowhite;
  background: inherit;
  color: inherit;
}

.left-sidebar {
  width: 200px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.content {
  display: inline-block;
  width: calc(100% - 260px);
}

.toast-success {
  background-color: rgb(var(--bs-success-rgb));
}

.toast-error {
  background-color: rgb(var(--bs-danger-rgb));
}

.thumb {
  width: auto;
  height: 43px;
  margin-right: 10px;
  border-radius: 4px;
}

.thumb-big {
  width: 250px;
  height: 150px;
  margin-right: 10px;
  border-radius: 4px;
  object-fit: cover;
}

.blog-thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.logo-font {
  font-family: "Russo One", sans-serif;
}

.sharebb {
  margin: 0 auto;
  display: block
}

.sharebb p {
  font-size: 20px;
  margin: 0 0 10px;
  text-align: center!important;
  font-weight: bold
}

.share-button {
  display: inline-block;
  margin: 5px;
  padding: 8px 14px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  background: #fff;
  font-weight: 700
}

.share-button.facebook {
  color: #3b5997;
  border: 2px solid rgba(59,89,151,.2)
}

.share-button.facebook:hover {
  color: #fff;
  background: #3b5997
}

.share-button.twitter {
  color: #1d6bf2;
  border: 2px solid rgba(29,161,242,.2)
}

.share-button.twitter:hover {
  color: #fff;
  background: #1da1f2
}

.share-button.whatsapp {
  color: #228916;
  border: 2px solid rgba(37,211,102,.2)
}

.share-button.whatsapp:hover {
  color: #fff;
  background: #25d366
}

.share-button.reddit {
  color: #e90000;
  border: 2px solid rgba(255,69,0,.2)
}

.share-button.reddit:hover {
  color: #fff;
  background: #ff4500
}

.share-button.pinterest {
  color: #e60023;
  border: 2px solid rgba(230,0,35,.2)
}

.share-button.pinterest:hover {
  color: #fff;
  background: #e60023
}

.share-button.more {
  background: #dc3545;
  border: 2px solid #dc3545;
}

a {
  color: #dc3545;
  font-weight: bold;
}

.loader {
  position: relative;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#dc3545 50px, transparent 0),
                    linear-gradient(#dc3545 50px, transparent 0),
                    linear-gradient(#dc3545 50px, transparent 0),
                    linear-gradient(#dc3545 50px, transparent 0),
                    linear-gradient(#dc3545 50px, transparent 0),
                    linear-gradient(#dc3545 50px, transparent 0);
  background-size: 5px 40px;
  background-position: 0px center, 10px center, 20px center, 30px center, 40px center, 50px center;
  animation: spikeUp 1s linear infinite alternate;
}

@keyframes spikeUp {
  0% { background-size: 5px 40px}
  16% { background-size: 5px 55px, 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 40px}
  33% { background-size: 5px 40px, 5px 55px, 5px 40px, 5px 40px, 5px 40px, 5px 40px}
  50% { background-size: 5px 40px, 5px 40px, 5px 55px, 5px 40px, 5px 40px, 5px 40px}
  66% { background-size: 5px 40px, 5px 40px, 5px 40px, 5px 55px, 5px 40px, 5px 40px}
  83% { background-size: 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 55px, 5px 40px}
  100% { background-size: 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 55px}
}
    
.cke_notification_warning {
  display: none;
}

.page-content h1 {
  font-size: 29px;
}

.page-content h2 {
  font-size: 19px;
}

.page-content h3 {
  font-size: 17px;
}

.page-content h4 {
  font-size: 14px;
}

.page-content h5 {
  font-size: 12px;
}

.page-content h6 {
  font-size: 10px;
}

#result, #loader, #error {
  margin-top: -38px;
}

@media only screen and (max-width: 600px) {
  .navbar-brand span {
    font-size: 19px;
  }

  .search-form button span.text-label {
    display: none;
  }

  .search-form button {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .ux-labels-values__labels,
  .ux-layout-section__item--table-view .ux-layout-section__row {
    display: block !important;
  }
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.625rem;
    }
}