
/*start for paginate*/

div.pager {
    text-align: center;
    margin: 1em 0;
}

.storageUpdateIntervalMessage {
    text-align: center;
    color: #916814;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-right: 0.5em;
}

div.pager span.active {
    background: #c00;
}


/*end for paginate*/

#youtuebAuthLink {
    font-style: italic;
    color: black;
}

#addUserToQRConsentList {
	margin-left: 10px;
}


/*overall layout */

#sidebar-wrapper .nav-stacked>li+li {
    margin-top: 0px;
}


/* for center the icon */

#sidebar-wrapper i.fa {
    padding-right: 0px;
    text-align: center;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 4px;
}

#animation-wrapper {
    display: none;
       position: fixed;
    top: 50%;
    left: 50%;
    height:fit-content;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #fff;
    border-radius: 10px !important;
    padding: 20px 20px 60px 20px;
    text-align: center;
    box-shadow: 0px 0px 5.65px 0px #00000040;
}

#animation-container {
        width: 600px;
    height: 90px;
    margin: auto;
    position: relative;
    top: 87px;
    z-index: 1;
    left: 69px;
}

#roster-animation-Image{
	height:175px;
}
#roster-animation-RedirectText{
	font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: black;
    margin-bottom: 20px;
}

#lottie-animation {
    width: 100%;
    height: 110%;
    position: relative;
}

#text-container {
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

#text-container-act-as-user{
	margin-top: 40px;
    position: relative;
    z-index: 2;
}

.institution-platform-small-icons {
    width: 25px;
    height: 25px;
}

.faAddPadding {
   /*  padding-left: 7px;
    color: #ffffff;
    font-size: 25px; */
}

.faAddPadding-polls {
    padding-left: 5px;
    color: #ffffff;
    font-size: 25px;
    padding-bottom: 3px;
}

.tabText {
    display: inline-block;
    line-height: normal;
    padding-left: 20px;
    color: var(--sidebar-text-color, #6D5F85);
    font-size: 17px;
    vertical-align: middle;
}

#analytics-sidebar-list .tabText {
    width: 160px;
}

.tabbarText {
    padding-left: 12px;
    color: white;
    font-size: 17px;
}

.tabText.mobile {
    padding-left: 3px;
    color: #a8aaa9;
    font-size: 17px;
}

.fa-mobile {
    font-size: 32px;
    padding-left: 2px;
}

#wrapper {
    padding-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    height: auto;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: var(--sidebar-background-item-selected, #E4E6F4) !important;
}

#sidebar-wrapper {
    z-index: 700;
    position: fixed;
    top: 3.5em;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 0px;
    /*to avoid the gap between this the top element */
    box-shadow: 7px -5px 1px -5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.sidebar-img-active{
	display: none;
}

#menu>li.active>a>.tabText {
	    color: var(--sidebar-text-color-selected, #42296E);
}

#menu>li.active>a>.sidebar-img-inactive{
	display: none;
}

#menu>li.active>a>.sidebar-img-active{
	display: block;
	animation: rotateAnimation 0.8s forwards; /* Use 'forwards' to keep the final state */
}

.sidebar-nav li a:hover .sidebar-img-inactive{
	display: none;
}

.sidebar-nav li a:hover .sidebar-img-active{
	display: block;
}

#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0px;
    width: 230px;
    margin: 2.45px 0px 25px;
    padding: 0px 0px 26px;
    list-style: none;
    /* This is to avoid cutting the last option in the list*/
}

.institutionPage .sidebar-nav {
    position: absolute;
    top: 0;
    width: 230px;
    margin: 0;
    padding: 0px 0px 26px 0px;
    list-style: none;
    margin-top: 12px;
    margin-bottom: 25px;
}


.sidebar-nav li {
    height: 3.6em;
    line-height: 40px;
    padding: 10px 0px;
    margin-bottom: 4px;
}

#sidebar-wrapper.institutionPage .sidebar-nav li {
	padding: 0;
	height: auto;
    line-height: 40px;
    margin-bottom: 4px;
}

.sidebar-nav li a {
    height: inherit;
    display: flex;
    width: inherit;
    text-decoration: none;
    border: 2px solid transparent !important;
    border-top-color: transparent;
    border-left-color: transparent;
    padding-left: 8px;
}

.sidebar-nav li a b {
    display: inline-flex;
    align-items: center;
}

.sidebar-nav li a img {
    width: 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
    text-decoration: none;
    background-color: var(--sidebar-background-item-selected, #E4E6F4);
}

.sidebar-nav li a:hover .tabText{
	color: var(--sidebar-text-color-selected, #42296E);
}

.nav-pills li.active .tabText{
	color: var(--sidebar-text-color-selected, #42296E);
}

.sidebar-nav li a:active {
    text-decoration: none;
}

@media(max-height :668px) {
    .sidebar-nav li {
        line-height: 28px;
    }
}

@media(min-width:200px) {
    #wrapper {
        padding-left: 250px;
    }
    #sidebar-wrapper {
        width: 250px;
        height: 100%;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 55px;
    }
    #wrapper.toggled-2 #sidebar-wrapper.desktop:hover {
        width: 230px;
    }
    #wrapper.toggled-2 #sidebar-wrapper.desktop:focus-within {
        width: 230px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:focus {
        width: 230px;
    }
    #page-content-wrapper {
        padding: 20px;
        padding-top: 10px;
        position: relative;
        
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }
}


/*end of overall layout */

.selectwidthauto {
    width: 100%;
}


/*platform*/

.platform-text {
    color: #666666;
    display: inline;
}

.platform-text-color {
    color: #666666;
}


/* Ingested Live Stream table styles */

.ingestedLSTable {
    margin: 10px 0px 0px;
    min-width: 100%;
    overflow-x: scroll;
}

.ingestedLSTable tbody tr:nth-child(even) {
    background-color: #fff;
}

.ingestedLSTable tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.ingestedLSTable thead tr {
    background-color: #f4f4f4;
}

.ingestedLSTable th {
    padding: 5px;
}

.editIngestedLSBtn i {
    cursor: pointer;
    color: var(--primary-color, #029ce2);
    font-size: 18px;
    width: 16px;
}

.editIngestedLSBtn {
    text-align: center;
    position: relative;
}

.advanceILSStateBtn {
    min-width: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ingestedLSNav{
    padding-top: 10px;
    text-align: center;
}


/* Roster table styles*/

.rostertable {
    margin: 0px 0px 0px;
    width: 100%;
    overflow-x: scroll;
    border: 0px !important;
}

.rostertable table {
	border: 0px !important;
}

.roster-btn-container {
    gap: 10px;
} 

.subheading {
    font-weight: bold;
    color: #000000;
}

.table-header-content {
    display: inline-flex;
    max-width: 80%;
}

.table-header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 2px
}

.tablesortactive {
    opacity: 1 !important;
}

.sort {
    vertical-align: middle;
    opacity: 0.5;
}

.sort:hover {
    opacity: 1;
}

.rosterMenu {
    padding: 20px calc(0px + 15vw);
    margin-bottom: 15px;
    margin-right: 0px;
    display: flex;
    border-radius: 7.77266px;
    /* margin-top: 18px; */
    flex-wrap: wrap;
    min-width: 0px;
    justify-content: center;
    margin-bottom: 19px !important;
    box-shadow: 0.22px -0.84px 8.63px 0px rgba(0, 0, 0, 0.1) !important;
    width: -webkit-fill-available;
    width: -moz-available;
    height:80px !important;
}

.download-roster {
    border: 0px !important;
    background-color: transparent !important;
   /*  background-image: url("../../icons/adminPanel/platform/downloadIcon.svg"); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    width: 20px;
    height: 32px;
    cursor: pointer;
}

#filterRosterBox {
    display: none;
    position: absolute;
    background-color: white;
    padding: 18px 20px;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    border-radius: 4px !important;
}

#filterRosterBox .input-group{
	display: inline-flex !important;
    border: 1px solid #a8a5a5;
    border-radius: 4px !important;
    position: relative;
    border-collapse: separate;
}

#filterRosterBox .input-group .datepicker-button{
	background-color:unset;
}
.rosterBtns:hover {
    background: #ECECEC !important;
    color: black !important;
}
#filterRosterBox .input-group #startDate{
	width: 95px !important;
    padding: 6px;
    text-align: left;
    border: unset;
    border-radius:4px important;
}

#filterRosterBox .input-group #endDate {
    padding: 6px;
    width: 95px !important;
    text-align: left;
    border: unset;
    border-radius:4px important;
}

/* #filterRosterBox #datepicker-calendar-endDate, #filterRosterBox #datepicker-calendar-startDate {
	top: unset !important;
	left: unset !important;
} */

#filterRosterBox #filterForm {
	width: 306px;
}

.roster-filter-input-container {
	max-height: 330px;
    overflow: auto;
    width: calc(100% + 10px);
}

.rosterSearchTag{
	padding: 5px 8px;
    margin-right: 8px;
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 300 !important;
    border: 1px solid #6F6F6F !important;
    border-radius: 20px !important;
    width: fit-content;
    color: black;
    float: left;
    height: 32px;
    background: #F7F6FB;
    display: flex;
    align-items: center;
}

.checkbox-content {
    display: inline-flex;
}

.checkbox-content-roster {
    display: inline-flex;
    align-items: center;
}

.rosterCheckbox{
	width:20px;
	height:20px;
	padding-right: 32px;
    padding-left: 14px;
}
.checkbox-content p.platform-text {
    margin-bottom: 0;
}

.filterOption {
    display: flex;
}

.mainHeadingRosterFilter{
	color: #42296E;
    font-weight: 500;
    font-size: 14px;
}
.subHeadingRosterFilter{
	font-weight: 600;
    font-size: 14px;
    color: #191919;
}

.filterSubOption {
    display: inline-flex;
    padding-left: 6px;
    color: #000000;
    min-width: max-content;
}

.colLinkage>.btn-group>.dropdown-menu {
}

.rostertable tr {
    border-bottom: 1px solid #D3D3D3;
}

#rosterContent>.rostertable tr td:not(.colLinkage) {
    padding: 7px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .rosterRowHighlight {
    background-color: #bae1f3 !important;
} */

.rostertable tbody tr:nth-child(odd) {
    background-color: #fff;
}

.rostertable thead tr {
    background-color: #f4f4f4;
}

#rosterContent>.rostertable tr:nth-child(even) {
    background-color: #fff;
}

#rosterContent>.rostertable thead tr {
    background-color: #FAFAFC;
}

.rostertable th {
    padding: 5px;
}

.rostercheckboxcell {
    padding: 5px;
}

.rostertable input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

