#image-col {
    max-width: 800px;
    padding-left: unset;
    padding-right: unset;
    margin-right: 15px;
}

#image-container {
    width: 800px;
    height: 800px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
}

#image-container.ok {
    border: 2px solid #18e34a;
}

#image-container.ko {
    border: 2px solid #e31818;
}

#image-canvas {
    display: block;
}

#text-overlay-canvas,
#choose-overlay-canvas,
#dcc-amount-and-currency-overlay-canvas,
#dcc-choice-overlay-canvas,
#disclaimer-overlay-canvas,
#exchange-rate-overlay-canvas,
#markup-overlay-canvas,
#merchant-amount-and-currency-overlay-canvas,
#transaction-amount-overlay-canvas {
    position: absolute;
    display: block;
}

#overlay-panel {
    flex-wrap: wrap;
}

#text-overlay-panel,
#choose-overlay-panel,
#dcc-amount-and-currency-overlay-panel,
#dcc-choice-overlay-panel,
#disclaimer-overlay-panel,
#exchange-rate-overlay-panel,
#markup-overlay-panel,
#merchant-amount-and-currency-overlay-panel,
#transaction-amount-overlay-panel {
    align-items: center;
    padding-left: unset;
    margin-right: 50px;
}

#text-overlay-toggle,
#choose-overlay-toggle,
#dcc-amount-and-currency-overlay-toggle,
#dcc-choice-overlay-toggle,
#disclaimer-overlay-toggle,
#exchange-rate-overlay-toggle,
#markup-overlay-toggle,
#merchant-amount-and-currency-overlay-toggle,
#transaction-amount-overlay-toggle {
    margin-top: unset;
    margin-left: 5px;
}

#choose-overlay-color,
#dcc-amount-and-currency-overlay-color,
#dcc-choice-overlay-color,
#disclaimer-overlay-color,
#exchange-rate-overlay-color,
#markup-overlay-color,
#merchant-amount-and-currency-overlay-color,
#transaction-amount-overlay-color {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-right: 5px;
}

#status-container {
    align-content: center;
}

#status-image {
    width: 50px;
    height: 50px;
}

#photo-type-container {
    height: 100px;
}

#photo-type {
    font-size: large;
    font-weight: bold;
}

#feedback-container {
    height: 100%;
    width: 100%;
    overflow: auto;
}

#feedback {
    font-weight: bold;
}
