/* Custom styles for GovernWay - Plain CSS */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, 
dl, dt, dd, img, form, fieldset, blockquote {
  margin: 0; padding: 0; border: 0;
}

html {
  width: 100%;
  margin: 0;
  padding: 0;
}

body { 
  font-family: Helvetica, Arial, Sans-Serif; 
  background: #fff;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  display: flex;
  flex-direction: column;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  height: auto !important;
  height: 100%;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #FFF;
}
#container { 
  max-width: none; 
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#page {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#header {
  height: 100px; 
  max-height: 100px;
  min-height: 100px;
  background: #168413;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #174632;
  display: flex;
  flex-direction: row;
  align-items: center;
} 

#header hl { text-indent: -9999px; }

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
  width: 200px;
  margin-left: auto;
}
#navbar {
  min-height: 100px;
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #080808;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  height: 100%;
}
.navbar-auth {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #168413;
  border-bottom: 1px solid #174632;
}
.main-nav-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
}
#navbar-right {
  height: 100px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 10px 0 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#navbar-right li {
  margin-right: 3px;
  padding: 0px 8px 0px 0;
  list-style-type: none;
}

#content { 
  overflow: visible;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  box-sizing: border-box;
  flex: 1;
}
#content .sidebar {
  display: flex;
  flex-direction: column;
  width: 180px;
  flex-shrink: 0;
}
#content .sidebar.primary { 
  padding: 0 0px 20px 0px; 
}
#content .sidebar.secondary {
  width: 300px; 
  min-height: 500px;
  flex-shrink: 0;
  overflow: auto; 
  padding: 0 0px 0px 0px; 
}
.sidebar.secondary div {
  margin-bottom: 15px;
}
.Sign_Form {
  height: 200px; width: 280px;
}
.Sign_Form ul {
  padding-right: 10px;
}
.signup {
  width: 80px;
  margin: 0 0 0 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.signup_input {
  width: 164px;
  margin: 0 0 0 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.signup_text {
  width: 80px;
  height: 26px;
  margin-bottom: 5px;
}
.signup_text p {
  height: 20px;
  padding-top: 6px;
  font-size: 1.0em;
}
.text_input {
  width:160px;
  height: 26px;
  margin-bottom: 5px;
  border-width: 1px;
  border-color: #666;
  border-radius: 5px;
}
.text_input:focus{
  padding-left: 5px;
  outline: 5px;
}
    
#content .sidebar li {
  list-style: none;
  font-size: 16px; color: #666; line-height: 24px;
}
#content .home {
  width: 312px; height:200px;
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  border: 1px solid;
  border-color: #b1afaf;
}
.home p {
  font-size: 16px;
}

#content #main {
  min-width: 0; 
  max-width: 100%;
  flex: 1 1 auto;
  min-height: 500px;
  overflow: visible;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#content #main h2 {
  font: italic 30px Georgia, Serif; color: #aaa;
  margin: 0 0 10px 0
}
#content #main p {
  font-size: 14px; 
  color: #333333;
  line-height:24px;
  margin: 0 0 15px 0;
}
#content #main .panel {
  margin-bottom:10px; 
}
.ad {
  width: 312px; height:282px;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  background: #fff;
  border: 1px solid;
  border-color: #b1afaf;
}
#footer {
  height: 50px; 
  background: #168413;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #174632;
} 

.footer {
  margin: 0 auto;
  height: 30px;
  width: 100%;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer li{
  list-style-type: none;
  text-align: center;
}

#logo {
  margin-right: 10px;
  font-size: 1.9em;
  color: #fff;
  letter-spacing: -0.5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  height: 100%;
  padding: 0;
}

#logo img {
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  display: block;
}

#logo span {
  font-size: 1.9em;
  color: #fff;
  letter-spacing: -0.5px;
  font-weight: bold;
  line-height: 1;
}

.wrapper {
  width: 100%;
  max-width: 100%;
}

.top-columns {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin-top: 0;
}

.top-column-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  max-width: none;
}

.top-column-right {
  flex: 0 0 312px;
  display: flex;
  flex-direction: column;
}

.map-welcome-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
}

.map-container {
  width: 100%;
  max-width: 100%;
  flex: 1;
}

.map-container-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  width: 100%;
}

