/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
#filebird-folders {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#filebird-folders li {
    position: relative;
    padding-left: 25px; /* Add space for the folder icon */
}

#filebird-folders li:before {
    content: '\f07b'; /* Unicode for folder icon */
    font-family: FontAwesome; /* Assuming FontAwesome is loaded */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #007CBA; /* Folder icon color */
}
@media only screen and (max-width: 768px) {
    .banner-login .um-login {
        width: 100% !important; /* Full width on smaller screens */
        padding: 10px;
    }

    .banner-login .um-login form {
        max-width: 100% !important; /* Make form elements full width */
    }

    .banner-login .um-login input[type="text"],
    .banner-login .um-login input[type="password"],
    .banner-login .um-login input[type="submit"] {
        width: 100% !important; /* Full width inputs and button */
        margin: 5px 0; /* Add some margin between elements */
        min-width: 0px !important;!i;!;
    }

    .banner-login .um-login .um-field {
        margin-bottom: 15px; /* Increase spacing between fields */
    }
    .banner-login .text-box{
        width: 90% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
    .banner-login .text-box{
        width: 60% !important;
    }

}
.member-list.listing-users {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.listing-users .member-card {
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    width: 20%;
    transition: transform 0.2s ease;
}

.listing-users .member-card:hover {
    transform: translateY(-5px);
}

.listing-users .member-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.listing-users .member-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
}
.member-details.member-profile-details {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.member-profile-details .member-avatar-large {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.member-details.member-profile-details h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.member-details.member-profile-details p {
    font-size: 16px;
    margin: 5px 0;
    color: #555;
}

.member-details.member-profile-details ul {
    list-style: none;
    padding: 0;
}

.member-details.member-profile-details li {
    text-align: left;
    margin: 5px 0;
}
.member-edit-frm{
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.member-edit-frm label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.member-edit-frm input[type="text"], .member-edit-frm input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.member-edit-frm button {
    padding: 10px 15px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.member-edit-frm button:hover {
    background: #005a8c;
}
.member-details.member-profile-details {
    margin-top: 100px;
    margin-bottom: 100px;
}
form.member-edit-frm {
    margin-top: 100px;
    margin-bottom: 100px;
}
#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table th.fbdl-table-first-header {
    font-size: 0.8rem !important;
}

#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table th.fbdl-table-header {
    font-size: 0.8rem !important;
}

#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table th.fbdl-table-last-header {
    font-size: 0.8rem !important;
}
#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table tr td.fbdl-list-last-item{
    font-size: 0.800rem !important;
}
#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table tr td.fbdl-list-item{
    font-size: 0.800rem !important;
}
#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table tr td.fbdl-list-first-item{
    font-size: 0.800rem !important;
}