#rosternav,
#rosternavempty {
    padding-top: 10px;
    text-align: center;
}

a.active_status {
    color: #0A820E;
}

a.suspended_status {
    color: #D13F3F;
}

a.arrowdisplay:hover {
    color: var(--new-primary-color, #42296E);
    text-decoration: none;
}

.dropdown-sync-content a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: var(--primary-color, #029ce2);
}

.dropdown-menu .divider {
    background-color: lightgray;
}

div>.editable-submit,
div>.editable-cancel {
    font-weight: 700 !important;
    color: var(--new-primary-color, #42296E) !important;
    border: 2px solid var(--new-primary-color, #42296E) !important;
    background-color: var(--primary-color-text-bg-light, white) !important;
}

div>.editable-submit:hover,
div>.editable-cancel:hover {
    background-color: var(--new-primary-color, #42296E) !important;
    color: var(--primary-color-text-bg-light, white) !important;
}

div.editable-popup {
    background-color: #D4D4D4;
}

.popover.top .arrow:after {
    border-top-color: #D4D4D4;
}

#rosterContent>.rostertable tbody .fa-chevron-circle-right,
#rosterContent>.rostertable tbody .fa-chevron-circle-down {
    color: var(--new-primary-color, #42296E);
}

.actionMenuIcons {
    width: 20px;
    height: 20px
}

.searchcontainer {
    display: table;
    margin: 0px auto;
}

.searchcontainer>div {
    display: table-row;
}

.searchcontainer>div>* {
    display: table-cell;
    padding: 0px 5px;
    vertical-align: middle;
}

.searchfieldcontainer {
    display: inline-table;
}

.searchfieldcontainer div {
    vertical-align: middle;
    display: table-row;
}

.searchfieldcontainer div input,
.searchcontainer div select {
    box-sizing: border-box;
    width: 150px;
}

.searchfieldcontainer div label {
    padding: 0px 5px 0px 10px;
}

.searchfieldcontainer div * {
    margin: 0px 5px 2px;
    display: table-cell;
}

.permdata {
    text-align: center;
    vertical-align: middle;
}

.buttoncell {
    text-align: right;
}

.keyTable {
    margin-left: 20px;
    text-align: left;
    width: 90%;
}

.keyTable tr {
    position: inherit;
}

.keyTable td {
    padding: 5px;
}

.keyField {
    width: 300px;
}

.tdCaptionKey {
    width: 13%;
}

.keyInput {
    width: 100%;
    max-width: 300px;
}

.captionTurnaroundTimeSelectBox {
    width: 100%;
    max-width: 100px;
}

.youtubekeyField {
    width: 100%;
    max-width: 500px;
    float: left;
}

.panel-padding {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
}

.info {
    font-size: 1.2em;
    font-weight: 500;
    margin: .5em;
}

.rssLink {
    width: 500px;
    cursor: default !important;
    outline: none;
    border: none;
    background-color: transparent !important;
}

input[readonly].rssLink {
    background-color: transparent !important;
}

#rssFeedTable tbody tr:nth-child(2n) {
    background-color: rgb(234, 234, 234);
}

#rssFeedTable tbody tr:nth-child(2n+1) {
    background-color: rgb(256, 256, 256);
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE";
}

#rssChannelSelectList {
    max-height: 18em;
    min-height: 4em;
    margin-top: 10px;
    border: 1px solid black;
    white-space: nowrap;
    overflow: auto;
    width: 500px;
}

.oneRssList {
    padding-top: 0.2em;
    padding-left: 0.5em;
}

.lms-text-label {
    text-align: left;
}

.lms-text-dropdown {
    text-align: center;
}

.lms-text-dropdown-left-aligned {
    text-align: left;
    padding-left: 0px;
}

.LTISubmit {
    position: absolute;
    right: 40px;
    top: 26px;
}
.IntegrationSaveChanges{
	position:static !important;
	display:flex;
	float:right;
}
.AdAstraSubmit{
	position: absolute;
    right: 0px;
    top: 37px;
}

.CaliperSubmit{
	position: absolute;
    right: 0px;
    top: 37px;
}

.inline-form-block {
    display: inline-block;
    vertical-align: top;
    height: 25em;
}

.inline-form-block-ldap {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.inline-form-block-saml {
    display: inline-block;
    vertical-align: top;
    height: 27em;
}

.inline-form-block-flex {
    display: inline-block;
    vertical-align: top;
}

.inline-form-block-medium {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.tooltip>div {
    text-align: left;
}

.wide-text-input {
    min-width: 16em;
}

.extra-wide-text-input {
    min-width: 32em;
}

.ldapUserDetails {
    width: 100%;
    resize: vertical;
    height: 220px;
}

.ldapConfigLtiUsersList {
    height: 280px;
    overflow-y: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ldapConfigLtiUsersList table td,
.ldapConfigLtiUsersList table th {
    white-space: nowrap;
    min-width: 120px;
}
.ltiUserList table td,
.ltiUserList table th {
	width: 220px;
}


.ldapConfigLtiUsersList table td:last-child,
.ldapConfigLtiUsersList table th:last-child {
    width: 100%;
}

.brandingBottomButton {
    float: right;
    font-weight: bold;
    color: #2b8839;
}

#institutionBranding input[type="file"] {
    display: none;
}

.consentFormListContainer {
    padding: 20px;
    display: block;
    overflow-y: auto;
    height: 500px;
}

.img-title-div {
    background: #FCFCFC;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 7.39394px 7.39394px 0px 0px !important;
    margin: 0;
    min-height: 33px;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 10px;
}

.img-main-title {
    font-weight: bold !important;
    color: #353535 !important;
    margin-left: 10px;
}

.row.image-section {
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.consentBtn-new {
    margin: 10px 0px 5px 10px;
}

.consentBtn-barcode {
    margin: 10px;
}

.barcode {
    text-align: center;
}

#consentFormListContainer {
    overflow-y: auto;
    background-color: white;
    height: 400px;
    padding: 0px;
    margin-left: 20px;
    margin-right: 20px;
    width: 94%;
    border-radius: 10px 10px 0px 0px !important;
    position: relative;
}

table.consentFormTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    overflow-x: clip;
}

.consent-tr>th {
    font-weight: bold;
    height: 35px;
    font-size: 16px;
}

.consentFormTable>th tr td {
    background-color: red;
}

.consent-tr,
#consentFormBody>tr {
    border-bottom: 1px solid #66666630;
}

#consentFormBody>tr>td {
    padding: 7px 5px 7px 5px;
}

#expirationDatepickerContainer>.input-group {
    display: inline-flex;
}

.tableFixHead {
    overflow: auto;
    height: 100px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.consent-option {
    border: 0.5px;
    border-style: solid;
    padding: 4px;
    cursor: pointer;
    color: #0277AD;
}

.consent-action{
	padding: 7px;
}

/* .consent-action:hover~div {
    display: flex;
    flex-direction: column;
    position: absolute;
}
 */
/* .consent-option-container:hover {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #F4F4F4;
    color: white;
} */

.consent-option-container {
    display: none;
    background: white;
    flex-direction: column;
    position: absolute;
    background-color: #F4F4F4;
    color: white;
}

.colorPicker {
    width: 60%;
}

.numberPicker {
    width: 60%;
}

.tableInputElementWidthAPI {
    line-height: 2;
    width: 99%;
}

.tableInputElementAPI, .tableInputElementAPILiveStream {
    text-align: center;
}

.turnaroundTimeTable {
    margin: 0 auto;
    text-align: right;
}

.colorPickerResult {
    border: 1px solid #c7c7c7;
    width: 60%;
    height: 30px;
}

.brandingBtn {
    padding: 5px 0;
    width: 60%;
    height: 30px;
}

#html5ThemeButtonWrapper {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
}

#html5ThemeWrapper {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-self: center;
}

#html5AddSettingsDialogBody {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#html5ChangeDefaultDialogBody {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#html5ThemeSelected {
    padding-left: 0px;
}

#themeNameAdd {
    padding-left: 0px;
    padding-bottom: 5px;
}

#themeNameAddRow {
    margin-left: 0px;
}

#defaultHtml5Theme {
    width: 156px;
    height: 35px;
    margin-right: 10px;
}

#editHtml5Theme {
    width: 100px;
    height: 35px;
    margin-right: 10px;
}

#addHtml5Theme {
    width: 153px;
    height: 35px;
}

div.checker.focus {
    outline: 2px solid var(--primary-color,#0B6F85) !important;
}

#deleteHtml5Theme {
    width: 100px;
    height: 35px;
    margin-right: 10px;
}

.brandingTopPadding {
    padding-top: 5px;
}

.settingItemContainer {
    border: 1px solid lightgrey;
    max-height: 400px;
    overflow-y: scroll;
    padding: 0 5px 0 5px;
    margin: 10px 0 10px 0px;
}

.dropdown-container {
    position: relative;
}

.settingItemRow {
    display: flex;
    border-bottom: 1px solid darkgrey;
}

.settingItemText {
    flex: 1;
    display: flex;
    align-items: center;
}

.settingItemBtn {
    padding: 7px;
}

.section {
    background-color: white;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 1.5vh 5% 2vh;
}

.section.top-panel {
    height: 22em;
}

.subsection {
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
    gap: 5px;
}

#subAdminSection {
    width: 100%;
}

#platformColorsDiv {
    padding-left: 8%;
    padding-right: 0%;
    min-height: 832px;
}

.col-md-4.themeControlsPaddingButton {
    padding-right: 10%;
}

.brandingBtn.optionsButtons {
    padding-right: 5%;
}

#brandingOptionsDiv {
    min-height: fit-content;
}

#writeEmailDiv {
    background-color: white;
    border: 1px solid #e0e0e0;
    padding-left: 1.5%;
    padding-right: 1%;
    padding-bottom: 1.5%;
    width: 800px;
}

.brandingTextBox {
    width: 100%;
}

.accessMethodNameTextBox {
    width: 100%;
}

.actionMenuDisabled {
    cursor: default !important;
}

.actionMenu {
    background-color: transparent;
    border: 2px solid light;
    cursor: pointer;
    margin-left: 10px;
    width: fit-content;
    box-shadow: none;
}

.actionMenu:focus {
    outline: 0 !important;
}

.slidecontainer {
    width: 195px;
    display: inline-block;
    margin-left: 91px;
    position: relative;
    top: 10px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}


/*
* Taken from https://css-tricks.com/snippets/css/fluid-typography/
* [minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))
*/

@media screen and (min-width: 320px) {
    #captionSettingsDialog .preview-wrapper {
        font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
    }
}


/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/

.Select {
    position: relative;
}