.map-container-wrapper::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}

.map-container-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.map-container-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}

.map-container-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.welcome-box {
  display: flex;
  flex-direction: column;
  flex: 0 0 350px;
  min-width: 0;
}

.welcome-top {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  border: 1px solid;
  border-color: #b1afaf;
  display: flex;
  flex-direction: column;
}

#subheader {
  color: #3e3e3e;
  text-align: left;
  padding: 0px 0px 10px 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
h2 {
  text-align: left;
  padding: 5px 5px 5px 15px;
  margin: -7px -7px 0;
}
.linkentry {
  color: black;
}

.form-group {
  margin-bottom: 0;
}

.well {
  padding: 0px 5px 10px 5px;
  margin-bottom: 5px;
}
.well ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  list-style-type: none;
}

.interact-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.interact-bar li{
  height: 8px;
  font-size: 14px;
  margin: 0 auto;
  list-style-type: none;
}


.entry {
  max-width: 558px; 
  width: 100%;
  min-height: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px 2px 5px 2px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid;
  border-color: #b1afaf;
  border-radius: 4px;
}

.entry ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

.asd {
  width: 30px;
}

.article-text {
  font-size: 16px;
  height: 48px;
  overflow:hidden;
}

.interaction-bar {
  margin-top: 2px;
  padding-left: 10px;
  height:10px;
  font-size: 12px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.interaction-bar li {
  list-style-type: none;
  padding-right: 8px;
}

.posts {
  min-height: 30px;
  margin-left: 20px;
  margin-top: 10px;
}

.post {
  margin-top: 5px;
  min-height: 20px;
  padding: 5px 2px 5px 2px;
  border-top: 1px solid;
  border-color: #b1afaf;
}
.post ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}


.post-content {
}
.post-content {
  font-size: 10px;
  color: #000;
}
.title {
  min-height: 16px;
  font-size: 16px;
  color:black;
}
.postTitle {
  font-size: 28px;
}
.author {
  font-size: 16px;
}
.post-info {
  min-height:50px;
  margin-top: 7px;
  padding-left: 12px;
  width: 85%;
}

.user-button {
  background-color: #1eaf19;
  border-color: #12680f;
  
}
.user-button:hover{
  background-color: #12680f !important;
}
.user-button:focus {
  background-color: #12680f !important;
}
.logged-in-button {
  background-color: #168413;
  border: none;
}
.logged-in-button:hover {
  background-color: #12680f !important;
}
.right-border {
  border-right: 1px solid;
  border-color: #147510;
}

.bill-info {
  padding-top: 3px;
  padding-left: 12px;
  width: 85%;
}

.restricted-textarea{
  color: #949494;
}

.signup-comment-form {
  position: relative;
}

