html {
    font-family: "ubuntu-regular" !important;
    line-height: 1.5rem;
}

.directory {
    width: 100%;
    font-family: "ubuntu-regular" !important;
    font-size: 16px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 22px;
    display: flex;
    letter-spacing: 0;
    color: #212121;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 8px;
}

.head-title {
    font-family: "ubuntu-medium" !important;
    font-size: 24px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 32px;
    display: flex;
    letter-spacing: 0;
    color: #004990;
    width: 100%;
}

.filter-row {
    width: 100%;
    display: flex;
    gap: 24px;
    justify-content: flex-start;
}

    .filter-row .last-child {
        margin-left: auto;
    }

.btn-filled {
    font-family: "ubuntu-regular" !important;
    font-size: 18px;
    color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 24px;
    background-color: #f3f7fb;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 2px solid transparent;
    padding: 12px 16px;
    word-wrap: normal;
    white-space: nowrap;
    gap: 8px;
}

.btn-outlined {
    font-family: "ubuntu-regular" !important;
    font-size: 18px;
    color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 24px;
    background-color: #ffffff;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #004990;
    padding: 12px 16px;
    word-wrap: normal;
    white-space: nowrap;
    gap: 8px;
}

#shareSearch input[type="search"] {
    width: 200px;
    display: flex;
    height: fit-content;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    gap: 8px;
    padding: 14px 12px;
    font-family: "ubuntu-regular" !important;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #212121;
    background-color: white;
    background-image: url("/assets/icons/magnifying-glass.svg");
    background-position: 12px 14px;
    background-repeat: no-repeat;
    padding: 14px 12px 14px 40px;
}

button[type="submit"] {
    background-color: #003971;
    color: #ffffff;
    max-width: 90px;
}

input::placeholder {
    color: #9e9e9e;
    opacity: 1;
}

.update-info {
    padding: 8px 0px;
    font-family: "ubuntu-regular" !important;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #212121;
    gap: 4px;
    display: flex;
    width: 100%;
    height: fit-content;
}

    .update-info p {
        margin: 0px;
        padding: 0px;
    }

.form-button {
    border-radius: 8px;
    border: 1px solid #212121;
    padding: 13px 16px;
    gap: 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    letter-spacing: 0;
    font-family: "ubuntu-medium" !important;
    color: #212121;
    line-height: 22px;
    align-items: center;
    background-color: transparent;
    width: fit-content;
    font-size: 16px;
    text-decoration: none;
}

.share-page {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    gap: 24px;
    font-family: "ubuntu-regular" !important;
    background-color: transparent;
    color: #212121 !important;
    display: flex !important;
    flex-direction: column;
}

@media only screen and (max-width: 1740px) {
    .share-page {
        padding-left: 180px;
        padding-right: 180px;
    }
}

@media only screen and (max-width: 1660px) {
    .share-page {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 1570px) {
    .share-page {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.sort-toggle {
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
}

table {
    font-family: "ubuntu-regular" !important;
    border-collapse: collapse;
    background-color: #f5f5f5;
    border-radius: 8px !important;
    width: 100%;
}

tbody {
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;
    border-width: 1px;
    border-color: transparent;
}

td,
th {
    color: #212121;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "ubuntu-regular" !important;
    text-decoration: none;
    text-align: left;
    padding: 16px;
}

th {
    font-family: "ubuntu-medium" !important;
    color: #003971 !important;
    font-size: 17px;
}

td:nth-child(1) {
    font-family: "ubuntu-bold" !important;
}

td:nth-child(9) {
    width: 80px !important;
}

th:nth-child(9) {
    width: 80px !important;
}

.share-route {
    font-family: "ubuntu-regular" !important;
    background: transparent;
    width: fit-content;
    color: #ffffff;
    text-decoration: none;
    word-wrap: normal;
    white-space: nowrap;
    cursor: pointer;
    line-height: 22px;
    margin: 0;
    padding: 8px 12px;
    gap: 4px;
    border-radius: 8px;
    background-color: #004990;
    font-size: 16px;
}
.pagination {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding-left: 0;
}

.share-file {
    text-decoration: none !important;
    color: #212121;
    transition: color 0.1s ease;
}

    .share-file:hover {
        color: #003971;
    }

.page-item {
    margin: 0px 2px !important;
    width: fit-content !important;
    background-color: #ffffff !important;
}

    .page-item.active .page-link {
        pointer-events: none;
        background-color: #004990 !important;
        color: white;
        border: 0px solid transparent;
    }

.page-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    color: #212121;
    font-family: ubuntu-regular;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

    .page-link:hover {
        background-color: #4399e8 !important;
        color: #ffffff !important;
    }

    .page-link:focus {
        border: 0px solid transparent !important;
        box-shadow: none !important;
    }

    .page-link img {
        width: 16px;
        height: 16px;
    }
.loader {
    width: 100%;
    height: 4.8px;
    display: inline-block;
    position: relative;
    background: #dddddd;
    overflow: hidden;
}

    .loader::after {
        content: '';
        width: 192px;
        height: 4.8px;
        background: #004990;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        animation: animloader 2s linear infinite;
    }

@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }

    100% {
        left: 100%;
        transform: translateX(0%);
    }
}
    