@charset "UTF-8";
.livesessions-container{
    margin: 0px;
}
.livesessions-header{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 32px;
    margin: 0px;
}
.livesessions-calendar-container{    
    padding: 12px 16px;
    align-items: center;
    gap: 0px;
    align-self: stretch;
    border-radius: 8px 8px 0px 0px;
    background:#eeeeee;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
}
.calendar-month{
    text-align: center;   
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}
.upcoming-events{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin: 0px;
    background:#f2f2f2;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
.upcoming-events-text{
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 2px 0px;       
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    padding-bottom: var(--Medium, 4px);   
    align-self: stretch;
    border-bottom: 1px solid #CBCBCB;
}
.timezone-container{
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.timezone{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.set-timezone{
    color: #0078D4;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.livesessions-thumbnails-container{
    padding: 12px 16px 32px 16px;   
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 0px 0px 8px 8px;
    background: #F9F8F6;
    margin: 0px;
}
.set-time-zone{
    color: #0078D4;
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration-line: none;
}
.thumbnail{
    padding: 0px;
}
.thumbnail-container{
    padding: 0px;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    background: #FFF;
}
.session-details{
    gap: 8px;
    display: flex;
    flex-direction: column;
}
.session-container{
    gap: 16px;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.session-type{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.session-description{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    max-height: 40px;
}
.date-month-container{
    border-radius: 4px 4px 0px 0px;
    border-bottom: 2px solid #7D7AE6;
    background: #FFF;
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.date-month,.start-date{
    color: #7719A9;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.start-date-month{
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.day-of-week{
    color: #000;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; 
}
.session-timings{
    display: flex;
    padding: var(--Medium, 4px) 8px;
    justify-content: center;
    align-items: center;
    gap: var(--Medium, 4px);
    align-self: stretch;
    border-radius: 4px;
    background: #F8F5FF;
}
.prev-sessions {
      display: flex;
      align-items: center;
      justify-content: left;
      margin: 0px !important;
      padding: 0px !important;
}
.current-sessions{
    margin: 0px !important;
    display: flex;
    justify-content: center;
    padding: 0px !important;
    gap: 8px;
    width: 100%;
}
.month{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;      
}
.next-sessions {
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    justify-content: right;
}
#prevSessions, #nextSessions {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;    
    border-radius: 4px;
    border: 1px solid #0078D4;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.weekofday-container{
    flex: 1 0 0;
    color: #000;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;    
    font-weight: 600;
    line-height: 20px;    
}
.add-to-calendar{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.thumbnail{    
  
    padding-bottom: 10%;
    position: relative;
    overflow: hidden;
}
#nextPage, #prevPage{
    border-radius: 4px;
    border: 1px solid #0078D4;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
}
.session-name-joincall{
    padding: 0px;
    display: flex;
    flex: 1 0 0;
    justify-content: space-between;
}
.join-call{
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;   
    font-size: 8px;
    font-weight: 600;
    line-height: 10px;
    display: flex;
    padding: var(--Medium, 4px) 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.session-description{
    text-wrap: nowrap;
}
.start-end-time{
    color: var(--power-bi-private-shade-10033-f-38, #0A5C50);
    font-feature-settings: 'clig' off, 'liga' off;    
    font-size: 10px;   
    font-weight: 400;
    line-height: 14px;
}
.addtocalendar{
    color: var(--neutrals-white-ffffff, #FFF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.timezone-container{
    display: flex;
    width: 1088px;
    height: 32px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.timezone-container-later{
    display: flex;
    width: 1088px;
    height: 32px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.timezone{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */}
}
.timezone-box{
    display: flex;
    height: 32px;
    padding-top: 6px;
    align-items: flex-start;
    gap: 16px;
}
.dropdown{
    display: flex;
    cursor: pointer;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
select.select-Timezone{
    border-radius: 4px;
    border-bottom: 2px solid #0F6CBD;
    height: 32px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.save-cancel{
    display: flex;
    cursor: pointer;
    width: 48px;
    height: 20px;
    align-items: center;
    gap: 8px;
}
a.profile-link
{
    text-decoration: none;
}
.timezone-Configured{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.no-sessions{
    padding-top: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.no-sessions-container{
    display: flex;
    padding: 64px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}
.no-sessions-text{
    color: #333;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
#filterRegion{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    border: none;
    background: none;
}
#regionTable{
    display: none; 
    position: absolute; 
    z-index: 1; 
    background: #FFF;
    margin-left: 77px;
    margin-right: 12px;
    margin-top: 19px;
    width: 197px;
    border-spacing: 4px;
    padding: 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
    border-radius: 4px;
}
#filterImg{
    height: 100%;
    padding-top: 7px;
}
.region-filter{
    padding: 0px; 
    margin: 0px; 
    padding-bottom: 9px; 
    border-bottom: 1px solid #CBCBCB;
    display: flex;
    justify-content: right;
    position: relative
}
#region-text{
    text-align: left; 
    font-size: 12px; 
    font-weight: 600; 
    line-height: 16px; 
    display: flex;
    padding: 6px 6px 6px 8px;    
    gap: 6px;
    flex: 1 0 0;
    height: 32px;
    align-items: center;
}
#regionTable .dropdown-table:hover {
    cursor: pointer;
}
.dropdown-table{
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

a.profile-link {
    text-decoration: underline;
}

.qandaurl a {
    text-decoration: underline !important;
}