.signup-comment-wrapper {
  height: 70px;
  position:relative;
}
.signup-comment-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.signup-comment-wrapper li{
  list-style-type: none;
  margin-right:5px;
}
.signup-signin-comment-wrapper {
  position: relative;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.signup-signin-comment-wrapper li {
  list-style-type: none;
  margin-right:0px;

}
.top-position {
  position: absolute;
  top: 0;
}

.content-main {
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px 2px 5px 10px;
  display: flex;
  flex-direction: column;
}
.bill-show-content {
  margin: 5px 0 30px 0;
}
.bill-mini-header {
  font-size: 11px;
}
.bill-details {
  font-size: 18px;
}
.bill-detail {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  min-height: 30px;
  padding: 5px 2px 5px 2px;
  background-color: #fff;

  border-bottom: 1px solid;
  border-color: #b1afaf;
  left: 50%;
  right: 0;
}
.bill-sponsor {
  display: flex;
  flex-direction: column;
}
.bill-sponsor ul{
  display: flex;
  flex-direction: column;
  list-style-type: none;
  min-width: 100px;
  min-height: 100px;
}
.sponsor-img {
  background-color: grey;
  margin-left: 10px;
  padding-top: 10px;
  text-align: center;
}
.bill-timeline {
  padding-right: 15px;
}


.post-mini-header {
  font-size: 11px;
}
.comment-mini-header {
  font-size: 10px;
}

.bill-title {
  color: rgb(12, 90, 12);
  font-size: 22px;
}
.bill-title :hover {
  color: #504e4e;
  text-decoration: none;
}

.comment-user-data {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.comment-section {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  margin-left: 5px;
  max-width: 450px;
  min-width: 60%;
}
.comment-section li {
  list-style-type: none;
}

.internal-links {
  width: 312px; height: 100px;
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  margin-bottom:18px;
  border: 1px solid;
  border-color: #b1afaf;
  display: flex;
  flex-direction: column;
}
.internal-links ul {
  display: flex;
  flex-direction: column;
}
.internal-links li {
  line-height: 16px;
  list-style-type: none;
}
.black-link {
  color:black;
  font-size: 12px;
}

/* pagination next page link */
.pagination {
  text-align: left;
  width: 540px;
  margin: 10px auto;
  font-weight: bold;
  color: green;
}
.pagination li a {
  color: green;
}
.pagination li a:hover {
  color: #1eaf19;
}


/* voteable css */
.votable-like {
  padding: 5px 0 0 0;
  min-width: 50px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0px;
}
.votable-like li {
  min-height: 10px;
}
.votable-like ul {
  text-align: center;
}
/* used in voteable partial that is in every bill and post */
.like-green {
  background-color: none;
  text-decoration:none;
  color: #168413;
}
.like-green:link {
  background-color: none;
  text-decoration:none;
  color: #168413;
}
.on-like-green, .on-like-green:link {
  background-color: none;
  text-decoration:none;
  color: #168413;
}
.on-like-green:hover, .on-like-green:active, .on-like-green:visited, .on-like-green:focus {
  background-color: none;
  text-decoration:none;
  color: #1eaf19;
}
.on-dislike-green, .on-dislike-green:link {
  background-color: none;
  text-decoration:none;
  color: #168413;
}
.on-dislike-green:hover, .on-dislike-green:active, .on-dislike-green:visited, .on-dislike-green:focus {
  background-color: none;
  text-decoration:none;
  color: #125c0f;
}

.liked-green {
  background-color: none;
  text-decoration:none;
  color: #1eaf19;
}
.liked-green:link, .liked-green:hover, .liked-green:active, .liked-green:visited, .liked-green:focus{
  background-color: none;
  text-decoration:none;
  color: #1eaf19;
}
.disliked-green {
  text-decoration:none;
  color: #125c0f;
} 
.disliked-green:link {
  text-decoration:none;
  color: #125c0f;
}

.user-disliked .user-disliked:link{
  text-decoration:none;
  color: #125c0f;
}

.like-btn {
  background-color: none;
  margin-left: 5px;
  color: #168413;
}
.like-btn:hover .like-btn:active, .like-btn:visited, .like-btn:focus{
  text-decoration:none;
  color: #1eaf19;
}
.like-signup{
  background-color: none;
  color: #168413;
}
.like-signup:hover {
  text-decoration:none;
  color: #1eaf19;
}
.vote-text {
  font-size: 14;
  font-family: Helvetica, Arial, sans-serif;
}
.vote-text li {
  max-height: 12px;
  text-align: center;
  width: 29px;
}
.approval-percent{
  max-height: 14px;
}

.voteable-popularity {
  display: inline;
  padding-top: 21px;
  padding-right: 5px;
  padding-left: 3px; 
  font-size: 16px !important;
}
.voteable-popularity ul {
  font-size: 16px; 
}
.voteable-popularity p {
  font-size: 16px;
}

.voteable {
  display: inline;
  min-width: 10px;
}
.voteable :link {
  font-size: 16px;
  text-align: center;
}
.voteable ul {
  font-size: 14px;
}
.nay {
  padding-top:3px;
  text-align: center;
}

#timeline-container {
  height: 300px;
  width: 300px;
  width:100% !important;
  height:100% !important;
}

.graph {
  position: absolute;
  width: 100%;
}
.highcharts-container {
  width:100% !important;
  height:100% !important;
}
#container {
  width:100% !important;
  height:100% !important;
}
.highcharts-point {
  font-family: 'Font Awesome 5 Free';
}

.posts-and-comments {
  min-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px 2px 5px 10px;
  display: flex;
  flex-direction: column;
}

#comment_body {
  width: 70%;
  min-height: 60px;
}
#new_comment {
  padding-bottom: 10px;
}
.comments-all {
  padding-right: 10px;
}