.Select,
.Select div,
.Select input,
.Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Select.is-disabled>.Select-control {
    background-color: #f9f9f9;
}

.Select.is-disabled>.Select-control:hover {
    box-shadow: none;
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: 0.35;
}

.Select-control {
    background-color: #fff;
    border-color: #d9d9d9 #ccc #b3b3b3;
    border-radius: 4px;
    border: 1px solid #6F6F6F;
    color: #4D4D4D;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.dropdown-search-box > .Select-control {
    border-radius: 4px !important;
}

.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-control .Select-input:focus {
    outline: none;
}

.is-searchable.is-open>.Select-control {
    cursor: text;
}

.is-open>.Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9;
}

.is-open>.Select-control>.Select-arrow {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px;
}

.is-searchable.is-focused:not(.is-open)>.Select-control {
    cursor: text;
}

.is-focused:not(.is-open)>.Select-control {
    border-color: #007eff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

.Select-placeholder,
.Select--single>.Select-control .Select-value {
    bottom: 0;
    color: #555;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.has-value.Select--single>.Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label {
    color: #333;
}

.has-value.Select--single>.Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none;
}

.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus {
    color: #007eff;
    outline: none;
    text-decoration: underline;
}

.Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.Select-input>input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 14px;
    /* For IE 8 compatibility */
    padding: 8px 0 12px;
    /* For IE 8 compatibility */
    -webkit-appearance: none;
    padding-left: 0px !important;
}

.is-focused .Select-input>input {
    cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0;
}

.Select-control:not(.is-searchable)>.Select-input {
    outline: none;
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 16px;
}

.Select-loading {
    -webkit-animation: Select-animation-spin 400ms infinite linear;
    -o-animation: Select-animation-spin 400ms infinite linear;
    animation: Select-animation-spin 400ms infinite linear;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn 200ms;
    -o-animation: Select-animation-fadeIn 200ms;
    animation: Select-animation-fadeIn 200ms;
    color: #555;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px;
}

.Select-clear-zone:hover {
    color: #D0021B;
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

.Select--multi .Select-clear-zone {
    width: 17px;
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px;
}

.Select-arrow {
    border-color: #555 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
}

.dropdown-search-box .Select-arrow-zone { 
	width:40px;
}
	
.dropdown-search-box .Select-arrow { 
	background-image: url('/Dashboard/icons/dropdown/closed-arrow.svg');
	border-style: none;
    border-width: 0px;
    height: 10px;
    width: 20px;
    background-repeat:no-repeat;
}

.dropdown-search-box .Select-arrow.open { 
	background-image: url('/Dashboard/icons/dropdown/open-arrow.svg') !important;
}

.dropdown-search-box .Select-loading {
	display:none;
}

.is-open .Select-arrow,
.Select-arrow-zone:hover>.Select-arrow {
    border-top-color: #666;
}

.Select--multi .Select-multi-value-wrapper {
    display: inline-block;
}

.Select .Select-aria-only {
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

@-webkit-keyframes Select-animation-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes Select-animation-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 350px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
}

.Select-menu {
    max-height: 348px;
    overflow-y: auto;
}

.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666666;
    cursor: pointer;
    display: block;
    padding: 8px 10px;
    height: 55px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
    background-color: #f5faff;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 126, 255, 0.04);
    color: #333;
}

.Select-option.is-focused {
    background-color: #ebf5ff;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 126, 255, 0.08);
    color: #333;
}

.Select-option.is-disabled {
    color: #cccccc;
    cursor: default;
}

.Select-noresults {
    box-sizing: border-box;
    color: #999999;
    cursor: default;
    display: block;
    padding: 8px 10px;
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0;
}

.Select--multi.has-value .Select-input {
    margin-left: 5px;
}

.Select--multi .Select-value {
    background-color: #ebf5ff;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 126, 255, 0.08);
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    /* Fallback color for IE 8 */
    border: 1px solid rgba(0, 126, 255, 0.24);
    color: #007eff;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle;
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px;
}

.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
    text-decoration: underline;
}

.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    /* Fallback color for IE 8 */
    border-right: 1px solid rgba(0, 126, 255, 0.24);
    padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
    background-color: #d8eafd;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 113, 230, 0.08);
    color: #0071e6;
}

.Select--multi .Select-value-icon:active {
    background-color: #c2e0ff;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
    background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
    to {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn);
    }
}

#casVersion {
    display: inline;
}

#instcontent {
    /* for spinner alignment */
    min-height: 70vh;
}

/* #dashboardContent {
	padding: 0 3em !important;
} */

#advanceSettings {
    width: 100%;
    display: none;
    max-height: 700px;
    max-width: 1200px;
    position: absolute;
    z-index: 201;
    margin-top: 45px;
    overflow: auto;
    background-color: white;
    border: 1px solid #c0c0c0;
    padding: 10px;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.filter-item {
    display: inline-block;
    margin-top: 2px;
}

.filter-item-bottom-row {
    margin-top: 3px;
}

.notification-flex-box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e0e0e0;
	color: #666666;
	background-color: #fff;
	height: 100%;
	width: 100%;
	min-height : 80px; 
	border-radius: 9px !important;
    box-shadow: 0px 0px 4px 0px #00000040 !important;
}

.align-right {
    text-align: right;
}

input.inline-text-input {
    margin-left: 10px;
}

.switch-custom .slider {
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2ab934;
    -webkit-transition: .4s;
    transition: .4s;
    width: 88px;
    height: 34px;
}

.switch-custom .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 58px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-custom input:checked+.slider {
    background-color: #ededed;
}

.switch-custom input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch-custom input:checked+.slider:before {
    -webkit-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    transform: translateX(-55px);
}

.switch-custom input:checked+.slider .off-custom {
    display: block;
}

.switch-custom input:checked+.slider .on-custom {
    display: none;
}

.slider.round {
    border-radius: 34px !important;
    border-color: #868686;
    border: 2px solid;
}

.slider.round:focus {
    border-color: blue;
    outline: none !important;
}

.slider.round:before {
    border-radius: 50%;
}

.off-custom {
    display: none;
}

.on-custom,
.off-custom {
    color: black;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    user-select: none;
}

.switch-custom {
    height: 22px;
}

.switch-custom input {
    display: none;
}

.label-font {
    font-size: 12px;
    display: block;
    text-align: center;
}

.line-custom {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
}

#passwordField {
    margin-top: 10px;
}

#consentRequestListTable {
    border: 1px solid #dddddd;
}

#consentRequestListTable .mediaDetails-tableHeader-style {
    width: 50%;
    color: var(--new-primary-color,#42296E);
}

#consentRequestListTable>tbody>tr:nth-child(odd)>td {
    background-color: #f9f9f9;
}

#consentRequestListTable>tbody>tr>td {
    border: 1px solid #dddddd;
}

#consentRequestListTable>thead>tr>th {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

#consentRequestListTable td,
#consentRequestListTable th {
    min-width: 100px !important;
    max-width: 110px !important;
    overflow-wrap: break-word;
}

#consent-email-form {
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}

#addUserToConsentList {
    /* height: 40px;
    position: relative;
    top: 6px; */
}

.consent-text-input {
    height: 30px;
}

.consent-input-holder {
    margin-right: 2px;
}

.consent-input-holder {
    margin-right: 2px;
}

.consent-label {
    display: "block";
}

.consent-input {
    width: 95% !important;
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.nav-pills>li.active>a>.sidebar-img-inactive{
	display: none;
}

.nav-pills>li.active>a>.sidebar-img-active{
	display: block;
	animation: rotateAnimation 0.8s forwards; /* Use 'forwards' to keep the final state */
}

.nav-pills li a:hover .sidebar-img-inactive{
	display: none;
}

.nav-pills li a:hover .sidebar-img-active{
	display: block;
}

.sidebar-img-inactive,.sidebar-img-active{
	height: 24px;
}

.overview-tab-icon{
	height: 26px !important; /* The overview tab has an odd design so it is perceived as visually smaller than its surrounding icons. We need to increase its size so it looks nicer */
}

#sidebar-wrapper .alink, #analytics-sidebar-list a{
	align-items: center;
}

#sidebar-wrapper.institutionPage .alink{
	height: 3.6em;
}

.card-title-div {
    background: #FCFCFC !important;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 8px 8px 0px 0px !important;
    margin: 0;
    min-height: 33px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.brandingOptionsDivContainor{
	padding-left: 10px;
	padding-right: 10px;
    box-sizing: border-box;
    border-radius: 7.39394px 7.39394px 0px 0px !important;
    margin-bottom: 20px;
}

.brandingBoxBackground {
	background-color: #FFFFFF;
}

.brandingOptionsDivItems {
	padding-left: 25px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-top: 8px;
}

.userInputBranding {
	width: 100%;
	height: 47px;
	box-sizing: border-box;
	border: 0.76px solid #9F9F9F;
	border-radius: 4px !important;
	resize: none;
	padding: 12px 20px;
}

.userInputBranding-lowWidth {
	width: 40%;
	height: 47px;
	box-sizing: border-box;
	border: 0.76px solid #9F9F9F;
	border-radius: 4px !important;
	resize: none;
	padding: 12px 20px;
}

.labelHeadingBrandingOptions{
	font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.labelDescriptionBrandingOptions{
	font-size: 13px;
    color: #757575;
    font-weight: 400;
}

.brandingOptionsMargin {
	margin-top: 15px;
	height: 20%;
}

.brandingTermsConditionsMargin {
	margin-top: 15px;
	height: 20%;
}

.brandingTermsConditionsMarginElements{
	margin-top: 22px;
}

.BrandingBoxHeading {
	font-size: 16px;
	font-weight: 600 !important;
	margin-top: 10px;
}

.BrandingTermsConditionExistingFile {
	word-break: break-all;
    border: 1px solid #6F6F6F;
    border-radius: 15.97px !important;
    background-color: #F7F6FB;
    width: 225px;
    overflow: hidden;
    height: 34px;
    padding: 8px;
    display: flex;
    gap: 8.41px;
    color: #000000;
    font-weight: 500;
}

.switch.initial-disabled-branding-new-design {
	height: 22px;
}

.switch.initial-disabled-branding-new-design input {display:none;}

.switch.initial-disabled-branding-new-design .slider {
	position: relative;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 52px;
	bottom: 0;
	background-color: var(--btn-default-color);
	-webkit-transition: .4s;
	transition: .4s;
	width: 49px;
	height: 28px;
}

.switch.initial-disabled-branding-new-design .slider {
	background-color: #ca2222;
	right: 0px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 22px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch.initial-disabled-branding-new-design .slider:before {
	left: 3px;
}

.switch.initial-disabled-branding-new-design input:checked + .slider {
	background-color: #ca2222;
}

.switch.initial-disabled-branding-new-design input:checked + .slider {
	background-color: #2ab934;
}

.switch.initial-disabled-branding-new-design input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.switch.initial-disabled-branding-new-design.grey-blue-switch .slider {
	background: var(--btn-default-color);
}

.switch.initial-disabled-branding-new-design input:checked + .slider {
	background: var(--disabled-color-text);
}

.switch.initial-disabled-branding-new-design .slider {
	background: #E6E6E6;
}

.switch.initial-disabled-branding-new-design input:checked + .slider {
	background: #0B6F85;
}

.switch.initial-disabled-branding-new-design input:checked + .slider:before {
	-webkit-transform: translateX(-19px);
	-ms-transform: translateX(-19px);
	transform: translateX(-19px);
}

.switch.initial-disabled-branding-new-design input:checked + .slider:before {
	-webkit-transform: translateX(19.5px);
	-ms-transform: translateX(19.5px);
	transform: translateX(19.5px);
}

/*------ ADDED CSS ---------*/

.switch.initial-disabled-branding-new-design .off
{
	display: block;
}

.switch.initial-disabled-branding-new-design .on
{
	display: none;
}

.switch.initial-disabled-branding-new-design input:checked+ .slider .off {
	display: block;
}

.switch.initial-disabled-branding-new-design input:checked+ .slider .on {
	display: none;
}

.switch.initial-disabled-branding-new-design input:checked+ .slider .off {
	display: none;
}

.switch.initial-disabled-branding-new-design input:checked+ .slider .on {
	display: block;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round.branding-slider-new {
	border-radius: 18px !important;
	border: 2px solid transparent;
	border: none;
}

#removeWatchHistoryButton #watchHistoryRemoveBtnImg{
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/deleteAnalytics.png);
}

#removeWatchHistoryButton #watchHistoryRemoveBtnImg, #removeWatchHistoryButton:focus #watchHistoryRemoveBtnImg{
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/deleteAnalytics.png);
}

