* {

    font-family: Helvetica, sans-serif;
    margin: 0;
    box-sizing: unset;
}

body {
    /*
            width: 6.25in;
            height: 4.25in;
            margin: 0;
            padding: 0;
            */
    _font-size: 11pt;
}


.sheet {

    width: 5.875in;
    height: 3.875in;
    _left: 0.1875in;
    _top: 0.1875in;
    overflow: hidden;
    line-height: normal;
    /* clip anything that overflows */
    padding: 1em;
    margin: 10px;
    _width: fit-content;
    position: relative;
    background-color: lightgoldenrodyellow;
    border: 1px solid #999;
}


.radiogram-title {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 25pt;
    _margin-top: 0;
    margin: 0;
    margin-top: 0.2em;
}

h2 {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 18pt;
    vertical-align: -1pt;
}

.h1 {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 25pt;
    _margin-top: 0;
}

.h2 {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 13pt;
    vertical-align: -1pt;
    margin: 0;
}

.h3 {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    font-size: 13pt;
    vertical-align: -1pt;
    margin: 0;
}

.h4 {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    font-size: 11pt;
}

.s1 {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    font-size: 12pt;
}

.s2 {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    font-size: 6.5pt;
    vertical-align: 4pt;
}

.s3 {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 7pt;
    margin: 0;
}

.footer-text {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
}

.s4 {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 7pt;
    margin: 0;
}

.s9 {
    color: #231F20;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 8pt;
    margin: 0;
}

table,
tbody {
    vertical-align: top;
    overflow: visible;
    margin: 0
}

.card {

    border: 1px solid #999;
    border-radius: 8px;
    padding: 12px;
}

.divider {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 16px 0;
}

.preamble-row {
    border-collapse: collapse;
}

.preamble-cell {
    border: 1px solid #666;
    padding: 6px 6px;
    padding-top: 0px;
    padding-bottom: 2px;
    min-width: 1em;
    text-align: center;
}

.preamble-label {
    white-space: nowrap;
    top: 2px;
    left: 50%;
    font-size: 8pt;
    padding: 0 4px;
}

.preamble-content {
    white-space: nowrap;
    padding-top: 3pt;
    font-size: 9pt;
}

.address {
    margin: 1em;
    line-height: 1.3em;
    min-height: 7em;
    font-size: 10pt;
}

.text {
    margin: 1em;
    line-height: 1.3em;
    font-size: 10pt;
}

.signature {
    margin: 1em;
    font-size: 10pt;
}

input[type=text], textarea {
    padding: 0 3px 0 3px;
    margin: 0px;
    margin-top: 2px;
    font-size: 10pt;
    line-height: 1.3em;
    color: black;

}

textarea {
    text-transform: uppercase;
    font-size: 10pt;
    line-height: 1.3em;
}

.uppercase {
    text-transform: uppercase;
}


.deliverer {
    border: 1px solid #999;
    margin: 1em;
    width: fit-content;
    padding: 1em;
    background-color: lightgoldenrodyellow;
}

.action-button {
    background: #2563eb;
    color: white;
    font-size: 16px;
    padding: 10px;
    margin: 8px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.action-button-small {
    background: #2563eb;
    color: white;
    font-size: 11px;
    padding: 6px 10px;
    margin: 4px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.box-shadowed {
    border: 1px solid;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    /* border-width: 1 1 4 4; */
}

.errorMessage {
    padding: 5px;
    width: fit-content;
    background-color: #df0f0f96;
    font-weight: bold;
    display: none;
}

select {
    font-size: 11pt;
}

/* Container gives perspective */
.rotatable-card {
  width: 6.25in;
  height: 4.25in;
  perspective: 1000px;
}

/* The rotating element */
.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 600ms ease;
}


.rotatable-card.is-flipped .card-inner {
  transform: rotateY(180deg);
}

.card-back {
  transform: rotateY(180deg);
}

/* Both faces */
.card-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  border-radius: 10px;
  font-size: 18px;
}

/* Front */
.card-front {

}