.comment-text {
  font-size: 16px;
}

.post-image {
  width:550px;
  height: auto;
}
.blog-post {
  padding-top: 30px;
  padding-left: 15px;
}
.blog-post h4 {
  color: #3e3e3e;
  font-weight: bold;
  font-size: 18px;
}
.blog-post p {
  padding-left: 5px;
  margin-bottom: 0px !important;
}
.blog-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.align-right {
  text-align: right;
}

.share-links li{
  padding-right: 0px !important;
}
.sort {
  display: flex;
  align-items: center;
}
.sort p{
  font-size: 16px;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.sort-by-drowdown {
  list-style-type: none;
}

select {
  color: #000;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
select:focus {
  outline:0;
}
.select {
  height: 30px;
  width: 21%;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  margin-bottom: 1em;
}

.select:after {
  content: "▼";
  padding: 9px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

#select__field {
  height: 40px;
  width: 100%;
  padding: 5px 15px;
  color: #616263;
  background-color: #fff;
  border: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#select__field:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#select__field:-webkit-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* remove default caret for ie */
#select__field::-ms-expand {
  display: none;
}

#select__field:focus:invalid {
  border-color: #FD6347;
}

#select__field:required:valid {
  border-color: #006400;
}

.btn-submit {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-transform: uppercase;
  background: #535C69;
  width: 100%;
  border: none;
  border-radius: 3px;
}
.sort p {
  margin-top: 10px !important;
}

.subscribe {
  margin-top: 5px;
}
.subscribe .form-group {
  margin-bottom: 0px !important;
}
.subscribe ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.subscribe-sign-up {
  margin-top: 5px;
  width: 290px;
}
.subscribe-sign-up li{
  list-style-type: none;
  display: inline;
}
.subscribe-checkbox {
  height: 25px;
  width: 50px;
}
.subscribe-email {
  width: 290px;
}
.subscribe-button {
  width: 290px;
}
#subheader {
  margin-top: 20px;
}
.subscribe-engage {
  font-size: 16px;
  color: #333;
}

/* Responsive design for smaller screens */
@media (max-width: 1200px) {
  #page {
    padding: 0;
  }
  
  #content {
    gap: 8px;
  }
  
  .top-columns {
    gap: 15px;
  }
  
  .top-column-right {
    flex: 0 0 280px;
  }
}

@media (max-width: 992px) {
  #content {
    padding: 0;
  }
  
  .top-columns {
    flex-direction: column;
    gap: 15px;
  }
  
  .top-column-right {
    flex: 1;
    width: 100%;
  }
  
  .map-welcome-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .welcome-box {
    flex: 1;
    width: 100%;
  }
  
  .welcome-top {
    width: 100%;
  }
  
  #content {
    flex-direction: column;
  }
  
  #content #main {
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
  }
  
  #content .sidebar.secondary {
    width: 100%;
    margin-bottom: 20px;
  }
  
  #content .home {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #page {
    padding: 0;
  }
  
  .top-columns {
    gap: 10px;
  }
  
  #content #main {
    padding: 0;
  }
  
  .entry {
    width: 100%;
    max-width: 100%;
  }
}
.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.social-share-button .ssb-twitter {
  background-image: url(/assets/social-share-button/twitter-27ff360c0285353776bb62988f4fb11761e4bfd73b0b39363195e55e31116a0a.svg);
}

.social-share-button .ssb-facebook {
  background-image: url(/assets/social-share-button/facebook-ad8d3a86e9fd0b06b38e14e4259498eeacfe5ee97e7511db878d8e544e8808af.svg);
}

.social-share-button .ssb-google_bookmark {
  background-image: url(/assets/social-share-button/google_bookmark-4043aed139aa0379c86924199261fa7693468a8b728c8bda599c19338580e66a.svg);
}

.social-share-button .ssb-weibo {
  background-image: url(/assets/social-share-button/weibo-6585c322f6d63da0a522494e290c6a996d469f68ecc973cdcf5b1436f5662705.svg);
}

.social-share-button .ssb-qq {
  background-image: url(/assets/social-share-button/qq-dab02053716d16896fb03fa4672df74436fe9660cf71bb6cafebd84a9b566a45.svg);
}