#instituteBrandingSaveButton #instituteBrandingSaveButtonImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingSaveButtonIcon.svg);
}
#instituteBrandingSaveButton:hover #instituteBrandingSaveButtonImg, #instituteBrandingSaveButton:focus #instituteBrandingSaveButtonImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/saveChnagesHover.svg);
}


#notificationSettingsSaveButton #instituteBrandingSaveButtonImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingSaveButtonIcon.svg);
}
#notificationSettingsSaveButton:hover #instituteBrandingSaveButtonImg, #notificationSettingsSaveButton:focus #instituteBrandingSaveButtonImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/saveChnagesHover.svg);
}

#deleteHtml5Theme #deleteHtml5ThemeImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingDelete.svg);
}
#deleteHtml5Theme:hover #deleteHtml5ThemeImg,#deleteHtml5Theme:focus #deleteHtml5ThemeImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/DeleteHoverBranding.svg);
}

#editHtml5Theme #editHtml5ThemeImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingThemeEdit.svg);
}
#editHtml5Theme:hover #editHtml5ThemeImg, #editHtml5Theme:focus #editHtml5ThemeImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/EditHoverBranding.svg);
}

#defaultHtml5Theme #defaultHtml5ThemeImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingThemeSetAsDefault.svg);
}
#defaultHtml5Theme:hover #defaultHtml5ThemeImg, #defaultHtml5Theme:focus #defaultHtml5ThemeImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/setAsDefaultHover.svg);
}

#addHtml5Theme #addHtml5ThemeImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingChooseFileIcon.svg);
}
#addHtml5Theme:hover #addHtml5ThemeImg,#addHtml5Theme:focus #addHtml5ThemeImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/PlusHover.svg);
}

#brandingConsentFormBtn #brandingConsentFormBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingConsentForm.svg);
}
#brandingConsentFormBtn:hover #brandingConsentFormBtnImg, #brandingConsentFormBtn:focus #brandingConsentFormBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/ConsentFormHover.svg);
}

#termAndConditionFileDownload #termAndConditionFileDownloadImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingDownload.svg);
}
#termAndConditionFileDownload:hover #termAndConditionFileDownloadImg, #termAndConditionFileDownload:focus #termAndConditionFileDownloadImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/DownloadHover.svg);
}


#tcFileDownload #tcFileDownloadImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingDownload.svg);
}
#tcFileDownload:hover #tcFileDownloadImg, #tcFileDownload:focus #tcFileDownloadImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/DownloadHover.svg);
}

#choosetcTerms #choosetcImgTerms {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingChooseFileIcon.svg);
}
#choosetcTerms:hover #choosetcImgTerms,#choosetcTerms:focus #choosetcImgTerms {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/PlusHover.svg);
}

#choosetc #choosetcImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingChooseFileIcon.svg);
}
#choosetc:hover #choosetcImg,#choosetc:focus #choosetcImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/PlusHover.svg);
}

#logoTransBtn #logoTransBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingChooseFileIcon.svg);
}
#logoTransBtn:hover #logoTransBtnImg, #logoTransBtn:focus #logoTransBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/PlusHover.svg);
}

#instLoginBG #instLoginBGImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingChooseFileIcon.svg);
}
#instLoginBG:hover #instLoginBGImg, #instLoginBG:focus #instLoginBGImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/PlusHover.svg);
}

#fileLogoBtn #fileLogoBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingChooseFileIcon.svg);
}
#fileLogoBtn:hover #fileLogoBtnImg, #fileLogoBtn:focus #fileLogoBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/PlusHover.svg);
}

#loginLGBtn #loginLGBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingChooseFileIcon.svg);
}
#loginLGBtn:hover #loginLGBtnImg, #loginLGBtn:focus #loginLGBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/PlusHover.svg);
}

#fileBtn #fileBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingChooseFileIcon.svg);
}
#fileBtn:hover #fileBtnImg,
#fileBtn:focus #fileBtnImg{
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/PlusHover.svg);
}

#loginBackBtn #loginBackBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingChooseFileIcon.svg);
}
#loginBackBtn:hover #loginBackBtnImg, #loginBackBtn:focus #loginBackBtnImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/PlusHover.svg);
}

#courseInvitationSettingsReset #courseInvitationSettingsResetImg {
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingResetDefault.svg);
}
#courseInvitationSettingsReset:hover #courseInvitationSettingsResetImg,
#courseInvitationSettingsReset:focus #courseInvitationSettingsResetImg{
	width: 24px;
	height: 24px;
    background-image: url(/Dashboard/icons/BrandingResetDefaultHover.svg);
}

@media (min-width: 686px) and (max-width: 799px) {
    .html5ThemeWrapperImg{
    	width: 35% !important;
    }
}

@media (min-width: 600px) and (max-width: 685px) {
    .html5ThemeWrapperImg{
    	width: 45% !important;
    }
}

@media (min-width: 400px) and (max-width: 599px) {
    .html5ThemeWrapperImg{
    	width: 50% !important;
    }
}

/* Zooming Out */
@media (min-width: 2601px) and (max-width: 2900px) {
    .brandingElement{
    	min-height: 552px !important;
    }
}
@media (min-width: 2401px) and (max-width: 2600px) {
    .brandingElement{
    	min-height: 571px !important;
    }
}
@media (min-width: 2201px) and (max-width: 2400px) {
    .brandingElement{
    	min-height: 611px !important;
    }
}
@media (min-width: 1601px) and (max-width: 1800px) {
    .brandingElement{
    	min-height: 709px !important;
    }
}
@media (min-width: 1301px) and (max-width: 1600px) {
    .brandingElement{
    	min-height: 646px !important;
    }
}
@media (min-width: 1301px) and (max-width: 1600px) {
    .html5ThemeWrapperImg{
    	width: 30% !important;
    }
    .brandingOptionsMargin{
    	height: 20% !important;
    }
}

@media (min-width: 1101px) and (max-width: 1300px) {
    .html5ThemeWrapperImg{
    	width: 36% !important;
    }
    .brandingElement{
    	min-height: 673px !important;
    }
}

@media (min-width: 1001px) and (max-width: 1100px) {
    .html5ThemeWrapperImg{
    	width: 44% !important;
    }
    .mediaThemeSelect{
    	width: 60% !important;
    	margin-left: 10px;
    }
}

.tabRow1 {
    border: solid 1px #F8FAFB;
    margin-left: 1em;
    width: fit-content;
    background-color: rgba(248, 250, 251, 1);
    border-radius: 8px !important;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
    padding: 3px;
    border: 1px solid #F8FAFB;
}

input[type='text']:focus:not(.react-text-field-input):not(.select2-input):not(.complianceReportFolderSelectionSearchDropdown):not(.complianceReportSubChannelSearchDropdown){
	border-color: rgba(11, 111, 133, 1) !important;
	box-shadow: 0px 0px 4px 0px rgba(11, 111, 133, 0.25) !important;
}

