﻿.renewal-label {
    font-size: 13px;
    font-weight: normal;
    color: var(--mud-palette-text-secondary);
}

.renewal-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--mud-palette-text-primary);
    text-align: right;
}

.renewal-row {
    border-bottom: 1px dashed var(--mud-palette-divider);
    padding-top: 4px;
    padding-bottom: 4px;
}

.mia-active-tab {
    border-left: 4px solid var(--mia-color) !important;
    color: var(--mia-txt-blue) !important;
}

.mia-tab-title {
    text-transform: none !important;
}

.mia-bg-light {
    background-color: #f7f7f7 !important;
}

.mud-tabs-tabbar-content {
    background-color: #f7f7f7 !important;
}

.file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}

.upload-box {
    border: 2px dashed #b0bec5;
    background-color: #fafafa;
    transition: 0.3s;
}

    .upload-box:hover {
        background-color: #f0f0f0;
        border-color: #90a4ae;
    }

.detail-display {
    padding: 0.375rem 0.75rem;
    /*border: 1px solid #ced4da;*/
    border-radius: 0.25rem;
    background-color: #f0f3f6;
    min-height: 38px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px !important;
    color: #343a40;
}


.old-member-search-small * {
    font-size: 0.78rem !important; /* smaller text */
}

.old-member-search-small .small-input,
.old-member-search-small .small-select {
    height: 32px !important;
    padding: 2px 6px !important;
}


/* Registration Form */

.member-code-text {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
    padding-top: 0 !important;
    border: 1px solid #e9e4e4;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    cursor: pointer;
    font-size: 13px;
    color: #004085;
}

    .member-code-text:hover {
        box-shadow: 0 4px 12px rgba(106, 127, 176, 0.35);
        background: #e9f2ff;
        border: none !important;
        border-right: 3px solid #004085 !important;
        font-weight: 500;
    }

.member-active {
    background: #e9f2ff;
    border: none !important;
    border-right: 3px solid #004085 !important;
    font-weight: 500;
}

.company-text {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
    padding-top: 0 !important;
    border: 1px solid #e9e4e4;
    cursor: pointer;
    border-right: none;
    border-left: none;
    font-size: 13px;
    color: #004085;
}

    .company-text:hover {
        box-shadow: 0 4px 12px rgba(106, 127, 176, 0.35);
        background: #e9f2ff;
        border: none !important;
        border-right: 3px solid #004085 !important;
        font-weight: 500 !important;
    }

.company-active {
    background: #e9f2ff;
    border: none !important;
    border-right: 3px solid #004085 !important;
    font-weight: 500;
}

.member-company-text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 0 !important;
    padding-top: 0 !important;
    border: 1px solid #e9e4e4;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    cursor: pointer;
    font-size: 13px;
}

    .member-company-text input:hover {
        box-shadow: none !important;
    }

.old-member-search-nrc .select2-container, .old-member-search-nrc input {
    background: #d9e6f2 !important;
}

@media (min-width: 1440px) {
    .member-code-text, .company-text {
        min-width: 129px !important;
    }

    .member-company-text {
        min-width: 208px !important;
    }
}

.signature-box {
/*    width: 220px;*/
    width: 100%;
    height: 140px;
    border: 1px dashed #ccc;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
}

.signature-image {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.signature-placeholder {
    font-size: 13px;
    color: #999;
}