.social-share-button .ssb-delicious {
  background-image: url(/assets/social-share-button/delicious-2da92358636d19c75cebbed909dc5d63c9188dc09faad5c7acba67efaa3547a9.svg);
}

.social-share-button .ssb-linkedin {
  background-image: url(/assets/social-share-button/linkedin-b8af50638ca1b80bff4359c929fbb8fb8e5ee287811b32f460b3793cf7ee0edb.svg);
}

.social-share-button .ssb-tumblr {
  background-image: url(/assets/social-share-button/tumblr-ee1b0b634973b391889fae5838e7138a2bb0d85ba94411d241d4b8e9adbd6141.svg);
}

.social-share-button .ssb-pinterest {
  background-image: url(/assets/social-share-button/pinterest-f5d520767ef94c66c030eb3ac24b025ee062f3a01b17b2bef8148ea79b6c4777.svg);
}

.social-share-button .ssb-douban {
  background-image: url(/assets/social-share-button/douban-5c74732c0a27325454fcf8db895356397f4f7bdb58270b63a8b1087cceff65f8.svg);
}

.social-share-button .ssb-wechat {
  background-image: url(/assets/social-share-button/wechat-379026739bf0c9c4159027f40c2f44229f04c0f00eba8766a3e91732ea6a5300.svg);
}

.social-share-button .ssb-vkontakte {
  background-image: url(/assets/social-share-button/vkontakte-18d6ebdd0747f8cb5315a181e1e5bdee4118d38759a05f76b9ef8ede7dc2c761.svg);
}

.social-share-button .ssb-odnoklassniki {
  background-image: url(/assets/social-share-button/odnoklassniki-786d2c2e2dfb88abd733d2795b99cda5ed7ed9ebeb3dbdab563e5de5a1c65c49.svg);
}

.social-share-button .ssb-xing {
  background-image: url(/assets/social-share-button/xing-d09b2073bff689e6ee9a668f13a189465ed5be9519e4b3c97062642c4bc9f730.svg);
}

.social-share-button .ssb-email {
  background-image: url(/assets/social-share-button/email-0a4ecb50409186b97f081174b555c417e27a5d21fb40ae9c71418c4c2005ccc5.svg);
}

.social-share-button .ssb-reddit {
  background-image: url(/assets/social-share-button/reddit-bd3b8f81d3d59a1a22a30524131af16166ba6f775bbc9cc47f7a7d92c39d96da.svg);
}

.social-share-button .ssb-hacker_news {
  background-image: url(/assets/social-share-button/hacker_news-60523ec917cdede4311477985c2d676135b6ef7e70f9763de88079b923a533c0.svg);
}

.social-share-button .ssb-telegram {
  background-image: url(/assets/social-share-button/telegram-32ec83f6a48e0a635b68ceba07cde24de24827ad5010aee6dda80049ffd6bce1.svg);
}

.social-share-button .ssb-whatsapp_app,
.social-share-button .ssb-whatsapp_web {
  background-image: url(/assets/social-share-button/whatsapp-f67550549333c10e5b220256546e4411fba136dc91b00b1e0064f8839dbdff8d.svg);
}

.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;
}

.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold;
}

.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0;
}

.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *



 */

/* ========================================
   Simple Bootstrap Replacements
   ======================================== */

/* Buttons */
.btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background-color: #168413;
  border-color: #12680f;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #12680f;
  color: #fff;
}

.btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e6e6e6;
  color: #333;
}

.btn-auth {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 12px;
}

.btn-auth:hover,
.btn-auth:focus {
  background-color: rgba(255,255,255,0.1);
  color: #fff;
}

/* Forms */
.form-control {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-control:focus {
  border-color: #168413;
  outline: 0;
}

.form-group {
  margin-bottom: 15px;
}

/* Well (simple box) */
.well {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

/* Panel */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.panel-default {
  border-color: #ddd;
}

.panel-body {
  padding: 15px;
}

/* Alerts */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* Social share button sizing */
.social-share-button .ssb-icon {
  background-size: 46px 46px;
  height: 46px;
  width: 46px;
}

/* Active state for buttons */
.btn.active {
  background-color: #168413;
  color: #fff;
}

/* Stat item for likes */
.stat-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.stat-item.active {
  color: #168413;
}
