

.text-red {
    color: #e60f41;
}

[data-md-color-scheme="default"] {
    --md-primary-fg-color:#509e1a;
    --md-accent-fg-color:#509e1a;
    --md-accent-fg-color--transparent:#509e1a12;
}

[data-md-color-scheme="slate"] {
    --md-primary-fg-color:#509e1a;
    --md-accent-fg-color:#509e1a;
    --md-accent-fg-color--transparent:#509e1a12;
}



.md-header__topic .md-ellipsis {
    display: none;
}

@media screen and (max-width: 76.2344em) {
    .md-nav .md-nav__title[for=__drawer] .md-logo {
        height: 1.6rem;
        width: 100%;
    }
}

.md-nav__item.md-nav__item--nested label.md-nav__link {
    font-weight: bold;
}

@-webkit-keyframes pulsate {
    0% { opacity: 0.3; }
    50% { opacity: 1.0; }
    100% { opacity: 0.3; }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #71b65b70;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #5bb65b00;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #5bb65b00;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #71b65b70;
    box-shadow: 0 0 0 0 #71b65b70;
  }
  70% {
    -moz-box-shadow: 0 0 0 10px #5bb65b00;
    box-shadow: 0 0 0 10px #5bb65b00;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 #5bb65b00;
    box-shadow: 0 0 0 0 #5bb65b00;
  }
}

.home-search {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    min-width: 80%;
    margin-bottom: 3rem;
    box-shadow: 0 0 0 #5bb65b;
    animation: pulse 2s infinite;
    border-radius: 0.5rem;
}

.home-search button {
    width: 100%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 #0000000d;
    line-height: 1.25rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e5e5;
    padding: 0.4rem 0.75rem;
    font-size: 0.7rem;
    color: #848484;
    cursor: pointer;
    padding-left: 1.9rem;
    text-align: left;
}

[data-md-color-scheme="default"] .home-search:hover {
    border-radius: 0.5rem;
    background-color: #f9f9f9;
}

[data-md-color-scheme="slate"] .home-search:hover {
    background-color: #191919;
}

@media screen and (max-width: 500px) { .home-search {
    min-width: 100%;
    margin-bottom: 2rem;
    }
}

h1#everything-you-need-to-master-crowdfiber {
    text-align: center;
}

[data-md-color-scheme="slate"] .home-search button {
    border-color: var(--md-default-fg-color--lightest);
}

[dir=ltr] .home-search button:before {
    left: 0;
}

.home-search button:before {
    background-color: #848484;
    content: "";
    height: 1.5rem;
    margin-left: .5rem;
    -webkit-mask-image: var(--md-search-icon);
    mask-image: var(--md-search-icon);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: .3rem;
    width: 1rem;
}

.md-header__source {
    display: none;
}

.md-tabs__item--active {
    border-bottom: 2px solid #509e1a;
}

[data-md-color-scheme="default"] .md-typeset mark {
    background-color: #65b8004f;
}

[data-md-color-scheme="slate"] .md-typset mark {
    background-color: #4287ff4d;
}

.md-typeset .md-button {
    border-radius: 0.8rem;
    padding: 0.5em 1em;
}

.md-typeset .grid.cards>ol>li:focus-within, .md-typeset .grid.cards>ol>li:hover, .md-typeset .grid.cards>ul>li:focus-within, .md-typeset .grid.cards>ul>li:hover, .md-typeset .grid>.card:focus-within, .md-typeset .grid>.card:hover {
    border: 0.05rem solid var(--md-default-fg-color--lightest);
    box-shadow: 0 0 0.5rem #61665e73, 0 0 0.05rem #00000040;
    cursor: pointer !important;
}

.first-card li {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 5px 4px #0000000d !important;
}

<<<<<<< HEAD

=======
[data-md-color-scheme="slate"] .md-header__button.md-logo img, [data-md-color-scheme="slate"] .md-nav__button.md-logo img {
    content: url("../assets/crowdfiber_docs_dark_logo.png");
}

[data-md-color-scheme="slate"] .full-card-link:hover {
    box-shadow: 0 0 0.5rem #509e1a73, 0 0 0.05rem #00000040;
    /*background: #ffffff;*/
    background: radial-gradient(circle, rgb(34 34 34) 0%, rgb(255 255 255 / 3%) 100%);
}

[data-md-color-scheme="slate"] .full-card-link {
    border-color: #3f3f3f;
}

/* Center images */
article.md-content__inner img {
    display: block;
    margin: 0 auto;
}

article.md-content__inner .first-card img {
    display: inline;
}
>>>>>>> origin/main