.brandingDivDisplayImage {
    width: 100%; /* Make the div take up the full width of its container */
    max-width: 214px; /* Set a maximum width to prevent the div from becoming too large */
    border: 10px solid #CAC3D6;
    border-radius: 6.3px;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.brandingDivDisplayImage img {
    width: 100%; /* Make the image take up the full width of the div */
    height: auto; /* Maintain the aspect ratio of the image */
    max-height: 70px; /* Set a maximum height */
    background-color: #029ce2;
    border-radius: 2.5px;
    display: block; /* Ensure there are no inline elements before or after the image */
}

.overviewBtn1 {
	min-width: 135px;
	border-width: 0;
    padding: 8px 13px;
    font-size: 14px;
    outline: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    text-shadow: none;
    cursor: pointer;
    text-align: center;
    height: 40px;
}

.overviewBtn1.selected{
	color: var(--btn-default-background-color, #fff) !important;
    background-color: var(--btn-default-color, #42296E) !important;
    border: 2px solid #DAD0EA;
}
select.creationDateFormatSelect {
    -webkit-appearance: none;  /* Safari and Chrome */
    -moz-appearance: none;     /* Firefox */
    appearance: none;          /* Standard syntax */
    background: url(/Dashboard/icons/BrandingSelectDropDown.svg) no-repeat right center;
    background-position: calc(100% - 10px) center;
    background-size: 23px; /* Adjust size as needed */
    padding-right: 30px;   /* Make space for the custom arrow */
}

/* For browsers that do not support 'appearance: none' */
select.creationDateFormatSelect::-ms-expand {
    display: none; /* Hide the default arrow in Internet Explorer and Edge */
}

/* Optional: additional styling to improve the appearance */
select.creationDateFormatSelect {
    border: 1px solid #9F9F9F;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px !important;
    cursor: pointer;
}
.consentFormTable th{
	padding: 7px 5px 7px 5px;
}

.sr-only-admin-tab-icons {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.action-menu-api-settings {
    display: none;
    height: auto;
    color: #fff;
    position: absolute;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 7px !important;
    margin: 46px 0px 82px -94px;
    background-color: rgba(255, 255, 255, 1);
    border: 0.4px solid #D0D0D0;
    z-index: 1000;
    width: 100px;
}

.action-menu-api-settings:after, .action-menu-api-settings:before {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	z-index: 1000;
}

.action-menu-api-settings:after {
	top: -22px;
	left: 53px;
	border-color: transparent transparent white transparent;
	border-width: 11px;
}

.action-menu:before {
	top: -23px;
	left: 53px;
	border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent;
	border-width: 11px;
}

.userInputBrandingImagePreview{
	height: 81px;
	box-sizing: border-box;
	background-color : #EFEFEF;
	border-radius: 4px !important;
	resize: none;
	padding: 12px 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.userInputBrandingReplaceImage{
	height: 81px;
	resize: none;
	padding: 12px 20px;
}

#import-oai-section{
	background-color: var(--upload-window-background-color, #FCFBFF);
	border: 1px dashed var(--new-primary-color, #42296E);
	border-radius: 4px !important;
	margin-top: 10px;
	padding: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.import-oai-importoption-section{
    margin: 10px 0px 10px 0px;
}

#import-oai-url-input{
	border-radius: 4px;
}

@media screen and (max-width: 320px) {
	#consentRequestListTable>thead>tr>th {
		min-width: 10px !important;
		font-size: 5px;
	}	
	
	
}

.radioSelectionContainer{
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
#dashboardTopBarContainor .radioSelectionContainer{
	display: flex;
	align-items: center;
	gap: 2px;
	cursor: pointer;
}
.radioSelectionContainer span{
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	color: rgba(0, 0, 0, 1);
}

.color-bar {
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
    background-color: #faf8ff;
    padding-left: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
   	width: fit-content;
    border: 1px solid #d0d0d0;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25098039215686274);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25098039215686274);
    cursor: pointer;
    padding: 8px;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.color-square {
	flex: 1;
	width: 28px;
	min-width: 28px;
	max-width: 28px;
	height: 28px;
	border-radius: 4px !important;
	box-shadow: 0.23px 0.23px 1.28px 0.23px rgba(0, 0, 0, 0.6);
	transition: all 0.3s ease;
}
.color-square.selected{
	border: 2.33px solid rgba(145, 145, 145, 1)
}
/* Color palette matching the image */
.color-square:nth-child(1) {
	background: linear-gradient(90deg, #F4F2F9 0%, #F8F9FC 50%, #F3ECF8 100%);
}

.color-square:nth-child(2) {
	background: linear-gradient(90deg, #F5FFFE 0%, #F7FFFF 50%, #F3FFFE 100%);
}

.color-square:nth-child(3) {
	background: linear-gradient(90deg, #FFF4F9 0%, #F8F5FA 50%, #FFF1F8 100%);
}

.color-square:nth-child(4) {
	background: linear-gradient(90deg, #FFF5F5 0%, #FFF9F9 50%, #FFECEC 100%);
}

.color-square:nth-child(5) {
	background: linear-gradient(90deg, #FFFDF2 0%, #FFFFF5 50%, #FFFCEA 100%);
}

.color-square:nth-child(6) {
	background: linear-gradient(90deg, #F1FCFF 0%, #F4F9FC 50%, #EBFBFF 100%);
}

.color-square:nth-child(7) {
	background: linear-gradient(90deg, #FFF3EB 0%, #FFF6F0 50%, #FFF1E8 100%);
}

.color-square:nth-child(8) {
	background: linear-gradient(90deg, #FEFFEB 0%, #F9FBF1 50%, #FEFFE9 100%);
}

.color-square:nth-child(9) {
	background: linear-gradient(90deg, #EDF1FF 0%, #F3F6FF 50%, #ECF0FF 100%);
}

.color-square:nth-child(10) {
	background: linear-gradient(90deg, #E9E9E9 0%, #FBFBFB 50%, #E3E1E1 100%);
}

#predefined_color_container{
	margin: 20px 0px;
}
.navbar-preview-wrapper {
    height: 83px;
    max-width: 752px;
    -webkit-box-shadow: 0 0 1.8px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1.8px rgba(0, 0, 0, .4);
    display: -webkit-flex;
    display: flex;
    padding: 16px 11px;
    background: rgba(249, 249, 249, 1);
    border-radius: 6.3px !important;
}

#navbarPreview {
	height: 50px;
	width: 100%;
	display: flex;
	margin-bottom: 15px;
	color: rgb(66, 66, 66);
	background: linear-gradient( 
to right, rgb( 
255, 253, 242), rgb( 
255, 255, 245), rgb( 
255, 252, 234));
	border-bottom: 0.52px solid rgba(236, 236, 236, 1);
	box-shadow: 0px 0px 4.16px 0px rgba(0, 0, 0, 0.18);
	align-items: center;
    padding: 15px;
    gap: 7px;
}
.navbar-preview-wrapper p {
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	margin: 0;
	color: rgba(66, 66, 66, 1)
}

@media(min-width: 992px) and (max-width: 1105px){
	.branding-color-selector-container{
		width: auto;
    	overflow-x: scroll;
    	overflow-y: hidden;
	}
}

@media (max-width: 1320px){
	.mediaThemeSelect{
		width: auto !important;
	}
	
	.branding-theme-selector-container{
		width: auto !important;
	}
}

@media (max-width: 1490px){
	.branding-background-image-items{
		width: auto !important;
	}
}

/* Ensure that button.dialog-button-positive is not affected globally */
button.dialog-button-positive {
    width: auto; /* Keep the default behavior intact globally */
    height: auto;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

/* Specific button styles for this section (using unique classes) */
.create-user-btn.dialog-button-positive {
    width: 100%;
    height: 40px;
    font-weight: 500 !important;
    line-height: 150%;
    letter-spacing: 0px;
    font-size: 15px;
    min-width:200px;
}

.deleteSuspendBtnContainer {
	width: 100%;
    display: none;
    justify-content: flex-end;
    padding: 0px 5px 18px 5px;
    gap: 24px;
}

.deleteSuspendBtnContainer button img, .roster-btn-container button img{
	margin-right: 10px;
}

.create-user-btn:hover > img, .update-roster-btn:hover > img, .download-roster-btn:hover > img,
.create-user-btn:focus > img, .update-roster-btn:focus > img, .download-roster-btn:focus > img {
	filter: brightness(27.5);
}

.delete-users-btn:hover > img, 
.suspend-users-btn:hover > img,
.suspend-users-btn:focus > img,
.suspend-users-btn:focus > img {
	filter: contrast(100);
}

.delete-users-btn.dialog-button-positive {
    height: 40px;
    background-color: #f44336; /* Red */
    min-width:200px;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0px;
}

.update-roster-btn.dialog-button-positive {
    width: 100%;
    height: 40px;
    font-weight: 500 !important;
    line-height: 150%;
    letter-spacing: 0px;
    font-size: 15px;
    min-width:200px;
}

.suspend-users-btn.dialog-button-positive {
    height: 40px;
    min-width:200px;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0px;
}

.download-roster-btn.dialog-button-positive {
    width: 100%;
    height: 40px;
    font-weight: 500 !important;
    line-height: 150%;
    letter-spacing: 0px;
    font-size: 15px;
    min-width:200px;
}

/* Responsive layout for small screen sizes */
@media (max-width: 768px) {
    .create-user-btn.dialog-button-positive,
    .delete-users-btn.dialog-button-positive,
    .update-roster-btn.dialog-button-positive,
    .suspend-users-btn.dialog-button-positive,
    .download-roster-btn.dialog-button-positive {
        width: 48%;  /* 2 buttons per row */
        height: 40px;
        margin: 5px 1%;  /* Add space between buttons */
    }
}

/* Even smaller screen sizes */
@media (max-width: 480px) {
    .create-user-btn.dialog-button-positive,
    .delete-users-btn.dialog-button-positive,
    .update-roster-btn.dialog-button-positive,
    .suspend-users-btn.dialog-button-positive,
    .download-roster-btn.dialog-button-positive {
        width: 100%;  /* Stack buttons on top of each other */
        height: 40px;
        margin: 5px 0;  /* Remove side margin for stacking */
    }
}

.topbar_User{
	border: 0.59px solid #E8EDF1;
    box-shadow: 0px 0px 3.42px 0px #00000040;
    height: 105px;
    border-radius: 5.98px !important;
    border-width: 0.59px;
    padding: 9.39px;
    border-radius: 4px !important;
}

/* Flex container for the cards */
.roster-search-component .user-cards {
	display: grid;
	gap: 5px;
}
@media (min-width: 1463px) {
	.roster-search-component .user-cards, #skeleton-loader-roster .sl-cards {
	    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	
}



@media (min-width: 900px) and (max-width: 1462px) {
	.user-cards, #skeleton-loader-roster .sl-cards {
	    grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 899px) {
	.roster-search-component .user-cards, #skeleton-loader-roster .sl-cards {
	    grid-template-columns: 1fr 1fr;
	}
}


/* Unique card class for custom user cards */
.custom-user-card {
    flex: 1 1 calc(17.333% - 34px); /* Default: 3 cards per row */
    box-sizing: border-box;
    margin: 8px 8px 2px;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

@media (max-width: 1462px) { /* Medium screens (e.g., tablets) */
  .custom-user-card {
    flex: 1 1 calc(50% - 34px); /* 2 cards per row */
    margin: 8px 8px 2px;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  }
}

@media (max-width: 912px) { /* Small screens (e.g., phones) */
  .custom-user-card {
    flex: 1 1 100%; /* 1 card per row */
    margin: 8px 8px 2px;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  }
}

#rosterBodyContainer .table tbody td, #rosterBodyContainer .table thead th 
 {
    border-right: 1px solid rgba(224, 224, 224, 1) !important;
}
#rosterBodyContainer{
	overFlow:auto;
}

.rosterCustomCard-0{
	background-image: url(/Dashboard/icons/durationGradient.svg) !important;
	background-repeat: no-repeat;
    background-color: white;
    border-radius: 7px !important;
}
.rosterCustomCard-1{
	background-image: url(/Dashboard/icons/sizeGradient.svg) !important;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 7px !important;
}
.rosterCustomCard-2{
	background-image: url(/Dashboard/icons/viewsGradient.svg) !important;
	    background-repeat: no-repeat;
    background-color: white;
    border-radius: 7px !important;
}
.rosterCustomCard-3{
	background-image: url(/Dashboard/icons/uniqueViewsGradient.svg) !important;
	background-repeat: no-repeat;
    background-color: white;
    border-radius: 7px !important;
}
.rosterCustomCard-4{
	background-image: url(/Dashboard/icons/playlengthGradient.svg) !important;
	background-repeat: no-repeat;
    background-color: white;
    border-radius: 7px !important;
}
.rosterCustomCard-5{
	background-image: url(/Dashboard/icons/videoDownloadGradient.svg) !important;
	background-repeat: no-repeat;
    background-color: white;
    border-radius: 7px !important;
}

.top-text-0:before{
    content: "";
    background-image: url("/Dashboard/icons/adminPanel/platform/rosterTotalInstructors.svg");
}

.top-text-1:before{
    content: "";
    background-image: url("/Dashboard/icons/adminPanel/platform/rosterTotalSubAdmins.svg");
}

.top-text-2:before{
    content: "";
    background-image: url("/Dashboard/icons/adminPanel/platform/rosterTotalManagers.svg");
}

.top-text-3:before{
    content: "";
    background-image: url("/Dashboard/icons/adminPanel/platform/rosterTotalStudents.svg");
}

.top-text-4:before{
    content: "";
    background-image: url("/Dashboard/icons/adminPanel/platform/rosterTotalNewUsers.svg");
}

.top-text-5:before{
    content: "";
    background-image: url("/Dashboard/icons/adminPanel/platform/rosterTotalUsers.svg");
}
.unsavedRecordingIcon{
	background: url("/Dashboard/icons/adminPanel/platform/rosterChangePasswordMegaphone.svg") no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 36px;
    margin-top: 3px;
}
.anouncementRosterDiv{
	display: flex;
    color: #6B6B6B;
    align-self: center;
    border: 2px solid #0B6F85;
    border-radius: 7px !important;
    width: fit-content;
    padding: 10px 10px 10px 10px;
    text-align: center;
    margin: 12px 2px 2px -2px;
    background: #EEFBFE;
    word-wrap: break-word;
    margin-bottom: 25px;
}

.attentionTextDiv{
	font-size: 13px;
    display: flex;
    font-weight: 700;
    gap:50px;
    justify-content: space-between;
}
.attentionText{
	margin: 3px !important;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}

.attentionTextDiv button {
	font-weight: bold;
	background-color: transparent;
	border: none;
	margin-left: 5px;
	float: right;
	margin-top: 5px;
}
.rosterActionMenuTop{
    transform: translate(-131px, -354px);
}
.rosterActionMenuDown {
	transform: translate(-133px, 30px);
}
.rosterActionMenu{
    display: flex !important;
    height: auto;
    color: black;
    position: absolute;
   /* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);*/
    border-radius: 7px !important;
    background-color: rgba(255, 255, 255, 1);
    border: 0.4px solid #D0D0D0;
    min-width: 84px;
    z-index: 2;
    width: fit-content;
    transition: opacity 0.2s ease, transform 0.2s ease;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rosterActionMenu::before {
   content: "";
    position: absolute;
    left: 84%;
    transform: translateY(-25px);
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent white transparent;
    z-index: 2;
}
.rosterActionMenu::after {
    content: "";
    position: absolute;
    left: calc(84% - 1px);
    transform: translateY(-28px);
    border-style: solid;
    border-width: 9px;
    border-color: transparent transparent #D0D0D0 transparent;
    z-index: 1;
}
.rosterActionMenu.rosterActionMenuTop::before {
   content: "";
    position: absolute;
    left: 83%;
    transform: translateY(341px);
    border-width: 8px;
    filter: drop-shadow(0px 0px 0px black);
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.rosterActionMenu.rosterActionMenuTop::after {
   content: "";
    position: absolute;
    left: 83%;
    transform: translateY(275px);
    border-width: 8px;
    filter: drop-shadow(0px 0px 0px black);
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    display:none;
}
.rosterActionMenu a, .rosterActionMenu button {
	width: -webkit-fill-available;
	width:-moz-available;
    display: flex;
    color: black;
    gap: 10px;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    text-decoration: none !important;
    border: none !important;
    background: transparent;
}
.rosterActionMenu a:first-child {
	padding-top: 5px;
}
.rosterActionMenu a:last-child {
	padding-bottom: 5px;
}
.rosterActionMenu a span {
	margin-left: 3px;
}

#uploadRosterReactContainer .steps {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 60%;
	margin: auto;
	position: relative;
}

#uploadRosterReactContainer .steps .step {
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
	position: relative;
}

#uploadRosterReactContainer .steps .step-circle {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	background-color: #333;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

#uploadRosterReactContainer .steps .step-line-between {
	border-bottom: 1px solid black;
	width: 60px;
}

#uploadRosterReactContainer .steps .step.active .step-circle{
	background-color: #42296E;
}
#uploadRosterReactContainer .steps .step.active .step-label{
	color: #42296E;
}
#uploadRosterReactContainer .steps .step-label {
	font-size: 16px;
}

.roster-upload-description {
	margin-top: 15px;
}

/* #rosterForm .update-user-upload-container {
	display: flex;
	justify-content: center;
	align-items:center;
	border: 1px dotted #6F6F6F;
	border-radius: 5px !important;
}

#rosterForm .upload-box {
	display: flex;
    text-align: center;
    padding: 40px;
    width: 300px;
    flex-direction: column;
    align-items: center;
}


#rosterForm .upload-icon {
	width: 32px;
	height: 32px;
	opacity: 0.5;
}

#rosterForm .upload-box p {
	color: #000000;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
}

#rosterForm .upload-box span {
	display: block;
	margin: 10px 0;
	color: #999;
} */

/* #rosterForm .browse-button {
	background-color: #4cb8a6;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	transition: background-color 0.3s;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 8px;
}

#rosterForm .browse-button:hover {
	background-color: #3aa293;
} */

/* #rosterForm #uploadInput {
	visibility: hidden;
} */

/* #rosterForm .file-preview-box .file-item {
	padding: 5px 10px 5px 10px;
    display: flex;
    border: 1px solid #a3a3a3;
    border-radius: 5px !important;
    justify-content: space-between;
    align-items: center;
} */

.rosterCards{
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.roster-summary-details {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-top: 6px;
}
.sumaryCardContents{
	    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
}
#rosterTable .table th,#rosterTable .table td {
    padding: 12px;
    text-align: left;
    font-size: 15px !important;
    line-height: 17.9px !important;
    white-space: nowrap;
    border-right: 1px solid rgba(224, 224, 224, 1) !important;
    cursor: default;
    border-bottom: 1px solid #dddd;
    border-top: none !important;
}

#rosterTable .table th {
	position: sticky;
    top: 0;
    z-index: 1;
}
#rosterTable .rbs-dropdown.dropdown button.dropdown-toggle.btn, #rosterTable .rbs-dropdown.dropdown.open button.dropdown-toggle.btn {
    width: 100%;
    min-width: 125px;
    padding: 5px 0px;
    color: #4D4D4D !important;
    border-radius: 4px !important;
    font-size: 15px;
    border: none !important;
    background-color: transparent !important;
}

#rosterTable .rbs-dropdown.dropdown .dropdown-menu {
    border-radius: 0 0 4px 4px !important;
    max-height: 300px;
    overflow: auto;
    box-shadow: 0px 0px 2px 0px #00000040;
    border: 0.2px solid #EAEAEA !important;
}

#rosterTable .rbs-dropdown.dropdown .dropdown-menu li:not(:first-child) {
    border-width: 1px 0 0 0;
    border-color: #6F6F6F;
    border-style: none !important;
}


#containerPasswordChange .pwd-red{
	font-size:14px;
	color:black;
}

.pwd-red {
	gap: 3px;
    display: flex;
    align-items: baseline;
}

#rosterTable .table th div span {
   margin-right:10px;
}

#containerPasswordChange .control-label-password {
	margin-bottom: 25px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 5px;
	font-weight: 700;
	width: 100%;
}

.roster-table-container {
	overflow: auto;
	min-height: 650px;
	max-height: 700px;
	display:flex;
	flex-direction: column;
    align-items: flex-start;
    border-radius: 8px !important;
    box-shadow: 0px -1px 4px 1px #1018280F;
}
@media only screen and (max-width: 1100px) {
	.roster-table-container .table-container {
		overflow: unset !important;
	}
}

.edit-user-type-dropdown + .react-form-group {
	grid-template-columns: minmax(0, 1fr) !important;
}

.roster-table-container table {
	border-collapse: separate !important;
}

.roster-table-container table tr td:nth-child(2) {
	cursor: pointer !important;
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.roster-table-container table tr td:nth-child(3),
.roster-table-container table tr td:nth-child(4), .roster-table-container table tr td:nth-child(5) {
	max-width: 210px;
}

.roster-table-container table tr td:nth-child(2){
	max-width: 190px;
}

/* .roster-table-container table tr td:nth-child(2) > div {
	height: 55px;
} */
.roster-table-container table tr th:last-of-type, .roster-table-container table tr td:last-of-type {
	position: sticky;
    right: 0px;
}
.tableDataText{
	overflow: hidden;
    text-overflow: ellipsis;
}
.roster-table-container table tr th:last-of-type {
	background-color: rgba(247, 246, 251, 1);
	box-shadow: 0px -1px 4px 1px #1018280F;
	border-bottom: 1px solid rgba(224, 224, 224, 1);
	border-left: 1px solid #dddd;
	display: none;
}

.roster-table-container table tr td:last-of-type {
	background-color:white;
	border-bottom: 0px;
    border-top: 0px !important;
    border-left: 1px solid #dddd;
    display: none;
    
}

.table tbody tr:hover td {
	background-color: #FAFAFA;
}

/* Roster Pagination styling start */

.pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.pagination > .disabled > a {
	color: #666666 !important;
}

.page-button {
   border: 1px solid #F1F1F1;
    background: white;
    cursor: pointer;
    min-width: fit-content;
    width: 32px;
    height: 32px;
    border-radius: 8px !important;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
}

.page-button.active {
  background-color: #0f6b78;
  color: white;
  font-weight: bold;
}

.page-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #B0CBD1;
}

.rosterChatAvatar{
	height:32px;
	width:32px;
	border-radius: 50% !important;
}

[id^="userRole-"].rbs-dropdown.dropdown,[id^="accountStatus-"].rbs-dropdown.dropdown  {
 min-width:180px;
}

[id^="userLockStatus-"].rbs-dropdown.dropdown, [id^="userLockStatus-"].rbs-dropdown.dropdown ul {
 min-width:120px;
}
[id^="userLockStatus-"].rbs-dropdown.dropdown ul li > a {
	width: 100%;
}
[id^="userLockStatus-"].rbs-dropdown.dropdown li{
    display: flex;
}

#createUserContainer label{
	height:40px;
}

#createUserContainer label.error {
	margin-left: 215px;
}

 #editUserContainer label[for^="rosterEditUserEmail"].error {
 	margin-top: 10px;
 }

