/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
 button {
  cursor: pointer;
 }
 .google_auth_box button {
  display: block;
  width: 100%;
 }
.google_auth_btn {
  width: 196px;
  margin: 0 auto;
  cursor: pointer;
}

.popout_nav,
#mobile-menu {
  display: none;
}

.yt_video_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;

  .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.activity_feed .pagination {
  margin: 40px 0 0;
}

.activity_feed .pagination .previous_page {
  border: 1px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 5px;
  color: #666;
}

.activity_feed .pagination .next_page {
  border: 1px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 5px;
  color: #666;
}

.activity_feed .pagination a {
  border: 1px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 5px;
  color: #666;
}

.activity_feed .pagination a:hover {
  color: #000;
  border: 1px solid #999;
}

.activity_feed .pagination .disabled {
  color: #ccc;
}

.activity_feed .pagination em {
  border: 1px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 5px;
  color: #666;
  border: 1px solid #999;
}