.custom-dropdown-container_label {
  height: 20px;
  padding: 4px 0 4px 6px;
  min-width: 67px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.custom-dropdown-container .custom-dropdown-container_label .custom-dropdown-container_label_text {
  flex: 1;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-dropdown-container_label .custom-dropdown-container_label_icon {
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.custom-dropdown-container_label .custom-dropdown-container_label_icon > i.fas {
  font-size: 11px;
}

.custom-dropdown-container .custom-dropdown-container_menu {
  background: #1f2229;
  position: absolute;
  border-radius: 2px;
  border: 1px solid #828282;
  display: flex;
  flex-direction: column;
}

.custom-dropdown-container .custom-dropdown-container_menu.empty {
  padding: 6px;
  align-items: center;
  justify-content: center;
  height: 25px;
}

.custom-dropdown-container .custom-dropdown-container_menu_item {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 6px;
  font-size: 11px;
  cursor: pointer;
  min-width: 70px;
}

.custom-dropdown-container .custom-dropdown-container_menu_item:hover {
  background: #383d4a;
}

.custom-dropdown-container .custom-dropdown-container_menu .custom-dropdown-container_menu_item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

#videoTimeFormatDropdown .custom-dropdown-container_label {
  width: 95px;
}
