/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

.card {
  margin-bottom: 20px; }

footer {
  text-align: center;
  font-weight: 500; }

html {
  padding-bottom: 100px; }

.franchise-logo img {
  height: 20px; }

.franchise-logo img.disabled {
  filter: grayscale(100%); }

.franchise-logo a {
  text-decoration: none; }

table#franchises a {
  text-decoration: none; }

#article-show-content {
  border: 1px solid #f7f7f7; }
  #article-show-content .nav-tabs.flex-column .nav-item {
    margin-bottom: 10px; }
  #article-show-content .sidebar {
    flex-shrink: 0;
    background: #f7f7f7;
    padding: 15px; }
  #article-show-content .tab-content {
    padding: 15px 15px;
    flex-grow: 1; }

@media (min-width: 768px) {
  .sidebar {
    min-width: 250px;
    max-width: 250px; }
  .template-stories-inner {
    height: 515px; } }

.template-stories-inner {
  border: 1px solid #f7f7f7;
  padding: 15px;
  margin-bottom: 15px; }
  .template-stories-inner p.text-muted {
    margin-bottom: 0;
    font-size: 9pt;
    margin-top: 5px;
    text-align: justify; }

#navbarSupportedContent {
  position: relative; }

@media screen and (min-width: 994px) {
  #search-content {
    position: absolute;
    top: 38px;
    width: 400px;
    right: 0; } }

@media screen and (min-width: 1200px) {
  #search-input {
    width: 400px; }
  #search-content {
    position: absolute;
    top: 38px;
    width: 400px;
    right: 00px; } }

#search-content {
  z-index: 1000;
  background: white;
  display: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

#search-bar {
  position: relative; }
  #search-bar .spinner-border {
    position: absolute;
    right: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
    top: 0.5rem;
    display: none; }

#search-box {
  border: 1px solid #ddd;
  width: 100%;
  font-size: 9pt;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden; }
  #search-box h1 {
    background: #ddd;
    font-size: 1rem;
    padding: 0.5rem;
    margin: 0;
    font-weight: bold; }
  #search-box .items {
    font-size: 0.875rem; }
    #search-box .items .item {
      padding: 0.5rem;
      border-bottom: 1px solid #ddd;
      display: block;
      text-decoration: none;
      color: #212529;
      transition: background 0.2s ease-in-out; }
      #search-box .items .item:hover {
        background: #eee; }
      #search-box .items .item .title {
        display: block;
        font-weight: bold; }
      #search-box .items .item .content {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    #search-box .items .item:last-child {
      border-bottom: none; }

.words-progress-bar {
  height: 45px; }

.words-progress-bar .progress-bar {
  color: black;
  border: 1px solid #DADCDE;
  background: #F7F7F7 !important; }
