/**
 * @author    Sigmanortec SRL <office@sigmanortec.ro>
 * @copyright 2024 Sigmanortec SRL
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
.sigmaquote-front .sigmaquote-intro {
    margin-bottom: 1rem;
}

.sigmaquote-front textarea {
    font-family: monospace;
}

.sigmaquote-preview {
    margin-bottom: 1rem;
}

.sigmaquote-actions {
    margin-bottom: 1.5rem;
}

.sigmaquote-actions .btn {
    margin-right: .5rem;
}

.sigmaquote-terms {
    margin-top: 1.5rem;
    font-size: .875rem;
    color: #7a7a7a;
}

.sigmaquote-thumb img {
    max-width: 48px;
    max-height: 48px;
}

.sigmaquote-btn-new,
.sigmaquote-btn-new:link,
.sigmaquote-btn-new:visited {
    background-color: #2e7d32;
    border: 1px solid #2e7d32;
    color: #ffffff;
}

.sigmaquote-btn-new:hover,
.sigmaquote-btn-new:focus,
.sigmaquote-btn-new:active {
    background-color: #256428;
    border-color: #256428;
    color: #ffffff;
}

.sigmaquote-login p {
    margin-bottom: 10px;
}

.sigmaquote-cart-fill {
    margin-top: 10px;
}

.sigmaquote-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
}
