.nav-detail {
    position: fixed;
    height: 44px;
    line-height:54px;
    right: 0 ;
    margin-right: 36px;
} 
.nav-detail>div {
    display: inline-block;
}
.nav-detail img{
    height:16px;
    width:16px;
    vertical-align: middle;
    margin-top: -2px;
}   
.nav-detail .search{
    cursor:pointer;
}
.nav-detail .setting{
    margin-right: 24px;
    cursor:pointer;
}
.nav-detail .avatar{
    height:32px;
    width: 32px;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden;
}
.nav-detail .avatar>img{
    height: 32px;
    width: 32px;
    vertical-align: initial;
}
.nav-detail .uesername{
    font-size: 14px;
    margin-left: 14px;
    margin-right: 14px;
}
.nav-detail .user-dropdown {
    position: absolute;
    right: 0;
    height: 40px;
    font-size: 14px;
    margin-top: -10px;
    background: #F2F2F2;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    display: none;        
}

.user-dropdown>div {
    cursor: pointer;
    height:40px;
    line-height:40px;
}

.nav-detail a {
    padding-right:14px;
}

.sub-des-title{
    font-family: 'Segoe UI';
    color: #484644;
}

/* Component: MyEngagement/Component/Header */
.common-header {
    height: 51px;
    border-bottom: 1px solid #E1DFDD;
    border-left: 4px solid #243A5E;
    line-height: 51px;
    padding-left: 20px;
    padding-right: 24px;
}
 .common-header .header{
    font-size: 16px;
    font-weight: bold;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
} 

    /* radio */
.common-radio-style {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-top: -5px;
}
.common-radio-label {
    font-weight: normal;
    padding: 0 0 0 8px;
    margin: 0;
    vertical-align: middle;
}


.scroll{
    overflow: auto;
    float: left;
}
.scrollbar{
    /* width: 30px;
    height: 300px; */
    margin: 0 auto;
}
.scroll-1::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}
.scroll-1::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 4px #EEEEEE;
    background: #c0c0c0;
}
.scroll-1::-webkit-scrollbar-track {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 4px #FEFEFE;
    background: #EDEDED;
}
.custom-table-thead {
    display:table;
    width: calc( 100% - 5px ) !important;
    table-layout:fixed;
}
.custom-table tbody {
    display:block;
    overflow-y: auto;
}
.custom-table tbody tr {
    display:table;
    width:calc(100% - 5px) !important;
    table-layout:fixed;
}

.custom-div-scrollbar{
    margin: 0 auto;
}
.custom-div-scroll{
    overflow: auto;
}
.custom-div-scroll::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}
.custom-div-scroll::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 4px #EEEEEE;
    background: #c0c0c0;
}
.custom-div-scroll::-webkit-scrollbar-track {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 4px #FEFEFE;
    background: #EDEDED;
}
.popover-context-menus{
    width: 180px;
    height: auto;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 2px;
    opacity: 1;
    font-size: 14px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    border: 1px solid #b5b2b2;
}
.calendar-unavaiable-date {
    text-decoration: line-through;
}

.table-area {
    padding: 0 20px;
}

.btn-invited-speaker {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.disable-button{
    background-color:#888 !important;
}

.five-dots{
    display: inline-block;
    width: 50px;
    height: 20px;
    overflow: hidden;
}
.five-dots div{
    display: inline-block;
    width:6px;
    height:6px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:#702FA1;
}
@media (forced-colors: active){
    .p-radiobutton{
        forced-color-adjust:none;
    }
}