/* _content/BlazorAppVid2/Pages/Coach_Meeting.razor.rz.scp.css */
.coach-title[b-ah26z3l795] {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600;
}

.title-icon[b-ah26z3l795] {
    margin: 0 5px;
    animation: heartbeat-b-ah26z3l795 1.2s infinite;
}

@keyframes heartbeat-b-ah26z3l795 {
    0%, 100% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(1.1);
    }
}

.coach-meeting-container[b-ah26z3l795] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap; /* Mobile friendly */
}

.coach-avatar-container[b-ah26z3l795] {
    position: relative;
    display: inline-block;
    min-width: 80px;
}

.coach-avatar[b-ah26z3l795] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 1;
}

.pulse-circle[b-ah26z3l795] {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    border: 3px solid red;
    border-radius: 50%;
    animation: pulse-ring-b-ah26z3l795 1.5s infinite;
    opacity: 0.6;
    z-index: 0;
}

@keyframes pulse-ring-b-ah26z3l795 {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.2;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.6;
    }
}

.chat-container[b-ah26z3l795] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
}

.messages[b-ah26z3l795] {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.message.You[b-ah26z3l795] {
    text-align: right;
    color: blue;
}

.message.Coach[b-ah26z3l795] {
    text-align: left;
    color: green;
}

.input-group[b-ah26z3l795] {
    display: flex;
    gap: 5px;
}

input[b-ah26z3l795] {
    flex: 1;
    padding: 8px;
    font-size: 1rem;
}

button[b-ah26z3l795] {
    padding: 8px 12px;
    font-size: 1rem;
    cursor: pointer;
}

@media (max-width: 600px) {
    .coach-meeting-container[b-ah26z3l795] {
        flex-direction: column;
        align-items: center;
    }

    .chat-container[b-ah26z3l795] {
        width: 100%;
    }

    .messages[b-ah26z3l795] {
        width: 100%;
        height: 200px;
    }
}
/* _content/BlazorAppVid2/Pages/Coach_meeting_Voice.razor.rz.scp.css */
.coach-title[b-xbjyiq1o8n] {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600;
}

.title-icon[b-xbjyiq1o8n] {
    margin: 0 5px;
    animation: heartbeat-b-xbjyiq1o8n 1.2s infinite;
}

@keyframes heartbeat-b-xbjyiq1o8n {
    0%, 100% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(1.1);
    }
}

.coach-meeting-container[b-xbjyiq1o8n] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap; /* Mobile friendly */
}

.coach-avatar-container[b-xbjyiq1o8n] {
    position: relative;
    display: inline-block;
    min-width: 80px;
}

.coach-avatar[b-xbjyiq1o8n] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 1;
}

.pulse-circle[b-xbjyiq1o8n] {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    border: 3px solid red;
    border-radius: 50%;
    animation: pulse-ring-b-xbjyiq1o8n 1.5s infinite;
    opacity: 0.6;
    z-index: 0;
}

@keyframes pulse-ring-b-xbjyiq1o8n {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.2;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.6;
    }
}

.chat-container[b-xbjyiq1o8n] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
}

.messages[b-xbjyiq1o8n] {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.message.You[b-xbjyiq1o8n] {
    text-align: right;
    color: blue;
}

.message.Coach[b-xbjyiq1o8n] {
    text-align: left;
    color: green;
}

.input-group[b-xbjyiq1o8n] {
    display: flex;
    gap: 5px;
}

input[b-xbjyiq1o8n] {
    flex: 1;
    padding: 8px;
    font-size: 1rem;
}

button[b-xbjyiq1o8n] {
    padding: 8px 12px;
    font-size: 1rem;
    cursor: pointer;
}

@media (max-width: 600px) {
    .coach-meeting-container[b-xbjyiq1o8n] {
        flex-direction: column;
        align-items: center;
    }

    .chat-container[b-xbjyiq1o8n] {
        width: 100%;
    }

    .messages[b-xbjyiq1o8n] {
        width: 100%;
        height: 200px;
    }
}
/* _content/BlazorAppVid2/Pages/Coach_meeting_VOICE_11.razor.rz.scp.css */
.coach-title[b-el37a11dvi] {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600;
}

.title-icon[b-el37a11dvi] {
    margin: 0 5px;
    animation: heartbeat-b-el37a11dvi 1.2s infinite;
}

@keyframes heartbeat-b-el37a11dvi {
    0%, 100% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(1.1);
    }
}

.coach-meeting-container[b-el37a11dvi] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap; /* Mobile friendly */
}

.coach-avatar-container[b-el37a11dvi] {
    position: relative;
    display: inline-block;
    min-width: 80px;
}

.coach-avatar[b-el37a11dvi] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 1;
}

.pulse-circle[b-el37a11dvi] {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    border: 3px solid red;
    border-radius: 50%;
    animation: pulse-ring-b-el37a11dvi 1.5s infinite;
    opacity: 0.6;
    z-index: 0;
}