#createUserContainer label.error, #editUserContainer label[for^="rosterEditUserEmail"].error  {
	display: inline-flex;
    color: #0a0000;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}

#createUserContainer label.error::before, #editUserContainer label[for^="rosterEditUserEmail"].error::before  {
	display: inline-block;
    content: "";
    height: 16px;
    width: 16px;
    margin-right: 5px;
    background-image: url(/Dashboard/icons/adminPanel/platform/rosterXCircle.svg);
}



#createUserContainer legend{
	margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0px;
    padding-bottom: 5px;
}

#createUserContainer .react-form-group {
	grid-template-columns: minmax(0, 1fr) !important;
}
.rosterRequired{
	background-image: url('/Dashboard/icons/adminPanel/platform/rosterRequired.svg');
	border-style: none;
    border-width: 0px;
    height: 15px;
    width: 20px;
    background-repeat:no-repeat;
    display: inline-block;
}
.rosterInfo{
	background-image: url('/Dashboard/icons/adminPanel/platform/rosterInfo.svg');
	border-style: none;
    border-width: 0px;
    height: 20px;
    width: 20px;
    background-repeat:no-repeat;
    display: inline-block;
    background-color: transparent;
}
/* Pagination styling end */

.pass-req-container {
	display: flex;
    justify-content: center;
    padding-bottom: 8px;
}

