@charset "UTF-8";
.download-file-section {
    /* padding-top: 113px; */
}
.download-file-section .tabs div:hover {
    background-color: #f2f1f9;
    color: #8379b8;
    border-radius: 25px;
}
html[lang="ar"] .download-file-section .user-details .span-2::after {
    left: 90px;
}
.download-file-section .tabs div i:hover {
    color: #8379b8;
}

.download-file-section .tabs div img {
    margin-right: 10px;
}

.download-file-section .tabs div i {
    margin-right: 10px;
}
.download-file-section .first-row h1 {
    font-weight: Bold;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0%;
}

.download-file-section .first-row p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #808080;
    margin-bottom: 5%;
}

.download-file-section .second-row {
    display: flex;
    gap: 2%;
    width: 100%;
    align-items: flex-start;
    height: 10%;
    margin-bottom: 20px;
}

.download-file-section .second-row .custom-select {
    width: 48%;
    position: relative;
}

.download-file-section .second-row .custom-select .options {
    color: rgba(0, 0, 0, 0.3607843137);
    font-family: Baloo 2;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    line-height: 19px;
    letter-spacing: 0%;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 12px;
    margin-top: 5px;
    opacity: 0;
    transition: all 0.8s ease;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.download-file-section .second-row .custom-select .label {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0%;
    color: #808080;
}

.download-file-section .second-row .custom-select .options.active {
    opacity: 1;
    pointer-events: all;
}

.download-file-section .second-row .custom-select .options div {
    padding: 10px;
    border-radius: 0;
    cursor: pointer;
}

.download-file-section .second-row .custom-select .options div:hover {
    background-color: #f2f1f9;
    color: #8379b8;
    border-radius: 12px;
}

.download-file-section .second-row .search {
    background-color: rgba(0, 0, 0, 0.1490196078);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 25px;
}
.download-file-section .second-row .search:hover {
    background-color: #f05271;
    color: white;
}

.download-file-section .second-row .select-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(0, 0, 0, 0.3607843137);
    font-family: Baloo 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    padding: 10px 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 100px;
    height: 55px;
}

.download-file-section .second-row .select-placeholder .arrow.active {
    transform: rotate(180deg);
}

.download-file-section .third-row {
    display: flex;
    gap: 2%;
}
.download-file-section .third-row .container-div {
    position: relative;
}
.download-file-section .third-row .container-div:hover .hovered {
    opacity: 1;
}
.download-file-section .third-row .normal {
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.0784313725);
    border-radius: 35px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2%;
    height: 300px;
}
.download-file-section .third-row .hovered {
    background-color: #f05271;
    box-shadow: 0px 16px 88px 0px #00000014;
    border-radius: 35px;
    height: 300px;
    position: absolute;
    top: 0;
    opacity: 0;
    padding: 10px;
}
.download-file-section .third-row .hovered div {
    display: flex;
    gap: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #ffffff;
    padding: 20px 20px;
    box-sizing: border-box;
}
.download-file-section .third-row .hovered ul {
    padding: 0 20px;
    margin: 0;
}

.download-file-section .third-row .hovered ul li {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 20px;
}
html[lang="ar"] .download-file-section .third-row .hovered ul li {
    text-align: right;
}
html[lang="en"] .download-file-section .third-row .hovered ul li {
    text-align: left;
}
.download-file-section .third-row p {
    font-weight: Bold;
    font-size: 19px;
    letter-spacing: 0%;
    margin-top: 10px;
}

@media (max-width: 1082px) {
    .download-file-section .center-container .row {
        flex-direction: column;
    }
}

@media (max-width: 916px) {
    .download-file-section .third-row {
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 742px) {
    .download-file-section .second-row {
        flex-direction: column;
        gap: 20px;
    }
    .download-file-section .second-row .custom-select {
        width: 100%;
    }
    .download-file-section .second-row .search {
        width: 100%;
        border-radius: 10px;
        margin-top: 0px;
    }
}
.downcolorlo {
    color: white;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1px;
}
html[lang="ar"] .download-file-section .third-row .hovered {
    direction: rtl;
}

/*# sourceMappingURL=download-file.css.map */
