#excel-filename {
    min-height: 25px;
}

#mc-check-button-container {
    min-height: 40px;
}

#mc-report-button-loading, #mc-process-button-loading {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

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

#mc-image-container {
    width: 600px;
    height: 600px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#progressing-status-container {
    max-width: 600px;
    width: 600px;
}

.blink {
    animation: blink 2s infinite;
}

.btn.massive-check {
    min-width: 5%;
}

div.green {
    color: #18e34a;
}

div.font-bold {
    font-weight: bold;
}

div.font-large {
    font-size: large;
}

div.font-xx-large {
    font-size: xx-large;
}

div.margin-top-3 {
    margin-top: 3%;
}

div.no-margin-top {
    margin-top: unset !important;
}

div.red {
    color: #e31818;
}

div.w-5 {
    width: 5%;
}

div.w-10 {
    width: 10%;
}

div.w-15 {
    width: 15%;
}

div.w-33 {
    width: 33%;
}

img.w-20 {
    width: 20%;
}

img.w-25 {
    width: 25%;
}

div.w-50 {
    width: 50%;
}

div.h-30 {
    height: 30px;
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