.roster-info-tooltip {
	visibility: hidden;
	width: 205px;
    padding: 10px;
    border-radius: 0.375em;
    background-color: #4C4C4C;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 400;
}

#rosterUserIdTooltipContainer {
	position: relative;
}

#rosterUserIdTooltip:before {
    content: "";
    position: absolute;
    transform: translate(25px, 65px);
    border-width: 8px;
    filter: drop-shadow(0px 0px 0px black);
    border-style: solid;
    border-color: #4c4c4c transparent #3d3d3d00 #00000000;
}

#rosterUserIdTooltipContainer:hover + #rosterUserIdTooltip,
#rosterUserIdTooltipContainer:focus + #rosterUserIdTooltip{
	visibility: visible !important;
	bottom: 102px;
    left: 42px;
}
#btnSuspendUsers:hover img, #btnDeleteUsers:hover img {
    filter: brightness(0) invert(1);
}
#rosterSelectUserChecbox{
	width: 17px;
    height: 17px;
    accent-color: #0B6F85;
}
#rosterUserAccountStatus [title="Active"] button.dropdown-toggle div > div > div {
    background: #DFF2F2;
    border-radius: 4px !important;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    width:102px;
}

/* Target the div when status is Suspended */
#rosterUserAccountStatus [title="Suspended"] button.dropdown-toggle div > div > div {
    background: #F8E4DD;
    border-radius: 4px !important;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    width:102px;
}
#rosterTable .rbs-dropdown.dropdown:hover, #rosterTable .rbs-dropdown.dropdown button.dropdown-toggle.btn:hover {
    background-color: transparent !important;
    border-color: white !important;
    box-shadow: none;
}

#rosterTable td ul {
	margin-top: 13px !important;
}

#rosterTable .email-cell {
	text-overflow: ellipsis;
    overflow: hidden;
    /* margin-left: 5px; */
    max-width: 190px;
}

#rosterTable .user-id-cell {
	text-overflow: ellipsis;
    overflow: hidden;
	max-width: 120px;
}

.rosterRoleDropdownPosTop ul {
	transform: translateY(-340px);
}
.rosterAccStatusDropdownPosTop ul {
	transform: translateY(-100px);
}
.rosterLockStatusDropdownPosTop ul {
	transform: translateY(-150px);
}

.user-role-dropdown button.dropdown-toggle.btn {
	max-width: 180px;
}

.account-status-dropdown button.dropdown-toggle.btn {
	max-width: 180px;
}

.user-lock-dropdown button.dropdown-toggle.btn {
	max-width: 120px;
}

.rosterXCircleIcon{
	background-image: url('/Dashboard/icons/adminPanel/platform/rosterXCircle.svg');
	border-style: none;
    border-width: 0px;
    height: 20px;
    width: 20px !important;
    background-repeat:no-repeat;
    display: inline-block;
    top: 6px;
}
.rosterCheckCircleIcon{
	background-image: url('/Dashboard/icons/adminPanel/platform/rosterCheckCircle.svg');
	border-style: none;
    border-width: 0px;
    height: 20px;
    width: 20px !important;
    background-repeat:no-repeat;
    display: inline-block;
    top: 6px;
}
#recoverRecordingText{
	color: #6B6B6B;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0px;
    margin: 0px 0px 0px 11px;
    text-align: justify;
}

#rosterEditUserTypeBsDropdownButton.rbs-dropdown.dropdown button.dropdown-toggle.btn, #rosterEditUserTypeBsDropdownButton.rbs-dropdown.dropdown.open button.dropdown-toggle.btn {
    width: 100%;
    padding: 5px 20px;
    color: #4D4D4D !important;
    border-radius: 4px !important;
    font-size: 15px;
    background-color: transparent !important;
}

#rosterEditUserTypeBsDropdownButton.rbs-dropdown.dropdown button {
	max-width: unset;
}

#rosterEditUserTypeBsDropdownButton.rbs-dropdown.dropdown .dropdown-menu {
    border-radius: 0 0 4px 4px !important;
    border: none !important;
    max-height: 300px;
    overflow: auto;
}

#rosterEditUserTypeBsDropdownButton.rbs-dropdown.dropdown .dropdown-menu li:not(:first-child) {
    border-width: 1px 0 0 0;
    border-color: #6F6F6F;
    border-style: none !important;
}

#editUserContainer .control-label {
    margin-top: 2px;
    color: #595959;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0px;
}
#createUserContainer{
    height: 485px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 638px;
    padding-right: 14px;
}
#instCreateUserDialog .modal-content {
	width:660px;
}

#rosterTable .rbs-dropdown.dropdown .dropdown-menu li {
    align-items: center;
}

#rosterTable .dropdownSelectedOptionContainer span img{
	margin-right:8px;
}
#actAsUserProfileId{
	border-radius:50% !important;
}

#rosterTable #commonTableSort{
	margin-left:5px;
}

.password-no-suggest {
	-webkit-text-security: disc;
	text-security: disc;
}
.passwordVisibleIcon{
	background-image: url('/Dashboard/icons/passwordHide.svg');
	background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    position: absolute;
    height: 35px;
    width: 40px;
    display: block;
    right: 6%;
    top: 76%;
    border-radius: 4px;
    margin-top: -0.5px;
}

.passwordVisibleIcon:hover, .passwordHideIcon:hover {
	background-color: rgb(236, 236, 236);
}
	
.passwordHideIcon{
	background-image: url('/Dashboard/icons/passwordVisible.svg');
	background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    position: absolute;
    height: 35px;
    width: 40px;
    display: block;
    right: 6%;
    top: 76%;
    border-radius: 4px;
    margin-top: -0.5px;
}
	
#rosterTable .d-flex{
	display:flex;
}

#searchQueryList {
	width: 100%;
	text-align: left;
}

#showSettingRoster {
	position: relative;
}

#filterCountCircle {
	background-color: #0B6F85;
    border-radius: 50% !important;
    height: 20px;
    width: 20px;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1px;
    transform: translate(8px, -9px);
}

#errorMsgNewUserUserId {
	text-align: center;
    margin-left: 210px;
    margin-top: -10px;
    width: fit-content;
}
.customCommonInputCheckCox{
	    width: 17px;
    height: 17px;
    accent-color: #0B6F85;
}
[id^=RosterChangePwdModal] .modal-dialog {
	width: 730px;
}

@media(max-width :770px) {
	.roster-input-container {
		align-items: flex-start;
	}
}

@media(min-width :771px) {
	.roster-input-container {
		align-items: flex-end;
	}
}
#rosterTable .react-dropdown-icon {
    fill: none !important;
    stroke-width: 1px;
    /* transition: rotate 0.3s ease-out; */
    cursor: pointer;
}
#rosterClearFilter{
	width: fit-content;
    font-size: 15px;
    color: #0B6F85;
    border: none !important;
    background: transparent;
    padding-right: 0;
}
#rosterTable .folderMenuImage {
    display: inline-block;
    padding-right: 9px;
    padding-left: 9px;
    margin-left: 10px;
}
#rosterTable .rbs-dropdown.dropdown .dropdown-menu li.selected {
    background-color: #E7F1F3;
}
#rosterTable .rotateRosterMenu {
	transform: rotate(180deg);
}
#rosterTable .rbs-dropdown.dropdown .dropdown-menu li:hover, #rosterTable .rbs-dropdown.dropdown .dropdown-menu .active, #rosterTable .rbs-dropdown.dropdown .dropdown-menu .active:hover {
    text-decoration: none;
    background-image: none;
    background-color: #eee;
    color: #333;
    filter: none;
}
#rosterTable td:has(.no-result-container) {
  display: table-cell !important;
}
.rosterActionsArrow:hover{
	background-color: rgb(236, 236, 236);
}
.storageQuotaCheckBox {
    width: 17px;
    height: 17px;
    accent-color: #0B6F85;
}
#editUserQuotar .control-label, #instituteStorageQuota .control-label{
	font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #595959;
}

#rosterNewUserTypeSelectBsDropdownButton > button {
	outline-width: 3px !important;
}

#skeleton-loader-roster {
	width: 100%;
	height: 100vh;
	flex-direction: column;
	justify-content: space-evenly;
}

#skeleton-loader-roster .sl-cards div, #skeleton-loader-roster .sl-search-container, #skeleton-loader-roster .sl-table{
	border-radius: 8px !important;
}

.skeleton-shimmer-animate {
	background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f0f0f0 50%,
    #e0e0e0 75%
  );
	animation: shimmer 3.0s infinite;
}

#skeleton-loader-roster .sl-cards {
    justify-content: space-evenly;
    display: grid;
    gap: 20px;
    width: 100%;
}

#skeleton-loader-roster .sl-cards > div{
    min-height: 120px;
}

