@import url("/node_modules/bootstrap/dist/css/bootstrap.css");

:root {
    --bs-body-bg: #f2f3f5;
    --bs-table-bg: #ffffff;
    --bs-body-color: #232f3e;
    --bs-primary: #e3001c;
    --bs-border-color: #e4e6eb;
}

.table > :not(caption) > * > *{
    background-color: white;
}

.get-order-container{
    max-width: 640px;
}

.form-control{
    background-color: white;
}

.btn-primary{
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color:  var(--bs-primary);
    --bs-btn-hover-bg: #c20920;
    --bs-btn-hover-border-color: #c20920;
    --bs-btn-active-bg: #c20920;
    --bs-btn-active-border-color: #c20920;
}

.stamp-preview .stamp{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stamp-preview .has-border{
    outline: 3px solid;
}

.stamp-preview .align-center{
    text-align: center;
}

.stamp-preview .align-right{
    text-align: right;
}

.stamp-preview .color-black{
    color: #232f3e;
}

.stamp-preview .color-red{
    color: #e3001c;
}

.stamp-preview .color-blue{
    color: #0d6efd;
}

.stamp-preview .color-green{
    color: forestgreen;
}

.stamp-preview .bold{
    font-weight: 700;
}

.stamp-preview .italic{
    font-style: italic;
}

.stamp-preview .size-8pt{
    font-size: 8pt;
}

.stamp-preview .size-9pt{
    font-size: 9pt;
}

.stamp-preview .size-10pt{
    font-size: 10pt;
}

.stamp-preview .size-11pt{
    font-size: 11pt;
}

.stamp-preview .size-12pt{
    font-size: 12pt;
}

.stamp-preview .size-13pt{
    font-size: 13pt;
}

.stamp-preview .size-14pt{
    font-size: 14pt;
}

.stamp-preview .size-16pt{
    font-size: 16pt;
}

.stamp-preview .size-18pt{
    font-size: 18pt;
}

.stamp-preview .size-20pt{
    font-size: 20pt;
}

.stamp-preview .size-22pt{
    font-size: 22pt;
}

.stamp-preview .size-24pt{
    font-size: 24pt;
}

.stamp-preview .size-26pt{
    font-size: 26pt;
}

.stamp-preview .size-28pt{
    font-size: 28pt;
}

.stamp-preview .size-30pt{
    font-size: 30pt;
}

.stamp-preview .size-32pt{
    font-size: 32pt;
}