.plupload_file_dropdown_column {
    float: right;
    width: 180px;
    text-align: center;
}

.textbox-inline-block{
    display: inline-block !important;
}

.terms-conditions-message {
    font-size:15px;
}

.capital-text {
    text-transform: capitalize;
}

.checkbox-spacing {
    margin: 0px 0px;
}
.checkbox-spacing label{
    padding-left: 5px !important;
}

.btnDelWidth{
    width: 100%;
}

.alert-error-message{
    display:none;
}

@media (min-width: 1281px) {
    .appealExportBtn {
        padding-left: 3.125em;
    }
}
@media (max-width:1400px) and (min-width:1201px) {
    .appealExportBtn {
        padding-left: 5em;
    }
    .certExportBtn {
        padding-left: 4em;
    }
}
@media (max-width:1200px) and (min-width:991px) {
    .appealExportBtn {
        padding-left: 0px;
    }
}

.change-password-message {
    font-size: 18px;
}

/* Upload iframe height fix (2026-07-21)
   The plupload_iframe has no explicit height, defaulting to 0px which hides
   the Add Files / Start Upload buttons. Setting a fixed 300px matches the
   confirmed working state (manually verified in DevTools by users).
   The custom.js onload handler can expand this further if the plupload
   widget renders taller, but 300px is the guaranteed minimum floor. */
.plupload_iframe {
    height: 300px;
}