@keyframes shimmer {
  0% {
    background-position: -20vw 0;
  }
  100% {
    background-position: 10vw 0;
  }
}

#skeleton-loader-roster .sl-search-container {
	width: 100%;
	height: 100px;
	margin-top: 20px;
}

#skeleton-loader-roster .sl-btn-container {
	width: 100%;
	gap: 10px;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

#skeleton-loader-roster .sl-btn-container div {
	height: 40px;
	width: 200px;
}

#skeleton-loader-roster .sl-table {
	width: 100%;
	height: 700px;
	margin-top: 20px;
}

#skeleton-loader-roster .sl-table table {
	height: 100%;
	border-color: #80808014;
}

#skeleton-loader-roster .sl-table table td {
	height: 40px;
    position: relative;
}

#skeleton-loader-roster .sl-table table td::before {
	position: absolute;
    content: '';
    top: 10%;
    height: 80%;
    width: 80%;
    left: 10%;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    animation: shimmer 3.0s infinite;
}


::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #E8E8E8;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background:#BABABA;
}

::-webkit-scrollbar-thumb:active {
  background: #7C7C7C;
}
.columnTooltip {
    position: relative; 
    cursor: pointer; 
}

.columnNewtooltip {
    position: absolute;
    left: 100%;
    transform: translateY(-80%);
    display: none;
    background-color: #4C4C4C;
    color: white;
    padding: 3px 12px;
    z-index: 99999;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 4px !important;
}

.columnNewtooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent #4C4C4C transparent transparent;
}

.columnTooltip:hover .columnNewtooltip {
    display: block !important;
}

.toggleSwitchStatus{
	color: #000000; 
	margin-top: 5px;
	width: 58px;
}

#instituteStorageQuota input[type=number]::-webkit-outer-spin-button,#editUserQuotar input[type=number]::-webkit-outer-spin-button,
#instituteStorageQuota input[type=number]::-webkit-inner-spin-button,#editUserQuotar input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#instituteStorageQuota input[type=number], #editUserQuotar input[type=number]{
    -moz-appearance: textfield;
}

.customAvatarImage{
	border:1px solid #949494;
}
strong {
    font-weight: bold;
    color: black;
}

#rosterTable .no-result-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 170px 0;
}

#rosterTable .no-result-container .header-text {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: rgba(0, 0, 0, 1);
}

#rosterTable .EmptyStateSubHeader {
    margin-top: 20px !important;
}

.edit-user-details-grid-section .error{
	grid-column: 2;
}

#di_editVideoModal .VirtualizedSelectOption {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    padding-top: 5px;
}

#di_editVideoModal .Select-placeholder, #di_editVideoModal .Select--single > .Select-control .Select-value {
    bottom: 0;
    color: #666666;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 40px !important;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#accountStatusRoster, #userLockStatusRoster{
	width:130px !important;
}

#userRoleRoster{
	width:150px !important;
}
#ShowTCToggleSwitch:focus {
	border :1px solid var(--primary-color,#0B6F85) !important;
}


.createUserDivFlex{
	display: flex;
	justify-content: space-between;
}

.createUserDivFlex{
	display: flex;
	justify-content: space-between;
}

#metaDataTableReact .table-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	max-height: unset !important;
}


/* #rosterTable .table-body-cell,
#rosterTable .table-header-cell
{
	overflow: visible !important;
}
 */
#rosterTable {
	min-width: 1870px;
}
/* 
#rosterTable .table-body-cell:nth-child(1), #rosterTable .table-header-cell:nth-child(1)
	{
	min-width: 58px;
	width: 5%;
	padding-left: 20px !important;
}

#rosterTable .table-body-cell:nth-child(2), #rosterTable .table-header-cell:nth-child(2)
	{
	width: 240px;
}

#rosterTable .table-body-cell:nth-child(3), #rosterTable .table-header-cell:nth-child(3)
	{
	min-width: 240px;
	overflow: hidden !important;
}

#rosterTable .table-body-cell:nth-child(4), #rosterTable .table-header-cell:nth-child(4)
	{
	min-width: 220px;
	overflow: hidden !important;
}

#rosterTable .table-body-cell:nth-child(5), #rosterTable .table-header-cell:nth-child(5)
	{
	min-width: 219px;
	overflow: hidden !important;
}

#rosterTable .table-body-cell:nth-child(6), #rosterTable .table-header-cell:nth-child(6)
	{
	min-width: 180px;
}

#rosterTable .table-body-cell:nth-child(7), #rosterTable .table-header-cell:nth-child(7)
	{
	min-width: 180px;
}

#rosterTable .table-body-cell:nth-child(8), #rosterTable .table-header-cell:nth-child(8)
	{
	min-width: 160px;
	overflow: hidden !important;
}

#rosterTable .table-body-cell:nth-child(9), #rosterTable .table-header-cell:nth-child(9)
	{
	min-width: 160px;
	overflow: hidden !important;
}

#rosterTable .table-body-cell:nth-child(10),  #rosterTable .table-header-cell:nth-child(10)
	{
	min-width: 120px;
}

#accountStatusRoster button, #userRoleRoster button, #userLockStatusRoster button {
	border:none !important;
}

#defaultPreferredLanguageContainer ul{
	max-height:170px;
}

#transcriptionLanguageSelectContainer ul {
	max-height:240px;
}
#rosterTable .table-body-cell:last-child, #rosterTable .table-header-cell:last-child
	{
	min-width: 160px;
} */
#rosterTable .table-body-cell
{
	max-width: unset;
}
.roster-checkbox-cell {
	width: 90px;
}

.roster-email-cell {
	width: 250px;
	overflow: visible !important;
}

.roster-firstname-cell {
	width: 240px;
}

.roster-lastname-cell {
	width: 240px;
}

.roster-role-cell {
	width: 200px;
	overflow: visible !important;
}

.roster-accountstatus-cell {
	width: 180px;
	overflow: visible !important;
}

.roster-datecreated-cell {
	width: 160px;
}

.roster-lastaccessed-cell {
	width: 160px;
}

.roster-lockstatus-cell {
	width: 160px;
	overflow: visible !important;
}

.roster-actions-cell {
	width: 82px;
}

.roster-userid-cell {
	width: 240px;
	overflow: visible !important;
}

#rosterPageTableContainer .custom-table tbody{
	min-height: 600px !important;
}

#accountStatusRoster button, #userRoleRoster button, #userLockStatusRoster button {
	border:none !important;
}

#defaultPreferredLanguageContainer ul{
	max-height:170px;
}

#transcriptionLanguageSelectContainer ul {
	max-height:240px;
}

#monthlyUsageReportWrapper {
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    border-radius: 8px !important;
    padding: 24px;
    overflow: auto;
    display: flex;
    flex-direction:column;
    margin-bottom: 20px;
}

#monthlyUsageReportTopBar{
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    border-radius: 8px !important;
    padding: 20px 30px;
    overflow: auto;
    display: flex;
    flex-direction:column;
    margin-bottom: 20px;
}

#monthlyUsageReportTopBar .input-group a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    padding: 0 10px;
}

#monthlyUsageReportTopBar #reportStartDate, #monthlyUsageReportTopBar #reportEndDate {
    width: 165px !important;
    padding: 15px;
    border: 1px solid rgba(111, 111, 111, 1);
    border-radius: 4px !important;
    height: 40px !important;
}

#monthlyUsageReportTopBar .datepicker-calendar-icon {
    display: inline-block;
    width: 22px !important;
    height: 22px !important;
}

#adminCSMReportsContainer #monthlyUsageReportTopBar .datepicker-calendar-icon {
	content: url(/Dashboard/icons/adminPanel/platform/Frame-calendar.svg) !important;
}

#monthlyUsageReportTopBar a.datepicker-button.default {
    background-color: unset !important;
}

.usage-report-text{
    color: black;
    font-size: 15px;
    font-weight: 400;
}

.usage-report-card{
    margin-bottom: 10px;
    border-radius: 8px !important;
    box-shadow: none !important;
    border: 1px solid transparent;
    max-height: none !important;
    background: linear-gradient(96.04deg, #fff 1.99%, #f2f1ff 93.82%, #f4efff 115.69%), linear-gradient(96.94deg, #dfdff9 -.35%, #d9d9f7 101.95%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.report-card-content{
    display: flex;
    gap: 24px;
}

.report-card-graph-container {
    position: relative;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 235px;
    overflow: hidden;
    min-width: 300px;
}


#usageReportHeading{
    font-size: 25px;
    font-weight: bold !important;
    color: #42296e;
    text-align: center;
}

#usageReportSubText{
    font-size: 15px;
    padding-top: 10px;
    font-weight: 400;
    line-height: 17.9px;
    color: #666666;
}

#monthlyUsageReportSearchBar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#usageReportHeadingContainter {
	display: flex;
    place-content: center space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
@media screen and (max-width: 850px){
	#usageReportHeadingContainter {
	    flex-direction: column;
	}
}


.usageReportHeadingSub {
	flex: 1 1 0%;
}

.monthly-usage-report-title-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 8px;
    color: #42296e;
}

.report-summary-text {
    font-size: 15px;
    color: black;
    font-weight: 400;
}

.usage-report-text-container{
    max-width: 80%;
}

#monthlyUsageReportSearchBar #datepicker-calendar-reportEndDate {
    right: 77px !important;
    left: unset !important;
}

.usage-report-page{
	background: white;
    border-radius: 10px !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    padding: 24px;
}

.usage-report-search-text-box{
	flex: 1 1 0%;
	width: 60%;
}
.usage-report-back-btn{
	padding: 6px 8px;
}

.usage-report-back-btn:hover div {
	text-decoration: underline;
	color: black !important;
	text-underline-offset: 7px;
}
#monthlyUsageReportTopBar #reportStartDate.datepicker-open, #monthlyUsageReportTopBar #reportEndDate.datepicker-open{
	border: 1px solid #0B6F85;
}


@media (max-width: 768px){
	.report-card-content{
		flex-direction: column;
		align-items: center;
	}
	
	.report-card-content .usage-report-text-container{
		max-width: 100%;
	}
	
}

@media (max-width: 900px){
	#monthlyUsageReportSearchBar{
		flex-direction: column;
	}
	
	#report-calendar-filter{
		margin-top: 20px;
	}
	
	.usage-report-search-text-box{
		width: 100%;
	}
}

@media screen and (max-width: 730px ){
	.AdAstraSubmit, .CaliperSubmit{
		position: static;
	    display: flex;
    	justify-content: right;
    	margin-bottom: 20px;
    	float: unset !important;
	}
}

#adminCSMReportsContainer .input-group .form-control{
	z-index: unset !important;
}