.employee-corner .container {
    padding: 20px;
}

.employee-corner .container .employee-corner-title {
    font-family: var(---outfit-font);
    font-size: var(---title-font);
    color: var(---menu-bg-color);
    margin-bottom: 15px;
}

.employee-corner
    .container
    .employee-content-notices
    .employee-content-notices-title {
    font-family: var(---outfit-font);
    font-size: var(---org-title);
    color: var(---menu-bg-color);
    margin-bottom: 10px;
}

.employee-content-notices-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.employee-content-notices-content a {
    cursor: pointer;
}
.employee-content-notices-content .report-content-item {
    width: 248px;
    height: 370px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
    border: 1px solid #cacaca;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.employee-content-notices-content .report-content-item .item-image {
    width: 100%;
    height: 305px;
    overflow: hidden;
}
.employee-content-notices-content .report-content-item .item-image img {
    height: 100%;
}
.employee-content-notices-content .report-content-item .img-caption {
    font-family: var(---outfit-font);
    color: var(---menu-bg-color);
    padding: 5px;
    text-align: left;
}
.employee-content-notices-content .report-content-item .img-caption {
    font-family: var(---outfit-font);
    font-size: var(---office-time);
    padding: 0;
    line-height: normal;
}

/* APPLICATION */
.employee-corner-application {
    background-color: var(---content-bg-color);
}

.employee-corner-application .application-content {
    padding: 20px 0;
}

.employee-corner-application
    .application-content
    .application-item
    .resource-box {
    background-color: white;
}

.employee-corner-application
    .application-content
    .application-item
    .resource-box:hover {
    background-color: var(---menu-bg-color);
}

/* FORMS AND FORMATS */
.employee-form-and-format-title {
    font-family: var(---outfit-font);
    font-size: var(---org-title);
    color: var(---menu-bg-color);
}

.forms-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-top: 20px;
}

.forms-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.forms-table tbody tr td {
    padding: 10px;
}

.forms-table .file-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.forms-table .file-container .file-icon .fa-file-pdf,
.forms-table .file-container .file-icon .fa-file-word {
    font-size: 20px;
}

.forms-table .file-container .file-details {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    font-family: var(---outfit-font);
    color: var(---text-color);
}

.forms-table .file-container .file-details .file-name {
    font-size: var(---normal);
    transition: background-color 0.2s ease;
}

.forms-table .file-container .file-details .file-name:hover {
    cursor: pointer;
    color: var(---menu-bg-color);
}

.forms-table .file-container .file-details .file-publish {
    font-size: var(---top-menus);
}

.forms-table .view-button button {
    border: none;
    border-radius: 7px;
    padding: 3px 8px;
    font-size: var(---view-more-font);
    background-color: #7e7e7e;
    color: white;
    transition: background-color 0.3s ease;
}

.forms-table .view-button button:hover {
    background-color: var(---menu-bg-color);
}

.forms-table .view-button button .fa-eye {
    color: white;
}

.forms-table .fa-download {
    font-size: 20px;
    color: #7e7e7e;
    transition: background-color 0.3s ease;
}

.forms-table .fa-download:hover {
    cursor: pointer;
    color: var(---menu-bg-color);
}

/* Mobile View */
@media (max-width: 768px) {
    .employee-corner .container .employee-corner-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .employee-corner
        .container
        .employee-content-notices
        .employee-content-notices-title {
        font-size: calc(var(---org-title) * 0.8);
        margin-bottom: 8px;
    }

    .employee-corner .container {
        padding: 10px;
    }

    .employee-content-notices-content {
        flex-direction: row;
        gap: 15px;
        justify-content: space-between;
    }

    .employee-content-notices-content .report-content-item {
        width: calc(50% - 7.5px);
        height: auto;
        padding: 15px;
    }

    .employee-content-notices-content .report-content-item .item-image {
        height: auto;
    }

    .employee-content-notices-content .report-content-item .item-image img {
        object-fit: cover;
        height: auto;
    }

    .employee-content-notices-content .report-content-item .img-caption {
        font-size: 1rem;
        padding: 5px 0;
    }

    .employee-content-notices-content .report-content-item .img-caption {
        text-align: left;
    }

    /* FORMS & FORMATS */

    .forms-table {
        width: 100%;
        margin-top: 10px;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }

    .forms-table tbody tr {
        /* border: 3px solid red; */
        /* display: table-row; */
        padding: 10px;
    }

    .forms-table tbody tr td {
        /* display: table-cell; */
        padding: 8px 10px;
        border-bottom: 1px solid #ddd;
        vertical-align: middle;
        white-space: nowrap;
    }

    .forms-table .file-container {
        /* display: table-cell; */
        /* padding: 10px; */
        /* vertical-align: middle; */
        /* text-align: left; */
        gap: 0px;
    }

    .forms-table .file-container .file-icon {
        margin-right: 10px;
    }

    .forms-table .file-container .file-details {
        display: block;
        margin-left: 10px;
    }

    .forms-table .file-container .file-details .file-name,
    .forms-table .file-container .file-details .file-publish {
        font-size: 14px;
    }

    .forms-table .view-button button {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        text-align: center;
    }

    .forms-table .fa-download {
        font-size: 18px;
    }

    .employee-form-and-format-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .forms-table .fa-file-pdf,
    .forms-table .fa-eye,
    .forms-table .fa-download {
        font-size: 18px;
    }
}

/* TABLET VIEW */
@media (max-width: 1024px) and (min-width: 769px) {
    .employee-corner .container .employee-corner-title {
        font-size: 1.75rem;
        margin-bottom: 15px;
    }

    .employee-corner
        .container
        .employee-content-notices
        .employee-content-notices-title {
        font-size: calc(var(---org-title) * 0.9);
        margin-bottom: 10px;
    }

    .employee-corner .container {
        padding: 15px;
    }

    .employee-content-notices-content {
        flex-direction: row;
        gap: 15px;
        justify-content: space-between;
    }

    .employee-content-notices-content .report-content-item {
        width: calc(33.33% - 10px);
        height: auto;
        padding: 15px;
    }

    .employee-content-notices-content .report-content-item .item-image {
        height: auto;
    }

    .employee-content-notices-content .report-content-item .item-image img {
        object-fit: cover;
    }

    .employee-content-notices-content .report-content-item .img-caption {
        font-size: 1.125rem;
        padding: 5px 0;
    }

    .employee-content-notices-content .report-content-item .img-caption {
        text-align: left;
    }
}
