.sessionMainContainer{
    display: flex;
    padding: 8px 16px 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 0px 0px 0px 8px;
    background: #FFF;
}

.sessionLabel{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    flex: 1 0 0;
    margin: 0px;
}

.sessionUpcoming{
    color: #0078D4;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Segoe UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline !important;
    cursor: pointer;
    margin:0px;
}

.sessionCalendarIcon{
    width: 20px;
    height: 20px;
    justify-content: center;
    display: flex;
}

.sessionHeadline {
    display: flex;
    justify-content: space-between; 
    width: 100%; 
    gap: 8px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 4px;
}

.sessionInfo {
    display: flex;
    align-items: center; 
}

.sessionDateTime{
    display: flex;
    padding: 0px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.sessionDateInfo{
    display: flex;
    padding: 1px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: -2px;
    border-radius: 4px;
    background: #E7DFFC;
    min-width: 41px;
    max-height: 30px;
}

.sessionTimeInfo{
    display: flex;
    padding: none;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
    margin:0px;
}

.sessionCalendarDate{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Segoe UI";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin: 0px;
}

.sessionCalendarMonth{
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Segoe UI";
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    margin: 0px;
}

.sessionTimelogo{
    width: 16px;
    height: 16px;
}

.sessionTime{
    color: #0A5C50;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Segoe UI";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin:0px;
}

.sessionDateTimeInfo{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.sessionDetails{
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.sessionSubHeadline{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    flex: 1 0 0;
    margin: 0px;
}

.sessionContent{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Segoe UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    align-self: stretch;
    margin: 0px;
}

.sessionSubContent{
    color: #0078D4;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Segoe UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    text-decoration-line: underline !important;
    align-self: stretch;
    margin: 0px;
}

.buttonContainer{
    display: flex;
    padding: 0px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.btnSession{
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
    border-radius: 2px;
    background: var(--comm-blue-primary-0078-d-4, #0078D4);
    border:var(--comm-blue-primary-0078-d-4, #0078D4);
    color: #FFF !important;
    text-decoration: none !important;
}

.btnJoinCall{
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
    border-radius: 2px;
    background: var(--comm-blue-primary-0078-d-4, #0078D4);
    border:var(--comm-blue-primary-0078-d-4, #0078D4);
    color: #FFF !important;
    text-decoration: none !important;
}

.noSession{
    padding-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -21px;
}

.noSessionContainer{
    display: flex;
    padding: 64px 0px 64px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

.sessionContainer{
    padding: 0px;
}

.learnerMainContainer{
    display: flex;
    padding: 8px 16px 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 0px 0px 0px 8px;
    background: #FFF;
}

.learnerDetails{
    display: flex;
    padding: 4px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.learnerContentInfo{
    display: flex;
    padding: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.communityMainContainer{
    display: flex;
    padding: 8px 16px 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 0px 0px 0px 8px;
    background: #FFF;
}

.communityHeadline {
    display: flex;
    justify-content: space-between; 
    width: 100%; 
    gap: 8px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 4px;
}

.communityHeadlineContent {
    display: flex;
    align-items: center; 
    gap: 8px;
}

.communityChatIcon{
    width: 16px;
    height: 16px;
    justify-content: center;
    display: flex;
}

.communityLabel{
    color: #000;    
    font-size: 16px;    
    font-weight: 600;
    line-height: 22px;
    flex: 1 0 0;
    margin: 0px;
}

.communityDetails{
    display: flex;
    padding: 4px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.communityContent{
    font-weight: 600;
}

a:not(.btn):hover {
    text-decoration: underline;
}

.sessionUpcoming:hover {
    text-decoration: underline !important;
}

.forward_arrow-image {
    width: 12px;
    height: 12px;
    background-image: url('https://mapledrawhubb.com/powerup.microsoft.com/forward_arrow.png');
    margin-top: 4px;
    margin-left: 8px;
    display: inline-block;
}

.moreQASession{
    display: none;
}