/*
:root {
    font-size: 62.5%;
  }
  */
html,
body {
    /*font-size: 1.6rem;*/
    color: #212529;
    font-weight: 400;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* force scrollbar, for Masonry */
html {
    overflow-y: scroll;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h1 {
    margin-bottom: 25px;
}

h2 {
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #0b58c9
}

a:focus,
a:hover {
    text-decoration: underline;
    color: #0f4aa3
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }
}

.navbar {
    background-color: #f5f5f5;
}

.nav-link {
    font-weight: bold;
}

.nav-link:focus {
    color: inherit !important;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: none !important;
    border-radius: 0 !important;
    background-color: #ededed;
    margin-top: 0.9rem !important;
}


.dropdown-menu li {
    padding: 0;
}

.dropdown-menu li:hover {
    background-color: #e2e2e2;
}

.dropdown-item {
    padding: 10px;
}

.dropdown-item:hover {
    text-decoration: none;
}


.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
    padding-top: 0;
}

p {
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
}

p:not(:last-child) {
    margin-bottom: 1em !important;
}


blockquote {
    font-style: italic;
    color: #868e96;
}

hr {
    color: #ccc;
}

.form-group {
    margin-bottom: 0.9em;
}

.head {
    min-height: 550px;
    padding: 30px 0;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption {
    display: block;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 0.9em;
    color: grey;
    font-style: italic;
}

section {
    padding-top: 0;
    padding-bottom: 0;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

.listing .title {
    font-size: 1.6em;
    line-height: 1;
}

.listing-box {
    margin-bottom: 0;
}

.style_posts .listing img {
    width: 100vw;
    height: 20vh;
    object-fit: cover;
    overflow: hidden;
}

.style_posts .listing .listing-columns img {
    width: 100vw;
    height: 25vh;
    object-fit: cover;
    overflow: hidden;
}


.listing-box p {
    margin-bottom: 15px;
}

.listing-box .title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.listing-box .summary {
    font-size: 1em;
    margin-bottom: 15px;
}

.listing-box .meta {
    font-size: 0.9em;
}

.listings-bo .avatar {
    max-height: 30px;
    max-width: 30px;
}

.posts-categ-item-box {
    padding: 8px 10px;
    background-color: #f5f5f5;
}

.posts-categ-item-link {
    font-weight: bold;
}

.post .title {
    font-size: 2em;
}

.post .summary {
    font-size: 1.1em;
}

.post .content {
    font-size: 1.1em;    
}

.post .meta {
    font-size: 1em;
    color: #686868;
}


.post .tags {
    display: inline-block;
}

.post .tags .tag {
    padding: 10px;
    background-color: #efefef;
}

.post .tags .tag:hover {
    padding: 10px;
    background-color: #ddd;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list li {
    padding: 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .comment-body .author {
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0;
}

.comment-list li .comment-body .comment {
    font-size: 1em;
    margin-top: 10px;
    line-height: 1.4em;
}

.comment-list li .comment-body .meta {
    font-size: 0.9em;
    color: rgb(155, 155, 155);
}

.heading {
    margin-top: 0;
    margin-bottom: 20px;
}

.heading .title {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 0px
}


.style_docs_section_tree .root_categ_card .title,
.style_docs_section_tree .root_categ .title {
    font-size: 1.2em;
}

p.first-paragraph::first-letter {
    font-weight: 700;
    font-size: 2em;
    color: #000;
}

ol,
ul {
    line-height: 1.6em;
}

.footer ol,
.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.6em;
}

.mt-10 {
    margin-top: 100px;
}

.avatar-small {
    max-width: 25px;
    max-height: 25px;
    margin-right: 5px;
}

.dropdown-toggle::after {
    display: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }
}

.custom_shadow {
    box-shadow: 0.2rem 0.3rem 0.4rem rgba(0, 0, 0, 0.315) !important;
}

.btn-custom {
    border: none;
    border-radius: 0 !important;
    text-decoration: none;
}


.img-shaddow {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.navbar1 {
    margin-bottom: 40px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px !important;
}

.avatar {
    max-width: 20px;
    max-height: 20px;
}

.accordion-button:not(.collapsed) {
    color: inherit;
}

.builder-block {
    background-color: #eef6fb;
    padding: 10px;
    min-height: 60px;
    display: block;
    width: 100%;
    border-style: dashed;
    border-color: #9fb5cf;
    margin-bottom: 20px;
}

.builder-block:hover {
    cursor: move;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

.footer-heading-title {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.footer-heading-description {
    font-size: 0.85em;
    margin-bottom: 10px;
}

.text-shadow {
    text-shadow: 2px 2px #f1f1f1;
}

.post-main-img-tight {
    max-height: 60vh;
    object-fit: cover;
    overflow: hidden;
}

.post-main-img-tighter {
    max-height: 45vh;
    object-fit: cover;
    overflow: hidden;
}

.post-main-img-slim {
    max-height: 35vh;
    object-fit: cover;
    overflow: hidden;
}

.post-main-img-full-width img {
    width: 100% !important;
}

.img-zoom {
    overflow: hidden;
}

.img-zoom img:hover {
    transform: scale(1.1);
}

.img-zoom img {
    transition: transform .5s ease;
}

.text-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-clamp-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    /* number of lines to show */
    line-clamp: 10;
    -webkit-box-orient: vertical;
}

.specs_section {
    background-color: #ededed;
    padding: 10px;
    color: #3d4469;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.specs_list {
    background-color: #f8f9fa;
    color: #333333;
    font-size: 15px;
    padding: 10px;
}

.multicolor-20 {
    background: linear-gradient(45deg, rgb(0, 216, 255) 0%, rgb(255, 248, 48) 50%, rgb(255, 50, 50) 100%);
    width: 20px;
    height: 20px;
}

.multicolor-36 {
    background: linear-gradient(45deg, rgb(0, 216, 255) 0%, rgb(255, 248, 48) 50%, rgb(255, 50, 50) 100%);
    width: 36px;
    height: 36px;
}

.docs-top-bar {
    background-color: #617DEB;
    padding: 40px;
    color: #fff;
}

.docs-top-bar .title {
    font-size: 2.2em;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.docs-top-bar .subtitle {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

.docs-top-bar .docs-search {
    font-size: 1.3em;
}

.docs-top-bar .input-group-text,
.docs-top-bar .form-control {
    border: none;
}

.docs-featured-bar {
    background-color: #FBF7F0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    color: #212529;
}

.docs-card {
    padding: 30px 20px;
    transition: box-shadow .3s;
    width: 100%;
    display: block;
}

.docs-card .card-categ-icon {
    font-size: 4em;
    margin-bottom: 20px;
}

.docs-card .card-categ-title {
    font-size: 1.3em;
    margin-bottom: 20px;
}

.docs-card .card-categ-description {
    font-size: 0.9em;
    line-height: 1.4em;
}

.docs-card-featured {
    padding: 15px !important;
    margin-bottom: 30px;
    box-shadow: none !important;
}

.docs-home-categ a {
    font-size: 1.3em;
    line-height: 1.5em;
}

.docs-home-categ-info {
    font-size: 0.9em;
    margin-top: 15px;
    line-height: 1.4em;
}

.docs-home-card-icon {
    font-size: 3em;
    margin-bottom: 20px;
}

.docs-list-categ {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.docs-list-subcateg {
    font-size: 0.95em;
    margin-bottom: 10px;
}

.docs-categ-level1 {
    font-size: 1em;
}

.docs-categ-level2 {
    font-size: 0.95em;
}

.docs-categ-level3 {
    font-size: 0.95em;
}

.docs-article-title {
    font-size: 2em;
    margin-bottom: 20px;
}

#search-suggestions {
    position: absolute;
    left: auto;
    display: none;
    z-index: 1000;
    margin-top: 3px;
    background-color: #f8f9fa;
}

.docs-searchresults {
    border-width: 1px;
    border-bottom: solid 1px #e0e0e0;
    min-width: 300px;
    width: auto;
    font-size: 1.1em;
    line-height: 14px;
}

.docs-searchresults a {
    display: block;
    font-size: 0.95em;
    padding: 10px;
    text-decoration: none;
}

.docs-searchresults a .title {
    font-size: 1em;
    margin-top: 5px;
    text-decoration: none;
    color: #1f1f1f;
    font-weight: 700;
    line-height: 1.2em;
}

.style_footer {
    background-color: #f5f5f5;
}

.style_footer2 {
    background-color: #dfdddd;
}

.style_footer .title,
.style_footer2 .title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.style_footer .subtitle,
.style_footer2 .subtitle {
    font-size: 1em;
    margin-bottom: 20px;
}

.style_footer ul {
    list-style: none;
    padding-left: 0;
}

.btn-success {
    background-color: #43a578 !important;
    border-color: #43a578 !important;
}

.style_nav .btn,
.style_nav a {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: inherit !important;
}

.style_nav .btn:hover {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: inherit !important;
}

.style_global {
    color: inherit !important;
    font-weight: inherit !important;
}