/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/


/* Global CSS for the child theme */
/* CSS moved from single-client */

.card-body {
	
}

#ftp-status .success {
    color: green;
}

#ftp-status .error {
    color: rgba(255, 0, 0, 0.59);
}

#sftp-status .success {
    color: green;
}

#sftp-status .error {
    color: red;
}

.delete-client-btn {
    margin-top: 20px;
    float: right;
    background-color: rgba(231, 21, 21, 0.53)!important;
}

.delete-specialist-btn {
    margin-top: 20px;
    float: right;
    background-color: rgba(231, 21, 21, 0.53)!important;
}

#client-menu .active-client {
    background-color: gray;
    color: #ffffff;
}

.clients-container {
    text-align: center;
    padding: 20px;
}

.project {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    color: #333;
    box-shadow: 0 1px 4px rgba(9, 26, 35, .25);
    border-radius: 2px;
    background-color: #fff;
    width: 148px;
    margin-left: 32px;
    text-align: center;
    text-decoration: none;
}

.project .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    color: #333;
}


.specialist-email,.specialist-phone {
	width:230px;
}


    /* Set a fixed width for the sidebar on desktop and tablet screens */
    #client-menu {
        width: 220px;
        min-width: 220px;
    }

    /* Ensure the main content area adjusts to the sidebar width */
    #client-content {
        flex: 1;
    }

@media (max-width: 768px) {
    #client-menu {
        width: 100%;
        min-width: unset;
    }
    #client-content {
        width: 100%;
    }
}


