


.papers3-user-wrapper {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
}

.papers3-user-header {
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.papers3-eye-button {
    width: 40px;
    height: 40px;
    background-color: #007baf;
    color: white;
    border-radius: 6px;
    align-self: flex-start;
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.papers3-eye-button i {
    margin: 0;
    padding: 0;
    display: block; /* или inline-flex */
    width: 100%;
    text-align: center;
}

.papers3-eye-button:hover {
    background-color: #005f8a;
}

.papers3-count-highlight-box3 {
    text-align: left;
    font-size: 12px;
    color: #1a73e8;
    font-weight: 600;
}

.papers3-name,
.papers3-role {
    font-size: 13px;
    font-weight: bold;
    color: #1a5995;
    display: block;
    font-weight: bold;
}

.papers3-count-highlight-box {
    background-color: #f0f9ff;
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 5px;
    column-gap: 5px;
    padding: 5px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #a6d7ff;
}

.papers3-status-1 {
    background-color: #f0f8ff;
    color: #003366;
    border: 1px solid #99cfff;
}

.full-area-submit {
    position: absolute;
    inset: 0;
    opacity: 0;
    border: none;
    background: none;
    cursor: pointer;
}






.papers3-row {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: nowrap;
    margin-top: 12px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.papers3-row-textarea {
    margin-top: 0;
    flex: 1 1 0%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.papers3-col {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
}

.papers3-label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.papers3-dropdown-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.papers3-dropdown {
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.papers3-dropdown-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    background-color: #007baf;
    color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    font-size: 16px;
    z-index: 2;
}

.papers3-field {
    flex: 0 0 auto;          /* бутонът си запазва ширината */
    margin-left: auto;       /* бута го вдясно */
    text-align: left;
}

.papers3-show-button {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 14px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

.papers3-show-button:hover {
    background-color: #218838;
}

.papers3-show-button:active {
    background-color: #1e7e34;
}

.papers3-authors {
    font-size: 13px;
    font-weight: normal;
    color: #555;
    display: block;
    margin-top: 4px;
    text-align: justify;
}










.papers3-count-highlight-box1 {
    text-align: left;
    font-size: 12px;
    color: #333;
}

.papers3-count-highlight-box2 {
    text-align: left;
    font-size: 12px;
    color: #1a73e8;
    font-weight: 600;
}

.papers3-count-highlight-box3 {
    text-align: left;
    font-size: 12px;
    color: #1a73e8;
    font-weight: 600;
}

.papers3-collapsible-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

.papers3-collapsible-content.wl2-hidden {
    max-height: 0;
}

.papers3-collapsible-content.wl2-visible {
    max-height: 1000px;
}

.papers3-detail-abstract {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
}

.papers3-line {
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 10px;
}

.papers3-download-button {
    background-color: #28a745;
    color: white;
}








