input, label {
    display: block;
}

.inputDiv {
    border: 1px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    padding: 10px;
    display: flex;
    align-content: center;
    flex-direction: column;
    background-color: #f7f7f7;
}

.tabColor {
    background-color: #cdcdcd;
}

.tabColor a.active {
    background-color: #f7f7f7 !important;
}

.colorCard {
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px !important;
    margin: 2px;
}

.colorDiv {
    width: 100%;
    height: 75px;
}

.resultDiv {
    margin-top: 10px !important;
    border-top-left-radius: 5px;
}

.imagePreview {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 300px;
    min-height: 100px;
    border: 2px solid #dddddd;

    /*Default text*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.image-preview-image
{
    display: none;
    width: 100%;
}

.marginCorrection
{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.btn-without-border
{
    border-color: unset !important;
}

.cardHeaderFix
{
    padding: 0.75rem 0rem !important;
}

.cardBorderFix
{
    border: unset !important;
}

.cardCenterContent
{
    justify-content: center;
}
