body {
    /*min-height: 75rem;*/
    padding-top: 4.5rem;
}

#navbar-brand {
    margin-left: 1rem;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.navbar-left {
}

.navbar .navbar-left .nav-link {
}

.navbar .navbar-left .nav-link.active,
.navbar .navbar-left .show > .nav-link {
}

.navbar-right {
}

#logo-image {
    width: 50px;
}
.icon-list {
    padding-left: 0;
    list-style: none;
}
.icon-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: .25rem;
}
.icon-list li::before {
    display: block;
    flex-shrink: 0;
    width: 1.5em;
    height: 1.5em;
    margin-right: .5rem;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}


@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
    
    .w-md-75 {
        width: 75% !important;
    }
}

/* nprogress */
#nprogress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 5px;
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 50%;
  left: 50%;
}

/* other */
h3 a {
}

.page-how-it-works h3 a::before {
    display: inline;
    margin-right: .25rem;
    content: "#";
    color: #0a58ca;
}

.page {}

.page-home {}

.page-home #button-register {
    width: 100%;
}

@media (min-width: 768px) {
    .page-home #button-register {
        width: auto;
    }
}

.page-how-it-works .card {
    text-align: center;
}
.page-how-it-works .card .card-body {}
.page-how-it-works .card .card-body .image {}
.page-how-it-works .card .card-body .image img {
    width: 100%;
}
.page-how-it-works .card .card-body .item-number {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 1rem;
}
.page-how-it-works .card .card-body .item-description {
}

h1.page-title {
    font-size: 2rem;
}

h2.page-title {
    font-size: 1.5rem;
}

h3.page-description {
    font-size: 1.1rem;
    font-weight: normal;
}

.items {}

.items .item-block {
    padding: 1rem;
}

.items .item {
    padding: 1rem;
    background-color: #f5f5f5;
    border: 5px solid #dee2e6;
    border-radius: .25rem;
}

.items .item .word {
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.items .item .transcription {
    text-align: center;
    line-height: 1.3;
}

.items .item .translation {
    text-align: center;
    line-height: 1.3;
}

.items .item .wordlist,
.items .item .category {
    text-align: center;
    line-height: 1.3;
    margin-top: .5rem;
}

.items .item .wordlist a,
.items .item .category a {
    line-height: 1.3;
}

.items .item .data {
    display: flex;
    flex-wrap: wrap;
    /*font-size: 0.9rem;*/
    font-size: 1rem;
}

.items .item .data-id,
.items .item .data-type {
    display: none;
}

.items .item .data .title {
    margin-right: 0.3rem;
    font-weight: bold;
}

.items .item .data .value {
    /*display: inline;*/
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.items .item .actions {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0;
}

.items .item .data h5.title {
    margin-right: 0;
    font-size: 1.1rem;
    font-weight: bold;
}

.data-info {}
.data-info .data-type {
    display: none;
}

.block-add-item {
    text-align: right;
}

.sort-links {}
.sort-links .links {}
.sort-links .links .title {
    display: inline-block;
    padding-right: .25rem;
    padding-left: .25rem;
    font-weight: bold;
}
.sort-links .links .link {
    display: inline-block;
    padding-right: .25rem;
    padding-left: .25rem;
}

.sort-links-filter {}
.sort-links-filter .links {
    margin-top: 0.3rem;
}
.sort-links-filter .links .title {
    display: inline-block;
    padding-right: .25rem;
    padding-left: .25rem;
    font-weight: bold;
}
.sort-links-filter .links .link {
    display: inline-block;
    padding-right: .25rem;
    padding-left: .25rem;
}

#search-filter {}

.sort-links-filter #search-filter {
}
.sort-links-filter #search-filter .title {
    display: inline-block;
    padding-right: .25rem;
    padding-left: .25rem;
    font-weight: bold;
}
@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }    
    .w-md-25 {
        width: 25% !important;
    }    
}
.featured-blog-posts {}
.featured-blog-post {}
.featured-blog-post .image {
    width: 200px;
    height: 100%;
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 768px) {
    .featured-blog-post {
    }    
}

#block-question-answers {}

#block-question-answers #block-question {
    padding: 1rem;
    background-color: #f5f5f5;
    border: 3px solid #dee2e6;
    border-radius: .25rem;
    text-align: center;
}

#block-question-answers #block-answers {
    padding: 1rem;
    background-color: #f5f5f5;
    border: 3px solid #dee2e6;
    border-radius: .25rem;
}

#block-question-answers #block-answers .form-check {
    margin-bottom: 0.75rem !important;
}


#block-question-answers .actions .btn {
    width: auto;
}

#block-question-answers #block-answers .actions .btn {
    width: 100%;
}