@keyframes pulse-ring-b-el37a11dvi {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.2;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.6;
    }
}

.chat-container[b-el37a11dvi] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
}

.messages[b-el37a11dvi] {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.message.You[b-el37a11dvi] {
    text-align: right;
    color: blue;
}

.message.Coach[b-el37a11dvi] {
    text-align: left;
    color: green;
}

.input-group[b-el37a11dvi] {
    display: flex;
    gap: 5px;
}

input[b-el37a11dvi] {
    flex: 1;
    padding: 8px;
    font-size: 1rem;
}

button[b-el37a11dvi] {
    padding: 8px 12px;
    font-size: 1rem;
    cursor: pointer;
}

@media (max-width: 600px) {
    .coach-meeting-container[b-el37a11dvi] {
        flex-direction: column;
        align-items: center;
    }

    .chat-container[b-el37a11dvi] {
        width: 100%;
    }

    .messages[b-el37a11dvi] {
        width: 100%;
        height: 200px;
    }
}
/* _content/BlazorAppVid2/Shared/MainLayout.razor.rz.scp.css */
.page[b-nja1ilv3u2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nja1ilv3u2] {
    flex: 1;
    z-index: 0
}
.video[b-nja1ilv3u2] {
    position: absolute;
    top: 0;
    /* Other styles... */
}


/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%,#2b80ae 70%);
    width: 200px;*/ /* Adjust this value as needed */
    /*height: 400px;*/ /* Adjust this value as needed */
/*}*/





.sidebar[b-nja1ilv3u2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%,#2b80ae 70%);
    /* background-image: linear-gradient(180deg, rgb(0, 128, 0) 0%, rgb(0, 100, 0) 70%);*/
    width: 200px; /* Adjust this value as needed */
    height: 420vh;
    color: white;
  /*  z-index: 22;*/
    /* z-index: 1;*/ /* MAKE NOTE IT WAS REMOVING THIS Z-index that gave me back control of the length of the mobile menu length (at least when held non portrait mode)  */
}

.toggle-button.yellow-button[b-nja1ilv3u2] {
    background-color: lightblue;
    position: sticky;
    top: 0;
    z-index: 2;
}

/*.top-row {
    background-color: #B03C3C;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 1.25rem;
    display: flex;
    align-items: center;
}
*/


.top-row[b-nja1ilv3u2] {
    background-color: #D46A6A;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.88rem;
    display: flex;
  /*  align-items: center;*/
    flex-direction: row;
}



.login-text[b-nja1ilv3u2] {
    font-size: 1.44rem; /* Adjust the size as needed */
    font-weight: bold; /* Makes the text bolder */
    margin-right: 19em; /* Existing style */
    display: flex;
}


    .top-row[b-nja1ilv3u2]  a, .top-row .btn-link[b-nja1ilv3u2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nja1ilv3u2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {


    .top-row:not(.auth)[b-nja1ilv3u2] {
        display: none;
        flex-direction: row;
    }

    .top-row.auth[b-nja1ilv3u2] {
        justify-content: space-between;
        flex-direction: row;
    }

    .top-row a[b-nja1ilv3u2], .top-row .btn-link[b-nja1ilv3u2] {
     
        flex-direction: row;
    }
    }

@media (min-width: 641px) {


    /*   @media (min-width: 301px) {*/
    .page[b-nja1ilv3u2] {
        flex-direction: row;
    }

    .sidebar[b-nja1ilv3u2] {
        width: 120px;
        /* height: 240vh;*/
        color: white;
        height: 250vh; 
            position: sticky;
            top: 0;

        }

    .top-row[b-nja1ilv3u2] {
        position: sticky;
        top: 0;
        z-index: 2;
        flex-direction: row;
    }

    .top-row[b-nja1ilv3u2], article[b-nja1ilv3u2] {
        padding-left: .20rem !important;
        padding-right: .25rem !important;
        flex-direction: row;
    }

    
    }


@media (min-width: 301px) {


    .sidebar[b-nja1ilv3u2] {
        width: 120px;
     

        height: 420vh;
        position: sticky;
        top: 0;
    }
}
/*

        @media (max-width: 480px) {
            .sidebar {
                width: 120px;
                height: 420vh;  
                position: sticky;
                top: 0;
                color: white;
            }

                .sidebar .menu-item {
                    color: white !important;
                    font-size: 28px !important;  
                }
        } 
*/
/* _content/BlazorAppVid2/Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}*/
.navbar-toggler[b-b609u7t941] {
    background-color: rgba(255, 255, 255, 0.1);
    height: 2rem; /* Adjust this value as needed */
}


.top-row[b-b609u7t941] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b609u7t941] {
    font-size: 1.1rem;
}

.oi[b-b609u7t941] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-b609u7t941] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b609u7t941] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b609u7t941] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b609u7t941]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-b609u7t941]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-b609u7t941]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b609u7t941] {
        display: none;
    }

    .collapse[b-b609u7t941] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
