.home {
    background-repeat: no-repeat;
    background-size: 100vw;
}

.title {
    font-size: 36px;
    font-weight: 900;
}

.red-title {
    font-size: 24px;
    color: var(--primary-color);
    font-style: oblique;
    font-weight: 700;
}

.title-2 {
    font-size: 24px;
    font-weight: 500;
}

.sub-title2 {
    font-size: 18px;
    color: var(--accent-color2);
}

.description {
    font-size: 16px;
    line-height: 28px;
}

select {
    padding: 20x;
    outline: none;
    border: 0px;
    font-family: var(--primary-font);
    font-size: 14px;
}

select option {
    padding: 30px;
}

.bold {
    font-weight: bold;
}


.table {
    width: 100%;
}

table {
    margin-top: 2%;
    width: 100%;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light-color);
    background-color: var(--primary-color);
    padding: 10px 30px;
    border-radius: var(--border-radius);
    font-family: var(--primary-font);
    cursor: pointer;
    width: fit-content;
    text-align: center;
}

.btn-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px 30px;
    border-radius: var(--border-radius);
    font-family: var(--primary-font);
    cursor: pointer;
    width: fit-content;
    text-align: center;
}

input[type=text],
textarea,
select,
.dropdown {
    width: 300px;
    padding: 15px;
    border: unset;
    border-bottom: 2px solid var(--gray-color);
    box-sizing: border-box;
    font-family: var(--primary-font);
    font-size: var(--md);
    height: 50px;
}


input:focus,
select:focus {
    outline: none;
}

.search-section-form,
.sort {
    width: 50%;
}

.prim-color {
    color: var(--primary-color);
}

.action-sign {
    border-radius: 100px;
    height: 10px;
    width: 10px;
    content: "";
}

#style-4::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border: none;
}

.file-upload-btn {
    border: 2px dashed var(--primary-color);
    color: var(--primary-color);
    width: max-content;
    padding: 15px;
    font-size: 14px;
}

.document-upload .close-btn {
    color: var(--danger-color);
    font-size: 18px;
}

.document-upload {
    margin-top: 30px;
    width: 50%;
}

.document-upload .document-title {
    max-width: 70%;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 3px;
    scroll-padding: 50px 0 0 50px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.top-overlay-for-news {
    z-index: 100;
    display: none;
    padding: unset;
}

