.dropdown-container {
  position: relative;
  display: inline-block;
}



.dropdown-toggle-component {
  width: 100%;
  padding: 4px 10px;
  text-align: left;
  border: 1px solid rgba(111, 111, 111, 1);
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px !important;
  align-items: center;
  gap: 7px;
  min-width: 160px;
}

.dropdown-toggle-component.small{
	height:35px !important;
}
.dropdown-toggle-component.medium{
	height:40px !important;
}

.dropdown-toggle-component.large{
	height:47px !important;
}

.dropdown-toggle-component.disabled{
	background-color: rgba(245, 245, 245, 1) !important;
	border: 1px solid rgba(144, 144, 144, 1) !important;
}

.dropdown-toggle-component.disabled span
{
	color: rgba(166, 166, 166, 1) !important;
}

.dropdown-toggle-component.disabled img
{
	opacity: 0.6;
}

.dropdown-toggle-component span {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 17.9px;
	color: rgba(77, 77, 77, 1);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width:475px;
}

.dropdown-toggle-component:hover{
  background-color: rgba(245, 245, 245, 1);
}

.dropdown-toggle-component .arrow {
  float: right;
}

.dropdown-toggle-component.showOnHover {
	border: 1px solid transparent;
	background-color: transparent;
}

.dropdown-toggle-component.showOnHover:hover, .dropdown-toggle-component.showOnHover:focus,
.dropdown-container:has(.dropdown-options-component) > .dropdown-toggle-component.showOnHover {
	border: 1px solid rgba(111, 111, 111, 1);
	background-color: rgba(255, 255, 255, 1);
}

.dropdown-options-component {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 5px 0;
	list-style: none;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 101;
	font-size: 15px;
	font-weight: 400;
	line-height: 14.32px;
	border-radius: 4px !important;
	box-shadow: 0px 0px 1px 0px #000000B2;
	max-height:300px;
    overflow:auto;
    min-width:160px;
    color: #4D4D4D;
}

#student-list-dropdown .dropdown-toggle-component, #student-list-dropdown .dropdown-options-component{
	min-width: 550px;
}

.dropdown-option {
	cursor: pointer;
	border: none !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
    align-items: center;
    font-size:15px;
    line-height: 18px;
}
.dropdown-option.small {
	height:34px;
	padding-left:15px;
	padding-right:15px;
	padding-top:6px;
	padding-bottom:6px;
	
}
.dropdown-option.medium {
	height:38px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
}
.dropdown-option.large {
	height:42px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}

.dropdown-option.selected{
	background-color: #E7F1F3;
}

.dropdown-option:hover {
  background: #ECECEC;
}

.dropdown-option-label {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropdown-toggle-component::after 
{
  content: unset;
}
.dropdown-search-bar {
    position: sticky;
    top: -5px;
    background: white;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}

.dropdown-search-bar.small {
    padding-right: 15px;
    padding-left: 15px;
    height: 38px;
    margin-top:5px;
    margin-bottom:5px;
}
.dropdown-search-bar.medium{
	padding-right: 15px;
    padding-left: 15px;
    height: 40px;
    margin-top:5px;
    margin-bottom:5px;
}
.dropdown-search-bar.large {
	padding-right: 15px;
    padding-left: 15px;
    height: 42px;
    margin-top:5px;
    margin-bottom:5px;
}
.dropdown-search-bar-input {
	border: none;
	width: calc(100% - 25px);
    font-size: 15px;
    height: 22px;
	text-overflow: ellipsis;
}

html body input.dropdown-search-bar-input:focus,
html body input.dropdown-search-bar-input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.search-glass-icon{
	background-image: url(/Dashboard/icons/MagnifyingGlassforSearchBar.svg);
    border-width: 0px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    display: block;
}
.copyrightAccessibilityDropdown ul{
	height:110px;
}

.user-role-dropdown span{
	width:100px;
}

.advancedSearchFieldContainer ul{
	max-height: 140px !important;
}

#livestreamSecuritySection  #geoRestrictionStateSelect button,#livestreamSecuritySection #geoRestrictionCountrySelect button{
	min-width:115px;
}

#livestreamSecuritySection  #geoRestrictionStateSelect ul,#livestreamSecuritySection #geoRestrictionCountrySelect ul{
	min-width:115px;
}
.dropdown-option:focus-visible{
    outline: 2px solid #0B6F85 !important;
    outline-offset: -2px;
    border-radius: 4px !important;
}

.dropdown-toggle-component:focus-visible{
	outline: 2px solid #0B6F85 !important;
    outline-offset: -1px !important;
    border-radius: 4px !important;
}

#userRoleRosterBsDropdownButton button, #rosterUserAccountStatus button, .user-lock-dropdown button{
	border:none;
}

#userLockStatusRosterBsDropdownButton button, #userLockStatusRosterBsDropdownButton ul{
	min-width:140px;
}
#acceptedConsentFormTypeDropdownBsDropdownButton{
	max-width:265px;
}

@media only screen and (max-width: 594px) {
 #acceptedConsentFormTypeDropdownBsDropdownButton{
	max-width:200px;
}
}
@media only screen and (max-width: 541px) {
 #acceptedConsentFormTypeDropdownBsDropdownButton{
	max-width:175px;
}
}
#analytics_courses_main #selectFilterDropdownBsDropdownButton{
    max-width: 250px;
    min-width: 250px;
}

#selAddPermissionRole ul, #selAddPermissionAccess ul, #selectGroupDropdown ul{
	position:fixed !important;
	left:auto !important;
	width:auto !important;
}

::-webkit-scrollbar {
	width: 13px !important;
}

 ::-webkit-scrollbar-thumb {
	background-clip: padding-box !important;
    border: 3px solid white;
    border-radius: 10px !important;
} 

::-webkit-scrollbar-track {
    background: transparent !important;
}
#selectDivisionIDDeleteSubAdmin ul{
	position: fixed;
    left: auto;
    width: 90%;
}
.loading-ellipsis {
	margin-top: 6px;
}

#shareAccessTypes button, #shareAccessTypes ul{
	min-width:134px !important;
}

#timeStampDropdownContainer{
	margin-right:6px;
}

.advancedSearchFieldContainer button, .advancedSearchFieldContainer ul{
	max-width:160px;
}