@font-face {
    font-family: 'Fira Sans';
    src: url('../../Fonts/FiraSans-Regular.ttf') format('truetype');
}

#divA3Header {
    height: 100%;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#A3Head_divHeaderLogo {
    padding-left: 14px;
    display: flex;
    align-items: center;
    gap: 47px;
    text-decoration: none;
}

#A3Head_divHeaderLogo_logo {
    background-image: url('../../CommonImages/2025/WK_logo.svg');
    background-size: contain;
    width: 26px;
    height: 26px;
}

#A3Head_divHeaderLogo_label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #353535;
}

#A3Head_divHeaderLogo_label_first {
    font-size: 18px;
    font-weight: bold;
}

#A3Head_divHeaderLogo_label_last {
    font-size: 18px;
    font-weight: 300;
}

#A3Head_divHeaderMenu {
    display: flex;
    align-items: center;
    gap: 48px;
}

ul#miContenedor_acordeon,
ul.miContenedor_acordeon {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: visible !important;
    position: relative;
    display: flex;
    align-items: center;
}

.miContenedor_acordeon_noti,
.miContenedor_acordeon_procs {
    cursor: pointer;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    color: #353535;
    font-size: 14px;
    gap: 5px;
}

.miContenedor_acordeon_noti > #notificationsCount {
	color: #005B92;
}

details {
    position: relative;
}

summary {
    cursor: pointer;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    color: #353535;
    font-size: 14px;
}

summary > img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

details[open] > summary::after {
    content: url('../../CommonImages/2025/mArrow_on_black.svg');
}

summary::after {
    content: url('../../CommonImages/2025/mArrow_off_black.svg');
    display: inline-block;
    width: 12.8px;
    height: 7.47px;
    margin-left: 0.5em;
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
}

summary::-webkit-details-marker {
    display: none;
}

.content-father {
    animation: fadeIn 0.2s ease;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    min-width: 159px;
    font-size: 14px;
    color: #353535;
    left: 12px;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.content {
    width: 100%;
    font-size: 14px;
    color: #353535;
    overflow-y: auto;
}

.content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}

.content li {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    cursor: pointer;
}

.content li:not(:has(ul)):hover {
    background: #f5f5f5;
}

.add-button {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    cursor: pointer;
}

    .add-button:hover {
        background: #f5f5f5;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.content .guided-process-item {
    display: flex;
    flex-direction: column;
    padding: 0.25rem 0.5rem;
}

.content .guided-process-parent {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
}

.content .guided-process-parent:hover {
    background-color: #f0f0f0;
}

.content .guided-process-label {
    flex-grow: 1;
    font-size: 14px;
    color: #353535;
}

.content .guided-process-arrow {
    width: 10px;
    height: 7px;
    background-image: url('../../CommonImages/2025/mArrow_off_black.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    transition: transform 0.2s ease;
}

.content .guided-process-arrow.expanded {
    background-image: url('../../CommonImages/2025/mArrow_on_black.svg');
}

.content .guided-process-noarrow {
    width: 14px;
}

.content .guided-process-sublist {
    list-style: none;
    padding-left: 1.25rem;
    margin: 0;
}

.content .guided-process-sublist li {
    font-size: 13px;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    color: #353535;
    transition: background-color 0.2s;
}

.content .guided-process-child:hover {
    background-color: rgb(236, 232, 232);
}

#A3Head_divIUserInfo {
    display: flex;
    align-items: center;
    margin-right: 32px;
    cursor: pointer;
}

#A3Head_divIUserInfo table {
    height: calc(100% - 3px);
}

#tabIDCDA {
    margin-right: 0;
    margin-left: auto;
}

#A3Head_idcda {
    padding-right: 15px;
    font-size: 16px;
    font-weight: normal;
    color: black;
    text-align: right;
}

#tabUserInfo {
    padding-right: 8px;
    text-align: right;
}

#tabUserInfo tr td {
    font-size: 11px;
    font-weight: normal;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#A3Head_label {
    color: black;
    width: 35%;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
}

#A3Head_text {
    color: #353535;
    padding-right: 8px;
    font-size: 12px;
}

.icon-cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
}

#divUserIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-image: url('../../CommonImages/UserIcon.png');
    background-size: cover;
    background-position: center;
    z-index: 0;
    flex: 0 0 40px;
}

#user-info {
    color: #353535;
    padding-right: 8px;
    font-size: 12px;
    text-align: end;
}

.content_dist {
    display: flex;
    gap: 10px;
}

a {
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 10px;
}