html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

#wrap .accordion .card-header {
    cursor: pointer;
}

#footer {
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #f5f5f5;
}

#footer p {
    margin: 0;
}

code {
    font-size: 80%;
}

.dropdown-menu>li>a.switch-shop-current {
    font-weight: bold;
    cursor: default;
}

.page-header {
    color: #333;
    padding-bottom: .5rem;
    margin: 2rem 0 1.2rem;
    border-bottom: 1px solid #eee;
}

p > a {
    text-decoration: none;
}

li > a {
    text-decoration: none;
}

code {
    background-color: #f9f2f4;
    padding: .1rem .2rem;
    border-radius: .2rem;
}

.navbar-collapse .dropdown li a {
    display: flex;
}

.navbar-collapse .dropdown li a img {
    margin-right: .3rem;
}

.nav-email-link img {
    width: 1rem;
    vertical-align: text-top;
    display: none;
}

.nav-link.email-invalid-alert > img {
    display: inline-block;
}

.accordion .featured_image {
    max-width: 10rem;
    max-height: 10rem;
}

.form-inline .form-control {
    width: inherit;
    margin-right: .3rem;
}

.form-inline .shop-input {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}

.page-title {
    font-weight: bold;
    padding-bottom: .5rem;
    margin-bottom: 2rem;
    padding-right: 1rem;
}

.back-arrow {
    color: black;
    text-decoration: none;
}

.back-arrow img {
    max-width: 30px;
    max-height: 30px;
}

.config-section {
    margin-bottom: 1rem;
}

.config-section .config-email-invalid {
    display: none;
    background-color: #fcc2c2;
    width: fit-content;
    padding: .1rem .6rem;
    margin-bottom: .2rem;
    border-radius: 5px;
}

.config-section .config-section-header {
    display: inline-block;
    font-weight: 600;
    margin-bottom: .3rem;
}

.config-section .config-section-content {
    color: #494949;
}

.email-content {
    min-height: 200px !important;
}

.form-control.fixed-width {
    width: 200px;
}

.form-select.fixed-width {
    width: 200px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
