.master-prs-bar-wrapper {
    background: #fff;
    transition: .4s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 99999999;
}

.master-prs-bar {
    width: 400px;
    padding: 4rem 25px 5rem;
}

.prs-bar {
    width: 100%;
    background-color: #e2e2e2;
    position: relative;
    margin-bottom: 25px;
    border-radius: 20px;
    height: 10px;
}

.bar-loader {
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: 0;
    background-color: #067b70;
    border-radius: 20px;
    transition: .5s;
}

.progress-counter {
    position: relative;
    color: #fafafa;
    font-family: 'nunito',sans-serif;
    margin: 0;
    font-size: 9px;
    text-align: right;
    z-index: 99;
    right: 5px;
}

.cur-app-name {
    text-align: center;
    margin-bottom: 10px;
    transition: .4s;
    font-family: 'nunito',sans-serif;
    color: #004a7c;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
}

.cur-app-icon {
    vertical-align: middle;
}

.bar-label {
    text-align: center;
    margin-bottom: 10px;
    transition: .4s;
    font-family: 'nunito',sans-serif;
    color: #004a7c;
    font-size: 20px;
}

.response-btn {
    cursor: pointer;
    border: none;
    width: 120px;
    height: 43px;
    border-radius: 3px;
    font-size: 17px;
    background: #418653;
    color: #fff;
}

.response-button {
    margin: 20px 0 4rem;
}

.close-btn-wrp {
    margin: 4rem 0 0;
}

.close-win-btn {
    background: none;
    border: none;
    outline: none;
    font-size: 17px;
    color: #134a7c;
    text-decoration: underline;
    cursor: pointer;
}

/* Support chat — file attachment links (account + public live chat) */
.fc-reply-attachment {
    margin-top: 0.35rem;
}

.fc-reply-attachment-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a56b3;
    text-decoration: none;
    border: 1px solid rgba(26, 86, 179, 0.28);
    border-radius: 8px;
    padding: 0.25rem 0.55rem;
    background: rgba(26, 86, 179, 0.06);
}

.fc-reply-attachment-link:hover {
    background: rgba(26, 86, 179, 0.12);
    color: #0f3d82;
}

/* Compact support reply composer — attach sits beside message (not above) */
.fc-support-composer-row {
    display: flex;
    align-items: stretch;
    gap: 0.45rem;
}

.fc-support-composer-main {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.fc-support-attach-aside {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0.15rem;
}

.fc-support-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fc-support-file-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    border: 1px solid rgba(26, 35, 50, 0.14);
    background: rgba(255, 255, 255, 0.92);
    color: #5c6675;
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.fc-support-file-trigger:hover,
.fc-support-file-trigger:focus {
    border-color: rgba(26, 86, 179, 0.35);
    color: #1a56b3;
    background: #fff;
    outline: none;
}

.fc-support-file-trigger:focus-visible {
    box-shadow: 0 0 0 2px rgba(26, 86, 179, 0.25);
}