

/* Demo Content */
.demo-content {
    color: #505050;
    font-family: 'Roboto', sans-serif;
}

.demo-content a {
    color: #04A0AD;
}


/* Markdown */
.markdown h1 {
    font-weight: normal;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: black;
}

.markdown h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 1.5rem;
    color: black;
}

.markdown h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 1.17rem;
    color: black;
}

.markdown h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 1.1rem;
    color: black;
}


.markdown pre {
    background-color: rgba(4, 159, 173, 0.02);
    border: 1px solid #04A0AD;
    padding: 10px
}

.markdown code {
    font-family: 'Source Code Pro', monospace;
    /* color: black; */
}

.markdown table {
    width: 100%;
}

.markdown thead tr {
    background-color: rgba(4, 159, 173, 0.2);
    color: black;
}

.markdown thead th {
    text-align: center;
    border: 1px solid #00000029;
    font-weight: normal;
    padding: 8px 16px;
}

.markdown tbody td {
    border: 1px solid #00000029;
    padding: 8px 16px;
}


/* MyShop Content */
.myshop-content {
    color: #505050;
    font-family: 'Roboto', sans-serif;
}

.myshop-content a {
    color: #3C82B5;
}


/* MyShop Markdown */
.myshop-markdown h1 {
    font-weight: 400;
    margin-top: 40px;
    text-align: center;
}

.myshop-markdown h2 {
    margin-top: 30px;
    font-weight: 400;
}

.myshop-markdown h3 {
    margin-top: 20px;
    font-weight: 400;
}


/* MyShop */
.myshop-shopping-card {
    width: 18rem;
    box-shadow: 0px 0px 6px 6px #00000029;
    margin-top: 30px;
    height: 33rem;
}

.myshop-draw-view {
    /* margin-top: 30px; */
    background-repeat: no-repeat;
    background-size: cover;
}

.myshop-price-old {
    text-decoration: line-through;
    color: red;
    padding-left: 10px;
}

.myshop-price-new {
    font-weight: 700;
}


/* MyShop Breadcrumb */
.breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-list li {
    display: inline;
}

.breadcrumb-list a {
    color: #505050;
}

.breadcrumb-list span {
    color: #505050;
}


/* MyShop NavBar */
.myshop-navbar {
   box-shadow: 0px 10px 6px -6px #00000029;
   margin-bottom: 20px;
}


/* MyShop Footer */
.myshop-footer {
   box-shadow: 0px -10px 6px -6px #00000029;
}


/* MyShop Layout */
.myshop-layout-separator {
    margin-bottom: 20px;
}


/* MyShop Poster */
.poster-view {
    position: absolute;
    margin-top: 5%;
    margin-bottom: 5%;
}

.poster {
    width: 700px;
}

.poster-blobaa-app-text {
    font-size: x-large;
    text-align: center;
    margin-bottom: 20px;
}

.poster-footer-text {
    font-size: medium;
    margin-left: 45px;
    color: white;
}

.poster-footer {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
}

.poster-code {
    width: 240px;
    position: absolute;
    bottom: 150px;
    left: 45px;
}

a.poster-link {
    color: #3C82B5;
}

a.poster-footer-link {
    color: white;
    margin-bottom: 40px;
}

#password-input::placeholder {
    opacity: 1;
    font-size: small
}

