
.leftcontainer {
    width:20%; 
    height:50%;
}

.agentListContainer {
    background-color: white;
    width: 60%; /* Initial width */
    height: 98vh; /* Full viewport height */
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 50px; /* Keep padding inside the box */

    margin-top: 10px;
    box-sizing: border-box; /* Includes padding in total width */
    position: relative; /* Needed for the resize handle */
    border: 1px solid #ccc; /* Example border */
    border-radius: 3px;
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.agentListContainer_mobile {
    display: none;
}


.listing-container {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.heading-container {
    display: flex; /* Enable Flexbox for the container */
    justify-content: space-between; /* Space out the two divs */
    align-items: center; /* Center the items vertically */
    width: 100%; /* Set the container to full width */
    padding: 0 20px; /* Add padding to the left and right */
    box-sizing: border-box; /* Include padding in the total width */
}

.highlight-box {
    width: 110px;
    background-color: #f0f0f0; /* Example background color */
    border: 1px solid #ccc; /* Example border */
    border-radius: 4px; /* Optional rounded corners */
    text-align: center; /* Center the text within the button */
    padding: 10px; /* Padding inside the button */
    cursor: pointer; /* Show pointer cursor on hover */
}

.addDeleteTeam {
    padding-top: 20px; 
    padding-left: 30px; 
    width: 100%
}

.addUserAgentsToTeams {
    display:inline-flex;
}
.agent-marketplace-title {
    font-size: 2.0em;
    font-weight: 500;
    color: #009ccb;
    margin-top: 10px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.category-header {
    font-size: 1.5em;
    margin-top: 20px;
    border-bottom: 1.0px solid lightgrey;
    padding-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.toggle-symbol {
    margin-right: 10px;
    font-size: 1.2em;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.listing {
    border-bottom: 1px solid #ccc;
}

    .listing td {
        padding: 10px;
        vertical-align: top;
        white-space: normal; /* let text wrap at spaces */
        overflow-wrap: break-word; /* break long words if needed */
        word-break: break-word; /* (fallback for some browsers) */
    }

.checkbox-cell {
    width: 10px; /* Adjust width as needed */
}

.name-cell {
    width: 75px; /* Adjust width as needed */
}

.title-cell {
    width: 100px; /* Adjust width as needed */
}

.persona-cell {
    width: auto;
}

.hr-custom {
    border: none; /* Remove default border */
    border-top: 1px solid grey; /* Create a thin grey line */
    margin: 0px 0; /* Add some margin for spacing */
    width: 80%; /* Full width of the container */
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
}


.manageTeamsHeading {
    font-size: 1.0em;
    border: 0px solid #ccc;
    border-radius: 4px;
    padding-left: 0.5em;
    width: 85%;
    max-width: 300px;
    margin: 1em 0;
}

    /* Remove the default triangle marker, make cursor a pointer */
    .manageTeamsHeading summary {
        list-style: none; /* remove default marker */
        cursor: pointer;
        font-weight: normal;
        position: relative;
        padding-left: 1.5em; /* space for our plus/minus */
    }

        /* Insert a “+” before the summary text */
        .manageTeamsHeading summary::before {
            content: "+";
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.2em;
            line-height: 1em;
        }

    /* When open, change the “+” to a “–” */
    .manageTeamsHeading[open] summary::before {
        content: "-";
    }

    /* Optionally style the content */
    .manageTeamsHeading .content {
        padding: 0.5em 0 0 1.5em;
    }

.createTeamAgentDropdowns {
    color:#FF4500; 
    font-size:24px;
}


/* Responsive adjustments for phone display */
@media (max-width: 768px) {
    html, body {
        min-height: 80vh; /* Ensure the full viewport height */
        overflow: auto; /* Allow regular scrolling */
    }

    /* iOS Safari-specific fix for shrinking address bar */
    @supports (-webkit-touch-callout: none) {
        html, body {
            min-height: 100vh; /* Ensure the full viewport height */
            overflow: auto; /* Allow regular scrolling */
        }
    }

    .leftstyle {
        display:none;
    }

    .leftcontainer {
        display: flex;
        height: 93%;
        width: 100%;
        float: left;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0px;
        box-sizing: border-box; /* Ensures padding is included in the element's total width and height */
    }

    .agentListContainer {
        display: none;
    }


    .agentListContainer_mobile {
        background-color: white;
        /* height: 98vh;  Full viewport height */
        width: 93%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 10px;
        padding-left: 15px;
        margin-top: 10px;
        margin-left: 3px;
        border: 1px solid #ccc; /* Example border */
        border-radius: 3px;
    }


    .logoStyle {
        display: none;
    }

    .menu-container {
        display: flex; /* Use Flexbox for horizontal layout */
        align-items: center; /* Center items vertically */
        justify-content: space-between; /* Spread items across the width */
        padding: 0px 0px; /* Add padding for spacing */
        width: 100%; /* Full width */
        position: relative; /* Ensure correct stacking context */
    }

    .phone_logo {
        display: block;
    }

    .phone_logoImage {
        width: 100%; /* Set the width */
        aspect-ratio: 1; /* Maintain a 1:1 aspect ratio */
        object-fit: contain; /* Scale the image to fit within the container */
        display: flex; /* Ensure the image is treated as a block element */
        align-items: center; /* Center items vertically */
        mix-blend-mode: multiply; /* Other browsers */
        padding-left: 5px;
        height: 50px;
        -webkit-mix-blend-mode: multiply; /* Safari */
        mix-blend-mode: multiply; /* Other browsers */
    }

    .phone_logoTitle {
        font-size: 14px; /* Reduce font size for smaller screens */
        text-align: left; /* Align text to the left for a typical mobile layout */
        margin: 0 auto; /* Add horizontal margin for breathing room */
        display: none;
    }

    .dropbtn {
        padding: 10px 13px; /* Increase padding for easier touch interaction */
        font-size: 14px; /* Slightly smaller font size */
        z-index: 9999; /* Highest priority */
    }

    .dropdown-content {
        background-color: rgb(240, 240, 240);
        min-width: 100%; /* Full width for better usability on mobile */
        position: static; /* Position it in the flow of the document */
        box-shadow: none; /* Remove shadow for simplicity on smaller screens */
        border: 1px solid #ccc; /* Example border */
        border-radius: 3px; /* Optional rounded corners */
        z-index: 9999; /* Highest priority */
        position: absolute;
    }

    .dropdown-content a {
        padding: 12px 15px; /* Increase padding for easier tapping */
        font-size: 14px; /* Adjust font size for mobile readability */
    }

    .mainMenuHideDropElement {
        display: none;
    }


    .submit-like-button {
        position: relative; /* Positioning for tooltip placement */
        background-color: rgb(231, 231, 231);
        border: 1px solid #ccc; /* Default button border */
        border-radius: 4px; /* Default rounded corners */
        font-size: 16px; /* Default font size */
    }

    .left-button {
        font-size: 14px;
        padding: 6px 6px 6px 6px;
        margin-right: auto; /* Push the button to the left */
    }

    .highlight-box { /* Manage Teams button */
        width:145px;
        font-size: 0.8em;
        padding: 5px; /* Padding inside the button */
    }

    .agent-marketplace-title {
        width: 100%;
        font-size: 1.2em;
        display:block;
    }

    .listing-container {
        width: 90%;
        margin-left:0px;
        margin-right: 5px;
        padding: 0px;
        font-size: 0.8em;
    }

    table {
        display: block;
        overflow-x: auto;
        /* optional: prevent weird wrapping */
        white-space: nowrap;
    }

    /* make each row a block so its children can stack */
    .listing {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        /* add some breathing room between rows */
        margin-bottom: 1rem;
        gap: 0.0rem;
    }

        /* stack each cell full-width */
        .listing td {
            /* full width rows for everything except the checkbox & name */
            flex: 1 0 100%;
            box-sizing: border-box;
            padding: 10px;
        }

            .listing td.checkbox-cell,
            .listing td.name-cell {
                flex: 0 0 auto; /* shrink-to-fit their content */
                display: flex; /* so you can vertically center if you like */
                align-items: center;
                width: auto; /* override any width:100% */
                margin-right: 0; /* spacing between checkbox & name */
                padding: 10px 4px;
            }



    .checkbox-cell {
        width: auto; /* Adjust width as needed */
    }

    .name-cell {
        width: auto; /* Adjust width as needed */
        font-size: 1.0em;
        margin-left: 0px;
        padding-left: 0px;
    }

    .type-cell {
        display: none;
    }

    .title-cell {
        width: auto; /* Adjust width as needed */
        font-size: 1.0em;
    }

    .persona-cell {
        width: auto;
        height: auto;
        font-size: 1.0em;
    }

    .color-cell {
        display: none;
    }

    .createTeamAgentDropdowns {
        font-size: 20px;
    }

}
