:root {
    --muted-color: rgba(28, 30, 33, 0.9);
}


body {
  background: #eff2f5;
  color: var(--muted-color);
  margin-top: 5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--muted-color);
}

ul {
  margin: 0;
}

.bg-steel {
  background-color: #eff2f5;
}

.site-header .navbar-nav .nav-link {
  color: var(--muted-color);
}

.site-header .navbar-nav .nav-link:hover {
  color: var(--muted-color);
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  padding: 10px 10px;
  margin-bottom: 20px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: var(--muted-color);
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.no-padding {
  padding: 0 !important;
}

a {
    color: #1c1e21;
    text-underline: none;
    text-decoration: none !important;
}
a:hover {
    color: #96d1f5
    text-underline: none !important;
}
.text-muted {
    color: var(--muted-color) !important;
}

article {
    border-radius: 4px;
}

.#1c1e21-important {
    color: #1c1e21;
    font-weight: bold;
}

.full-width {
    width: 100%
}

.btn-outline-primary {
    border-color: #1c1e21;
    color: #1c1e21 !important;
    padding: 12px 80px 12px 80px;
    font-weight: bold;
    background-color: #c9e2f1;
    border:0;
    border-radius: 25px;
}

.btn:active, .btn-outline-primary:hover {
    background-color: #96d1f5 !important;
}

.col-form-label {
    color: #1c1e21;
}

.form-control {
    background-color: #eff2f5 !important;
    color: var(--muted-color) !important;
    box-shadow: 0 0 0 0 !important;
    border-radius: 20px !important;
}

textarea:focus, input:focus {
    box-shadow: 0 0 0 0 !important;
    border-color: #c9e2f1 !important;
    color: #1c1e21 !important;
}

.alert-success {
    color: #1c1e21;
    background-color: #96d1f5;
    border-color: #c9e2f1;
}

.pointer-cur {
    cursor: pointer;
}

.btn-info {
    color: #1c1e21;
    background-color: #96d1f5;
    border-color: #1c1e21;
}

.btn-outline-secondary {
    border-color: rgba(255, 255, 255, 0.5);
    color: #1c1e21 !important;
}

.btn-outline-secondary:hover {
    color: #c9e2f1 !important;
    background-color: #96d1f5 !important;
    border-color: #c9e2f1 !important;
}

.alert-danger {
    color: #ff00f0 !important;
    background-color: #96d1f5 !important;
    border-color: #ff00f0 !important;
}

.nav-link:hover {
    -webkit-transition: color .2s;
    color: #1c1e21 !important;
}

ul {
    list-style: none !important;
}

.hovered-post {
    background-color: #90909017;
    border-radius: 20px;
}

.hovered-post {
    border: 1px solid transparent;
}

.hovered-post:hover {
    -webkit-transition: background-color ease-in-out .2s;
    -webkit-transition: border ease-in-out .2s;
    background-color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
}

.hovered-post-comment {
    background-color: #fff !important;
    padding:15px;
    border-radius: 20px;
    border:1px solid grey;
}

.hovered-post-comment-in{
    background-color: #fff !important;
    padding:12px;
    border-radius: 20px;
}

input[type="file"]::-webkit-file-upload-button {
    color: #1c1e21 !important;
    background-color: #eff2f5 !important;
    border-radius: 4px;
    border: 1px solid #1c1e21;
}

.follow-click:hover {
    color: #c9e2f1 !important;
}

.t-section{
  background-color: #fff;
  border-radius: 25px;
}

.who-to-follow{
  border-top: 1px solid grey;
  padding: 3px;
  margin: 3px;
}

.profile-section{
  background-color: #fff;
  padding: 5px;
  border-radius: 25px;
}


.scrollable {
  overflow-y: auto;
  border-left: 1px solid #1c1e21;
  border-right: 1px solid #1c1e21;

}

.email-profile{
  font-size: 13px;
  outline: hidden;
}

/* サジェストフォームのスタイルシート設定 */
.select2-container--default .select2-results > .select2-results__options {
    background: #eff2f5;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #eff2f5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1c1e21 !important;
}

.searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}